(Special Properties): Correct meaning of fontified face. Text
[emacs.git] / lisp / ChangeLog
blob387f04058bfb951096fff2f2ac0e747c5f87d92d
1 2007-05-31  Richard Stallman  <rms@gnu.org>
3         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
5 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
7         * textmodes/table.el (table--point-entered-cell-function)
8         (table--point-left-cell-function): Bind
9         `inhibit-point-motion-hooks' to t.
11 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
13         * emacs-lisp/rx.el (rx): Doc fix.
15 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
17         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
19 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
21         * log-edit.el (log-edit-changelog-paragraph): Return point-max
22         as the end of the ChangeLog paragraph when it ends without a line
23         termination.
25 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27         * textmodes/fill.el (canonically-space-region): Make the second arg
28         a marker if it's not already the case.
30         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
31         (xterm-mouse-event): Use it.
33 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
35         * vc-hooks.el (vc-find-root): Fix file attribute test.
37 2007-05-24  Richard Stallman  <rms@gnu.org>
39         * textmodes/flyspell.el (flyspell-correct-word-before-point):
40         Don't let opoint be nil.
41         (flyspell-emacs-popup): Explicit error if no dialogs.
43 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
45         * tar-mode.el (tar-file-name-handler): New function.
46         (tar-extract): Bind file-name-handler-alist to it to force
47         find-buffer-file-type-coding-system behave as if the file being
48         extracted existed.  Use last-coding-system-used to force
49         buffer-file-coding-system to what decode-coding-region actually
50         used to decode the file.
52 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
54         * progmodes/compile.el (compilation-handle-exit):
55         `compilation-finish-function' may change the current buffer.
57 2007-05-22  Richard Stallman  <rms@gnu.org>
59         * files.el (set-auto-mode): Doc fix.
61 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
63         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
65 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
67         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
68         (rcirc-print): Handle `window-width'.
69         (rcirc-buffer-maximum-lines): Doc fix.
71 2007-05-19  Kevin Ryde  <user42@zip.com.au>
73         * info.el (Info-fontify-node): Match https also.
75 2007-05-18  Richard Stallman  <rms@gnu.org>
77         * simple.el (push-mark): Doc fix.
79 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
81         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
82         tpu-global-map.
83         (tpu-original-global-map): Delete variable.
84         (tpu-control-keys-map): New keymap variable.
85         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
86         setting keymapping directly.
87         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
88         tpu-global-map.
89         (tpu-edt-on): Activate the tpu-global-map.
90         (tpu-edt-off): Deactivate the tpu-global-map.
92 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
94         * textmodes/ispell.el (ispell-get-word): Return markers
95         for start and end positions.
96         (ispell-word): Assume END is a marker.
98 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
100         * ps-print.el: Use default color when foreground or background color
101         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
102         (ps-print-version): New version 6.7.4.
103         (ps-rgb-color): New argument.  Use default color when color is
104         unspecified.
105         (ps-begin-job): Fix code.
107 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
109         * textmodes/ispell.el (ispell-start-process): Defend against bad
110         default-directory.
112 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
116 2007-05-16  Richard Stallman  <rms@gnu.org>
118         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
120 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * files.el (magic-mode-alist, magic-fallback-mode-alist):
123         Move the *ml, Postscript, and XmCD entries to the fallback part.
125         * files.el (magic-fallback-mode-alist):
126         Rename from file-start-mode-alist.
128 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
130         * progmodes/compile.el (compilation-handle-exit): Quote first
131         argument of `run-hook-with-args'.
133 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
135         * buff-menu.el (Buffer-menu-sort-column):
136         * dabbrev.el (dabbrev-upcase-means-case-search):
137         * dired.el (dired-recursive-deletes, dired-recursive-copies):
138         * info.el (Info-current-subfile):
139         * ls-lisp.el (ls-lisp-verbosity):
140         * msb.el (msb-menu-cond):
141         * pcvs.el (cvs-dired-use-hook):
142         * simple.el (set-mark-command-repeat-pop):
143         * time.el (display-time-24hr-format, display-time-mail-file):
144         Doc fixes.
146         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
147         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
149         * view.el (view-inhibit-help-message): Fix typo in docstring.
150         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
152 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
154         * mail/rmail.el (rmail-convert-to-babyl-format):
155         Check content-transfer-encoding _last_, because we need its position
156         in base64-header-field-end.
158 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
160         * files.el (mode-require-final-newline, require-final-newline)
161         (enable-local-variables, enable-local-eval): Doc fixes.
163 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
165         * progmodes/python.el (python-font-lock-keywords)
166         (python-open-block-statement-p, python-mode): Add support for the new
167         "with" keyword.
169 2007-05-10  Richard Stallman  <rms@gnu.org>
171         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
172         (iso-cvt-write-only): Likewise.
174         * emacs-lisp/easy-mmode.el (define-minor-mode):
175         Fix generated doc string.
177         * startup.el (fancy-splash-text): Add URL of guided tour.
178         Adjust horizontal and vertical whitespace.
180         * progmodes/compile.el (compilation-handle-exit):
181         Use run-hook-with-args to run compilation-finish-functions.
183         * files.el (file-start-mode-alist): New variable.
184         (magic-mode-regexp-match-limit): Doc fix.
185         (set-auto-mode): Handle file-start-mode-alist.
186         A little cleanup of structure.
188 2007-05-10  Davis Herring  <herring@lanl.gov>
190         * calendar/timeclock.el (timeclock-in): Fix non-interactive
191         workday specifications.
192         (timeclock-log): Don't kill the log buffer if it already existed.
194 2007-05-08  Richard Stallman  <rms@gnu.org>
196         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
197         Don't include non-self-insert commands in the exception for `-'.
199 2007-05-08  David Reitter  <david.reitter@gmail.com>
201         * progmodes/python.el (python-guess-indent): Check non-nullness
202         before comparing indent against the 2..8 interval.
204 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
206         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
207         available.
209 2007-05-06  Richard Stallman  <rms@gnu.org>
211         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
213 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
215         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
216         disconnections.
218 2007-05-01  Romain Francoise  <romain@orebokech.com>
220         * dired-x.el: Revert 2007-04-06 change.
222 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
224         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
225         don't put stop on toolbar.
227 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
229         * find-dired.el (find-dired-filter): Propertize all text down to eob.
231 2007-04-29  Richard Stallman  <rms@gnu.org>
233         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
235 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
237         * progmodes/cc-mode.el (c-before-change): Use point-min rather
238         than 1.
240 2007-04-28  Richard Stallman  <rms@gnu.org>
242         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
244 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
246         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
248 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
250         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
251         instead of $(lisp)/mh-e.
253         * textmodes/fill.el (fill-paragraph): Doc fix.
255 2007-04-28  Glenn Morris  <rgm@gnu.org>
257         * image-dired.el (image-dired-cmd-create-thumbnail-options)
258         (image-dired-cmd-create-temp-image-options): Replace option
259         +profile "*" with -strip.
261 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
263         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
264         Use window-start and window-end.
266 2007-04-26  Glenn Morris  <rgm@gnu.org>
268         * progmodes/python.el: Restore file pending consideration of legal
269         status.
271 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
273         * locate.el (locate-in-alternate-database): Doc fix.
275 2007-04-26  Glenn Morris  <rgm@gnu.org>
277         * button.el (button): Use underline if supported, else fall back
278         to color.
280 2007-04-25  Richard Stallman  <rms@gnu.org>
282         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
284 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
286         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
287         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
288         pushing mark.
289         (idlwave-current-routine): Don't push mark.
291 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
293         * image-dired.el (image-dired-display-image): Derive image-type from
294         filename rather than assuming jpeg, in case no resizing was needed.
296 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
298         * custom.el (defface): Doc fix.
300 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
302         * progmodes/python.el: Remove due to unclear legal issues.
304 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
306         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
307         Don't re-query for each cleared BP.
308         (idlwave-shell-clear-bp): Optionally skip BP query.
309         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
310         of set-window-buffer, which incorrectly moves displayed region.
312 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
314         * calc/calc.el (calc-bug-address): Update maintainer's address.
315         * calc/*: Update maintainer's address.
317 2007-04-23  Richard Stallman  <rms@gnu.org>
319         * simple.el (set-mark-command-repeat-pop): Doc fix.
320         Put in `editing-basics' group.
322 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
324         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
325         New functions.
326         (Info-mode-line-node-keymap): Bind mouse commands to
327         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
329 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
331         * locate.el (locate-local-prompt): New var.
332         (locate-prompt-for-command): Doc fix.
333         (locate-prompt-for-search-string): New function.
334         (locate): New optional arg.  Make locate-local-prompt
335         buffer-local.  Use locate-prompt-for-search-string.
336         (locate-with-filter): New optional arg.
337         Use locate-prompt-for-search-string.
338         (locate-update): Bind locate-prompt-for-command.
340 2007-04-23  Glenn Morris  <rgm@gnu.org>
342         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
344 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
346         * button.el (button): Inherit from link face on a tty.
348 2007-04-23  Glenn Morris  <rgm@gnu.org>
350         * button.el (button): Use color for this face on a tty.
352         * files.el (magic-mode-alist): Allow for carriage-returns in
353         html-mode and sgml-mode entries.
355 2007-04-22  Richard Stallman  <rms@gnu.org>
357         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
358         Improve doc string of generated command.
360         * subr.el (read-number): Catch errors.
362         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
364 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
366         * image-dired.el: Rename from thumbnails.el.  All instances of
367         "thumbnails" replaced with "image-dired".
369         * dired.el (dired-mode-map): Rename "thumbnails" again, to
370         "image-dired".
372 2007-04-22  Kim F. Storm  <storm@cua.dk>
374         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
375         Don't use kill-line.
377 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
379         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
380         error message.
382 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
384         * dired.el: Rename "tumme" to "thumbnails".
386         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
387         replaced with "thumbnails".
389 2007-04-22  Glenn Morris  <rgm@gnu.org>
391         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
392         and give it the risky-local-variable property.
394         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
395         before defining it.
397 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
399         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
400         Use delete-region instead of kill-line.
402 2007-04-21  Alan Mackenzie  <acm@muc.de>
404         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
405         `kill-region' by `delete-region'.
407 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
409         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
410         instead of kill-region.
412         * progmodes/mantemp.el (mantemp-make-mantemps-region)
413         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
414         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
415         and kill-line.
417         * progmodes/vhdl-mode.el (vhdl-template-type)
418         (vhdl-template-record, vhdl-template-nature)
419         (vhdl-template-configuration-spec, vhdl-template-component-inst)
420         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
421         Use delete-region instead of kill-word and kill-line.
423 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
425         * dired-x.el (dired-virtual-mode): Doc fix.
427 2007-04-21  Richard Stallman  <rms@gnu.org>
429         * font-lock.el (font-lock-keywords-alist): Mark as risky.
431         * subr.el (read-number): Doc fix.
433         * simple.el (pop-to-mark-command): Display message "mark popped"
434         if point does not move.
435         (set-mark-command): Doc fix.
437 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
439         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
440         (locate-local-filter, locate-local-search): New vars.
441         (locate): Make variables local.
442         (locate-update): Bind locate-buffer-name.  Call locate using
443         locate-local-filter and locate-local-search.
445 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
447         * hi-lock.el (hi-lock-file-patterns-policy): New var.
448         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
449         (hi-lock-mode): Update docstring.
451 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
454         fill-nobreak-predicate when the break is past fill-column.
456 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
458         * locate.el (locate): Output from shell-command should go in the
459         current buffer rather than *Shell Command Output*.
461 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
463         * paren.el (show-paren-function): Fix last fix.
465 2007-04-19  Kevin Ryde  <user42@zip.com.au>
467         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
468         (archive-lzh-summarize): Add optional start arg for where to start
469         looking at the archive.
470         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
472         * international/mule.el (auto-coding-alist): no-conversion for .exe
473         and .EXE.
475 2007-04-19  Alan Mackenzie  <acm@muc.de>
477         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
478         function return type contains "struct", "union", etc.
479         c-end-of-defun goes too far forward.
481 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
483         * paren.el (show-paren-function): Reset window-start to avoid
484         recentering.
486 2007-04-19  Glenn Morris  <rgm@gnu.org>
488         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
490 2007-04-18  Glenn Morris  <rgm@gnu.org>
492         * calendar/diary-lib.el (diary-header-line-format): Add a custom
493         :set function.
494         (diary-list-entries): Only switch to diary-mode from
495         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
496         diary-mode set header-line-format, in case of any customization.
498 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
500         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
501         is less than the length of parse-time-syntax.
503 2007-04-17  David Kastrup  <dak@gnu.org>
505         * replace.el (query-replace-regexp-eval): Deprecate.
507 2007-04-17  Alan Mackenzie  <acm@muc.de>
509         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
510         point too close to EOB, leave point at EOB rather than last `}'.
512 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
514         * textmodes/bibtex.el (bibtex-include-OPTkey)
515         (bibtex-user-optional-fields, bibtex-entry-field-alist):
516         Fix defcustom.
518 2007-04-17  Glenn Morris  <rgm@gnu.org>
520         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
521         be encoded, fall back to current year.
523 2007-04-14  Kevin Ryde  <user42@zip.com.au>
525         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
526         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
527         M "MSDOS".
529 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
531         * progmodes/python.el (python-end-of-block): Avoid looping forever
532         if python-next-statement fails.
534 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
536         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
538 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
540         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
541         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
543 2007-04-15  Jay Belanger  <belanger@truman.edu>
545         * calc/calc.el (calc-version): New function.
546         (calc-trail-mode): Shorten the title.
548 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
550         * mail/footnote.el (footnote-style): Clarify docstring to state
551         that customizing this only applies to future footnotes.
553 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
555         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
556         (bibtex-make-field): Check that INIT is a string. Use functionp.
558 2007-04-14  Glenn Morris  <rgm@gnu.org>
560         * complete.el (PC-goto-end): New buffer-local variable.
561         (PC-do-completion-end): Make buffer-local.
562         (partial-completion-mode) <choose-completion-string-functions>:
563         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
564         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
565         doc string.  Set PC-goto-end for choose-completion.
566         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
567         PC-do-completion.
569         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
570         arg to bibtex-make-field.
571         (bibtex-make-field): Add optional fourth arg NODELIM.
572         Insert delimiters around INIT unless this arg is non-nil.
574 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
576         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
577         global map isn't modified
579 2007-04-14  Glenn Morris  <rgm@gnu.org>
581         * calendar/appt.el (appt-disp-window): Do not split small windows.
582         Suggested by Jeff Miller <jmiller@cablespeed.com>.
584 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
586         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
588         * files.el: Ditto.
590 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
592         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
594         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
595         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
596         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
597         (term-pager-help): Fix typos in docstrings.
599         * wid-edit.el (widget-documentation): Fix typo in docstring.
601         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
602         Fix typos in error messages.
604 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
606         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
607         window marked as dedicated.
609         * mail/footnote.el (footnote-latin-string): New variable.
610         (footnote-latin-regexp): Redefine as regexp alternative.
611         (Footnote-latin): Use footnote-latin-string instead of
612         footnote-latin-regexp.
614 2007-04-13  Glenn Morris  <rgm@gnu.org>
616         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
617         inherited keymaps.
619 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
621         * outline.el (outline-get-next-sibling): Clarify docstring.
622         (outline-get-last-sibling): Handle case where we are at the first
623         heading.  Clarify docstring.
625 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
627         * progmodes/gud.el (gud-minor-mode-map): Make go button same
628         length as stop button to lessen flicker.
629         (jdb): Add gud-print.
630         (gud-find-expr): Jdb prints the expression with the value, so
631         don't insert it in the output.
633 2007-04-11  Jason Rumney  <jasonr@gnu.org>
635         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
636         case hex.  Do not try to decode non-hex letters.
638 2007-04-11  Markus Triska  <markus.triska@gmx.at>
640         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
641         (byte-optimize-backward-word): Remove (move to bytecomp.el).
642         (byte-optimize-form-code-walker): Evaluate pure function calls if
643         possible.
644         (byte-optimize-all-constp): New function.
646         * emacs-lisp/bytecomp.el (byte-compile-char-before):
647         Improve numeric argument case.
648         (byte-compile-backward-char, byte-compile-backward-word):
649         New functions, performing rewriting previously done in byte-opt.el.
650         Fix their "Fixme" item (restriction to numeric arguments).
652 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
655         with dolist.
656         (after-init-hook): Don't quote lambda.
657         (desktop-first-buffer): Don't wrap it in eval-when-compile.
658         (desktop-internal-v2s): Remove unused var `el'.
659         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
660         desktop-restore-file-buffer.
661         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
662         desktop-create-buffer.
664 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
666         * woman.el (woman-decode-buffer): Postpone macro-set check...
667         (woman-decode-region): ...to here.
669 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
671         * startup.el (tty-handle-args): Use %S to log ARGS.
673 2007-04-10  Glenn Morris  <rgm@gnu.org>
675         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
676         it is obsolete and has no effect.
678         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
679         byte-compiler.
681         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
682         obsolete function make-local-hook.
684         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
685         start to quieten byte-compiler.
687 2007-04-10  Markus Triska  <markus.triska@gmx.at>
689         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
690         to bytecomp.el as byte-compile-char-before).
691         * emacs-lisp/bytecomp.el (byte-compile-char-before):
692         New function (modified replacement for byte-optimize-char-before in
693         byte-opt.el).
695 2007-04-09  Alan Mackenzie  <acm@muc.de>
697         * startup.el (inhibit-splash-screen): Emphatically state that it
698         can't be set in site-start.el.
700 2007-04-09  Masatake YAMATO  <jet@gyve.org>
702         * progmodes/cc-subword.el (c-capitalize-subword): More closely
703         mimic the behavior of `capitalize-word'.  Do not move point with a
704         negative argument.  Based on tiny change by Paul Curry.
706 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
708         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
709         Don't move point if ARG is negative.
711 2007-04-09  Alan Mackenzie  <acm@muc.de>
713         Changes to make `narrow-to-defun' and `mark-defun' work properly
714         in CC Mode:
716         * progmodes/cc-defs.el (c-beginning-of-defun-1):
717         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
718         Bind beginning/end-of-defun-function to nil around calls to
719         beginning/end-of-defun.
721         * progmodes/cc-langs.el (beginning-of-defun-function)
722         (end-of-defun-function): New c-lang-setvar's.
724         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
725         (setq arg 1))" to enable non-interactive call.
727 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
729         * simple.el (set-mark-command): Doc fix.
731 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
733         * progmodes/gud.el (gdb): Restore existing session if user
734         tries to start a second one in graphical mode.
736 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
738         * cus-start.el <scroll-preserve-screen-position>: Add choices.
740 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
742         * term/xterm.el (terminal-init-xterm): Fix key definitions.
743         Add binding for C-M-SPC.
745 2007-04-08  Richard Stallman  <rms@gnu.org>
747         * pcomplete.el (pcomplete-read-event): One single definition,
748         and not a defsubst.
750 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
752         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
753         byte-compiler warning "value unused".
755 2007-04-08  Andreas Schwab  <schwab@suse.de>
757         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
759 2007-04-07  Glenn Morris  <rgm@gnu.org>
761         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
762         Autoload these functions.
763         (diary-date-forms): Add a custom :set form.
765         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
766         before first use.
767         (diary-font-lock-keywords): New function with old code for
768         initialization of variable of same name.
770 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
772         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
773         clean-up: only insert space when on identifier, etc.
775 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
777         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
779         * net/tls.el (open-tls-stream): Properly handle case where there
780         is no associated buffer.
782 2007-04-07  Glenn Morris  <rgm@gnu.org>
784         * ffap.el (ffap-file-at-point): Lower the priority of the
785         ffap-ftp-sans-slash-regexp check.
787 2007-04-06  Alan Mackenzie  <acm@muc.de>
789         Fix fontification of labels, and other things with ":".
791         * progmodes/cc-engine.el (c-forward-label): The function now
792         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
793         the former t.
795         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
796         new return code from c-forward-label, fontifying tokens properly.
797         Add some general comments throughout the file.
799 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
801         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
802         Revert 2006-01-27 change.
804         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
806         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
808         * desktop.el (desktop-create-buffer, desktop-save):
809         Revert 2004-11-12 change for lack of copyright papers.
811         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
812         (dired-guess-default): Respect case.
814         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
816         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
817         was originally checked in as byte-optimize-concat on 1997-11-02.
819         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
820         1995-05-19 doc changes.
822 2007-04-06  Kim F. Storm  <storm@cua.dk>
824         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
825         (unload-feature): Update interactive spec accordingly.
827         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
829 2007-04-06  John Paul Wallington  <jpw@pobox.com>
831         * subr.el (with-case-table): Use `make-symbol' to avoid variable
832         capture.  Restore the table in the same buffer.
834         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
836 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
838         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
839         Print entire form.
841 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
843         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
844         for low-color displays.
846 2007-04-05  Glenn Morris  <rgm@gnu.org>
848         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
849         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
850         Seed random number generator on loading.
852         * emacs-lisp/authors.el (top-level): Provide self.
854         * play/animate.el (top-level): Provide self.
856 2007-04-04  Alan Mackenzie  <acm@muc.de>
858         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
859         to mention c-syntactic-indentation.
861 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
863         * subr.el (with-case-table): New macro.
865         * international/mule.el (ascii-case-table): New var.
867         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
868         downcasing.
870 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
872         * progmodes/gud.el (gud-minor-mode-map): Simplify.
874         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
875         of the window if we're outside it e.g menu-bar.
877         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
878         window if we're outside it e.g menu-bar.
880 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
882         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
883         decode base-64 encoded body if its content-type is something other
884         than text/* or message/*.
886 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
888         * simple.el (activate-mark-hook): Fix typo in docstring.
890 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
892         * tmm.el (tmm-c-prompt): Initialize.
893         (tmm-menubar): Deal with extended menu-items at top level.
894         (tmm-get-keybind): Handle bindings redefined/undefined locally.
895         (tmm-prompt): Handle visibility of top level menu-items.
897         * progmodes/gud.el (gud-menu-map): Simplify.
898         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
899         menubar.
901 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
903         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
905         * comint.el (comint-send-input): Widen the buffer first.
907         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
909 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
911         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
912         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
914         * newcomment.el (comment-search-forward): Discard comment starters
915         before point.
917 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
919         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
921 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
923         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
924         when downcasing.
926         * button.el (previous-button): Rewrite to account for adjacent buttons.
928 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
930         * progmodes/idlwave.el (idlwave-auto-fill):
931         Revert paragraph-separate change.
933         * progmodes/idlw-shell.el (idlwave-shell-break-in):
934         Simplify module calc.
935         (idlwave-shell-set-bp-in-module): Compute module.
937 2007-03-31  Glenn Morris  <rgm@gnu.org>
939         * emacs-lisp/timer.el (run-at-time): Doc fix.
941         * emacs-lisp/warnings.el (display-warning): If we create the
942         buffer displaying the warning, disable undo there.
944 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
946         * net/tramp.el (tramp-register-file-name-handler)
947         (tramp-register-completion-file-name-handler): New defsubst,
948         derived from `tramp-register-file-name-handlers'.  The split is
949         necessary because Tramp's file name handlers must be registered at
950         different startup places.
952 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
954         * progmodes/hideshow.el (turn-off-hideshow): New function.
955         (hs-minor-mode): Use it instead of a lambda expression in
956         change-major-mode-hook.
958 2007-03-31  David Kastrup  <dak@gnu.org>
960         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
961         corresponding to MANPATH_MAP entries.
962         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
963         (woman-parse-man.conf): Use more discriminating man.conf name.
964         (woman-parse-man.conf): Parse MANPATH_MAP entries.
965         (woman-manpath): Doc fix and type fix.
966         (woman-cached-data): Check for MANPATH_MAP entries.
967         (woman-expand-directory-path): Treat MANPATH_MAP entries.
969 2007-03-31  Stuart Herring  <herring@lanl.gov>
971         * emacs-lisp/sregex.el (sregexq): Doc fix.
973 2007-03-31  Markus Triska  <markus.triska@gmx.at>
975         * flymake.el (flymake-err-line-patterns): Doc fix.
977 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
979         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
980         Move to the right.
982 2007-03-30  Alan Mackenzie  <acm@muc.de>
984         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
986 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
988         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
989         Use it, passed in explicitly, instead of from the dynamic binding.
990         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
992 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
994         * simple.el (blink-matching-open): When in minibuffer, don't
995         search for a match inside the prompt.
997 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
999         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1000         (tmm-prompt): Don't make the mouse user select the first menu
1001         item twice.
1003 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
1005         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1006         SIGUSR1 and SIGUSR2.
1008 2007-03-29  Kim F. Storm  <storm@cua.dk>
1010         * ido.el (ido-read-internal): When reading file or dir, only override
1011         minibuffer-local-filename-completion-map, otherwise only override
1012         minibuffer-local-completion-map.
1014 2007-03-29  Glenn Morris  <rgm@gnu.org>
1016         * complete.el (partial-completion-mode): Set PC-do-completion-end
1017         to nil after use.
1018         (PC-lisp-complete-symbol): Create and use a marker at `end',
1019         rather than using point-marker.
1021 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
1023         * simple.el (next-error-highlight): Doc fix.
1024         (compose-mail): Revert 2007-03-19 change.
1026 2007-03-28  Richard Stallman  <rms@gnu.org>
1028         * emacs-lisp/edebug.el (edebug-display): Don't go to
1029         edebug-outside-buffer if it is dead.
1031 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
1033         * view.el (view-mode): Fix typos in docstring.
1035 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
1037         * recentf.el (recentf-save-file): Add a custom :set function.
1039 2007-03-28  Glenn Morris  <rgm@gnu.org>
1041         * complete.el (PC-do-completion-end): New variable.
1042         (partial-completion-mode) <choose-completion-string-functions>:
1043         Use PC-do-completion-end in the non-minibuffer case to replace the
1044         correct amount of text.
1045         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1046         (PC-lisp-complete-symbol): Give marker the after-insertion type,
1047         to deal with improvements inserted after point.
1049 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1051         * button.el (make-text-button): Add explicit `button' property.
1052         (default-button): Don't put a `button' property on it.
1054         * progmodes/python.el (python-mode): Skip comments when parsing.
1056         * vc-arch.el (vc-with-current-file-buffer): New macro.
1057         (vc-arch-file-source-p): Use it to avoid infloop.
1059 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
1061         * emacs-lisp/lisp.el (lisp-complete-symbol):
1062         Fix call to get-buffer-window to find windows in other frames.
1064 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1066         * comint.el (comint-proc-query, comint-dynamic-list-completions):
1067         Fix calls to get-buffer-window to find windows in other frames.
1068         Reported by David Hansen <david.hansen@gmx.net>.
1070 2007-03-27   Kevin Ryde  <user42@zip.com.au>
1072         * info.el (Info-display-images-node): On a text-only terminal,
1073         show the "text" or "alt" parts of the image blobs.
1075 2007-03-27  Glenn Morris  <rgm@gnu.org>
1077         * complete.el (PC-do-completion): Compute completion-base-size in
1078         the non-filename case, rather than setting to nil.
1079         (PC-lisp-complete-end): New variable.
1080         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1081         original end in a series of consecutive invocations.
1083         * calendar/calendar.el (calendar-mode-hook): Declare it.
1085         * calendar/diary-lib.el (diary-live-p): Do not check for
1086         diary-selective-display.
1088 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1090         * replace.el (occur-next-error): *Occur* might not be displayed in the
1091         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
1093 2007-03-26  Richard Stallman  <rms@gnu.org>
1095         * textmodes/flyspell.el (flyspell-large-region):
1096         Use ispell-call-process-region.
1098 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1100         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1101         Use prin1 instead of princ.
1103 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
1105         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1106         Merge in X resources before global face.
1108         * progmodes/compile.el (compilation-start): Save compilation-directory
1109         rather than default-directory as local var.
1110         (compilation-directory): Mark as safe local var.
1112         * files.el: Don't mark default-directory as a safe local var.
1114 2007-03-25  Alan Mackenzie  <acm@muc.de>
1116         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1117         * progmodes/cc-engine.el: Fix typo.
1119 2007-03-25  Juri Linkov  <juri@jurta.org>
1121         * compare-w.el (compare-windows): Rename customization group
1122         `compare-w' to `compare-windows'.
1123         (compare-windows-whitespace, compare-ignore-whitespace)
1124         (compare-ignore-case, compare-windows-sync)
1125         (compare-windows-sync-string-size, compare-windows-recenter)
1126         (compare-windows-highlight, compare-windows): Change group name in
1127         the `group' tag from `compare-w' to `compare-windows'.
1128         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
1130 2007-03-24  Markus Triska  <markus.triska@gmx.at>
1132         * expand.el: Change example to always enable abbrev-mode,
1133         and remove redundant `function'.
1134         (expand-abbrev-hook): Add autoload cookie.
1136 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
1138         * emacs-lisp/testcover.el (testcover-start, testcover-end)
1139         (testcover-mark-all, testcover-unmark-all): Add prompts to
1140         interactive specs.
1142 2007-03-24  Jason Rumney  <jasonr@gnu.org>
1144         * autorevert.el (find-file-hook, auto-revert-tail-mode):
1145         Use file size in bytes for auto-revert-tail-pos not characters.
1147 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
1149         * vc-rcs.el (vc-rcs-annotate-command):
1150         Set text property :vc-annotate-prefix on the annotation text.
1151         (vc-rcs-annotate-time): Instead of searching for ": ",
1152         search for end of text propertized with :vc-annotate-prefix.
1154 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
1156         * whitespace.el (top level): Remove calls putting
1157         permanent-local nil property since these are no-ops.
1159         * man.el (Man-support-local-filenames): Assure that
1160         default-directory exists when doing call-process.
1162 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
1164         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1165         Fix omission bug: Use m4-program-options to construct shell command.
1167 2007-03-23  David Kastrup  <dak@gnu.org>
1169         * progmodes/cc-mode.el (c-make-emacs-variables-local):
1170         Use `mapcar' rather than `mapcan' to silence compiler warning.
1172 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
1174         * textmodes/reftex.el, textmodes/reftex-vars.el,
1175         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1176         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1177         * textmodes/reftex-index.el, textmodes/reftex-global.el,
1178         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1179         * textmodes/reftex-auc.el: Add maintainer address.
1181 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
1183         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1184         Make sure that `global-font-lock-mode' does not turn on font-lock
1185         in these buffers.
1187 2007-03-21  Kim F. Storm  <storm@cua.dk>
1189         * xt-mouse.el (xt-mouse-epoch): New variable.
1190         (xterm-mouse-event): Use float-time.
1192 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
1194         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1195         current-time.
1197 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * complete.el (read-file-name-internal): Don't add the final > if the
1200         completion is not finished (re-application of this patch, which was
1201         accidentally undone by Eli).
1203 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
1205         * emulation/viper.el (viper-non-hook-settings): Handle mouse
1206         clicks in describe-key and describe-key-briefly advice a little better.
1208 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
1210         * server.el (server-process-filter): Cancel any pending isearch.
1212 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
1214         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1215         (icalendar--get-unfolded-buffer): Define actual arguments rather
1216         than just using &rest.  Check replace-in-string is fbound.
1217         (icalendar-import-buffer): Doc fix.
1218         (icalendar--convert-ical-to-diary): Set diary-file.
1219         Check diary-file before inserting final newline.
1220         (icalendar--add-diary-entry): Return diary-file.
1222 2007-03-21  Glenn Morris  <rgm@gnu.org>
1224         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1225         (diary-display-hook): Add custom :set function.
1227         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1228         Add custom :set function.
1229         (diary-header-line-format): Doc fix.
1230         (diary-set-maybe-redraw): New function.
1231         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1232         (diary-list-entries): Always run diary-mode.
1234 2007-03-20  Kenichi Handa  <handa@m17n.org>
1236         * international/quail.el (quail-setup-completion-buf): Make the
1237         completion buffer read-only.
1238         (quail-completion): Adjusted for the above change.  Leave the
1239         modified flag nil.
1241 2007-03-20  David Kastrup  <dak@gnu.org>
1243         * files.el (magic-mode-alist): Require literal "%!PS" string for
1244         magic postscript file detection.
1246 2007-03-20  Richard Stallman  <rms@gnu.org>
1248         * textmodes/ispell.el (ispell-call-process): New function.
1249         Defends against bad `default-directory.'
1250         (ispell-check-version, ispell-find-aspell-dictionaries)
1251         (ispell-get-aspell-config-value, lookup-words): Call it.
1252         (ispell-call-process-region): New function.
1253         (ispell-send-string): Call it.
1255 2007-03-20  Andreas Schwab  <schwab@suse.de>
1257         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1258         (finder-data): Likewise.
1259         (autoloads): Likewise.
1261 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
1263         * files.el (basic-save-buffer): Do not set visited filename when
1264         the corresponding directory does not exist or the specified
1265         filename is that of an existing directory.
1267 2007-03-20  Glenn Morris  <rgm@gnu.org>
1269         * calendar/diary-lib.el (diary-live-p): New function.
1270         (number-of-diary-entries): Add a :set function to redisplay diary
1271         when necessary.
1273 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
1275         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1276         from client program, mev, to compute mouse event.
1278 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
1280         * faces.el (momentary): Face removed; unused due to reversion of
1281         2007-01-04 changes by Kevin Rodgers.
1283         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1284         Suggested by Johan Bockg\e,Ae\e(Brd.
1286 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
1288         * font-lock.el (lisp-font-lock-keywords-1):
1289         Highlight define-globalized-minor-mode as a keyword.
1291 2007-03-19  Kim F. Storm  <storm@cua.dk>
1293         * calc/calc-forms.el (math-std-daylight-savings)
1294         (math-std-daylight-savings-old): Doc fix.
1296 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
1298         * progmodes/python.el (python-default-template): Doc fix.
1299         (python-buffer): Fix typo in docstring.
1301         * isearchb.el (isearchb-follow-char):
1302         * subr.el (def-edebug-spec): Fix typo in docstring.
1304 2007-03-19  Richard Stallman  <rms@gnu.org>
1306         * files.el (default-directory): Mark safe.
1307         (basic-save-buffer-2): Put proper dir name in error message.
1309         * simple.el (compose-mail): Run switch-function after
1310         setting up the mail buffer.
1312         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1314 2007-03-18  Jay Belanger  <belanger@truman.edu>
1316         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1317         (math-std-daylight-savings-new): Rename from
1318         `math-std-daylight-savings'.
1319         (math-std-daylight-savings-old): Rename from old value of
1320         `math-std-daylight-savings'.
1321         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1322         `math-std-daylight-savings-old' depending on the year.
1324 2007-03-18  Detlev Zundel  <dzu@gnu.org>
1326         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1327         zero-width regexps as invalid but rather at least count them correctly.
1329 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1331         * net/tls.el (open-tls-stream): In handshake-waiting loop,
1332         don't wait more if there is output available to process.
1334 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1336         * progmodes/compile.el (compilation-find-file): Revert change
1337         from 2006-07-18 to allow completion of directory names.
1338         Reported by John Carter <john.carter@tait.co.nz>.
1340 2007-03-18  Kim F. Storm  <storm@cua.dk>
1342         * subr.el (when, unless): Doc fix.
1344 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1346         * net/tls.el (tls-program): Doc fix.
1348 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1350         * autorevert.el (auto-revert-tail-handler):
1351         Call after-revert-hook.
1353 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1355         * simple.el (switch-to-completions): No error if search for \n\n fails.
1357 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1359         * simple.el (line-move-1):
1360         Respect `inhibit-line-move-field-capture' property.
1362 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1364         * comint.el (comint-arguments): Mark backslash-escaped chars.
1365         (comint-delim-arg): Don't treat them as delimiters.
1367 2007-03-12  Kim F. Storm  <storm@cua.dk>
1368         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1370 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1372         * tempo.el (tempo-insert): Deal with 'r> if it appears
1373         specified with a prompt argument.
1375 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1377         * textmodes/org.el (org-set-font-lock-defaults):
1378         Handle narrow table columns correctly.
1380 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1382         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1383         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1384         Return to use of the -no-properties variants.  There was
1385         consensus on emacs-devel that the speed of these variants was
1386         prefered since we are usually parsing files (from the internet
1387         or on disk) instead of XML created in Emacs.
1389         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1390         Add customize option.
1392 2007-03-12  Glenn Morris  <rgm@gnu.org>
1394         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1395         North American rule.  Replace "daylight savings" with "daylight
1396         saving" in doc.
1398         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1399         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1400         "daylight saving" in text.
1402         * woman.el (woman-change-fonts): Tweak previous change by using
1403         woman-request-regexp rather than "^\\.".
1405         * startup.el (command-line-1): Make insertion of
1406         initial-scratch-message not depend on scratch being selected.
1408 2007-03-11  Juri Linkov  <juri@jurta.org>
1410         * replace.el (match): Use yellow background on light-bg terminals.
1412 2007-03-11  Richard Stallman  <rms@gnu.org>
1414         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1415         Correctly compute line number.
1417 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1419         * type-break.el (type-break-get-previous-count):
1420         Repeat previous change here.
1422 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1424         * progmodes/grep.el (grep-find-ignored-directories):
1425         Add .git and .bzr to list.
1427 2007-03-11  Andreas Schwab  <schwab@suse.de>
1429         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1431 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1433         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1435 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1437         * faces.el (face-set-after-frame-default): Recalculate face
1438         customizations after applying X resources.
1440 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1442         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1443         (rcirc-keepalive-seconds): Remove variable.
1444         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1445         (rcirc-process, rcirc-user-disconnect): New variables.
1446         (rcirc-connect): Initalize new variables.
1447         (rcirc-keepalive): Don't send keepalive pings before connection
1448         is completed.
1449         (rcirc-sentinel): Do mark all channels with activity when
1450         connection is dropped.  Run hook with process buffer local.
1451         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1452         (rcirc-buffer-process): Return value of rcirc-process if
1453         rcirc-server-buffer is nil.
1454         (rcirc-server-name): Return the reported server name.
1455         (rcirc-update-prompt): Simplify computation of the server name.
1456         (rcirc-format-response-string): Likewise.
1457         (rcirc-handler-001): Mark server as connected, record the reported
1458         server name, and schedule a timeout.
1459         (rcirc-track-nick): Add a spec for the tty class.
1460         (rcirc-user-non-nick): Remove function.
1461         (rcirc-nick-prefix-chars): Add variable.
1462         (rcirc-user-nick): Use above variable.
1464 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1466         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1467         Bind deactivate-mark to nil.
1469 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1471         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1472         that buffer contents get erased during completion.
1474 2007-03-10  Glenn Morris  <rgm@gnu.org>
1476         * woman.el (woman-change-fonts): Add a hack to deal with
1477         font-escape followed by "." at start of a line.
1478         (woman2-IP): Add a hack to deal with consecutive requests.
1479         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1481 2007-03-10  Alan Mackenzie  <acm@muc.de>
1483         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1485 2007-03-09  Richard Stallman  <rms@gnu.org>
1487         * abbrev.el (abbrev): Add `provide'.
1489 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1491         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1493 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1495         * complete.el (PC-try-completion): New function.
1496         (PC-do-completion, read-file-name-internal): Use it instead of
1497         try-completion.
1499 2007-03-08  Alan Mackenzie  <acm@muc.de>
1501         Remove stale tokens from `c-found-types' cache.
1503         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1504         (c-unfind-coalesced-tokens, c-before-change): New functions.
1505         (c-maybe-stale-found-type): New variable.
1507         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1508         (c-trim-found-types): New functions.
1510 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1513         (debug-ignored-errors): Add entry from smerge-match-conflict.
1515 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1517         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1518         special help topics for keywords.
1519         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1520         etc. Assistant command.
1522 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1524         * replace.el (occur-engine): Move buffer-undo-list binding...
1525         (occur-1): ...to here.
1527         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1529         * simple.el (minibuffer-completing-symbol): New var.
1530         (eval-expression): Use it.
1531         (completion-setup-function): Don't bind completion-base-size when
1532         completing a symbol in the minibuffer.
1534 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1536         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1537         tries to start a second session in graphical mode.
1539 2007-03-07  Miles Bader  <miles@gnu.org>
1541         * international/isearch-x.el
1542         (isearch-process-search-multibyte-characters):
1543         Strip text-properties from PROMPT to avoid an error from read-string.
1545 2007-03-07  Kim F. Storm  <storm@cua.dk>
1547         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1548         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1550 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1552         * complete.el (PC-do-completion): Delete duplicates in the list of
1553         possible completions.
1555 2007-03-07  Glenn Morris  <rgm@gnu.org>
1557         * ses.el (ses-mode): Doc fix.
1559 2007-03-06  Kim F. Storm  <storm@cua.dk>
1561         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1563 2007-03-06  Kenichi Handa  <handa@m17n.org>
1565         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1567 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * simple.el (completion-setup-function): Improve last fix so it doesn't
1570         set it to a relative directory name either.
1572 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1574         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1576 2007-03-05  Richard Stallman  <rms@gnu.org>
1578         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1580         * files.el (find-file-noselect): No error if file no longer exists.
1581         Display a message and avoid other questions.
1583 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1586         as not to use an invisible window and to create a window if none exist.
1588         * progmodes/python.el (python-send-command): Restart proc if necessary.
1589         (python-proc): Simplify.
1591 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1593         * pcomplete.el (pcomplete-show-completions): Search all frames for
1594         completions buffer.
1596 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1598         * cus-edit.el (customize-save-variable): Clear customized-value
1599         property (saved values are now put in theme-value property).
1600         (customize-set-variable): Doc fix.
1602         * complete.el (PC-do-completion): If completion-ignore-case is
1603         non-nil, replace field with completion string before exiting.
1605 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1607         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1608         Append its extension to the resulting temporary file name.
1609         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1611         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1612         (tramp-smb-handle-write-region): Apply it.
1614 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1616         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1617         Redo previous change.
1619 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1621         * diff-mode.el (diff-mode): Doc fix.
1623 2007-03-05  Kenichi Handa  <handa@m17n.org>
1625         * international/characters.el: Set category `l' (latin)
1626         for more characters.
1628 2007-03-04  Kim F. Storm  <storm@cua.dk>
1630         * emacs-lisp/authors.el (authors-aliases): Add alias.
1632 2007-03-04  Glenn Morris  <rgm@gnu.org>
1634         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1635         all when switching major mode.
1636         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1637         (hs-block-start-mdata-select, hs-block-end-regexp)
1638         (hs-forward-sexp-func, hs-adjust-block-beginning):
1639         Do not make these variables permanent-local.
1641 2007-03-04  Richard Stallman  <rms@gnu.org>
1643         * progmodes/cperl-mode.el (cperl-mode):
1644         Modify cperl-compilation-error-regexp-alist by appending.
1646         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1647         (edebug-mode): Add the hook.
1648         (edebug-recursive-edit): Remove the hook on exiting.
1650         * type-break.el (type-break-get-previous-time):
1651         Handle end-of-file errors specially
1652         so they don't get reported wrong in .emacs.
1654         * startup.el (fancy-splash-text): Clarify text.
1656         * simple.el (beginning-of-buffer, end-of-buffer):
1657         Avoid treating plain C-u like numeric arg.
1659         * simple.el (completion-setup-function): Don't set
1660         default-directory to nil.
1662         * shell.el (shell-dirstack-query): Doc fix.
1664         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1665         Don't select the window -- pass it to primitives instead.
1667         * faces.el (minibuffer-prompt): Use medium blue by default.
1669 2007-03-04  David Kastrup  <dak@gnu.org>
1671         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1672         Preserve 16 as default value for "seconds" when customizing.
1674 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1676         * textmodes/org.el (org-self-insert-command)
1677         (orgtbl-self-insert-command, org-delete-char)
1678         (org-delete-backward-char): Set the `flyspell-delayed' property.
1680 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1682         * international/mule.el (find-auto-coding): Don't search for
1683         line-ending characters past the end of the tail.
1685 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1687         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1688         Jump to the line where new score has been uploaded.
1690         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1691         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1692         Do nothing when the game is paused.
1694 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1696         * textmodes/org.el (org-set-tags): Prevent slipping of point
1697         during completion.
1699 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1701         * isearch.el (isearch-message-prefix):
1702         Use minibuffer-prompt-properties.
1704 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1706         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1707         (ps-setup): Print which Emacsen is running ps-print package.
1709 2007-03-01  Stuart Herring  <herring@lanl.gov>
1711         * files.el (set-auto-mode-0): Use `indirect-function'.
1712         (hack-one-local-variable): Don't reapply current major mode.
1714 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1716         * progmodes/python.el (python-quote-syntax): Don't bother with
1717         syntax-ppss-context.
1718         (python-fill-paragraph): Make sure that fenced-string delimiters that
1719         stand on their own line stay there
1721 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1723         * replace.el (perform-replace): Propertize message.
1725 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1727         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1728         invisible heading.
1730 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1732         * net/tramp.el (tramp-file-name-handler): Revert last change.
1734 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1736         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1737         Correct doc strings.
1739 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1741         * replace.el (perform-replace): Undo forward-char immediately if
1742         non-adjacent search fails.
1744 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1746         * version.el (emacs-major-version, emacs-minor-version):
1747         string-to-int -> string-to-number.
1749 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1751         * help.el (where-is): Fail gracefully when not passed a command.
1753 2007-02-28  Stuart Herring  <herring@lanl.gov>
1755         * find-lisp.el (find-lisp-default-directory-predicate):
1756         Fix bug: Do symlink check on expanded filename.
1758 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1760         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1761         changes during replacement.
1762         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1764 2007-02-28  Lars Hansen  <larsh@soem.dk>
1766         * desktop.el: Delete header line listing me as maintainer.
1768 2007-02-28  Glenn Morris  <rgm@gnu.org>
1770         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1771         the menus case.
1773 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1775         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1776         hooks to avoid confusion when combining after-change calls.
1778 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
1780         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1781         now that pgg-gpg-process-region correctly honors passed-in passphrase.
1782         (allout-distinctive-bullets-string): Add info about bullet conventions.
1783         (allout-mode): Add info about distinctive vs plain bullets.
1785 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
1787         * textmodes/org.el (org-archive-subtree): Quote variable name.
1788         (org-agenda-get-todos): Make sure skip properties are checked correctly.
1790 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
1792         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1793         (gud-bashdb-command-name, bashdb): Remove.
1794         (gud, gud-menu-map): Remove references to bash/bashdb.
1796 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
1798         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1799         keyword for Python 2.5.
1801 2007-02-26  Romain Francoise  <romain@orebokech.com>
1803         * net/net-utils.el (whois-server-tld): Update server for .org.
1804         (whois-server-list): Add whois.publicinterestregistry.net.
1805         (whois-guess-server): Fix formatting in docstring.
1807 2007-02-26  Kim F. Storm  <storm@cua.dk>
1809         * mouse.el (mouse-show-mark): Run hooks and perform command
1810         remapping for mouse-region-delete-keys.
1812 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1814         * font-core.el (font-lock-mode): Doc fix.
1816 2007-02-25  Kim F. Storm  <storm@cua.dk>
1818         * ido.el (ido-buffer-internal): Set this-command to fallback command.
1819         Add selected buffer to buffer-name-history.
1820         (ido-file-internal): Set this-command to fallback command.
1821         Add file names to file-name-history.
1823         * emacs-lisp/map-ynp.el (map-y-or-n-p):
1824         Apply minibuffer-prompt-properties.
1826 2007-02-25  Andreas Schwab  <schwab@suse.de>
1828         * files.el (hack-one-local-variable-eval-safep): Correct handling
1829         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
1831 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
1833         * textmodes/org.el (org-table-overlay-coordinates)
1834         (org-table-toggle-coordinate-overlays): New functions.
1835         (org-table-overlay-coordinates, org-table-coordinate-overlays):
1836         New variables.
1837         (org-startup-with-deadline-check): Remove option.
1838         (org-mode): Remove deadline check on startup.
1839         (org-table-limit-column-width): Remove option.
1840         (org-table-formula-numbers-only): Remove option.
1841         (org-link-style, org-link-format): Remove options.
1842         (org-select-agenda-window, org-fit-agenda-window): Remove options.
1843         (org-export-ascii-show-new-buffer)
1844         (org-export-html-show-new-buffer): Remove options.
1845         (org-activate-links): Remove camel option.
1846         (org-file-link-context-use-camel-case): Remove option.
1847         (org-camel-regexp): Remove variable.
1848         (org-activate-camels): Remove function.
1849         (org-store-link): Remove Camel stuff.
1850         (org-make-org-heading-camel): Remove function.
1851         (org-open-at-point): Remove camel stuff.
1852         (org-link-search): Remove camel stuff.
1853         (org-camel-to-words): Function removed.
1854         (org-get-agenda-file-buffer): Make sure we prepare the base
1855         buffers, not any indirect buffers.
1856         (org-sort-entries): Sort top-level when not on a headline, and no
1857         active region.
1858         (org-in-regexp): New function.
1859         (org-search-not-self): Rename from `org-search-not-link'.
1860         (org-open-link-marker): New variable.
1861         (org-open-at-point): Set `org-open-link-marker'.
1862         (org-print-icalendar-entries): Fixe bug with excluding DONE
1863         entries from the exported list.
1864         (org-edit-formula-lisp-indent): New command.
1865         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1866         (orgtbl-to-latex, orgtbl-insert-radio-table)
1867         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1868         (orgtbl-radio-table-templates): New option.
1869         (org-store-link-props):
1870         (org-remember-templates): More possibilities to insert info
1871         into templates.
1872         (org-remember-apply-template): Make use of the extended
1873         template capabilities.
1874         (org-remember-redo-template): New command.
1875         (org-upgrade-old-links)
1876         (org-table-modify-formulas, org-table-replace-in-formulas)
1877         (org-table-find-dataline)
1878         (org-table-get-vertical-vector): Remove functions.
1879         (org-table-remove-rectangle-highlight)
1880         (org-time-stamp-format, org-toggle-log-option)
1881         (org-table-highlight-rectangle)
1882         (org-table-iterate, org-table-make-reference):
1883         (org-translate-time, org-tree-to-indirect-buffer)
1884         (org-table-field-info, org-table-fix-formulas)
1885         (org-table-force-dataline, org-table-get-descriptor-line)
1886         (org-table-get-range)
1887         (org-skip-comments, org-sort)
1888         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1889         (org-table-current-dline, org-table-current-field-formula)
1890         (org-table-edit-backward-field)
1891         (org-table-edit-formulas-post-command)
1892         (org-table-edit-line-down, org-table-edit-line-up)
1893         (org-agenda-archive)
1894         (org-agenda-clock-cancel)
1895         (org-agenda-clock-out, org-agenda-list-stuck-projects)
1896         (org-agenda-open-link, org-agenda-show-new-time)
1897         (org-agenda-skip-subtree-when-regexp-matches)
1898         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1899         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1900         (org-do-sort, org-file-image-p, org-find-overlays)
1901         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1902         (org-highlight-until-next-command, org-isearch-end)
1903         (org-match-any-p, org-next-link, org-previous-link):
1904         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1905         (org-rewrite-old-row-references)
1906         (org-isearch-post-command)
1907         (org-table-edit-move, org-table-edit-next-field)
1908         (org-table-edit-scroll, org-table-edit-scroll-down)
1909         (org-set-frame-title, org-show-reference)
1910         (org-unhighlight-once, org-verify-change-for-undo): New functions.
1911         (org-show-variable): Remove command.
1912         (org-add-log-maybe): New arguments STATE, FINDPOS
1913         (org-table-sort-lines): Rewrite from scratch.
1914         (org-link-search): New argument AVOID-POS.
1915         (org-print-icalendar-entries): Remove argument CATEGORY.
1916         (org-run-agenda-series): Remove argument WONDOW.
1917         (org-next-link, org-previous-link): New commands.
1918         (org-agenda-date-format): New option.
1919         (org-table-iterate): New command.
1920         (org-table-modify-formulas)
1921         (org-table-replace-in-formulas): Remove functions.
1922         (org-table-fix-formulas): New function.
1923         (org-table-insert-column, org-table-delete-column)
1924         (org-table-move-column): Use `org-table-fix-formulas'.
1925         (org-follow-gnus-link): Patch from Bastien/Leo.
1926         (org-table-current-field-formula): New function.
1927         (org-file-image-p): New function.
1928         (org-agenda-show-new-time): New function.
1929         (org-agenda-date-later): Call `org-agenda-show-new-time'.
1930         (org-with-remote-undo): New macro.
1931         (org-agenda-undo): New command.
1932         (org-verify-change-for-undo): New function.
1933         (org-time-stamp-format): New function.
1934         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1935         by user.
1936         (org-match-any-p): New function.
1937         (org-make-tags-matcher): Handle regular expressions for tag and
1938         todo matches.
1939         (org-read-date): Accept "+N" as input for a date relative to the
1940         current date.
1941         (org-remove-subtree-entries-from-agenda): New function.
1942         (org-agenda-archive, org-agenda-kill):
1943         Use `org-remove-subtree-entries-from-agenda'.
1944         (org-do-sort, org-sort-entries): New functions.
1945         (org-sort): New command.
1946         (org-table-sort-lines): Use `org-do-sort'.
1947         (org-fix-decoded-time): New function.
1948         (org-table-number-regexp): Require 0x... to identify as number
1949         in tables.
1950         (org-startup-options): New keywords for note taking.
1951         (org-upgrade-old-links): Remove function.
1952         (org-get-repeat): New function.
1953         (org-show-context): Also show siblings on current level.
1954         (org-show-siblings): New function.
1955         (org-isearch-end, org-isearch-post-command): New functions.
1956         (org-show-siblings): New option.
1957         (org-show-context): Use `org-show-siblings'.
1958         (org-table-maybe-recalculate-line): No longer require `calc-eval'
1959         to be bound, because user may just use elisp.
1961 2007-02-24  Kim F. Storm  <storm@cua.dk>
1963         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1964         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1966 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
1968         * startup.el (command-line): Also check if the abbrev file is readable.
1970 2007-02-24  John Paul Wallington  <jpw@pobox.com>
1972         * net/tls.el (tls-certtool-program): Fix custom type.
1974         * mail/feedmail.el (feedmail-message-id-generator)
1975         (feedmail-date-generator): Fix custom types.
1977         * mail/rmail.el (rmail-message-filter): Fix custom type.
1979 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
1981         * startup.el (command-line): If simple.el cannot be found, proceed
1982         with a warning message.
1984 2007-02-24  Kenichi Handa  <handa@m17n.org>
1986         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1987         case that BEG is a string.
1989 2007-02-24  Chris Moore  <dooglus@gmail.com>
1991         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1992         * pgg-pgp.el (pgg-pgp-encrypt-region):
1993         * pgg-gpg.el (pgg-gpg-encrypt-region):
1994         Check pgg-encrypt-for-me if no other recipients.
1996 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
1998         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2000         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2001         shell-quote-argument.
2003 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2005         * comint.el (comint-read-input-ring): Use comint-input-ring-size
2006         from the comint buffer instead of the temporary one.
2008 2007-02-23  David Reitter  <david.reitter@gmail.com>
2010         * cus-edit.el (custom-save-all): Canonicalize custom-file before
2011         storing it in recentf-exclude.
2013 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
2015         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2016         in splash screen.
2018 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
2020         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2021         commands, for restart.
2022         (idlwave-shell-current-module): Fix handling of module name by type.
2023         (idlwave-shell-break-in): Update type handling.
2024         (idlwave-shell-bp-get): Encode type in BP structure.
2025         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2026         (idlwave-shell-module-source-query): Query routine info based on type.
2027         Fix path parsing for non-compiled files.
2028         (idlwave-shell-module-source-filter): Don't signal error in filter
2029         if no source found.
2030         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2031         filter race.
2033 2007-02-22  Kim F. Storm  <storm@cua.dk>
2035         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2036         (editable-field): Document need to put some text before the %v
2037         escape in :format string.
2039 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2042         (vc-svn-use-edit): Remove unused config var.
2043         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2045         * outline.el (hide-sublevels): Keep empty last line, if available.
2047         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2048         rather than the corresponding unicode char, to make the code
2049         more readable.
2051 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
2053         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2054         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2055         (speedbar-item-info-tag-helper): Doc fixes.
2057 2007-02-19  Kenichi Handa  <handa@m17n.org>
2059         * international/mule-cmds.el (locale-language-names):
2060         Map "eo" to "Esperanto".
2062         * language/european.el ("Esperanto"): New language environment.
2064 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2066         * simple.el (kill-line): Doc fix.
2068 2007-02-17  Kim F. Storm  <storm@cua.dk>
2070         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2071         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2072         (bindat--unpack-group, bindat--pack-group):
2073         Handle vectors with optional element type.
2075 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
2077         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2078         if PASSPHRASE is given.
2080 2007-02-17  Chris Moore  <dooglus@gmail.com>
2082         * jka-cmpr-hook.el (jka-compr-compression-info-list):
2083         Recognize backups of bz2 compressed files.
2085 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
2087         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2088         to nil to speed up lookup of the symbol in index nodes.
2090 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2092         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2093         Add indentation for the constants of Lisp.
2095 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * ps-print.el: Use (defvar <foo>) where applicable.
2098         (ps-print-emacs-type): Remove.
2099         (ps-x-frame-property, ps-e-frame-parameter): Remove.
2100         (ps-frame-parameter): Align its call-convention with frame-parameter.
2101         (ps-begin-job): Adjust calls to it appropriately.
2102         (ps-setup): Don't print ps-print-emacs-type.
2103         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2104         Define in such a way that it's obvious that it's defined.
2105         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2106         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2107         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2109 2007-02-15  Alan Mackenzie  <acm@muc.de>
2111         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2112         an empty one-line C-style comment, post-position point properly.
2114 2007-02-15  Chris Moore  <dooglus@gmail.com>
2116         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2117         (isearch-lazy-highlight-new-loop): Bind it.
2118         (isearch-lazy-highlight-search): Use it.
2120         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2122 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2124         * font-lock.el (font-lock-extend-region-wholelines):
2125         Only return non-nil if the region has really been changed.
2126         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2128 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2130         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2131         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2132         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2134 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
2136         * faces.el (color-values): Revert changes to docstring from
2137         2007-01-31 and 2000-09-07.
2139         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2140         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2141         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2142         (ispell-help): Fix typos in docstring and output message.
2144 2007-02-14  Kim F. Storm  <storm@cua.dk>
2146         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2147         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2148         (grep): Fix lgrep reference.
2150         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2151         (standard-display-underline): Use make-glyph-code.
2153         * descr-text.el (describe-char): Use glyph-char and glyph-face.
2155         * international/latin1-disp.el (latin1-display-char):
2156         Use make-glyph-code.
2158 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
2160         * ehelp.el (with-electric-help, electric-help-exit)
2161         (electric-help-retain): Doc fixes.
2163         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2164         (byte-compile-file): Doc fixes.
2166 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2168         * term/mac-win.el: Change all uses of
2169         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2170         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2171         (mac-ae-get-url): Call select-frame-set-input-focus.
2172         (mac-dnd-handle-drag-n-drop-event): Don't call
2173         select-frame-set-input-focus.
2175 2007-02-13  Kenichi Handa  <handa@m17n.org>
2177         * international/characters.el: Fix documentation of category `a'.
2179 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
2181         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2183 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
2185         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2186         (tramp-get-remote-ln): Handle error case.
2187         Reported by Chris Moore <dooglus@gmail.com>.
2189 2007-02-11  Kim F. Storm  <storm@cua.dk>
2191         * bindings.el (ctl-x-map): Remove register compatibility bindings
2192         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2194 2007-02-11  Richard Stallman  <rms@gnu.org>
2196         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2197         in load history.
2199         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2200         condition -- don't fail to stop at endpos.
2202 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
2204         * textmodes/org.el (org-agenda-get-todos)
2205         (org-agenda-get-timestamps, org-agenda-get-closed)
2206         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2207         (org-agenda-get-blocks, org-format-agenda-item)
2208         (org-agenda-change-all-lines, org-scan-tags): Rename text property
2209         from `category' to `org-category'.
2211 2007-02-11  Kenichi Handa  <handa@m17n.org>
2213         * international/titdic-cnv.el (titdic-convert): Force files be written
2214         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
2215         (miscdic-convert): Force files be written with Unix-like eol format.
2217 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2219         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2221         * calculator.el (calculator-prompt): Doc fix.
2222         (calculator-mode-map): Fix typo in menu entry.
2224 2007-02-10  Jay Belanger  <belanger@truman.edu>
2226         * calculator.el (calculator): Do more extensive checking for when
2227         3 lines should be used for the calculator.
2229 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
2231         * info-look.el (info-lookup-make-completions):
2232         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2233         index nodes.
2235         * info.el (Info-fontify-maximum-menu-size): Document the effect
2236         of a nil value.
2237         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2238         non-nil before using it as size.
2240 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
2242         * subr.el (insert-for-yank-1): Prevent read-only properties from
2243         interfering with text property operations.
2245         * image-mode.el (image-mode): Revert 2007-01-30 changes.
2247         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2248         (image-type-auto-detected-p): Fail if another match is found in
2249         auto-mode-alist.
2251         * files.el (magic-mode-alist): Call image-mode instead of
2252         image-mode-maybe for autodetected images.
2254 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
2256         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2257         Fix typos in docstrings.
2258         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2260 2007-02-09  Kim F. Storm  <storm@cua.dk>
2262         * emacs-lisp/float-sup.el: Remove obsolete comment.
2264 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2266         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2268 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2270         * simple.el: Revert previous change, at request of RMS:
2271         (fundamental-mode-hook): Remove.
2272         (fundamental-mode): Run after-change-major-mode-hooks manually,
2273         and don't run the now-nonexistent fundamental-mode-hook.
2275 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2277         * simple.el (fundamental-mode-hook): Declare new hook.
2278         (fundamental-mode): Run the new dedicated hook, and don't run
2279         after-change-major-mode-hooks manually anymore.
2281 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2283         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2284         added columns of chars.  Remove support for the "no-meta-info" format.
2285         Prompted by Romain Francoise <romain@orebokech.com>.
2287 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2289         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2290         (gdb-mouse-until, gdb-mouse-jump): Use it.
2292 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2294         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2295         work when there is just an assembler buffer (no source buffer).
2297 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
2299         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2300         just because the diff was produced using "-p" (--show-c-function).
2302 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2304         * faces.el (frame-set-background-mode): Use `color-values' and
2305         `display-color-p', not `x-color-values' and `x-display-color-p'.
2306         (face-valid-attribute-values): Use `defined-colors' instead of
2307         `x-defined-colors'.
2309 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2311         * ps-print.ps: The ps-print commands without face printing should not
2312         print background color.  Reported by Leo <sdl.web@gmail.com>.
2313         (ps-print-version): New version 6.7.3.
2314         (ps-begin-job): New arg.  Fix ps-default-background and
2315         ps-default-foreground initialization.
2316         (ps-face-attributes): Fix doc string.
2317         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2319         * printing.el: Fix ps-print link.
2321 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2323         * faces.el (face-set-after-frame-default): Compile attributes to
2324         be set by frame parameters before merging in X resources.
2326 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
2328         * simple.el (blink-matching-paren-dont-ignore-comments):
2329         (blink-matching-paren-on-screen): Doc fixes.
2331 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2333         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2335 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2337         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2338         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2339         entries like `defun'.  Return nil.
2341 2007-02-05  Kim F. Storm  <storm@cua.dk>
2343         * ido.el: Doc fixes.
2345 2007-02-04  David Kastrup  <dak@gnu.org>
2347         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2348         `mpuz-allow-double-multiplicator' is non-zero, and correct
2349         calculation of `min'.
2351 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2353         * wid-edit.el (widget-default-create): Insert new text at the
2354         :from marker _after_ the marker, not before it.
2356 2007-02-04  Alan Mackenzie  <acm@muc.de>
2358         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2359         containing it is re-indented.
2361 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2363         * net/newsticker.el (newsticker--insert-image): Update docstring,
2364         and insert the image directly.
2365         (newsticker--buffer-redraw): Update docstring.
2367         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2368         Rename from define-global-minor-mode.
2370         * progmodes/cwarn.el (global-cwarn-mode):
2371         * emacs-lisp/autoload.el (make-autoload):
2372         * hi-lock.el (global-hi-lock-mode):
2373         * font-core.el (global-font-lock-mode): All callers changed.
2375 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2377         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2378         Don't copy @ignore lines into menu descriptions.
2379         (texinfo-multi-file-update): Goto the @node line before attempting
2380         to pluck the node name.
2381         (texinfo-multiple-files-update): Reverse the optional arguments'
2382         order, as per the doc string and the `interactive' form.
2384 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2386         * image-mode.el: Use autoload to avoid overriding disabled setting
2387         applied in .emacs.
2389 2007-02-03  Alan Mackenzie  <acm@muc.de>
2391         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2392         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2393         adjacent paren groups).
2395 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2397         * progmodes/ebnf2ps.el: Doc fixes.
2398         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2400 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2402         * dired-x.el (dired-do-relsymlink): Add reference to
2403         dired-do-symlink.  Add an autoload cookie.
2405         * dired-aux.el (dired-do-symlink): Add reference to
2406         dired-do-relsymlink.
2408 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2410         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2411         <left-fringe mouse-3>: New bindings.
2413 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2415         * newsticker.el (newsticker-version): Changed to "1.10".
2416         (newsticker--set-customvar): Doc string.
2417         (newsticker-new-item-face): Doc string.
2418         (newsticker-mode): Initialize `invisibility-spec' with t.
2419         (newsticker-mode-map): Added
2420         `newsticker-mark-all-items-at-point-as-read'.
2421         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2422         (newsticker-w3m-show-inline-images): Do not call
2423         `w3m-remove-image'.
2424         (newsticker--buffer-after-w3m-insert-image): New advice for
2425         w3m-insert-image to cache images.
2426         (newsticker-next-item-same-feed): New.
2427         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2428         (newsticker-mark-all-items-of-feed-as-read): New.
2429         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2430         (newsticker-mark-item-at-point-as-read): Doc string.
2431         (newsticker-mark-item-at-point-as-read): Use new functions.
2432         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2433         `newsticker-mark-item-at-point-as-read'.
2434         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2435         (newsticker--sentinel): Yet another xml-parser workaround.
2436         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2437         days.
2438         (newsticker--buffer-do-insert-text): Fix.
2439         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2440         (newsticker--buffer-make-item-completely-visible):
2441         `switch-to-buffer' not necessary.
2443 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2445         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2446         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2447         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2448         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2449         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2451 2007-02-02  Kenichi Handa  <handa@m17n.org>
2453         * international/quail.el (quail-show-key): Fix an error message.
2455 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2457         * faces.el (set-face-underline-p, modify-face): Rename arg
2458         UNDERLINE-P to UNDERLINE (it is not a flag).
2460 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2462         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2463         when adding gdb-speedbar-update to gdb-input-queue.
2465 2007-02-01  Kenichi Handa  <handa@m17n.org>
2467         * international/quail.el (quail-show-key): Signal an error if the
2468         current input method is not using Quail.
2470 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2472         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2473         Trim leading whitespace in sysvar names.
2475 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2477         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2479 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2481         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2483 2007-01-31  Romain Francoise  <romain@orebokech.com>
2485         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2486         previous change to this file.
2488 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2490         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2491         image-mode.
2493         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2494         interfering with attempt to set major mode from modified
2495         auto-mode-alist.
2497 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2499         * faces.el (color-values): Doc fix.
2500         (face-differs-from-default-p): Don't check :foreground twice.
2502 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2504         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2506 2007-01-31  Kenichi Handa  <handa@m17n.org>
2508         * international/quail.el (quail-store-decode-map-key): Store a
2509         translated character too.
2510         (quail-char-equal-p): New function.
2511         (quail-find-key1): Check character equality by quail-char-equal-p.
2512         (quail-decode-map-generated): New variable.
2513         (quail-find-key): Check quail-decode-map-generated and re-generate
2514         a decode map if necessary.
2516 2007-01-30  Richard Stallman  <rms@gnu.org>
2518         * tutorial.el (tutorial--detailed-help): Make the list of
2519         changed keys look nicer.
2521 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2523         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2524         (gdb-var-delete): Use it.
2525         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2526         `in_scope'.
2528 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2530         * files.el (get-free-disk-space): Return nil for remote directories.
2532         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2533         instead of "dir".
2535 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2537         * type-break.el (type-break-catch-up-event): New function.
2538         (type-break-demo-hanoi, type-break-demo-life)
2539         (type-break-demo-boring): Use it.
2541         * image-mode.el (image-mode): Don't automatically view as image.
2542         (image-toggle-display): Add `disabled' property.
2544 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2546         * isearchb.el (isearchb-iswitchb):
2547         * ps-print.el (ps-build-face-reference):
2548         * emacs-lisp/shadow.el (list-load-path-shadows):
2549         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2550         * international/mule.el (find-auto-coding):
2551         * mail/supercite.el (sc-attrib-selection-list):
2552         * progmodes/cc-defs.el (c-emacs-features):
2553         * progmodes/cc-vars.el (c-offsets-alist):
2554         * progmodes/flymake.el
2555         (flymake-init-create-temp-source-and-master-buffer-copy):
2556         Fix typos in docstrings (some suggested by Chris Moore).
2558         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2559         (vhdl-get-library-unit, vhdl-corresponding-begin)
2560         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2561         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2562         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2563         (vhdl-font-lock-match-item): Fix typos in docstrings.
2564         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2565         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2566         (vhdl-speedbar-insert-project-hierarchy):
2567         Improve argument/docstring consistency.
2569 2007-01-29  Kenichi Handa  <handa@m17n.org>
2571         * international/titdic-cnv.el (py-converter): Fix previous change.
2573 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2575         * jka-compr.el (jka-compr-partial-uncompress)
2576         (jka-compr-call-process): Rebind default-directory if it is
2577         invalid.  Suggested by Chris Moore.
2579         * comint.el (comint-insert-input): Handle situation where the
2580         selected buffer is not the clicked buffer.
2582 2007-01-29  Kenichi Handa  <handa@m17n.org>
2584         * international/ja-dic-cnv.el (skkdic-convert):
2585         Add byte-compile-disable-print-circle:t at the head.
2587         * international/titdic-cnv.el (tit-process-header):
2588         Add byte-compile-disable-print-circle:t at the head.
2589         (miscdic-convert): Likewise.
2590         (py-converter): Skip the header comments.
2592         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2593         New variable.
2594         (byte-compile-output-file-form): Bing print-circle to nil if
2595         byte-compile-output-file-form is not nil.
2596         (byte-compile-output-docform): Likewise.
2598 2007-01-28  Kim F. Storm  <storm@cua.dk>
2600         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2601         Declare earlier to avoid byte compiler warnings.
2603 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2605         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2607 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2609         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2610         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2611         when calling update-game-score program.  Remove unnecessary
2612         save-excursion.
2614         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2616 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2618         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2619         avoid compiler warning.
2620         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2621         might have values other than "true" or "false".
2623 2007-01-28  Richard Stallman  <rms@gnu.org>
2625         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2626         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2628         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2630         * image.el (image-type-header-regexps): Make GIF regex more specific.
2632         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2633         Don't check `backspace'.
2634         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2635         in Fundamental mode.
2637         * startup.el (fancy-splash-text, normal-splash-screen):
2638         Mention C-g.
2640         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2641         when inserting in buffer.
2643         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2644         inside the if.
2646 2007-01-27  Richard Stallman  <rms@gnu.org>
2648         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2650 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2652         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2653         enum/union/struct/class definition.
2654         Revert change to call `forward-sexp' multiple times.
2656 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2658         * files.el (hack-local-variables-confirm): Don't keep trying to
2659         read an event from an empty kbd macro.
2661 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2663         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2665 2007-01-27  Ben North  <ben@redfrontdoor.org>
2667         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2668         the arg CHILDREN -> WHICH.
2670 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2672         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2673         default-directory to a sane value when calling start-process.
2675 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2677         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2678         (ls-lisp-format-time-list): Doc fix.  Mention
2679         ls-lisp-use-localized-time-format.
2680         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2681         ls-lisp-use-localized-time-format is non-nil, even if a valid
2682         locale is defined.
2684 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2686         * jka-compr.el (jka-compr-shell): Doc fix.
2688         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2690 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2692         * ps-print.ps: Fix background height.
2693         (ps-print-version): New version 6.7.2.
2695 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2697         * makefile.w32-in (finder-data, custom-deps): Depend on
2698         $(lisp)/loaddefs.el.
2700 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2702         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2704 2007-01-24  Miles Bader  <miles@gnu.org>
2706         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2707         (byte-compile-output-docform): Bind `print-circle' to t.
2709 2007-01-24  Kenichi Handa  <handa@m17n.org>
2711         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2712         file name of the original SKK dictionary file.
2714 2007-01-24  Kim F. Storm  <storm@cua.dk>
2716         * ido.el (ido-initial-position): New variable.
2717         (ido-read-internal): Set it if default item is specified.
2718         (ido-minibuffer-setup): Position cursor accordingly if set.
2719         (ido-edit-input): C-e moves to end of input if not already there.
2720         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2721         Don't switch to buffer mode if repeating C-b at start of input.
2722         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2723         input; else it moves to start of input.
2724         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2725         not at end of input, delete rest of input, rather than normal op.
2727 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2729         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2731         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2732         of message.  Activate mark.
2733         (ediff-activate-mark): Set transient-mark-mode to t.
2735         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2737 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2739         * help-fns.el (describe-variable): Don't suppress display of
2740         buffer local value when the value is "large".
2742 2007-01-22  Kim F. Storm  <storm@cua.dk>
2744         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2745         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2746         (ido-tidy): Use ido-active.
2748 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2750         * hexl.el (hexl-mode-exit): Add missing quote.
2752 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2754         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2755         (mac-ae-keyboard-modifiers): New function.
2756         (mac-handle-toolbar-switch-mode): Use it.
2757         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2758         if keyboard modifiers on drop contain option key.
2759         (mac-dnd-drop-data): Add optional argument `action'.
2760         (special-event-map): Remove binding for M-drag-n-drop.
2762 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2764         * add-log.el (add-log-current-defun): Use CC Mode functions to
2765         find the beginning and end of a defun.
2767 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2769         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2770         (gdb-var-create-handler): Handle value field in GDB output of
2771         -var-create.
2772         (gdb-max-frames): New variable.
2773         (gdb-stack-buffer, gdb-frames-select): Use it.
2774         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2775         if necessary.
2776         (gdb-get-frame-number): Simplify.
2778 2007-01-21  Glenn Morris  <rgm@gnu.org>
2780         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2781         Update copyrights.
2783 2007-01-21  Alan Mackenzie  <acm@muc.de>
2785         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2786         handling of K&R stuff.
2788 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2790         * textmodes/bibtex.el (bibtex-files): Fix customization type.
2792 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2794         * ps-print.el: Handle frame parameters (background and/or foreground
2795         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
2796         (ps-print-version): New version 6.7.1.
2797         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2798         (ps-frame-parameter): New fun.
2799         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2800         Fix doc and customization.
2801         (ps-begin-job): Get frame parameters (background and/or foreground
2802         colors).
2803         (ps-do-despool): Ensure ps-printer-name has a valid value.
2805 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2807         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2808         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2809         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2810         mean unlimited.
2812 2007-01-20  Alan Mackenzie  <acm@muc.de>
2814         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2815         much more rigorous analysis of putative K&R regions.
2817 2007-01-20  Alan Mackenzie  <acm@muc.de>
2819         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2820         New functions.
2822 2007-01-20  Alan Mackenzie  <acm@muc.de>
2824         * progmodes/cc-align.el, progmodes/cc-cmds.el,
2825         * progmodes/cc-defs.el, progmodes/cc-engine.el,
2826         * progmodes/cc-langs.el, progmodes/cc-styles.el,
2827         * progmodes/cc-vars.el: Add my name.
2829 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2831         * files.el (find-alternate-file): Revert query message to Emacs 21
2832         version.
2834 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2836         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2837         the doc string how to use personal abbrevs without electric
2838         keywords.
2840 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2842         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2843         Fixed cursor position when toggle abbreviated display.
2845 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
2847         * t-mouse.el: Update copyright following assignment by
2848         Alessandro Rubini.
2850 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
2852         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2853         (type-break-demo-boring): Call read-event instead of read-char.
2855 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (small change)
2857         * progmodes/compile.el: Add handling for makepplog.
2859 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
2861         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2862         aspell dictionaries are initialized when called non-interactively.
2864 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
2866         * progmodes/compile.el (compilation-loop): New arg limit.
2867         Handle case where the first error is at point-min.
2868         (compilation-next-error): New arg to compilation-loop call.
2870 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
2872         * info.el (Info-default-dirs): Change default info dir to
2873         share/info.
2875         * paths.el (Info-default-directory-list): Ditto.
2877 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
2879         * hexl.el (hexl-before-revert-hook): New function.
2880         (hexl-mode): Use it.
2881         (hexl-after-revert-hook): Just call hexl-mode.
2882         (hexl-mode-exit): Remove before-revert-hook.
2884 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2886         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2888 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
2890         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2891         by "-" in francais7 otherchars entry.
2892         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2893         otherchars entry.
2895 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
2897         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2898         path.  Rewrite function in `cond' style for readability.
2900         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2901         (The path shortening, that is, not the rearrarangement.)
2903 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2905         * term/mac-win.el (mac-ae-quit-application): New function.
2906         (mac-apple-event-map): Bind "quit application" Apple event to it.
2908 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2911         than the program's output.
2913 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
2915         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2916         (kmacro-start-macro-or-insert-counter)
2917         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2918         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2920         * longlines.el (longlines-show-hard-newlines):
2921         * ruler-mode.el (ruler-mode-ruler):
2922         * emulation/keypad.el (keypad-setup):
2923         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2924         Fix typo in docstring.
2926 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
2928         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2929         Remove redirect character ">".
2931 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
2933         * replace.el (perform-replace): Remove leftover code.
2935 2007-01-12  Richard Stallman  <rms@gnu.org>
2937         * replace.el (perform-replace): Don't clear NODENT when computing
2938         the replacement string.
2940 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
2942         * net/tramp.el (tramp-handle-file-local-copy):
2943         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
2944         <christopher.ian.moore@gmail.com>.
2946 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * diff-mode.el (diff-sanity-check-context-hunk-half)
2949         (diff-sanity-check-hunk): New functions.
2950         (diff-find-source-location): Use'em to check the hunks are well-formed.
2952         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2953         activate undo when undo is not active.
2954         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2956 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2959         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2960         (ffap-url-at-point): Use char-classes rather than "a-z".
2962 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
2964         * ediff-init.el (ediff-autostore-merges):
2965         * textmodes/fill.el (fill-region): Doc fix.
2967 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * server.el (server-ensure-safe-dir): UIDs may be floats.
2971 2007-01-10  Richard Stallman  <rms@gnu.org>
2973         * battery.el (battery-linux-proc-acpi): Use ignore-errors
2974         around calls to directory-files.
2976         * subr.el (momentary-string-display): Use save-excursion.
2978         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2979         argument, but read it as `X' does.
2981 2007-01-09  Juri Linkov  <juri@jurta.org>
2983         * info.el (Info-fontify-node): Don't hide node names of index entries.
2985         * faces.el (momentary): Change :group to basic-faces where all
2986         basic faces belong to.  Add :version.
2988 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2990         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2991         keybinding is found.
2992         (tutorial--find-changed-keys): Never treat null keybinding as a
2993         remapping.
2995 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
2997         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2999 2007-01-09  Kenichi Handa  <handa@m17n.org>
3001         * international/mule-cmds.el
3002         (select-safe-coding-system-interactively): Fix message.
3004 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
3006         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3007         (tramp-process-actions): Add optional parameter TIMEOUT.
3008         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3009         (tramp-open-connection-su): Add timeout of 60".
3011 2007-01-09  Richard Stallman  <rms@gnu.org>
3013         * progmodes/compile.el (compile): Doc fix.
3015 2007-01-09  Markus Triska  <markus.triska@gmx.at>
3017         * tumme.el (tumme-display-thumb): Doc fix.
3019 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
3021         * battery.el (battery-search-for-one-match-in-files):
3022         * bindings.el (mode-line-minor-mode-help):
3023         * x-dnd.el (x-dnd-types-alist):
3024         * calendar/icalendar.el (icalendar-import-buffer):
3025         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3027         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3029 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
3031         * replace.el (replace-regexp): Fix typo in docstring.
3033 2007-01-07  Alan Mackenzie  <acm@muc.de>
3035         * progmodes/cc-langs.el (c-operators, c-filter-ops):
3036         Amend doc-string and comments.
3038 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
3040         * files.el (abbreviate-file-name): Doc fix.
3042 2007-01-06  Markus Triska  <triska@gmx.at>
3044         * subr.el (split-string): Remove spurious ")" from doc string.
3046 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3048         * textmodes/table.el (table--warn-incompatibility):
3049         Use display-warning instead of momentary-string-display.
3051 2007-01-05  Richard Stallman  <rms@gnu.org>
3053         * image.el (image-type-header-regexps): Recognize xbm more strictly.
3055         * simple.el (backward-kill-word): Doc fix.
3057 2007-01-05  Romain Francoise  <romain@orebokech.com>
3059         * international/mule.el (sgml-html-meta-auto-coding-function):
3060         Ensure that the buffer contains a HTML document.
3062 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3064         * faces.el (momentary): Move here ...
3065         * subr.el (momentary): ... from here.
3067 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
3069         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3070         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3071         large structures/arrays.
3073 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
3075         * files.el (find-file-noselect-1, set-visited-file-name):
3076         Allow backup-enable-predicate to be nil.
3078 2007-01-04  Andreas Schwab  <schwab@suse.de>
3080         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3081         last change.
3083 2007-01-03  Richard Stallman  <rms@gnu.org>
3085         * woman.el (woman-decode-buffer): Clarify error message.
3087 2007-01-03  Alan Mackenzie  <acm@muc.de>
3089         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3091 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
3093         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3095 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3099 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
3101         * emulation/viper.el (viper-custom-file-name, viper-mode):
3102         Fix typos in docstrings.
3104         * subr.el (momentary-string-display): After moving point, set POS
3105         variable to it to avoid later errors once the buffer is modified.
3106         Doc fix.
3108 2007-01-02  Alan Mackenzie  <acm@muc.de>
3110         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3111         check that the "*/" is present before trying to manipulate it.
3113 2007-01-02  Richard Stallman  <rms@gnu.org>
3115         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3117         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
3118         Fix format of value.
3120         * cus-edit.el (customize-unsaved): Rename from customize-customized.
3121         Change messages accordingly.
3122         (customize-customized): Now alias.
3124 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
3126         * files.el (version-control): Doc fix.
3128 2007-01-01  Alan Mackenzie  <acm@muc.de>
3130         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3131         Check the format of c-state-cache is valid for an optimisation before
3132         using it.
3134         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3135         are at a statement within a macro".  Other changes so that only
3136         the first continuation line in a macro gets the symbol
3137         `cpp-define-intro', the others getting `statement', or whatever.
3139         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3140         a string, preserve whitespace.  Add a backslash only when also in
3141         a macro.
3143         * progmodes/cc-defs.el: Correct typos.
3145         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3146         new line after an escaped EOL in a string.
3148         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3149         label when it directly follows "else", "do", ....
3151         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3152         angle brackets (as seen in "explicit specialisations" of C++
3153         templates).
3155         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3156         in the doc-string.
3158         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3159         when the comment ender looks like "=========*/" and is alone on
3160         its line.
3162         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3163         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
3164         for the old name.
3166         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3167         c-\(beginning\|end\)-of-defun by default.
3169         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3170         New line-up function, for the DEFUN macro in the Emacs C sources.
3171         Only used in "gnu" style.
3173         * progmodes/cc-styles.el (c-style-alist): Use this new function in
3174         the "gnu" style.
3176         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3177         clean-up comment-close-slash also to work when there's a comment
3178         terminator on the line.
3179         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3180         these for large arg - only take account of top level {..}, except
3181         for initial and final adjustments.  M-- C-M-[ae] now go to the
3182         right defuns when the starting point is between defuns.  They use
3183         the four new functions:
3184         (c-in-function-trailer-p, c-where-wrt-brace-construct)
3185         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3186         support c-\(beginning\|end\)-of-defun.
3188         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3189         expressions more rigorously, to exclude bit-field specifiers from
3190         being classed as labels.
3191         (c-forward-label): When analyzing a ":" within a macro, be careful
3192         about using c-forward-syntactic-ws at the macro beginning.
3193         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3194         stmt boundary, check for "operator=", etc.
3196         * progmodes/cc-mode.el (c-postprocess-file-styles):
3197         Bind inhibit-read-only to t, around the call to
3198         c-remove-any-local-eval-or-mode-variables, so that it works on a
3199         RO file.
3201         * progmodes/cc-defs.el (c-version): Update the version number to
3202         "5.31.4".
3204 2007-01-01  Richard Stallman  <rms@gnu.org>
3206         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3207         only if we restored isearch-window-configuration.
3209 2006-12-31  Romain Francoise  <romain@orebokech.com>
3211         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3213 2006-12-31  Kim F. Storm  <storm@cua.dk>
3215         * files.el (auto-mode-case-fold): New defcustom.
3216         (set-auto-mode): If non-nil, perform second case-sensitive pass
3217         through auto-mode-alist if first pass failed.
3219 2006-12-30  Richard Stallman  <rms@gnu.org>
3221         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3223 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
3225         * allout.el (allout-encrypt-string): Handle symmetric-key
3226         passphrase caching but leave keypair caching to pgg.
3228 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
3230         Sync with Tramp 2.0.55.
3232         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3233         `integerp'.  `char-equal' could fail else in case of negative
3234         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3235         (top): Check for `font-lock-add-keywords' before calling; it
3236         doesn't exist under XEmacs.
3237         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
3238         (tramp-completion-mode): Remove clause (not
3239         tramp-unified-filenames), because the function is called in other
3240         context too, where this check results in wrong results in the
3241         XEmacs case on Windows.
3242         (tramp-touch): UTC handling is not possible for XEmacs.
3244 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3246         * scroll-bar.el (previous-scroll-bar-mode): New variable
3247         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3248         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3250         * term/x-win.el: Set scroll bar mode to right if set by X resources.
3252 2006-12-30  Richard Stallman  <rms@gnu.org>
3254         * files.el (make-backup-file-name-1): Precompute abs name
3255         but don't lose the relative name.
3257         * international/mule-cmds.el (select-safe-coding-system-interactively):
3258         Fix message.
3260 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3262         * files.el (backup-buffer): Show entire backup file name in msg.
3264 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
3266         * image.el (image-type-header-regexps, image-type-from-data)
3267         (image-type-from-buffer, image-type-from-file-header):
3268         Revert changes from 2006-12-26.
3269         (image-type-auto-detectable): New variable.
3270         (image-type-auto-detected-p): New function.
3272         * files.el (magic-mode-alist): Detect image files with
3273         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3275 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
3277         * dired.el (dired-sort-other): Move test for dired-mode...
3278         (dired-sort-set-modeline): ...to here.
3280 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3282         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3283         change.  Suggested by Stefan Monnier.
3285 2006-12-29  Kim F. Storm  <storm@cua.dk>
3287         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3288         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3290 2006-12-27  Kim F. Storm  <storm@cua.dk>
3292         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3293         so it doesn't accidentally match an fsf.org mail address.
3294         (authors-renamed-files-alist): Add tcover-*.el.
3296 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3298         * vc-arch.el (vc-arch-find-version): New function.
3300         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3301         composed of arbitrary characters (even /) in some systems.
3303 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3305         * international/mule-cmds.el (select-safe-coding-system-interactively):
3306         Improve the message in the *Warning* buffer.
3308 2006-12-27  Kim F. Storm  <storm@cua.dk>
3310         * ido.el (ido-set-matches-1): Fix last change.  If default item is
3311         current buffer, it is ok to be first.
3313 2006-12-27  Kenichi Handa  <handa@m17n.org>
3315         * international/mule-cmds.el (select-safe-coding-system-interactively):
3316         Use face `link' for problematic chars.
3318 2006-12-27  Kenichi Handa  <handa@m17n.org>
3320         * international/mule-cmds.el (select-safe-coding-system-interactively):
3321         Improve the message in *Warning* buffer.
3323 2006-12-27  Kim F. Storm  <storm@cua.dk>
3325         * ido.el (ido-set-matches-1): Never put current buffer first if
3326         there are other matches.
3328 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
3330         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3331         expressions.
3332         (gdb-var-delete): Handle duplicate names.  Print message for non
3333         root expressions.
3334         (gdb-partial-output-name): Start buffer name with a space.
3335         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3336         buffer name.
3338 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3340         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3341         last footnote when `footnote-spaced-footnotes' is nil.
3343 2006-12-26  Richard Stallman  <rms@gnu.org>
3345         * cus-edit.el (custom-browse-sort-alphabetically)
3346         (custom-buffer-sort-alphabetically)
3347         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3349         * image.el (image-type-header-regexps): Change element format
3350         to include third item NOT-ALWAYS.
3351         (image-type-from-data): Handle new format.
3352         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3353         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3355 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3357         * add-log.el (add-log-current-defun): Call `forward-sexp'
3358         multiple times to pick a member function name defined as
3359         part of nested classes/namespaces.
3361 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3363         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3364         which keymap should be used to change menu.  It does not affect any
3365         existent code.
3367 2006-12-26  Richard Stallman  <rms@gnu.org>
3369         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3370         rather than for being in a minibuffer window.
3372 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3374         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3375         locale-coding-system.
3376         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3377         LF.
3379 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3381         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3382         (sql-mode-syntax-table): Disable double quoted strings.
3383         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3385 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3387         * startup.el (fancy-splash-last-input-event): New variable.
3388         (fancy-splash-special-event-action): New function.
3389         (fancy-splash-screens): Temporarily bind special events to it.
3390         Execute command for saved special event before exiting from
3391         recursive editing.
3393         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3394         New functions.
3395         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3396         Use mac-unread-string.
3398 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3400         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3401         an optimized comment regexp if `comment-start-skip' uses a ^.
3402         * bs.el (bs--up): Remove interactive spec.
3404 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3406         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3407         Suggested by James Cloos.
3409 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3411         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3412         in March.
3413         (calendar-dst-ends): Default to first Sunday in November.
3415 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3417         * allout.el (allout-encrypt-string): Inhibit use of agent within
3418         body of let form where encryption happens.  Acknowledge non-use of
3419         gpg-agent in docstring.
3420         (allout-toggle-subtree-encryption): Acknowledge non-use of
3421         gpg-agent in docstring.
3423 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3425         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3427 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3429         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3430         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3432         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3433         in hooks.
3434         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3435         actually modify buffer; ignore errors if occur.
3437 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3439         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3440         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3441         formatting.
3443 2006-12-23  Richard Stallman  <rms@gnu.org>
3445         * simple.el (delete-horizontal-space): Doc fix.
3447 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3449         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3450         explicitly in a recursive Make, not implicitly through prerequisites,
3451         since the latter is wrong under parallel builds.
3453 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3455         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3457 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3459         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3460         message string.
3462 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3464         * outline.el (outline-next-visible-heading): Fix the case with a
3465         header at end-of-file with no final newline.
3467 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3469         * indent.el (tab-always-indent): Doc fix.
3471 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3473         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3474         (Info-fontify-node): Do fontify indices.
3476         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3477         to the Emacs Lisp reference manual.
3478         (tutorial--tab-map): Remove.  All callers changed.
3479         (tutorial--find-changed-keys): New elt QUIET, used to...
3480         (tutorial--display-changes): ...ensure that warning messages are
3481         only issued once per changed key.
3482         (tutorial--remove-remarks): Delete unused code-path.
3483         (lang-strings): Remove extraneous formatting.
3484         (tutorial--save-tutorial): Prompt before saving tutorial state.
3486 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3488         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3489         Replace '?\ ' by '?\s' throughout.
3490         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3491         `help' custom group.
3492         (tutorial--key-description): New function.
3493         (tutorial--display-changes): Remove redundant arg.  Scan for all
3494         key sequences to avoid false matches.  Cleanup.
3495         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3496         reduce homedir pollution.
3497         (help-with-tutorial): Call tutorial--display-changes with no arg.
3499 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3501         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3503 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3505         * net/tramp.el (tramp-default-method): We still need to check for
3506         `executable-find', because it is not bound under Emacs 20.
3507         (tramp-handle-file-name-completion)
3508         (tramp-completion-handle-file-name-completion): Handle optional
3509         parameter PREDICATE.
3510         (tramp-find-default-method): Add code for default values.
3512 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3514         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3515         make gud-go send "continue".
3517 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3519         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3520         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3522 2006-12-19  Kim F. Storm  <storm@cua.dk>
3524         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3525         instead of global-map.
3527         * files.el (magic-mode-alist): Allow matching file type by
3528         calling a function at bob.  Check for image types by calling
3529         image-type-from-buffer.  Suggested by Juanma Barranquero.
3530         (set-auto-mode): Do it.
3532 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3534         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3535         Remove "ControlMaster" option from the other `scp*' methods.
3536         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3538 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3540         * textmodes/org.el (org-mode): Show context after isearch.
3541         (org-show-siblings): New function.
3542         (org-show-context): Use `org-show-siblings'.
3544 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3547         Use syntax-ppss-toplevel-pos.
3549 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3551         * textmodes/org.el (org-current-line): Make sure that lines are
3552         counted from beginning of buffer.
3553         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3554         lines are counted from beginning of buffer.
3556 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3558         * info.el (Info-build-node-completions): Signal error if tag-table
3559         marker is not found.
3561         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3563 2006-12-17  Alan Mackenzie  <acm@muc.de>
3565         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3566         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3567         Based on code by Martin Rudalics.
3569         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3570         open-paren-in-column-0-is-defun-start to nil any more.
3572 2006-12-17  Richard Stallman  <rms@gnu.org>
3574         * simple.el (delete-horizontal-space): Use prefix arg.
3576         * help-fns.el (describe-variable): Improve blank separator lines.
3578         * files.el (magic-mode-alist): Mark as risky.
3580         * files.el (make-backup-file-name-1):
3581         Expand backup-directory explicitly.
3583 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3585         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3586         check whether package password.el is loaded, or Pageant is running.
3588 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3590         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3591         (icalendar--rris): First try Emacs, then XEmacs.
3592         (icalendar--convert-ical-to-diary): Doc fix.
3593         Insert newline at end of target file.
3595 2006-12-17  Kim F. Storm  <storm@cua.dk>
3597         * outline.el (outline-isearch-open-invisible-function): New defvar.
3598         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3599         overlay property instead of outline-isearch-open-invisible.
3601 2006-12-16  Kim F. Storm  <storm@cua.dk>
3603         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3604         if ido-directory-too-big is set on entry.
3605         (ido-toggle-ignore, ido-completion-help): Print message while
3606         reading big directory.
3608 2006-12-15  Richard Stallman  <rms@gnu.org>
3610         * shell.el (shell): Doc fix.
3612 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3614         * emulation/edt.el (edt-xserver):
3615         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3616         to fix a problem on Cygwin.
3618         * emulation/edt.el
3619         * emulation/edt-mapper.el
3620         * emulation/edt-lk201.el
3621         * emulation/edt-pc.el
3622         * emulation/edt-vt100.el: Update maintainer's email address.
3624 2006-12-15  Simon Marshall  <simon@gnu.org>
3626         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3628 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3630         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3631         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3632         instead of mac-atsu-font-table.
3633         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3635 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3637         * align.el (align-match-tex-pattern): Fix a rare bug which
3638         hanged Emacs.
3640 2006-12-14  Richard Stallman  <rms@gnu.org>
3642         * startup.el (use-fancy-splash-screens-p): Use frame-height
3643         instead of window-height.  Pass frame to image-size.
3645 2006-12-13  Kenichi Handa  <handa@m17n.org>
3647         * international/mule-cmds.el (set-locale-environment):
3648         Set default-sendmail-coding-system too.
3650 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3652         * progmodes/idlw-help.el: Fix copyright notice.
3654 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3658 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3660         * subr.el (unread-command-char): Reformat obsolescence info.
3662 2006-12-11  Richard Stallman  <rms@gnu.org>
3664         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3665         about calls to cl-struct-setf-expander.
3667 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3669         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3670         (ediff-combination-pattern): Fix typo in docstring.
3672         * textmodes/refer.el (refer-find-entry): Doc fix.
3673         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3674         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3675         Fix tipos in docstrings.
3677         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3679 2006-12-10  Kim F. Storm  <storm@cua.dk>
3681         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3682         instead of binding M-backspace.
3684 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3686         * replace.el (replace-match-data, replace-match-maybe-edit):
3687         * calc/calc-aent.el (calc-eval-error):
3688         * emulation/vi.el (vi-char-argument):
3689         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3690         (c-vsemi-status-unknown-p-fn): Doc fixes.
3692 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3694         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3695         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3697 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3699         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3701 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3703         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3705         * man.el (Man-xref-button-action): New function.  If the
3706         `Man-target-string' button property is a function, assume it
3707         accepts a position argument.
3708         (Man-abstract-xref-man-page): Use it.
3709         (Man-default-man-entry): New optional arg POS.
3711         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3712         symlink arrows read-only and non-rear-sticky.
3714 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3716         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3717         (wdired-search-and-rename): Simplify code.
3718         (wdired-preprocess-files, wdired-preprocess-perms): Make
3719         read-only property of preceding character rear-nonsticky to
3720         avoid that it can be modified.  Put old-name and old-link
3721         properties on character preceding name and replace
3722         put-text-property by add-text-properties.
3723         (wdired-get-filename, wdired-get-previous-link): Get old-name
3724         and old-link properties from character preceding name and
3725         simplify code.
3726         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3727         (wdired-perms-to-number): Make local-map property
3728         rear-nonsticky to avoid that text following permissions may be
3729         modified.  Use add-text-properties instead of put-text-property
3730         when changing a permission bit.
3731         (wdired-change-to-dired-mode): Remove stickiness properties.
3733 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3735         * international/mule-cmds.el (register-input-method): Doc fix.
3737 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3739         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3741 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3743         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3744         Force buffer local defs evaluation on local variables loading.
3745         (flyspell-mode-on, flyspell-mode-off): Use it in
3746         `hack-local-variables-hook'.
3748 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3750         * emacs-lisp/find-func.el (find-variable): Doc fix.
3752         * help-fns.el (variable-at-point): Doc fix.
3754         * w32-fns.el (w32-append-code-lines): New function.
3756 2006-12-09  Romain Francoise  <romain@orebokech.com>
3758         * comint.el (comint-insert-input): Delete obsolete comment.
3760 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3763         current frame, in case we're connected to several displays.
3765 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3767         * frame.el (other-frame): Doc fix.
3768         (set-frame-parameter): Fix typo in docstring.
3770 2006-12-07  Kim F. Storm  <storm@cua.dk>
3772         * info.el (Info-index): Strip leading colon from topic.
3774 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3776         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3777         to pointers.
3779 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
3781         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3782         Trim out spurious class inheritance "None" entries.
3784 2006-12-05  Kim F. Storm  <storm@cua.dk>
3786         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3787         (cua-paste-pop): Rework last change for
3788         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3789         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3790         text inserted by the last M-y command.
3792 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3794         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3795         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3797         * shell.el (shell): Search the start file in ~/.emacs.d as
3798         `init_SHELLNAME.sh' instead.
3800 2006-12-05  Glenn Morris  <rgm@gnu.org>
3802         * progmodes/cperl-mode.el (cperl-mode)
3803         * progmodes/f90.el (f90-mode-abbrev-table)
3804         * progmodes/fortran.el (fortran-mode-abbrev-table)
3805         * progmodes/octave-mod.el (octave-abbrev-table)
3806         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3807         if abbrev-table is non-nil (saved user abbrevs may have been restored).
3809         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3810         clear abbrev table, else saved abbrevs will not be restored.
3812 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3814         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3815         the call to `make-obsolete-variable', not in the docstring.
3817 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
3819         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3821 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3823         * progmodes/ebnf-abn.el:
3824         * progmodes/ebnf-bnf.el:
3825         * progmodes/ebnf-dtd.el:
3826         * progmodes/ebnf-ebx.el:
3827         * progmodes/ebnf-iso.el:
3828         * progmodes/ebnf-otz.el:
3829         * progmodes/ebnf-yac.el:
3830         * progmodes/ebnf2ps.el:
3831         * delim-col.el:
3832         * printing.el:
3833         * ps-bdf.el:
3834         * ps-mule.el:
3835         * ps-print.el: Remove 'Time-stamp' comment mark.
3837         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3838         'easy-menu-add-item' when called in Emacs 21 or higher.
3840 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
3842         * progmodes/ada-xref.el (ada-check-current): Doc fix.
3843         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
3845 2006-12-04  Kim F. Storm  <storm@cua.dk>
3847         * bindings.el (global-map): Bind [signal t] to ignore, to have
3848         user signals ignored by default.
3850 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
3852         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3853         Unicode data file pointed to by `describe-char-unicodedata-file'.
3855 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3857         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3858         O(n^2) regexp-search by anchoring the search.
3860 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
3862         * whitespace.el (whitespace-cleanup-internal): Use current
3863         argument for recursive call.
3865 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
3867         * net/tramp.el (tramp-methods): Add "ControlPath" and
3868         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
3869         Andreas Schwab <schwab@suse.de>.
3870         (tramp-do-copy-or-rename-file-out-of-band)
3871         (tramp-open-connection-rsh): Compute format spec for ?t.
3872         (tramp-process-actions): Trace command parameters.
3874 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
3876         * simple.el (toggle-truncate-lines): Clarify doc string.
3878         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3879         (gdb-speedbar-expand-node): Use it.
3881 2006-12-04  Richard Stallman  <rms@gnu.org>
3883         * progmodes/python.el (python-indent): Add safe-local-variable prop.
3885         * dired.el (dired-revert): Turn off dired-after-readin-hook
3886         around call to dired-readin.
3888         * menu-bar.el (menu-bar-make-toggle): Add "globally"
3889         to echo area messages.
3890         <indicate-empty-lines, case-fold-search>:
3891         Add "globally" to Help string.
3892         <case-fold-search>: MESSAGE arg need not say "globally".
3893         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3895 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
3897         * outline.el (outline-end-of-subtree): Don't leave an empty
3898         line hidden as we would a real next heading.
3900 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
3902         * allout.el (allout-ascend): Add an optional argument to preserve
3903         original position of point when unsuccessful.  Also, fix a
3904         docstring error.
3905         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3906         work again, using allout-ascend's new option.
3907         (allout-setup-mode-map): Extract from allout-mode to initialize
3908         allout-mode-map.  Call it on file load, so the mode docstring
3909         substitutions work even if allout mode has not yet been invoked.
3910         (allout-mode): Use new allout-setup-mode-map to track any keybinding
3911         customizations since the map was last processed.  Also, refine the
3912         docstring so it's ship-shape for release.
3913         (allout-default-layout, allout-beginning-of-line-cycles)
3914         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3915         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3916         (allout-version, allout-layout, allout-infer-body-reindent)
3917         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3918         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3919         (allout-previous-heading, allout-goto-prefix-doublechecked)
3920         (allout-current-bullet-pos, allout-next-sibling-leap)
3921         (allout-pre-command-business, allout-encrypted-type-prefix)
3922         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3923         (allout-rebullet-topic, allout-rebullet-topic-grunt)
3924         (allout-flag-region, allout-expose-topic, allout-expose-topic)
3925         (allout-old-expose-topic, allout-listify-exposed)
3926         (allout-process-exposed, allout-latex-verb-quote)
3927         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3928         (allout-toggle-current-subtree-encryption)
3929         (allout-toggle-subtree-encryption, allout-bullet-isearch):
3930         Remove extraneous open-paren and close paren string escapes.
3932 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
3934         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3935         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3936         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3937         Fix typos in docstrings.
3939 2006-12-03  Glenn Morris  <rgm@gnu.org>
3941         * progmodes/cc-align.el
3942         * progmodes/cc-awk.el
3943         * progmodes/cc-cmds.el
3944         * progmodes/cc-compat.el
3945         * progmodes/cc-defs.el
3946         * progmodes/cc-engine.el
3947         * progmodes/cc-langs.el
3948         * progmodes/cc-menus.el
3949         * progmodes/cc-mode.el
3950         * progmodes/cc-styles.el
3951         * progmodes/cc-vars.el
3952         * progmodes/vhdl-mode.el: Fix Copyright format.
3954 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
3956         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3957         initial down event.
3959 2006-12-02  Kim F. Storm  <storm@cua.dk>
3961         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3962         (cua-repeat-replace-region): Make M-v more robust.
3963         (cua-paste-pop-rotate-temporarily): New defcustom.
3964         (cua-paste-pop): Use it.
3965         (cua-auto-mark-last-change): New defcustom.
3966         (cua-pop-to-last-change): New helper function.
3967         (cua-set-mark): Use them.
3969 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
3971         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3972         mini-buffer message.
3974 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
3976         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3978 2006-12-01  Ben North  <ben@redfrontdoor.org>
3980         * paren.el: Fix the highlight overlay extension when the user types a
3981         sequence of char very fast just before the open parenthesis.
3983 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3985         * ps-mule.el: Eliminate Emacs 20 compatibility.
3987         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3988         (ps-print-version): New version 6.7.
3989         (ps-print-quote): Replace '?\ ' by '?\s'.
3991 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
3993         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3994         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3995         (hexl-end-of-1k-page): Doc fixes.
3996         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3997         Fix typos in docstrings.
3999 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4001         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
4002         locally, i.e. without using file name handlers.
4003         (ido-read-internal): Allow mono letter host names, avoiding the
4004         `c:' problem by testing if the file exists locally.
4005         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4007 2006-11-30  Masatake YAMATO  <jet@gyve.org>
4009         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4010         to avoid bytecomp warnings.
4011         (hexl-mode-old-ruler-function): New variable.
4012         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4013         and `hl-line-range-function' after `require' hl-line.
4014         Then bind `hl-line-range-function' and `hl-line-face'.
4015         Don't require frame.  Don't use `with-no-warnings'.
4016         (hexl-activate-ruler): Store the original value of
4017         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4018         (hexl-mode-exit): Restore the original value of
4019         `ruler-mode-ruler-function'.
4021 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4023         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4024         (hexl-mode-old-hl-line-face): New variable.
4025         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4026         line when exit from the hexl-mode.
4028 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4030         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4031         Doc fixes.
4033         * international/fontset.el (create-fontset-from-ascii-font)
4034         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4035         (fontset-name-p): Fix typo in docstring.
4037         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4039 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4041         * ps-bdf.el: Fix maintainer email.
4043         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
4044         compatibility.
4046         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
4047         21 compatibility.
4048         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4049         Emacs 20 & 21.
4051 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
4053         * progmodes/idlwave.el (idlwave-auto-fill):
4054         Remove paragraph-start let to prevent auto-fill giving up.
4056 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
4058         * vt100-led.el (led-state): Fix typo in previous change.
4060 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4062         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4063         Fix interactive spec of the functions getting defined to make them
4064         work as documented.
4066 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
4068         * startup.el (fancy-splash-screens): Hide initial splash buffer.
4070 2006-11-28  Kim F. Storm  <storm@cua.dk>
4072         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4073         icomplete-mode is enabled.
4075 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
4077         * textmodes/org.el (require): Require gnus-sum during compilation
4078         to avoid problem with a macro call.
4080 2006-11-28  Glenn Morris  <rgm@gnu.org>
4082         * emacs-lisp/authors.el (authors-aliases): Add new alias.
4084         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4085         (fortran-window-create-momentarily): Do not need string-to-char.
4087 2006-11-28  Richard Stallman  <rms@gnu.org>
4089         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4090         Replace incorrect use of assoc-default with a loop.
4092         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4094         * simple.el (next-error-find-buffer): Improve messages.
4096         * files.el (revert-buffer): Special error message if file
4097         is now not readable.
4099         * facemenu.el (facemenu-add-new-face): Improve doc strings of
4100         constructed commands.
4102         * comint.el (comint-exec-1): Provide Emacs version and `comint'
4103         in INSIDE_EMACS.
4105 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4107         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4109         * server.el: Remove spurious * in docstrings.
4110         (server-process-filter): Exit from recursive editing before processing
4111         a new request.
4113 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
4115         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4116         line so hidden blocks will be correctly identified.
4118 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
4120         * ledit.el (ledit-save-defun, ledit-mode):
4121         * resume.el (resume-emacs-args-buffer):
4122         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4123         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4124         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4125         (command-send-input, command-kill-line):
4126         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4128         * autoarg.el (autoarg-kp-mode): Doc fix.
4130         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
4131         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
4132         (check-emacs-lock): Doc fix.  Simplify.
4134         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4135         (iimage-mode-buffer): Fix typos in docstring.
4137         * misc.el (zap-up-to-char): Doc fix.
4139         * time-stamp.el: Fix comment and obsolescence string for old
4140         functions.  Use `dolist' instead of `while'.
4142         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4144         * disp-table.el (standard-display-8bit, standard-display-default):
4145         * ebuff-menu.el (electric-buffer-list):
4146         * ehelp.el (electric-help-command-loop):
4147         * font-core.el (font-lock-mode):
4148         * help-macro.el (make-help-screen):
4149         * help.el (describe-minor-mode-completion-table-for-indicator)
4150         (lookup-minor-mode-from-indicator):
4151         * indent.el (tab-to-tab-stop, move-to-tab-stop):
4152         * info-look.el (info-lookup-guess-custom-symbol):
4153         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4154         * longlines.el (longlines-wrap-line):
4155         * macros.el (insert-kbd-macro):
4156         * menu-bar.el (menu-bar-update-buffers):
4157         * misc.el (copy-from-above-command):
4158         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4159         * newcomment.el (comment-indent):
4160         * novice.el (disabled-command-function):
4161         * sort.el (sort-fields-syntax-table):
4162         * subr.el (momentary-string-display):
4163         * tar-mode.el (tar-header-block-summarize)
4164         (tar-clear-modification-flags):
4165         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4166         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4167         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4168         (te-delete-char, te-down-vertically-or-scroll):
4169         * time-stamp.el (time-stamp-string-preprocess):
4170         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4172 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4174         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4175         in GUD mode.
4177         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4178         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4180 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4182         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4184 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
4186         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4187         (ada-compile-goto-error): Adapt to new argument profile of
4188         compilation-goto-locus in Emacs 22.  Don't check if the various
4189         compile functions are defined; we already do "(require 'compile)".
4191 2006-11-26  Kim F. Storm  <storm@cua.dk>
4193         * kmacro.el: Fix commentary.
4195 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4197         * progmodes/gud.el (gdb): Explain how to run in text command mode
4198         more clearly.  Say in error message that multiple debugging
4199         requires restarting GDB.
4201 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
4203         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4205 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
4207         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4208         (flymake-popup-menu): Use it instead of posn-at-point.
4210 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4212         * progmodes/cc-vars.el (c-backslash-column):
4213         Mention c-backslash-max-column in documentation for c-backslash-column.
4215 2006-11-24  Lars Hansen  <larsh@soem.dk>
4217         * net/tramp.el (tramp-default-method): Under Windows, change from
4218         plink to pscp.
4219         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4220         (tramp-actions-copy-out-of-band):
4221         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4222         (tramp-action-out-of-band): Move "Permission denied" handling to
4223         tramp-action-copy-failed.
4224         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4225         process buffer.
4227 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4229         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4230         strings to a single string.  Quote `errors-file-name'.
4231         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4232         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4233         Adjust calls.  Use `shell-quote-argument'.
4235         * international/mule.el (load-with-code-conversion)
4236         (with-category-table): Use with-current-buffer.
4237         (after-insert-file-set-coding): Use restore-buffer-modified-p.
4239 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
4241         * mail/smtpmail.el (smtpmail-send-it):
4242         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
4243         MIME header for the message encoding.
4244         Bind coding-system-for-write around the call to mail-do-fcc.
4245         Use smtpmail-code-conv-from to encode queued mail messages.
4247 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4249         * tabify.el (tabify-regexp): Doc fix.
4251         * net/rcirc.el (rcirc-buffer-maximum-lines):
4252         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4254         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4255         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4256         Fix typos in output messages.
4257         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4259 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4261         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4262         the horse's mouth.
4263         (hexlify-buffer): Don't re-encode an arg that's already encoded.
4265 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4267         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4268         Remove condition-case.
4270 2006-11-23  Glenn Morris  <rgm@gnu.org>
4272         * progmodes/f90.el (f90-comment-indent): Do not move point in
4273         default case.
4275 2006-11-21  Romain Francoise  <romain@orebokech.com>
4277         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4278         from library name (reverts change of 2005-10-25).
4280 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4282         * tutorial.el (tutorial--default-keys): Add newline and
4283         delete-backward-char bindings.
4284         (tutorial--detailed-help): Save excursion when finding keys.
4285         Correct warning string for M-x FOO case.
4286         (tutorial--display-changes): Print special keys in tutorial style.
4287         Tweak search regexp for changed keys.
4289 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4291         * thingatpt.el (thing-at-point-url-at-point): Don't add a
4292         redundant scheme.
4294 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
4296         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4297         are new to the list at IANA.  Also added irc, mms, mmsh.
4299 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
4301         * progmodes/idlw-help.el (idlwave-html-help-location):
4302         Fail gracefully for missing help packages.
4303         (idlwave-help-assistant-open-link): Open full links.
4304         (idlwave-help-assistant-help-with-topic): Direct help link.
4306         * progmodes/idlwave.el (idlwave-mode):
4307         Set add-log-current-defun-function.
4308         (idlwave-current-routine-fullname): Add, to support add-log.
4309         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4310         to reflect improvements to xml-parse-file.
4311         (idlwave-mode-menu-def): New binding for help-with-topic.
4313         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4314         Handle extra newlines and spaces.
4315         (idlwave-shell-mode-map): Add help-with-topic.
4317 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
4319         * tutorial.el (tutorial-warning-face): New face.
4320         (tutorial--detailed-help, tutorial--display-changes): Use it.
4321         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4322         Improve search pattern for occurrences of changed keys.
4324 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4326         * term/x-win.el (x-last-cut-buffer-coding): New variable.
4327         (x-select-text): Set it.
4328         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4329         when checking for newness.
4331 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4333         * subr.el (posn-image):
4334         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4336         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4338 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4340         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4341         Exceptions to the rule "add a space between an identifier and an
4342         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4343         (glasses-parenthesis-exception-p): New.  Check if the region is an
4344         exception regarding to that.
4345         (glasses-make-readable): Use it.
4346         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4347         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4349 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4351         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4353 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4355         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4357         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4358         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4360 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4362         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4363         conditions for function or variable bindings.
4365         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4367         * progmodes/compile.el (compilation-start): Ditto.
4369 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4371         * net/tramp.el (top): cl and custom are always required.
4373 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4375         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4376         cut-buffers with next-selection-coding-system if not nil.
4378 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4380         * textmodes/org.el (org-fix-decoded-time): New function.
4381         (org-display-custom-time): Use `org-fix-decoded-time'.
4383 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4385         * menu-bar.el (menu-bar-games-menu): Remove yow.
4387 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4389         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4390         (org-detach-overlay): Rename from `org-detatch-overlay'.
4391         (org-table-convert-region): Insert space after column separator.
4392         (org-agenda-kill): New command.
4393         (org-metaleft): Call `org-outdent-item' on bullets.
4394         (org-metaright): Call `org-indent-item' on bullets.
4395         (org-timestamp-change): Set `org-last-changed-timestamp'.
4396         (org-current-line): Make sure (bolp) returns correct result.
4397         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4399 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4401         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4403 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4405         * mouse.el (global-map): Change 2006-08-16 fix to call
4406         mouse-yank-at-click explicitly, since mouse events are not carried
4407         over into keyboard macros.
4409 2006-11-16  Kim F. Storm  <storm@cua.dk>
4411         * ido.el (ido-file-internal): Use current buffer's file name as default
4412         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4414 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4416         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4417         (allout-inhibit-aberrance-doublecheck): Rename from
4418         allout-during-yank-processing.  All callers changed.
4419         (allout-ascend): Provide for unusual case where some topic after
4420         the first in file is at lower depth than the first.
4421         (allout-shift-in): Ensure the offspring of the new containing
4422         topic are exposed.
4423         (allout-encrypt-string): Preserve the coding-system of the text,
4424         according to that of the containing buffer.
4425         (allout-toggle-subtree-encryption): When the text being encrypted
4426         requires a different coding system, offer to preserve the coding
4427         system using a file local var.
4429 2006-11-15  Simon Marshall  <simon@gnu.org>
4431         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4432         to recognise "T t()" as a function declaration, rather than a
4433         variable instantiation, iff at the top-level or inside a class
4434         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4436 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4438         * progmodes/ada-xref.el (ada-parse-prj-file):
4439         Don't delete project buffer; user may want to edit it.
4440         (ada-xref-set-project-field, ada-xref-current-project-file)
4441         (ada-xref-current-project, ada-show-current-project)
4442         (ada-set-main-compile-application): New functions.
4443         (ada-xref-get-project-field, ada-require-project-file):
4444         Normalize use of ada-prj-default-project-file.
4445         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4446         Normalize use of ada-require-project-file.
4447         (ada-prj-find-prj-file): Improve doc string, comments.
4449         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4450         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4451         (ada-create-menu): Add ada-set-main-compile-application,
4452         ada-show-current-main, ada-show-current-project.
4454 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4456         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4457         (inferior-python-mode): Use it.
4459 2006-11-14  Andreas Schwab  <schwab@suse.de>
4461         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4463 2006-11-13  Kim F. Storm  <storm@cua.dk>
4465         * ido.el (ido-copy-current-word): C-o copies region if active.
4467 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4469         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4471 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4473         * ediff.el (ediff-revision):
4474         * files.el (set-visited-file-name):
4475         * mail/rmailout.el (rmail-output-body-to-file):
4476         Use `format', not `message', in `y-or-n-p' call.
4478 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4480         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4481         (org-metaright): Call `org-indent-item' on bullets.
4482         (org-timestamp-change): Set `org-last-changed-timestamp'.
4483         (org-current-line): Make sure (bolp) returns correct result.
4484         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4486 2006-11-12  Richard Stallman  <rms@gnu.org>
4488         * language/european.el (turkish-case-conversion-enable)
4489         (turkish-case-conversion-disable): New functions.
4490         ("Turkish" lang env): Use them.
4492         * international/characters.el (case table):
4493         Do nothing special for i and I.
4495         * subr.el (remove-overlays): Fix last change.
4497         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4498         for visiting the custom file.
4500 2006-11-12  Markus Triska  <triska@gmx.at>
4502         * play/handwrite.el (handwrite): Also process lines not ending
4503         with newline.  Replace some position-fiddling with different
4504         logic.  Improve performance.
4506 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4508         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4509         replacing deleted variable `ada-check-switch'.
4510         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4511         (ada-xref-project-files): Improve doc string.
4512         (ada-find-executable): New function.
4513         (ada-initialize-runtime-library): Use `ada-find-executable'.
4514         (ada-xref-set-default-prj-values): In compile commands, don't need
4515         `ada-cd-command'; `compile' does that more portably.
4516         Use ada-prj-default-check-cmd.
4517         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4518         properties if not specified in project file.
4519         (ada-goto-declaration): Display useful message for new error
4520         'error-file-not-found.
4521         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4522         'error-file-not-found.
4523         (ada-get-all-references): Match latest ali syntax.  Signal new
4524         error 'error-file-not-found.
4525         (ada-find-in-ali): Match latest ali syntax.
4526         (ada-make-filename-from-adaname): Handle different semantics of
4527         gnatkr in GNAT 3.15p vs later.
4529         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4530         ada-procedure-start-regexp.
4531         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4533         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4534         with defvar.
4535         (ada-language-version): Rename ada05 -> ada2005.
4536         (ada-align-region-separate): Add `eval-when-compile'.
4537         (ada-name-regexp): Remove unneeded escapes in regexp character
4538         alternative.
4539         (ada-compile-goto-error-file-linenr-re): New constant.
4540         (ada-matching-start-re): Handle additional cases `declare',
4541         `procedure', `function'.
4542         (ada-compile-goto-error): Handle "... at line nn".
4543         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4544         Delete support for old versions of `align'.
4545         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4546         (ada-check-defun-name): Simplify handling of `declare'.
4547         (ada-goto-matching-start): Handle nested `begin ... end'.
4548         Handle `declare', `protected', `procedure', `function'.
4549         (ada-create-menu): Presence of arm95 is not conditional on using
4550         GNAT compiler.
4552 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4554         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4555         nil in the *RE-Builder* buffer (it causes spurious error messages).
4557         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4558         been set to t, respect it.
4560 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4562         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4563         Delete commented out code for old Emacs versions.  Autoloading of
4564         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4565         (ada-mode-version): Bump version number.
4566         (ada-95-string-keywords, ada-2005-string-keywords)
4567         (ada-2005-keywords, ada-name-regexp): New constant.
4568         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4569         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4570         (ada-package-start-regexp): Support private packages, include package
4571         name (for ada-set-point-accordingly).
4572         (ada-next-procedure, ada-previous-procedure)
4573         (ada-which-function-are-we-in): Match changes to
4574         ada-procedure-start-regexp.
4575         (ada-make-body): Make non-interactive; not a user function.
4576         (ada-make-subprogram-body): Improve doc string.
4578 2006-11-11  Romain Francoise  <romain@orebokech.com>
4580         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4581         `compilation-error-regexp-alist' buffer-local, since we changed
4582         `compilation-error-regexp-alist-alist' locally.
4584 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4586         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4587         to the value of `server-raise-frame'.
4589 2006-11-11  Glenn Morris  <rgm@gnu.org>
4591         * ido.el (ido-enable-prefix)
4592         * ses.el (ses-call-printer-return)
4593         * net/tramp.el (tramp-unified-filenames)
4594         * progmodes/cc-align.el (c-lineup-string-cont)
4595         * progmodes/compile.el (compilation-directory-matcher)
4596         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4597         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4598         (vhdl-clock-rising-edge)
4599         * textmodes/org.el (org-export-with-timestamps)
4600         (org-export-remove-timestamps-from-toc)
4601         (org-export-with-tags): Improve previous doc fixes.
4603 2006-11-11  Richard Stallman  <rms@gnu.org>
4605         * textmodes/flyspell.el (flyspell-mode-map):
4606         Bind C-c $ instead of M-RET.
4608 2006-11-10  Simon Marshall  <simon@gnu.org>
4610         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4611         fontification for "case" and "default" keywords.
4613 2006-11-10  Andreas Schwab  <schwab@suse.de>
4615         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4616         Avoid starting sentence with "nil".
4618 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4620         * server.el (server-raise-frame): New option.
4621         (server-switch-buffer): Use it.
4623 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4625         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4626         with a capital.
4628 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4630         * textmodes/org.el (org-show-hierarchy-above)
4631         (org-show-following-heading): Fix typo in default value.
4632         (org-scan-tags): Make the search case-sensitive.
4633         (org-tags-sparse-tree): Don't overrule
4634         `org-show-following-heading' and `org-show-hierarchy-above'.
4635         (org-reveal): New command.
4636         (org-show-context): Rename from `org-show-hierarchy-above'.
4637         (org-fast-tag-selection-single-key): New option.
4638         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4639         (org-tags-overlay): New variable.
4640         (org-agenda-todo-ignore-deadlines): New option.
4641         ("session"): Add circular data structure `org-mark-ring' to
4642         exceptions list in session.el.
4643         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4644         New options.
4645         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4646         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4647         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4648         (org-finalize-agenda): Activate bracket links in agenda.
4649         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4650         INACTIVE-OK.
4651         (org-show-hierarchy-above, org-show-following-heading):
4652         List values allowed for fine-tuned configuration.
4653         (org-show-hierarchy-above): New argument CONTEXT, use the
4654         fine-tuned settings in `org-show-hierarchy-above' and
4655         `org-show-following-heading'.
4656         (org-display-custom-time): New function.
4657         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4658         (org-display-custom-times, org-time-stamp-custom-formats):
4659         (org-maybe-intangible): New macro.
4660         (org-activate-bracket-links, org-hide-wide-columns):
4661         Use `org-maybe-intangible'.
4662         (org-open-file): Use `shell-quote-argument'.
4663         (org-display-internal-link-with-indirect-buffer): New option.
4664         (org-file-remote-p): Get regexp from list.
4665         (org-link-expand-abbrev): New function.
4666         (org-link-abbrev-alist): New option.
4667         (org-open-at-point, org-cleaned-string-for-export):
4668         Call `org-link-expand-abbrev'.
4669         (org-timeline, org-agenda-list, org-todo-list)
4670         (org-tags-view): Remove the KEEP-MODES argument.
4671         (org-finalize-agenda-hook): New hook.
4672         (org-get-alist-option): New function.
4673         (org-follow-timestamp-link): New function.
4674         (org-open-at-point): Call `org-follow-timestamp-link'.
4675         (org-log-note-marker, org-log-note-purpose)
4676         (org-log-note-window-configuration): New variables.
4677         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4678         (org-log-note-headings): New option.
4679         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4680         (org-store-link): Support for dired-mode.
4681         (org-open-file): Substitute environment variables into filename.
4682         (org-last): New defsubst.
4683         (org-agenda-re-align-tags): New function.
4684         (org-agenda-align-tags-to-column): New option.
4685         (org-agenda-timeline): Group removed.
4686         (org-prepare-agenda, org-prepare-agenda-buffers)
4687         (org-run-agenda-series, org-timeline, org-agenda-list)
4688         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4689         the text property inticating the agenda type.
4690         (org-agenda-post-command-hook): Get agenda type from text property
4691         at point.
4692         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4693         and obey `org-agenda-overriding-arguments'.
4694         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4695         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4696         (org-agenda-week-view, org-agenda-day-view):
4697         Use `org-agenda-overriding-arguments' to make updating work with
4698         multi-block agendas.
4699         (org-agenda-prefix-format): Allow different formats for the
4700         different agenda entry types.
4701         (org-timeline-prefix-format): Option removed, use
4702         `org-agenda-prefix-format' instead.
4703         (org-prepare-agenda): New function.
4704         (org-select-timeline-window): Option removed, use
4705         `org-select-agenda-window' instead.
4706         (org-respect-restriction): Variable removed.
4707         (org-cmp-tag): New function.
4708         (org-agenda-sorting-strategy, org-entries-lessp):
4709         Implement sorting by last tag.
4710         (org-complete): Better completion in in-buffer option lines.
4711         (org-in-item-p): New function.
4712         (org-org-menu): Add entries for checkboxes.
4713         (org-cycle): Extra brouping in outline-regexp, because it is used
4714         in a search with "^" prepended.
4715         (org-provide-checkbox-statistics): New option.
4716         (org-set-font-lock-defaults): Highlight checkbox statistics.
4717         (org-update-checkbox-count-maybe)
4718         (org-get-checkbox-statistics-face): New functions.
4719         (org-update-checkbox-count): New command.
4720         (org-insert-item, org-toggle-checkbox):
4721         Call `org-update-checkbox-count-maybe'.
4722         (org-export-as-html): XEmacs compatibility for coding system.
4723         (org-force-cycle-archived): New command.
4724         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4725         overrules cycling.
4726         (org-fix-position-after-promote): If the line contains only a todo
4727         keyword, add a final space.
4728         (org-promote-subtree, org-demote-subtree):
4729         Call `org-fix-position-after-promote'.
4731 2006-11-10  Glenn Morris  <rgm@gnu.org>
4733         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4734         date in every year.
4735         (calendar-dst-check-each-year-flag): New customizable variable.
4736         (calendar-dst-find-data): New function, extracted from
4737         calendar-current-time-zone.
4738         (calendar-current-time-zone): Use calendar-dst-find-data.
4739         (calendar-dst-transition-cache): New variable.
4740         (calendar-dst-find-startend, calendar-dst-starts)
4741         (calendar-dst-ends): New functions.
4742         (calendar-daylight-savings-starts)
4743         (calendar-daylight-savings-ends): Change value to use
4744         calendar-dst-starts, calendar-dst-ends; respectively.
4746         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4748         * ido.el (ido-enable-prefix)
4749         * ses.el (ses-call-printer-return)
4750         * net/tramp.el (tramp-unified-filenames)
4751         * progmodes/cc-align.el (c-lineup-string-cont)
4752         * progmodes/compile.el (compilation-directory-matcher)
4753         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4754         * progmodes/gdb-ui.el (gdb-many-windows)
4755         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4756         (vhdl-clock-rising-edge)
4757         * textmodes/org.el (org-export-with-timestamps)
4758         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4759         (org-read-date): Doc fix (Nil -> nil).
4761 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4763         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4764         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4766 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4768         * bs.el (bs--window-for-buffer): Remove.
4769         (bs--show-with-configuration): Use `get-window-with-predicate'
4770         instead of `bs--window-for-buffer'.
4772 2006-11-10  Kenichi Handa  <handa@m17n.org>
4774         * files.el (revert-buffer): Fix previous change.
4776 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4778         * bs.el (bs--redisplay): Fix typo in docstring.
4779         (bs--window-config-coming-from): Make frame-local.
4780         (bs--restore-window-config): New function.
4781         (bs-kill, bs-select, bs-select-other-window)
4782         (bs-select-other-frame): Use it.
4783         (bs--window-for-buffer): Return as soon as a matching buffer is found.
4784         (bs--show-with-configuration): Save the window configuration as a
4785         frame local var, and only if *buffer-selection* is not already
4786         visible on this frame.
4788 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
4790         * vc-svn.el (vc-svn-admin-directory): New var.
4791         (vc-svn-registered, vc-svn-responsible-p)
4792         (vc-svn-repository-hostname): Use it.
4793         Suggested by arit93@yahoo.com.
4795 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4797         * ldefs-boot.el: Regenerate.
4799 2006-11-08  Alan Mackenzie  <acm@muc.de>
4801         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4802         case (eq open-paren-in-column-0-is-defun-start nil) by searching
4803         for least nested open-paren.
4805 2006-11-08  Romain Francoise  <romain@orebokech.com>
4807         * subr.el (remove-overlays): Fix typo in last change.
4809 2006-11-08  Richard Stallman  <rms@gnu.org>
4811         * subr.el (remove-overlays): Call overlay-recenter.
4813 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4815         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4816         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4817         behaviour.
4818         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4819         directly.
4821 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4823         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4824         (ido-max-dir-file-cache, ido-decorations)
4825         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4826         (ido-magic-backward-char, ido-enter-dired)
4827         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4828         (ido-list-directory, ido-first-match, ido-only-match)
4829         (ido-subdir, ido-indicator): Fix typos in docstrings.
4830         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4831         (ido-read-internal): Fix typo in error message.
4833 2006-11-08  Kenichi Handa  <handa@m17n.org>
4835         * international/mule-cmds.el (set-default-coding-systems):
4836         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4838 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
4840         * makefile.w32-in (setwins): Remove.
4841         (WINS_ALMOST): New macro.
4842         (WINS): Use it.
4843         (autoloads): Don't extract autoloads from files in obsolete/.
4845 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
4847         * whitespace.el (whitespace-buffer): Call remove-overlays after
4848         overlay-recenter for performance.  Suggested by Martin Rudalics.
4850 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
4852         * net/tramp.el (tramp-default-method): scp is the default method.
4854 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
4856         * server.el (server-start): Save also the Emacs pid in the server file.
4858 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
4860         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4861         point when displaying a bibtex cross reference in the echo area.
4863 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4865         * international/mule.el (make-char): Fix typo in docstring.
4866         (load-with-code-conversion, charsetp): Doc fixes.
4868         * international/ja-dic-cnv.el (skkdic-convert):
4869         * cus-edit.el (hook): Fix typo in docstring.
4871 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4873         * cus-edit.el (custom-mode-map): Move defvar above code using it.
4874         (custom-mode-link-map): New variable.
4875         (custom-group-link, custom-manual): Use follow-link.
4877 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4879         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4880         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
4882 2006-11-06  Richard Stallman  <rms@gnu.org>
4884         * textmodes/flyspell.el (flyspell-correct-word-before-point):
4885         New function broken out of flyspell-correct-word.
4886         (flyspell-mode-map): Bind it to M-RET.
4887         (flyspell-correct-word): Call it.
4889         * textmodes/fill.el (fill-minibuffer-function): New function.
4890         (fill-paragraph): Bind fill-paragraph-function to
4891         fill-minibuffer-function.
4893         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4894         so that they aren't undefined.
4896         * dired.el (dired-readin): Locally bind file-name-coding-system.
4898         * bindings.el: Shorten and clarify usual mode line mouse help string.
4900         * Makefile.in (autoloads): Don't include `obsolete'.
4902 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
4904         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4905         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4906         Printing menu if it's not initialized.
4907         (pr-menu-bind): Act on menu-bar-file-menu directly.
4909 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
4911         * help.el (view-emacs-news): Fix typo in error message.
4913         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4915         * shadowfile.el (shadow-define-regexp-group)
4916         (shadow-literal-groups, shadow-insert-var): Doc fixes.
4917         (shadow-read-files): Fix typo in message.
4918         (shadow-inhibit-overload, shadow-find, shadow-suffix)
4919         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4920         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4921         (shadow-file-match): Fix typos in docstrings.
4923         * terminal.el (terminal-emulator): Fix typo in message.
4925         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4927         * emacs-lisp/lselect.el (x-kill-primary-selection)
4928         (x-delete-primary-selection, x-copy-primary-selection):
4929         Fix typos in error messages.
4931         * emulation/edt-mapper.el: Fix typo in interactive message.
4933         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4935         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4936         (ispell-help): Fix typos in docstrings.
4937         (ispell-help): Fix typo in output message.
4939         * allout.el (allout-adjust-file-variable)
4940         (allout-passphrase-verifier-string)
4941         (allout-passphrase-hint-string)
4942         (allout-toggle-current-subtree-encryption):
4943         * apropos.el (apropos-synonyms):
4944         * cus-edit.el (hook):
4945         * emacs-lock.el (emacs-lock-from-exiting):
4946         * follow.el (follow-avoid-tail-recenter-p):
4947         * hexl.el (hexl-mode):
4948         * mouse-copy.el (mouse-copy-work-around-drag-bug):
4949         * mouse.el (mouse-set-font):
4950         * resume.el (resume-emacs-args-file):
4951         * rfn-eshadow.el (file-name-shadow-tty-properties):
4952         * t-mouse.el (t-mouse-process, t-mouse-mode):
4953         * emacs-lisp/cust-print.el (custom-print-install)
4954         (custom-print-uninstall, custom-format):
4955         * emacs-lisp/shadow.el (list-load-path-shadows):
4956         * emulation/tpu-edt.el (tpu-help-text)
4957         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4958         (tpu-reset-control-keys):
4959         * emulation/vip.el (vip-emacs-local-map)
4960         (vip-change-mode-to-emacs):
4961         * emulation/viper.el (viper-mode, viper-set-hooks)
4962         (viper-major-mode-modifier-list):
4963         * emulation/viper-init.el (viper-emacs-state-cursor-color):
4964         * emulation/viper-keym.el (viper-emacs-kbd-map)
4965         (viper-toggle-key):
4966         * mail/feedmail.el (feedmail-queue-reminder)
4967         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4968         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4969         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4970         (feedmail-sender-line, feedmail-force-binary-write)
4971         (feedmail-from-line, feedmail-deduce-envelope-from)
4972         (feedmail-x-mailer-line, feedmail-message-id-generator)
4973         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4974         (feedmail-enable-spray, feedmail-spray-this-address)
4975         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4976         (feedmail-queue-runner-confirm-global)
4977         (feedmail-ask-before-queue-prompt)
4978         (feedmail-ask-before-queue-reprompt)
4979         (feedmail-prompt-before-queue-standard-alist)
4980         (feedmail-prompt-before-queue-user-alist)
4981         (feedmail-prompt-before-queue-help-supplement)
4982         (feedmail-queue-use-send-time-for-message-id)
4983         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4984         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4985         (feedmail-mail-send-hook-queued)
4986         (feedmail-confirm-addresses-hook-example)
4987         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4988         (feedmail-queue-runner-mode-setter)
4989         (feedmail-queue-alternative-mail-header-separator)
4990         (feedmail-queue-runner-message-sender)
4991         (feedmail-buffer-eating-function, feedmail-binmail-template)
4992         (feedmail-run-the-queue-no-prompts)
4993         (feedmail-run-the-queue-global-prompt)
4994         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4995         (feedmail-envelope-deducer, feedmail-fiddle-date)
4996         (feedmail-default-message-id-generator)
4997         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4998         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4999         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5000         (vms-pmail-setup):
5001         * play/dunnet.el (dun-help):
5002         * play/handwrite.el (handwrite):
5003         * play/hanoi.el (hanoi-unix-64):
5004         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5005         * textmodes/enriched.el (fixed):
5006         * textmodes/org.el (org-file-apps)
5007         (org-emphasis-regexp-components, org-emphasis-alist):
5008         * textmodes/texinfmt.el (batch-texinfo-format):
5009         Fix typos in docstrings.
5011 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
5013         * loadhist.el (read-feature): Don't complete features not loaded
5014         from a file (which make `unload-feature' to fail).
5016 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5018         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5020 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
5022         * startup.el (command-line-1): Kill emacs if the last frame is
5023         deleted while evaluating the command-line arguments.
5025 2006-11-05  Richard Stallman  <rms@gnu.org>
5027         * startup.el (init-file-had-error): Add doc string.
5028         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5029         Use fixed-width font for keyboard key descriptions.
5031         * cus-edit.el (custom-save-all): Error if saving in .emacs
5032         and it had an error when loaded.
5034         * dired-aux.el (dired-copy-file-recursive): Catch errors
5035         from recursive copies in the loop, around the recursive call.
5037 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5039         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5040         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
5041         `/proc/acpi/thermal_zone/*'.
5042         (battery-search-for-one-match-in-files): New.  Search a regexp in
5043         the content of some files.
5045 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
5047         * window.el (mouse-autoselect-window-now): Remove variable.
5048         (mouse-autoselect-window-state): New variable.
5049         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5050         (mouse-autoselect-window-select, handle-select-window):
5051         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5052         Suspend delayed autoselection during menu or popup dialog.
5054         * info-look.el (info-lookup-guess-custom-symbol): New function
5055         for retrieving symbol at point in custom buffers.
5056         (top level) <info-lookup-maybe-add-help>: Add backquote and
5057         comma to ignored characters in regexps of help specifications
5058         for emacs-lisp-mode and lisp-interaction-mode.  This permits
5059         looking up symbols in `...' and after a comma.  Add help
5060         specifications for custom-mode and help-mode.
5062 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
5064         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5065         Don't encode body if RAW is non-nil, or if the old encoding is
5066         identical to the new encoding, or if the body contains only
5067         eight-bit-* characters.
5069 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5071         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5072         (faces-sample-overlay): Remove variable.
5073         (describe-face): Insert sample text in the face being described.
5075 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
5077         * whitespace.el (whitespace-indent-regexp): Make this match any
5078         multiples of eight spaces near the beginning of a line.
5079         (whitespace-buffer): Use `remove-overlays' instead of
5080         `whitespace-unhighlight-the-space' and `overlay-recenter' to
5081         speed up overlay handling.
5082         (whitespace-buffer-leading, whitespace-buffer-trailing):
5083         Make these functions highlight the text removed by
5084         `whitespace-buffer-leading-cleanup' and
5085         `whitespace-buffer-trailing-cleanup' respectively.
5086         (whitespace-buffer-search): Use `with-local-quit'.
5087         Move `format' out of loop to speed up scanning larger buffers.
5088         (whitespace-unhighlight-the-space): Remove `remove-hook' since
5089         that function is never added to a hook.
5090         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5091         (whitespace-buffer-leading-cleanup)
5092         (whitespace-refresh-rescan-list): Fix docstrings.
5094 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
5096         * allout.el (allout-during-yank-processing): Cue for inhibiting
5097         aberrance processing during yanks.
5098         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5099         the amount of yanked topics that can be aberrant.
5100         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5101         a function, and supplement with inihibition of doublechecking
5102         during yanks.
5103         (allout-beginning-of-line, allout-next-heading)
5104         (allout-previous-heading, allout-goto-prefix-doublechecked)
5105         (allout-back-to-current-heading, allout-next-visible-heading)
5106         (allout-next-sibling): Use new allout-do-doublecheck function.
5107         (allout-next-sibling): Ensure we made progress when returning
5108         other than nil.
5109         (allout-rebullet-heading): Preserve text property annotations
5110         indicating the text was hidden, if it was.
5111         (allout-kill-line): Remove any added was-hidden annotations.
5112         (allout-kill-topic): Remove any added was-hidden annotations.
5113         (allout-annotate-hidden): Inhibit adding was-hidden text
5114         properties to the undo list.
5115         (allout-deannotate-hidden): New function to remove was-hidden
5116         annotation.
5117         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
5118         (allout-remove-exposure-annotation): Replace by
5119         allout-deannotate-hidden.
5120         (allout-yank-processing): Signal that yank processing is happening
5121         with allout-during-yank-processing.  Also, wrap
5122         allout-unprotected's closer to the text changes, for easier
5123         debugging.  We need to inhibit-field-text-motion explicitly, in
5124         lieu of the encompassing allout-unprotected.
5125         (outlineify-sticky): Adjust criteria for triggering new outline
5126         decorations to presence or absence of any topics, not just a topic
5127         at the beginning of the buffer.
5129 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5131         * bs.el (bs--show-all, bs--redisplay):
5132         * cus-edit.el (custom-unlispify-menu-entries)
5133         (custom-unlispify-tag-names, custom-prompt-variable):
5134         * expand.el (expand-pos):
5135         * speedbar.el (speedbar-generic-list-tag-p):
5136         * wid-edit.el (widget-image-enable):
5137         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5138         * emacs-lisp/find-func.el (find-function-noselect)
5139         (find-function, find-variable-noselect, find-variable)
5140         (find-definition-noselect, find-face-definition):
5141         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5142         * net/eudc-vars.el (eudc-expansion-overwrites-query):
5143         * progmodes/ada-xref.el (ada-find-in-ali):
5144         * textmodes/flyspell.el (flyspell-check-tex-math-command):
5145         * textmodes/org.el (org-copy-subtree):
5146         * textmodes/table.el (table--row-column-insertion-point-p):
5147         Use "non-nil" in docstrings.
5149 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
5151         * sort.el (sort-columns): Set the field separator to tab; on
5152         NetBSD, sort complains if "\n" is used as field separator.
5154 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
5156         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5158 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * server.el (server-auth-key): Remove.  Replace by a process-property.
5161         (server-start): Don't remove the file of the previous process, but
5162         instead clear out the place for the new file.
5163         (server-start): Set the :auth-key property.
5164         (server-process-filter): Use the :auth-key property.
5166 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
5168         * textmodes/org.el (org-mode-map): No longer copy
5169         `outline-mode-map' explicitly - this is already done by
5170         `define-derived-mode'.
5172 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
5174         * server.el (server-visit-files): Use `when'.
5175         (server-process-filter): When authentication fails, send error
5176         message to client.  Wrap `process-send-region' in `ignore-errors'
5177         instead of `condition-case', and remove misleading comment.
5179 2006-11-01  Juri Linkov  <juri@jurta.org>
5181         * simple.el (yank): Doc fix.
5183 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * server.el: Try and fit within 80 columns.
5186         (server-start): Make the auth file unreadable by other users.
5188 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5190         * battery.el (battery-linux-proc-acpi): Prevent range error when
5191         `full-capacity' is 0.
5193 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5195         * faces.el (faces-sample-overlay): New defvar.
5196         (faces-sample-overlay): New function to show face sample text.
5197         (describe-face): Use it.
5199 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
5201         * progmodes/ada-stmt.el: Change maintainer, apply
5202         whitespace-cleanup, checkdoc.
5203         (ada-func-or-proc-name): Add doc string.
5205         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5206         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5207         strings and comments.
5208         (ada-prj-display-page): Change buffer name to more accurately
5209         reflect function.
5211         * progmodes/ada-xref.el: Change maintainer, apply
5212         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5213         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
5214         (ada-compile-current): Don't add newlines to commands.
5216 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
5218         * server.el: Add support for TCP sockets.
5219         (server-use-tcp, server-host, server-auth-dir): New options.
5220         (server-auth-key): New variable.
5221         (server-ensure-safe-dir): Create nonexistent parent dirs.
5222         Ignore Unix-style file modes on Windows.
5223         (server-start): Crete a TCP or Unix socket according to the value
5224         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
5225         `server-auth-dir' directory.
5226         (server-process-filter): Delete process if authentication
5227         fails (which never happens for Unix sockets).
5229 2006-10-30  David Kastrup  <dak@gnu.org>
5231         * subr.el (add-to-list): Don't continue checking if a match has
5232         been found.
5234 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5236         * tutorial.el: Move defvars to avoid bytecomp warnings.
5237         (tutorial--find-changed-keys): Check if viper-current-state is
5238         bound before using it.
5239         (help-with-tutorial): Check if viper-tutorial is defined before
5240         using it.
5242 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5244         * help-fns.el (help-with-tutorial): Move to tutorial.el.
5246         * tutorial.el: New file.
5247         (help-with-tutorial): Move here from help-fns.el. Added help for
5248         rebound keys.  Fixed resume of tutorial.
5249         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5250         (tutorial--find-changed-keys, tutorial--display-changes)
5251         (tutorial--saved-dir, tutorial--saved-file)
5252         (tutorial--save-tutorial): New functions to support the changes in
5253         help-with-tutorial.
5255 2006-10-30  Kenichi Handa  <handa@m17n.org>
5257         * files.el (revert-buffer): If a unibyte buffer is being reverted
5258         with a coding system for multibyte, set buffer multibyte before
5259         calling insert-file-contents.
5261 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * server.el (server-select-display): Use a dummy buffer to detect when
5264         the frame is later used.
5265         (server-select-display): New function.
5266         (server-process-filter): Use it to detect unused temp frames.
5268 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
5270         * progmodes/ada-mode.el: Change maintainer, apply
5271         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
5272         (ada-mode-version): New function.
5273         (ada-create-menu): Menu operations are available for all supported
5274         compilers.
5276 2006-10-29  Lars Hansen  <larsh@soem.dk>
5278         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5279         Highlight as keyword.
5280         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5281         Don't call tramp-method-out-of-band-p for local files.
5282         (tramp-touch): Quote file name.
5284 2006-10-28  Glenn Morris  <rgm@gnu.org>
5286         * calendar/calendar.el (cal-html-cursor-month)
5287         (cal-html-cursor-year): Add autoloads for this new package.
5288         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5290 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
5292         * calendar/cal-html.el: New file.
5294 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
5296         * emacs-lisp/authors.el (authors-aliases): Update.
5298 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5300         * version.el (emacs-version): Bump version number to 22.0.90.
5302 2006-10-26  John W. Eaton  <jwe@octave.org>
5304         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5305         New defvar.
5306         (inferior-octave-resync-dirs): Check to see whether Octave has
5307         built-in variables and set inferior-octave-has-built-in-variables.
5308         Check inferior-octave-has-built-in-variables to decide whether to
5309         send commands that set built-in variables or call functions to
5310         change Octave's behavior.
5311         Send "disp (pwd ())" to Octave instead of just "pwd".
5312         (inferior-octave-startup): Send "more off" to Octave instead of
5313         "page_screen_output = 0".
5315 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
5317         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5318         pattern normally.
5320 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
5322         * bindings.el (mode-line-mode-menu): Remove bindings for global
5323         minor modes (line/column number) as they are on the menubar.
5325 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
5327         * term/w32-win.el (x-handle-name-switch): Doc fix.
5328         (w32-standard-fontset-spec): Fix typo in docstring.
5330         * midnight.el (midnight-buffer-display-time): Doc fix.
5331         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5333 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5335         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5337         * viper-ex.el (ex-read): Quote file argument.
5339         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5341         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5343 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5345         * textmodes/flyspell.el (flyspell-check-region-doublons):
5346         Fix last fix.
5348 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5350         * bindings.el (mode-line-mode-menu): List global minor modes
5351         before local ones.
5353 2006-10-23  Kim F. Storm  <storm@cua.dk>
5355         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5356         (sit-for): If last command was a prefix arg, add the read-ahead
5357         event to unread-command-events as (t . EVENT) so it will be added
5358         to this-command-keys by read-key-sequence.
5360 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5362         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5363         whitespace when checking doublons.
5364         (flyspell-check-region-doublons): Fix doublon regexp.
5365         (flyspell-highlight-incorrect-region): Highlight doublons using
5366         flyspell-duplicate face.
5368         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5370 2006-10-22  John Wiegley  <johnw@newartisans.com>
5372         * progmodes/python.el (python-use-skeletons): python-mode was
5373         auto-inserting templates (for those with abbrev-mode on), not only
5374         by default -- *but without a configuration variable to disable
5375         it*.  This rendered python-mode completely useless for me, so I
5376         have added `python-use-skeletons', which is now off by default.
5378 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5380         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5381         font-lock-multiline is auto-local (it's not).
5382         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5383         initialized before calling cperl-init-faces.
5385 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5387         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5388         gdb-stack-position a value when there is no fringe.
5390         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5391         indicator if not visiting a file.
5393 2006-10-20  David Kastrup  <dak@gnu.org>
5395         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5396         operation would still cause some window to collapse later.
5398 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5401         side-effect due to mixing various backends's file properties.
5403         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5404         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5405         Return `filename's status if applicable.  Update callers.
5407 2006-10-19  Kenichi Handa  <handa@m17n.org>
5409         * international/kkc.el (kkc-region): When a key sequence is not
5410         defined, append (this-single-command-raw-keys) to
5411         unread-input-method-events.
5413 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5415         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5417 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5419         * version.el (emacs-version): Use mac-carbon-version-string.
5421         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5423 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5425         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5426         Kenichi Handa).
5427         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5428         the selection is not UTF-8.
5430 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5432         * progmodes/ada-mode.el (ada-83-string-keywords)
5433         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5434         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5435         (ada-looking-at-semi-private, ada-get-body-name):
5436         Fix typos in docstrings.
5437         (ada-create-case-exception, ada-create-case-exception-substring):
5438         Fix typos in error messages.
5439         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5441 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5443         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5444         to default-frame-alist if default-frame-alist already contains
5445         width/height.
5447 2006-10-18  Richard Stallman  <rms@gnu.org>
5449         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5450         Non-interactive arg is the value, not the expression.
5452         * simple.el (read-expression-map): Just set it, no defvar.
5454         * subr.el (insert-for-yank-1): If last inserted char has
5455         properties, mark them as rear-nonsticky.
5457         * recentf.el (recentf-mode): Doc fix.
5459         * facemenu.el (facemenu-add-new-face): Defend against symbol
5460         that isn't a face name.
5462         * dired-aux.el (dired-do-copy): Doc fix.
5464 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5466         * simple.el (line-move-1): Ignore fields when moving to the
5467         beginning of line to avoid getting point stuck.
5469 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5471         * textmodes/flyspell.el (flyspell-word-search-backward):
5472         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5473         text.
5475 2006-10-16  Richard Stallman  <rms@gnu.org>
5477         * help-fns.el (describe-function-1): Special case optimization
5478         for self-insert-command.
5480 2006-10-16  Kim F. Storm  <storm@cua.dk>
5482         * ido.el (ido-reread-directory): Work in `dir' mode too.
5484 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5486         * textmodes/table.el: Require 'regexp-opt.
5488 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5490         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5491         Use shell-quote-argument.
5493         * shell.el (explicit-bash-args): Likewise.
5495         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5496         Use grep -E rather than egrep.
5498 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5500         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5502 2006-10-15  Kim F. Storm  <storm@cua.dk>
5504         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5506 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5508         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5509         to protect whitespace and metacharacters from the shell.
5511 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5513         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5515 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5517         * subr.el (start-process-shell-command): Doc fix.
5519 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5521         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5522         the regexp for Maxima symbols.
5524 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5526         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5527         (vc-find-root): Don't walk higher up than ~.
5529 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5531         * international/utf-8.el (utf-translate-cjk-load-tables):
5532         Avoid clobbering last-coding-system-used during load.
5534 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5536         * textmodes/reftex-global.el (reftex-create-tags-file):
5537         Quote file arguments.
5539 2006-10-12  Richard Stallman  <rms@gnu.org>
5541         * files.el (file-name-history): Add defvar.
5542         (save-some-buffers-action-alist): Improve description strings.
5544 2006-10-12  Andreas Schwab  <schwab@suse.de>
5546         * files.el (auto-mode-alist): Match change log file name also with
5547         a dash before a numeric extension.
5549 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5551         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5552         After 5.0:
5553         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5555         After 5.1: Major edit.  Summary of most visible changes:
5557         - Multiple <<HERE per line allowed.
5558         - Handles multiline subroutine declaration headers (with comments).
5559           (The exception is `cperl-etags' - but it is not used in the rest
5560           of the mode.)
5561         - Fontifies multiline my/our declarations (even with comments,
5562           and with legacy `font-lock').
5563         - Major speedup of syntaxification, both immediate and postponed
5564           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5565           huge real-life document I tested).
5566         - New bindings, edits to imenu.
5567         - "_" is made into word-char during fontification/syntaxification;
5568           some attempts to recognize non-word "_" during other operations too.
5569         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5570         - autoload some more perldoc-related stuff
5571         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5572         - Attempt to incorporate XEmacs edits which reached me.
5574         Fine-grained changelog:
5575         (cperl-hook-after-change): New configuration variable.
5576         (cperl-vc-sccs-header): Likewise.
5577         (cperl-vc-sccs-header): Likewise.
5578         (cperl-vc-header-alist): Default via two preceding variables.
5579         (cperl-invalid-face): Remove double quoting under XEmacs
5580                 (still needed under 21.2).
5581         (cperl-tips): Update URLs for resources.
5582         (cperl-problems): Likewise.
5583         (cperl-praise): Mention new features.
5584         New C-c key bindings: for `cperl-find-bad-style',
5585         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5586         `cperl-perdoc', and `cperl-perldoc-at-point'.
5587         CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
5588         moved, new submenu of Tools with Ispell entries and narrowing.
5589         (cperl-after-sub-regexp): New defsubst.
5590         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5591                 Allows heads up to head4.
5592                 Allow "package;".
5593         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5594         (paren-backwards-message): ??? Something for XEmacs???
5595         (cperl-mode): Never auto-switch abbrev-mode off.
5596                 Try to allow '_' be non-word char.
5597                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5598                 Reset syntax cache on mode start.
5599                 Support multiline facification (even on legacy `font-lock').
5600         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5601         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5602                 refuse to inform us whether the fontification is due to lazy
5603                 calling or due to edit to a buffer, install our own hook
5604                 (controlled by `cperl-hook-after-change').
5605         (cperl-electric-pod): =cut may have been recognized as start.
5606         (cperl-block-p): Move, updatedfor attributes.
5607         (cperl-calculate-indent): Try to allow '_' be non-word char
5608                 Support subs with attributes.
5609         (cperl-where-am-i): Queit (?) a warning.
5610         (cperl-cached-syntax-table)     New function.
5611         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5612         (cperl-unwind-to-safe): Recognize `syntax-type' property
5613                 changing in a middle of line.
5614         (cperl-find-sub-attrs): New function.
5615         (cperl-find-pods-heres): Allow many <<EOP per line.
5616                 Allow subs with attributes.
5617                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5618                 Recognize "extproc " (OS/2) case-folded and only at start.
5619                 /x on s///x with empty replacement was not recognized.
5620                 Better comments.
5621         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5622                 Allow subs with attributes, labels.
5623                 Do not confuse "else::foo" with "else".
5624                 Minor optimizations...
5625         (cperl-after-expr-p): Try to allow '_' be non-word char.
5626         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5627                 with `looking-at' inside `narrow' and bulk out if found.
5628         (cperl-imenu--create-perl-index): Updates for new
5629                 `cperl-imenu--function-name-regexp-perl'.
5630         (cperl-outline-level): Likewise.
5631         (cperl-init-faces): Allow multiline subroutine headers
5632                 and my/our declarations, and ones with comments.
5633                 Allow subroutine attributes.
5634         (cperl-imenu-on-info): Better docstring.
5635         (cperl-etags): Rudimentary support for attributes.
5636                 Support for packages and "package;".
5637         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5638         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5639         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5640         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5641         (cperl-perldoc): Add autoload.
5642         (cperl-perldoc-at-point): Likewise.
5643         (cperl-here-doc-spell): New function.
5644         (cperl-pod-spell): Likewise.
5645         (cperl-map-pods-heres): Likewise.
5646         (cperl-get-here-doc-region): Likewise.
5647         (cperl-font-lock-fontify-region-function): Likewise (backward
5648                 compatibility for legacy `font-lock').
5649         (cperl-font-lock-unfontify-region-function): Fix style.
5650         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5651                 calls with no-change.  Governed by `cperl-hook-after-change'.
5652         (cperl-fontify-update): Recognize that syntaxification region
5653                 can be larger than fontification one.
5654                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5655         (cperl-fontify-update-bad): Temporary placeholder until
5656                 it is clear how to implement `cperl-fontify-update'.
5657         (cperl-time-fontification): New function.
5658         (attrib-group): New text attribute.
5659         (multiline): New value: `syntax-type' text attribute.
5661         After 5.2:
5662         (cperl-emulate-lazy-lock): New function.
5663         (cperl-fontify-syntaxically): Would skip large regions.
5664         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5665         Some globals were declared, but uninitialized.
5667         After 5.3, 5.4:
5668         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5669         Copyright message updated.
5670         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5671                         facification down a bit.
5672                 Misprint for my|our|local for old `font-lock'
5673                         "our" was not fontified same as "my|local".
5674                 Highlight variables after "my" etc even in
5675                         a middle of an expression.
5676                 Do not facify multiple variables after my etc
5677                         unless parentheses are present.
5679         After 5.5, 5.6
5680         (cperl-fontify-syntaxically): after-change hook could reset.
5681         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5683         After 5.7:
5684         (cperl-init-faces): Allow highlighting of local ($/).
5685         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5686         (cperl-problems): Remove fixed problems.
5687         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5688                 Recognize charclasses (unless delimiter is \).
5689         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5690         (cperl-regexp-scan): Update docs.
5691         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5693         After 5.8:
5694         Major user visible changes:
5695         Recognition and fontification of character classes in RExen.
5696         Variable indentation of RExen according to groups.
5698         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5699                 Fontify REx charclasses in variable-name face.
5700                 Fontify POSIX charclasses in "type" face.
5701                 Fontify unmatched "]" in function-name face.
5702                 Mark first-char of HERE-doc as `front-sticky'.
5703                 Reset `front-sticky' property when needed.
5704         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5705         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5706         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5707                 constructs.  Support `narrow'ed buffers.
5708         (cperl-praise): Remove a reservation.
5709         (cperl-make-indent): New function.
5710         (cperl-indent-for-comment): Use `cperl-make-indent'.
5711         (cperl-indent-line): Likewise.
5712         (cperl-lineup): Likewise.
5713         (cperl-beautify-regexp-piece): Likewise.
5714         (cperl-contract-level): Likewise.
5715         (cperl-toggle-set-debug-unwind): New function.
5716                 New menu entry for this.
5717         (fill-paragraph-function): Use when `boundp'.
5718         (cperl-calculate-indent): Take into account groups when indenting RExen.
5719         (cperl-to-comment-or-eol): Recognize # which end a string.
5720         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5721         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5722         (cperl-fontify-syntaxically): More clear debugging message.
5723         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5724         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5725         Merge cosmetic changes from XEmacs.
5727         After 5.9:
5728         (cperl-1+): Move to before the first use.
5729         (cperl-1-): Likewise.
5731         After 5.10:
5733         This code may lock Emacs hard!!!  Use at your own risk!
5735         (cperl-font-locking): New internal variable.
5736         (cperl-beginning-of-property): New function.
5737         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5738         instead of `previous-single-property-change'.
5739         (cperl-unwind-to-safe): Likewise.
5740         (cperl-after-expr-p): Likewise.
5741         (cperl-get-here-doc-region): Likewise.
5742         (cperl-font-lock-fontify-region-function): Likewise.
5743         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5744                         recursively.
5745                 Bound `next-single-property-change' via `point-max'.
5746         (cperl-unwind-to-safe): Bound likewise
5747         (cperl-font-lock-fontify-region-function): Likewise.
5748         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5749                 Initialization of `cperl-font-lock-multiline-start' could be
5750                 missed if the "main" fontification did not run due to the
5751                 keyword being already fontified.
5752         (cperl-pod-spell): Return t from do-one-chunk function.
5753         (cperl-map-pods-heres): Stop when the worker returns nil.
5754                 Call `cperl-update-syntaxification'.
5755         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5756         (cperl-get-here-doc-delim): Remove unused function.
5758         After 5.11:
5760         The possible lockup of Emacs (introduced in 5.10) fixed.
5762         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5763         (cperl-syntaxify-for-menu): New customization variable.
5764         (cperl-select-this-pod-or-here-doc): New function.
5765         (cperl-get-here-doc-region): Extra argument.
5766                 Do not adjust pos by 1.
5768         New menu entries
5769                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5770                 (Debugging CPerl:) backtrace on fontification.
5772         After 5.12:
5773         (cperl-cached-syntax-table): Use `car-safe'.
5774         (cperl-forward-re): Remove spurious argument SET-ST.
5775                 Add documentation.
5776         (cperl-forward-group-in-re): New function.
5777         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5778         (XXXX Temporary (?) hack is to syntax-mark them as comment).
5780         After 5.13:
5781         (cperl-string-syntax-table): Make { and } not-grouping
5782           (Sometimes they ARE grouping in RExen, but matching them would only
5783            confuse in many situations when they are not)
5784         (beginning-of-buffer): Replace two occurences with goto-char...
5785         (cperl-calculate-indent): `char-after' could be nil...
5786         (cperl-find-pods-heres): REx can start after "[" too.
5787                 Hightlight (??{}) in RExen too.
5788         (cperl-maybe-white-and-comment-rex): New constant
5789         (cperl-white-and-comment-rex): Likewise.
5790                 XXXX Not very efficient, but hard to make
5791                 better while keeping 1 group.
5793         After 5.13:
5794         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5795                 Likewise for 1 << identifier.
5797         After 5.14:
5798         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5799                 Error-less condition-case could fail.
5800         (cperl-font-lock-fontify-region-function): Likewise.
5801         (cperl-init-faces): Likewise.
5803         After 5.15:
5804         (cperl-find-pods-heres): Support property REx-part2.
5805         (cperl-calculate-indent): Likewise.
5806                 Don't special-case REx with non-empty 1st line.
5807         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5808                 Invert highlighting of charclasses:
5809                         now the envelop is highlighted.
5810                 Highlight many others 0-length builtins.
5811         (cperl-praise): Mention indenting and highlight in RExen.
5813         After 5.15:
5814         (cperl-find-pods-heres): Highlight capturing parens in REx.
5816         After 5.16:
5817         (cperl-find-pods-heres): Highlight '|' for alternation
5818         Initialize `font-lock-warning-face' if not present.
5819         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5820                          `font-lock-function-name-face'.
5821         (cperl-look-at-leading-count): Likewise.
5822         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5823                         `font-lock-keyword-face' (needed for
5824                         batch processing), etc...
5825                 Use `font-lock-builtin-face' for builtin in REx
5826                         Now `font-lock-variable-name-face'
5827                         is used for interpolated variables
5828                 Use "talking aliases" for faces inside REx
5829                 Highlight parts of REx (except in charclasses)
5830                         according to the syntax and/or semantic
5831                 Syntax-mark a {}-part of (?{}) as "comment"
5832                         (it was the ()-part)
5833                 Better logic to distinguish what is what in REx
5834         (cperl-tips-faces): Document REx highlighting
5835         (cperl-praise): Mention REx syntax highlight etc.
5837         After 5.17:
5838         (cperl-find-sub-attrs): Would not always manage to print error message.
5839         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5841         After 5.18:
5842         (cperl-find-pods-heres): Misprint in REx for parsing REx.
5843                 Very minor optimization.
5844                 `my-cperl-REx-modifiers-face' got quoted.
5845                 Recognize "print $foo <<END" as HERE-doc.
5846                 Put `REx-interpolated' text attribute if needed.
5847         (cperl-invert-if-unless-modifiers): New function.
5848         (cperl-backward-to-start-of-expr): Likewise.
5849         (cperl-forward-to-end-of-expr): Likewise.
5850         (cperl-invert-if-unless): Works in "the opposite way" too.
5851                 Cursor position on return is on the switch-word.
5852                 Indents comments better.
5853         (REx-interpolated): New text attribute.
5854         (cperl-next-interpolated-REx): New function.
5855         (cperl-next-interpolated-REx-0): Likewise.
5856         (cperl-next-interpolated-REx-1): Likewise.
5857         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
5858         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5859         (cperl-praise): Mention finded interpolated RExen.
5861         After 5.19:
5862         (cperl-init-faces): Highlight %$foo, @$foo too.
5863         (cperl-short-docs): Better docs for system, exec.
5864         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5865                 Would not find HERE-doc ended by EOF without NL.
5866         (cperl-short-docs): Correct not-doubled \-escapes.
5867         start block: Put some `defvar' for stuff gone from XEmacs.
5869         After 5.20:
5870         initial comment: Extend copyright, fix email address.
5871         (cperl-indent-comment-at-column-0): New customization variable.
5872         (cperl-comment-indent): Indentation after $#a would increasy by 1.
5873         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5874         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5875         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5876         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5877                         highlight $ in $foo too (UNTESTED).
5878         (cperl-set-style): Docstring missed some available styles.
5879         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5880                 Change "Current" to "Memorize Current".
5881         (cperl-indent-wrt-brace): New customization variable; the default is
5882                 as for pre-5.2 version.
5883         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5884         (cperl-style-alist): Likewise.
5885         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5886                 and `cperl-extra-newline-before-brace' etc
5887                 being t
5888         (cperl-indent-exp): Plans B and C to find continuation blocks even
5889                 if `cperl-extra-newline-before-brace' is t.
5891         After 5.21:
5892         Improve some docstrings concerning indentation.
5893         (cperl-indent-rules-alist): New variable.
5894         (cperl-sniff-for-indent): New function name
5895                 (separated from `cperl-calculate-indent').
5896         (cperl-calculate-indent): Separate the sniffer and the indenter;
5897                 uses `cperl-sniff-for-indent' now.
5898         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5899                 was inverted;
5900                 Support `comment-column' = 0.
5902 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
5904         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5905         * help-at-pt.el (scan-buf-move-to-region): Likewise.
5906         * longlines.el (longlines-window-change-function): Likewise.
5907         * simple.el (undo-ask-before-discard): Likewise.
5908         * wid-edit.el (widget-field-prompt-internal)
5909         (widget-documentation-link-p): Likewise.
5911 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5913         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5914         for a keyword.
5916 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5918         * newcomment.el (comment-valid-prefix-p): Make the check
5919         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
5920         (comment-indent-new-line): Adjust call.
5922 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
5924         * allout.el (allout-back-to-current-heading): Base on lower-level
5925         routines to get proper disqualification of aberrant topics.
5927 2006-10-09  Richard Stallman  <rms@gnu.org>
5929         * textmodes/two-column.el (2C-two-columns): Doc fix.
5931 2006-10-09  Kim F. Storm  <storm@cua.dk>
5933         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5934         about implicit use.
5936 2006-10-08  Richard Stallman  <rms@gnu.org>
5938         * textmodes/two-column.el (2C-two-columns): Doc fix.
5940 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
5942         * files.el: Mark `buffer-read-only' as safe-local-variable.
5944 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
5946         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5947         Burp if GUD buffer has been killed.
5949 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5951         * completion.el (add-completions-from-c-buffer):
5952         Don't presume an error's second element is a string.
5953         Use looking-at rather than buffer-substring + member.
5955 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
5957         * mail/rmail.el (rmail-redecode-body): If the old encoding is
5958         `undecided', call find-coding-systems-region to find a proper
5959         non-trivial encoding.
5960         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5961         and "text/plain".
5963 2006-10-07  Kevin Ryde  <user42@zip.com.au>
5965         * textmodes/reftex-vars.el (defgroup reftex): Update home page
5966         url-link.
5968         * strokes.el (defgroup strokes): Remove invalid url-link.
5970 2006-10-07  Magnus Henoch  <mange@freemail.hu>
5972         * autoinsert.el (auto-insert-alist): Doc fix.
5974 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5976         * mouse-sel.el (mouse-insert-selection-internal):
5977         Use insert-for-yank, so that yank handlers are run.
5979 2006-10-07  Kim F. Storm  <storm@cua.dk>
5981         * ido.el (ido-file-extension-aux): Fix comparison.
5983 2006-10-06  Kim F. Storm  <storm@cua.dk>
5985         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5987 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
5989         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5990         (ad-make-mapped-call): Use `let', not `let*'.
5992 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
5994         * international/mule-cmds.el (coding-system-change-eol-conversion):
5995         Ensure the coding system is initialized before calling
5996         coding-system-eol-type.
5998 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
6000         * textmodes/org.el (org-rm-props, org-activate-plain-links)
6001         (org-activate-angle-links, org-activate-dates)
6002         (org-activate-target-links, org-activate-camels)
6003         (org-activate-tags): Add `rear-nonsticky' text property to avoid
6004         textproperty keymaps from being active beyond the end of a line.
6005         (org-unfontify-region): Also remove `rear-nonsticky' property.
6007 2006-10-04  Kenichi Handa  <handa@m17n.org>
6009         * international/code-pages.el (next): Table fixed.
6011 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6014         that it's been made unnecessary by removing narrowing.
6016 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6019         control flow a bit, simplify another bit, and add comments.
6021 2006-10-03  David Kastrup  <dak@gnu.org>
6023         * help.el (describe-mode): For clicks on mode-line, use "@"
6024         interactive argument to get the major mode of the click instead of
6025         the current buffer.
6027         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6028         in order to better redirect mouse-2 clicks.  Also allow default
6029         bindings to apply.
6031 2006-10-03  Kim F. Storm  <storm@cua.dk>
6033         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6034         (pushnew): Fix last change.
6036 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
6038         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6039         Use the interactive spec of `eval-expression'.
6041 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6043         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6045 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6047         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6048         2006-09-28 commit.
6050 2006-10-02  Kenichi Handa  <handa@m17n.org>
6052         * international/code-pages.el (iso-8859-6): Table fixed.
6054 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
6056         * dired.el (dired-build-subdir-alist): Fix previous change.
6058 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6060         * simple.el (undo-elt-crosses-region): Fix the inequalities.
6062 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6064         * emacs-lisp/find-func.el (find-function-regexp): Don't match
6065         "define-button-type".
6067         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6068         they don't keep accumulating.
6070 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6072         * ffap.el (ffap-rfc-path): Change the address of the RFC
6073         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6075 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
6077         * allout.el (allout-expose-topic): Rectify implementation of "+"
6078         spec, so that bodies are not exposed with headlines.
6080 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
6082         * allout.el (allout-current-depth): Do aberrent check only at or
6083         below doublecheck depth.
6084         (allout-chart-subtree): Make it explicit that LEVELS being nil
6085         means unlimited depth.  Drop undocumented support for LEVELS value
6086         t meaning unlimited depth.  (This is consistent with
6087         allout-chart-to-reveal, but contrary to allout-show-children,
6088         which needs to use nil to default to depth of 1.)
6089         (allout-goto-prefix-doublechecked): Wrap long docstring line.
6090         (allout-chart-to-reveal): Be explicit in docstring about meaning
6091         of nil LEVELS, and drop support for LEVELS value t.
6092         (allout-show-children): Translate the level spec used by this
6093         routine to that used by allout-chart-subtree and
6094         allout-chart-to-reveal.
6095         (allout-show-to-offshoot): Retry once when stuck, after opening
6096         subtree - improvements in discontinuity handling likely will
6097         enable progress.
6099 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
6101         * wid-edit.el (widget-button-click-moves-point): New variable.
6102         (widget-button-click): If widget-button-click-moves-point is
6103         non-nil, set point after performing the button action
6105         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6107 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
6109         * files.el (find-file-existing): Modify to not allow wildcards.
6111 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6113         * simple.el (undo-more): When undo information for the region is
6114         exhausted, say "No further undo information FOR REGION".
6116 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6118         * progmodes/sh-script.el (sh-prev-thing):
6119         Take `sh-leading-keywords' into account.
6121 2006-09-29  Glenn Morris  <rgm@gnu.org>
6123         * custom.el (defcustom): Doc fix.
6125         * calendar/calendar.el (european-calendar-style):
6126         Call european-calendar or american-calendar as needed when set.
6127         (diary-view-entries, list-calendar-holidays): Move autoloads
6128         before use.
6130 2006-09-29  Juri Linkov  <juri@jurta.org>
6132         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6133         to nil if there is no previous property change.
6135 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6137         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6138         saving anything to be sure that `forward-sexp' behaves correctly.
6140 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
6142         * simple.el (line-move-finish): Ignore field boundaries if the
6143         initial and final points have the same `field' property.
6145 2006-09-29  Kim F. Storm  <storm@cua.dk>
6147         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6148         to t while calling ido-read-internal.
6150 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
6152         * textmodes/org.el (org-file-remote-p): Get regexp from list.
6153         (org-archive-subtree): Remove erraneous `]' from character list.
6155 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
6157         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6158         (ses-reconstruct-all): Make undo of "insert row" work by keeping
6159         markers for data-area and parameters-area.
6161 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6163         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6165         * font-lock.el (font-lock-after-change-function): Refontify next line
6166         as well if end is at BOL.
6167         (font-lock-extend-jit-lock-region-after-change): Be more careful to
6168         only extend the region as much as needed.
6170 2006-09-28  Richard Stallman  <rms@gnu.org>
6172         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6174         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6176         * international/mule.el (after-insert-file-set-coding):
6177         If VISIT, don't let set-buffer-multibyte make undo info.
6179 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
6181         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6182         lines in base64-encoded authentication response.
6184 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6186         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6187         (ebnf-version): New version 4.3.
6188         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6189         (ebnf-prologue): Adjust PostScript programming.
6190         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6191         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6193 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6195         * jit-lock.el (jit-lock-force-redisplay): Rename from
6196         jit-lock-fontify-again, and undo the mistaken change I've just done.
6198         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6199         (jit-lock-fontify-again): Don't refontify text that's not displayed.
6201 2006-09-26  Kenichi Handa  <handa@m17n.org>
6203         * startup.el (display-splash-screen): Allow a prefix argument.
6205 2006-09-25  Jason Rumney  <jasonr@gnu.org>
6207         * subr.el (shell-quote-argument): Use DOS logic for Windows
6208         shells with DOS semantics.
6210 2006-09-24  Richard Stallman  <rms@gnu.org>
6212         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6213         (compilation-goto-locus): Use compilation-goto-locus-delete-o
6214         to delete the overlay.  Put it on pre-command-hook.
6216         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6218         * startup.el (fancy-splash-screens, normal-splash-screen):
6219         Call the splash buffer *About GNU Emacs*.
6221         * simple.el (next-error-highlight, next-error-highlight-no-select):
6222         Default to 0.5.
6223         (yank-excluded-properties): Add `fontified'.
6225         * font-lock.el (font-lock-compile-keywords): Allow value of
6226         syntax-begin-function to enable paren-column-0 highlighting.
6228 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
6230         * dired.el (dired-build-subdir-alist): When file ends in colon,
6231         don't exit the loop, just disregard that file.
6233 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
6235         * simple.el (line-move-finish): Handle corner case for fields in
6236         continued lines.
6237         (line-move-1): Remove flawed test for that case.
6239 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
6241         * icomplete.el (icomplete-simple-completing-p): Use the correct
6242         name for the new variable, `icomplete-with-completion-tables'.
6243         (file local variables): Remove superfluous setting.
6245 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
6247         * calendar/appt.el (appt-check): Fix typo for appointments just
6248         after midnight.
6250 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
6252         * help.el (describe-key-briefly, describe-key): Don't expect an
6253         extra up event if a down-event is generated by a popup menu.
6255 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
6257         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6258         local dictionary when changing the global dictionary.
6260 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
6262         * icomplete.el (icomplete-with-completion-tables): List of
6263         specialized completion tables with which icomplete should
6264         operate.  Include the new `internal-complete-buffer', so icomplete
6265         works with interactive buffer-selection.
6266         (icomplete-simple-completing-p): Add acceptance of specialized
6267         completion tables listed in icomplete-with-completion-tables.
6269 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6271         * frame.el (focus-follows-mouse): Set default to nil on Mac.
6273         * startup.el (command-line): Use `custom-reevaluate-setting' for
6274         `focus-follows-mouse'.
6276 2006-09-22  Richard Stallman  <rms@gnu.org>
6278         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6279         explain why Save is not available.
6281 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
6283         * woman.el (woman0-so): Use `let*', not `let'.
6284         (woman-horizontal-line): Remove unbalanced parenthesis.
6286 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * woman.el: Make sure all the end-of-region markers we use have
6289         a non-nil insertion-type.
6290         (woman0-so): Move things around so we can use copy-marker.
6291         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6292         Adjust marker type.
6293         (woman2-process-escapes): Check marker type.
6294         (woman-horizontal-line): Dispense with the use of a marker.
6296 2006-09-22  Jay Belanger  <belanger@truman.edu>
6298         * calc/calc-lang.el: Add Greek letters to math-variable-table
6299         property of tex.
6301 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
6303         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6305 2006-09-22  Masatake YAMATO  <jet@gyve.org>
6307         * add-log.el (add-log-current-defun): Use `forward-sexp'
6308         instead of `forward-word' to pick c++::symbol.
6309         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6311 2006-09-22  Kenichi Handa  <handa@m17n.org>
6313         * bindings.el: Fix setting self-insert-command for multibyte
6314         characters in global-map.
6316 2006-09-21  David Kastrup  <dak@gnu.org>
6318         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6319         doc string.
6321 2006-09-21  Kenichi Handa  <handa@m17n.org>
6323         * language/european.el ("Latin-1"): Add windows-1252 to
6324         coding-priority.
6325         ("German"): Likewise.
6327 2006-09-21  Kim F. Storm  <storm@cua.dk>
6329         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6330         Suggested by Miles Bader.
6332         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6333         instead of add-to-list in the simple case.
6335 2006-09-20  Kenichi Handa  <handa@m17n.org>
6337         * isearch.el (isearch-process-search-char): Cancel the previous change.
6338         (isearch-search-string): New function.
6339         (isearch-search): Use isearch-search-string.
6340         (isearch-lazy-highlight-search): Likewise.
6342 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6344         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6345         string to become an option.
6347 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6349         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6351 2006-09-20  Kim F. Storm  <storm@cua.dk>
6353         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6354         position t instead of trying both window-end and window-end - 1.
6356 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6358         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6359         hidden trees.
6361 2006-09-20  David Kastrup  <dak@gnu.org>
6363         * mouse.el (mouse-posn-property): Improve doc string.
6364         (mouse-on-link-p): Change buffers for function calls on links.
6366         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6367         buffer is read-only.
6369 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6371         * allout.el (allout-unprotected): Let inhibit-read-only only when
6372         buffer-read-only isn't set.
6373         (allout-annotate-hidden): Enable topic annotation during copies even
6374         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6375         advances, even when the span extends beyond the deletion region.
6376         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6377         rather than allout-exposure-changed-hook, as a stronger assertion.
6378         (allout-keybindings-list): Add bindings for
6379         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6380         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6381         Copy wrappers for allout-kill-line and allout-kill-topic.
6382         (allout-listify-exposed): Position correctly to accumulate lines.
6384 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6386         * simple.el (line-move-1): Escape field boundaries occurring
6387         exactly at point.  Update goal column if constrained to a field.
6388         (line-move-finish): Escape field boundaries occurring exactly at point.
6390 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6392         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6393         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6395 2006-09-19  Kim F. Storm  <storm@cua.dk>
6397         * help.el (describe-key-briefly, describe-key): Simplify printing
6398         of descriptions by using format and %S.  Fix "is undefined"
6399         messages to say "at that spot" for mouse events.
6401         * simple.el (line-move-partial): Optimize.  Try window-line-height
6402         before posn-at-point to get vpos of current line.
6404 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6406         * viper.el: Bump up version/date of update to reflect the substantial
6407         changes done in August 2006.
6409         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6410         are defined.
6412         * ediff-util.el (ediff-add-to-history): New function.
6414         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6416 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6418         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6419         Delete duplicate make-local-variable form.
6420         (conf-space-keywords): Add autoload cookie.
6421         Fix typo (`keywords', not `keyword').
6423 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6425         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6426         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6427         to x-gtk-use-old-file-dialog
6429 2006-09-18  Richard Stallman  <rms@gnu.org>
6431         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6432         that might come in during mouse tracking.
6434 2006-09-18  Kim F. Storm  <storm@cua.dk>
6436         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6437         new window-line-height function.  Further optimize by not calling
6438         pos-visible-in-window-p for window-end when window-line-height
6439         returns useful information.
6441 2006-09-16  Richard Stallman  <rms@gnu.org>
6443         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6444         (conf-space-mode): Don't handle prefix arg.
6445         Delete conf-space-keywords-override code.
6446         Use add-hook.
6447         (conf-space-keywords): New command.
6448         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6449         Delete conf-space-keywords-override code.
6450         (conf-space-keywords-alist): Doc fix.
6451         (conf-space-font-lock-keywords): Doc fix.
6452         (conf-space-keywords-override): Var deleted.
6454 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6456         * startup.el (fancy-splash-screens): Don't switch to the scratch
6457         buffer; it may not be the next buffer.
6459 2006-09-16  Romain Francoise  <romain@orebokech.com>
6461         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6462         in both messages.
6464 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6466         * progmodes/python.el (python-preoutput-filter):
6467         Fix arg order to string-match.
6469 2006-09-16  Richard Stallman  <rms@gnu.org>
6471         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6472         font-lock-compile-keywords.
6474         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6475         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6477 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6479         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6481         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6482         and the data doesn't look like UTF8, send STRING instead.
6484 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6486         * textmodes/flyspell.el (flyspell-check-region-doublons):
6487         New function to detect duplicated words.
6488         (flyspell-large-region): Use it.
6490 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6492         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6494 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6496         * help.el (describe-prefix-bindings): Use let, not let*.
6498 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6500         * allout.el (allout-regexp, allout-line-boundary-regexp)
6501         (allout-bob-regexp): Correct grouping and boundaries to fix
6502         backwards traversal.
6503         (allout-depth-specific-regexp, allout-depth-one-regexp):
6504         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6505         worse time in allout-ascend.
6506         (allout-doublecheck-at-and-shallower): Identify depth threshold
6507         below which topics are checked for and disqualified by containment
6508         discontinuities.
6509         (allout-hotspot-key-handler): Correctly handle multiple-key
6510         strokes.  Remove some unused variables.
6511         (allout-mode-leaders): Clarify that mode-specific comment-start
6512         will be used.
6513         (set-allout-regexp): Correctly regexp-quote allout regexps to
6514         properly accept alternative header-leads and primary bullets with
6515         regexp-specific characters (eg, C "/*", mathematica "(*").
6516         Include new regular expressions among those configured.
6517         (allout-infer-header-lead-and-primary-bullet):
6518         Rename allout-infer-header-lead.
6519         (allout-recent-depth): Manifest as a variable as well as a function.
6520         (allout-prefix-data): Simplify into an inline instead of a macro,
6521         assuming current match data rather than being explicitly passed
6522         it.  Establish allout-recent-depth value as well as
6523         allout-recent-prefix-beginning and allout-recent-prefix-end.
6524         (allout-aberrant-container-p): True when an item's immediate
6525         offspring discontinuously contained.  Useful for disqualifying
6526         unintended topic prefixes, likely at low depths.
6527         (allout-goto-prefix-doublechecked): Elaborate version of
6528         allout-goto-prefix which disqualifies aberrant pseudo-items.
6529         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6530         get disqualification of aberrant containers.
6531         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6532         containers.
6533         (allout-beginning-of-current-entry): Position at start of buffer
6534         when in container (depth 0) entry.
6535         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6536         (allout-current-bullet): Strip text properties.
6537         (allout-get-prefix-bullet): Use right match groups.
6538         (allout-beginning-of-line, allout-next-heading):
6539         Disqualify aberrant containers.
6540         (allout-previous-heading): Disqualify aberrant containers, and
6541         change to regular (rather than inline) function, to allow
6542         self-recursion.
6543         (allout-get-invisibility-overlay): Increment so progress is made
6544         when the first overlay is not the sought one.
6545         (allout-end-of-prefix): Disqualify aberrant containers.
6546         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6547         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6548         outline.el outlines) functional again.  Change the primary bullet
6549         along with the header-lead - level 1 new-style bullets now work.
6550         Engage allout-before-change-handler in mainline Emacs, not just
6551         XEmacs, to do undo handling.
6552         (allout-before-change-handler): Expose undo changes occurring in
6553         hidden regions.  Use allout-get-invisibility-overlay instead of
6554         reimplementing it inline.
6555         (allout-chart-subtree): Use start rather than end of prefix in
6556         charts.  Use allout-recent-depth variable.
6557         (allout-chart-siblings): Disqualify aberrant topics.
6558         (allout-beginning-of-current-entry): Position correctly.
6559         (allout-ascend): Use new allout-depth-specific-regexp and
6560         allout-depth-one-regexp for linear instead of O(N^2) or worse
6561         behavior.
6562         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6563         reimplementing an algorithm.
6564         (allout-up-current-level): Depend on allout-ascend, rather than
6565         reimplementing an algorithm.  Return to start-point if we fail.
6566         (allout-descend-to-depth): Use allout-recent-depth variable
6567         instead of function.
6568         (allout-next-sibling): On traversal of numerous intervening
6569         topics, resort to economical allout-next-sibling-leap.
6570         (allout-next-sibling-leap): Specialized version of
6571         allout-next-sibling that uses allout-ascend cleverly, to depend on
6572         a regexp search to leap large numbers of contained topics, rather
6573         than arbitrarily many one-by-one traversals.
6574         (allout-next-visible-heading): Disqualify aberrant topics.
6575         (allout-previous-visible-heading): Position consistently when
6576         interactive.
6577         (allout-forward-current-level): Base on allout-previous-sibling
6578         rather than (differently) reimplmenting the algorithm.  Remove some
6579         unused variables.
6580         (allout-solicit-alternate-bullet): Present default choice stripped
6581         of text properties.
6582         (allout-rebullet-heading): Use bullet stripped of text properties.
6583         Register changes using allout-exposure-change-hook.
6584         Disregard aberrant topics.
6585         (allout-shift-in): With universal-argument, make topic a peer of
6586         it's former offspring.  Simplify the code by separating out
6587         allout-shift-out functionality.
6588         (allout-shift-out): With universal-argument, make offspring peers
6589         of their former container, and its siblings.  Implement the
6590         functionality here, rather than inappropriately muddling the
6591         implementation of allout-shift-in.
6592         (allout-rebullet-topic): Respect additional argument for new
6593         parent-child separation function.
6594         (allout-yank-processing): Use allout-ascend directly.
6595         (allout-show-entry): Disqualify aberrant topics.
6596         (allout-show-children): Handle discontinuous children gracefully,
6597         extending the depth being revealed to expose them and posting a
6598         message indicating the situation.
6599         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6600         Leave cursor in correct position.
6601         (allout-hide-current-subtree): Use allout-ascend directly.
6602         Disqualify aberrant topics.
6603         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6604         a way that the yanks can restore it, as used to happen.
6605         (allout-yank-processing): Restore exposure layout as recorded by
6606         allout-kill-*, as used to happen.
6607         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6608         for preseving and restoring exposure layout across kills.
6609         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6610         (allout-encrypt-string): Strip text properties.
6611         Rearranged order and outline-headings for some of the
6612         miscellaneous functions.
6613         (allout-resolve-xref): No need to quote the error name in the
6614         condition-case handler section.
6615         (allout-flatten): Classic recursive (and recursively intensive,
6616         without tail-recursion) list-flattener, needed by allout-shift-out
6617         when confronted with discontinuous children.
6619 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6621         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6622         on ms-windows.
6623         (dnd-open-unc-file): Remove.
6624         (dnd-open-local-file): Mention in doc string that it also handles
6625         remote files if the system natively supports unc file-names.
6627 2006-09-15  Kim F. Storm  <storm@cua.dk>
6629         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6630         all necessary information about the event before erasing *Help*.
6632         * simple.el (line-move-partial): Use window-line-visiblity to
6633         quickly check whether last line is partially visible, and only do
6634         the hard (and slow) part in that case.
6636 2006-09-15  Jay Belanger  <belanger@truman.edu>
6638         * COPYING: Replace "Library Public License" by "Lesser Public
6639         License" throughout.
6641 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6643         * term/x-win.el (x-menu-bar-open): New function for F10.
6645 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6647         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6648         Disallow filenames containing " -" to avoid confusion with libtool
6649         compilation messages.  Suggested by Stefan Monnier.
6651 2006-09-15  David Kastrup  <dak@gnu.org>
6653         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6654         instead of buffer position for `mouse-on-link-p'.
6656         * mouse.el (mouse-posn-property): New function looking up the
6657         properties at a click position in overlays and text properties in
6658         either buffer or strings.
6659         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6660         of both `follow-link' as well as `mouse-face' properties.
6661         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6662         buffer position.
6664         * help.el (describe-key-briefly): When reading a down-event on
6665         mode lines or scroll bar, swallow the following up event, too.
6666         Use the new mouse sensitity of `key-binding' for lookup.
6667         (describe-key): The same here.
6669 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6671         * play/life.el (life-patterns): Add a few more interesting patterns.
6672         (life-setup): Force `show-trailing-whitespace' to nil.
6674 2006-09-14  Richard Stallman  <rms@gnu.org>
6676         * startup.el (fancy-splash-text): Change text to improve alignment.
6677         (fancy-splash-screens): Don't set non-standard tab width.
6678         Bind cursor-type temporarily, and make it easy to patch to
6679         preserve the splash buffer.
6680         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6681         (fancy-splash-screens): Display echo-area message explicitly.
6682         Don't set fancy-splash-help-echo.
6684         * simple.el (line-number-mode): Group mode-line instead of
6685         editing-basics.
6686         (column-number-mode, size-indication-mode): Likewise.
6688         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6690         * time.el (display-time): Group mode-line instead of modeline.
6692         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6694 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6696         * startup.el (fancy-splash-text): Move editing instructions to
6697         fancy-splash-head.
6698         (fancy-splash-head): Issue editing instructions.
6699         (fancy-splash-screens): Fixup whitespace.
6701 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6703         * bindings.el (mode-line-buffer-identification-keymap):
6704         Remove duplicate line.
6706 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6708         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6709         ignore lists.
6711 2006-09-14  Kim F. Storm  <storm@cua.dk>
6713         * jit-lock.el (jit-lock-fontify-again): New function.
6714         (jit-lock-fontify-now): Use it instead of lambda form.
6716 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6718         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6719         (flyspell-auto-correct-word): Make ispell-filter local to these
6720         functions.  Check that ispell-filter has new stuff before calling
6721         ispell-parse-output.
6723 2006-09-13  Kim F. Storm  <storm@cua.dk>
6725         * simple.el (line-move-partial): Optimize.
6727 2006-09-13  Richard Stallman  <rms@gnu.org>
6729         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6730         Delete spurious backquote.
6732 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6734         * net/rcirc.el (rcirc-print): Fix last change.
6736 2006-09-12  Jay Belanger  <belanger@truman.edu>
6738         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6740 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6742         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6743         rcirc-show-maximum-output.
6744         (rcirc-mode): Remove window-scroll-function hook.
6745         (rcirc-scroll-to-bottom): Remove function.
6746         (rcirc-print): Recenter so point stays at the bottom of the window
6747         if point was already there.
6749 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6751         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6752         not to "t".
6753         * progmodes/compile.el (compilation-start): Likewise.
6754         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6755         Don't use expand-file-name on invocation-directory, since this
6756         might mishandle special characters in invocation-directory.
6758 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6760         * pcvs-defs.el: Remove * in defcustom's docstrings.
6762 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6764         * progmodes/compile.el (compilation-directory-properties):
6765         Doc fix for help-echo.
6767 2006-09-12  Lars Hansen  <larsh@soem.dk>
6769         * desktop.el (desktop-read): Add comment.
6771 2006-09-12  Kim F. Storm  <storm@cua.dk>
6773         * simple.el (next-error-highlight, next-error-highlight-no-select):
6774         Fix spelling error.
6776         * subr.el (sit-for): Rework to use input-pending-p and cond.
6777         Return nil input is pending on entry also for SECONDS <= 0.
6778         (while-no-input): Use input-pending-p instead of sit-for.
6780 2006-09-11  Richard Stallman  <rms@gnu.org>
6782         * simple.el (next-error-highlight, next-error-highlight-no-select):
6783         Fix custom type and doc strings.
6785 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6788         (diff-apply-hunk): Use it to ask for confirmation.
6790 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
6792         * emacs-lisp/cl.el (pushnew): Add missing `,'.
6794 2006-09-11  David Kastrup  <dak@gnu.org>
6796         * help.el (string-key-binding, describe-key-briefly)
6797         (describe-key): Remove `string-key-binding' and its callers since
6798         `key-binding' already caters for the proper lookup now.
6800 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6802         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6803         (cfengine-mode): Use it.  Fix \ syntax to be like /.
6805         * bindings.el (mode-line-buffer-identification-keymap):
6806         Move initialization into declaration.
6808 2006-09-10  Kim F. Storm  <storm@cua.dk>
6810         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6811         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6812         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6813         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
6815 2006-09-10  Richard Stallman  <rms@gnu.org>
6817         * dired-aux.el: Handle errors in recursive copy usefully.
6818         (dired-create-files-failures): New variable.
6819         (dired-copy-file): Remove condition-case.
6820         (dired-copy-file-recursive): Check for errors on all file
6821         operations, and add them to dired-create-files-failures.
6822         Check file file-date-erorr here too.
6823         (dired-create-files): Check dired-create-files-failures
6824         and report those errors too.
6826         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6828         * subr.el (add-to-list): New argument COMPARE-FN.
6830 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
6832         * filecache.el (file-cache-add-directory)
6833         (file-cache-add-directory-list, file-cache-add-file)
6834         (file-cache-add-directory-using-find)
6835         (file-cache-add-directory-using-locate)
6836         (file-cache-add-directory-recursively): Add autoloads.
6838 2006-09-09  Richard Stallman  <rms@gnu.org>
6840         * textmodes/conf-mode.el (conf-space-mode):
6841         Use hack-local-variables-hook instead of calling hack-local-variables.
6842         (conf-space-keywords-override): New variable.
6843         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
6844         (conf-space-mode): Always make conf-space-keywords and
6845         conf-space-keywords-override local.
6846         Call conf-space-mode-internal directly as well as via hook.
6848 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6850         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6851         quasi-keywords.
6853 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6855         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6856         (python-send-string): Be slightly more careful about adding \n.
6858         * startup.el (normal-splash-screen): Don't display the buffer if we'll
6859         kill it right away anyway.
6861 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
6863         * international/codepage.el (cp850-decode-table): Fix a few codes.
6864         (cp858-decode-table): New variable.
6866 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6868         * net/ldap.el (ldap-search-internal): Doc fix.
6870 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6872         * play/life.el (life-display-generation): Test for input manually if
6873         `sleeptime' is negative or null.
6875         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6876         (print-region-1): Substitute `%s' with the page title.
6878 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
6880         * locate.el (locate-current-search): New variable.
6881         (locate): Set buffer local value.  Use current buffer if it is
6882         in Locate mode.
6883         (locate-mode): Disable undo here.
6884         (locate-do-setup): Use locate-current-filter from buffer to be killed.
6885         (locate-update): Use locate-current-search and locate-current-filter.
6887 2006-09-08  David Kastrup  <dak@gnu.org>
6889         * desktop.el (desktop-read): When loading a desktop, disable
6890         saving it while the load progresses, and switch off a pending lazy
6891         load by calling `desktop-lazy-abort'.
6893 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
6895         * window.el (mouse-autoselect-window-timer)
6896         (mouse-autoselect-window-position)
6897         (mouse-autoselect-window-window)
6898         (mouse-autoselect-window-now): New vars.
6899         (mouse-autoselect-window-cancel)
6900         (mouse-autoselect-window-select)
6901         (mouse-autoselect-window-start): New functions.
6902         (handle-select-window): Call `mouse-autoselect-window-start' when
6903         delayed window autoselection is enabled.
6905         * cus-start.el (mouse-autoselect-window): Handle delayed window
6906         autoselection.
6908         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6909         commands after which it is allowed to print in the echo area.
6911 2006-09-08  Richard Stallman  <rms@gnu.org>
6913         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6915         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6916         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6918         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6919         (cancel-timer-internal): Add doc string.
6920         (cancel-function-timers): Doc fix.
6921         (with-timeout-handler, timer-event-last*): Add doc strings.
6923         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6925         * files.el (risky-local-variable-p): Match ...-bindat-spec.
6927         * dired.el (dired-log-summary): Add doc string.
6929         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6930         (custom-group-menu-create): Not here.
6932 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
6934         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6936 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6938         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6939         (mac-apple-event-map): Define its handler.
6941 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6943         * net/ldap.el (ldap-search-internal): Handle `auth' key.
6945 2006-09-07  Magnus Henoch  <mange@freemail.hu>
6947         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6948         clause.
6950 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6952         * info.el (Info-index): Bind completion-ignore-case.
6954 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6956         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6957         previous commit.
6958         (inferior-prolog-guess-flavor): New fun left out of previous commit.
6959         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6960         burp in dedicated windows.
6961         (inferior-prolog-self-insert-command): New command.
6962         (inferior-prolog-mode-map): Use it.
6964 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
6966         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6968         * international/code-pages.el: Add cp858.
6970 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6972         * dnd.el: Fix bootstrapping.
6974 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6976         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6977         (dnd-open-remote-url): New function.
6978         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6979         not windows-nt.
6981 2006-09-07  Jason Rumney  <jasonr@gnu.org>
6983         * dnd.el (dnd-open-remote-file-function): New variable.
6984         (dnd-open-unc-file): New function.
6985         (dnd-open-file): Call dnd-open-remote-file-function if set.
6987 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6989         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6990         pgg-passphrase-coding-system rather than locale-coding-system.
6991         * pgg-def.el (pgg-passphrase-coding-system): New user option.
6993 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6995         * progmodes/prolog.el: Remove * in docstrings.
6996         (prolog-program-name): Add SWI prolog.
6997         (prolog-mode-menu): New menu.
6998         (prolog-mode): Set comment-add.
6999         (prolog-indent-line): Simplify.  Use indent-line-to.
7000         (inferior-prolog-buffer): New var.
7001         (inferior-prolog-run, inferior-prolog-process): New funs.
7002         (run-prolog, switch-to-prolog): Rewrite, using them.
7003         (prolog-consult-region): Use inferior-prolog-buffer.
7004         (inferior-prolog-load-file): New function.
7005         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7007         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7008         last word, if it's not the end of the paragraph.
7010         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7011         file name.
7013 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
7015         * frame.el (display-mm-dimensions-alist): New defcustom.
7016         (display-mm-height, display-mm-width): Use it.
7018 2006-09-06  Simon Josefsson  <jas@extundo.com>
7020         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7022 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
7024         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7025         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7026         string values.
7028 2006-09-06  Kim F. Storm  <storm@cua.dk>
7030         * simple.el (line-move-partial): New function to do vscrolling for
7031         partially visible images / tall lines.  Rewrite based on code
7032         previously in line-move.  Simplify backwards vscrolling.
7033         (line-move): Use it.  Simplify.
7035 2006-09-05  Kim F. Storm  <storm@cua.dk>
7037         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7039 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
7041         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7042         Process the `gcc-include' after the `gnu' rule.
7044 2006-09-05  Kim F. Storm  <storm@cua.dk>
7046         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7048 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7050         * pgg.el (pgg-clear-string): Alias to clear-string for backward
7051         compatibility.
7053         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7054         inhibit-redisplay; encode passphrase with locale-coding-system.
7056 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7058         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7060 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
7062         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7063         (gdb-var-list-children-regexp): Make type field optional.
7065         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7066         e.g public, protected in C++.
7068 2006-09-04  John Paul Wallington  <jpw@pobox.com>
7070         * simple.el (completion-show-help): New defcustom.
7071         (completion-setup-function): Heed it.
7073 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7075         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7077 2006-09-04  Richard Stallman  <rms@gnu.org>
7079         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7080         (rsf-min-region-to-spam-list): Doc fix.
7081         (rsf-add-content-type-field): Doc fix.
7083         * simple.el (kill-region): Explicitly test there is a region.
7085 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7087         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7088         sendmail in several common directories.
7090         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7092         * paths.el (sendmail-program): Removed.
7094 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
7096         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7097         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
7098         http://article.gmane.org/gmane.emacs.gnus.general/50457
7100 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
7102         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7103         mark after running the menu filter.
7105 2006-09-03  Juri Linkov  <juri@jurta.org>
7107         * international/quail.el (quail-defrule-internal): Add a check
7108         if a key is a vector.
7110 2006-09-02  Juri Linkov  <juri@jurta.org>
7112         * man.el (Man-topic-history): New variable.
7113         (man): Use it.
7115         * woman.el (woman-topic-history): Change defvar to defvaralias
7116         for symbol `Man-topic-history'.
7118         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7119         `comint-last-output-start' is a marker by using `markerp' and
7120         check if it has a position by using `marker-position', and use
7121         this position for `goto-char'.
7123         * international/quail.el (quail-defrule-internal): Add missing
7124         `error' call for null key.
7126 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
7128         * rcirc.el (rcirc-keywords): New variable.
7129         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7130         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7131         variables.
7132         (rcirc-responses-no-activity): New function.
7133         (rcirc-handler-generic): Check for responses in above.
7134         (rcirc-process-command): Add ?: character to arguments of raw
7135         server commands.
7136         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7137         `rcirc-dim-nicks'.
7138         (rcirc-gray-toggle): Remove unused variable.
7139         (rcirc-print): Remove some tracking logic, which is moved into
7140         markup functions.
7141         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7142         types.
7143         (rcirc-activity-string): Look for 'keyword in activity-types.
7144         (rcirc-window-configuration-change): Don't erase overlay-arrow
7145         unnecessarily.
7146         (rcirc-add-or-remove): New function.
7147         (rcirc-cmd-ignore): Use it.
7148         (rcirc-message-leader): Remove unused function.
7149         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7150         (rcirc-add-face): New function.
7151         (rcirc-facify): Use rcirc-add-face.
7152         (rcirc-url-regexp): Add parens.
7153         (rcirc-map-regexp): Remove function.
7154         (rcirc-mangle-regexp): Remove function.
7155         (rcirc-markup-text-functions): New variable.
7156         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7157         (rcirc-markup-body-text, rcirc-markup-attributes)
7158         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7159         (rcirc-markup-bright-nicks): New markup handler functions.
7160         (rcirc-nick-in-message-full-line): New face.
7161         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7162         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7164 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
7166         * cus-start.el (hscroll-margin, hscroll-step)
7167         (mode-line-in-non-selected-windows, mouse-autoselect-window)
7168         (x-use-underline-position-properties): Change version to "22.1"
7169         since they will appear there for the first time.
7171 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7173         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7175 2006-08-31  Richard Stallman  <rms@gnu.org>
7177         * cus-edit.el (custom-save-variables): Slight cleanup.
7178         (Custom-no-edit): Renamed from custom-no-edit.
7179         (Custom-newline): Renamed from custom-newline.
7180         (custom-mode-map): Use new names.
7182         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7183         about customization, rather than M-x customize, in the doc string
7184         made for the defcustom.
7186         * emacs-lisp/trace.el (trace-function-background): Doc fix.
7188 2006-08-31  Romain Francoise  <romain@orebokech.com>
7190         * dired-x.el (dired-guess-shell-alist-default): Update.
7192 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
7194         * custom.el (custom-theme-set-variables): Autoload packages before
7195         sorting the variables.
7197 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
7199         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7200         chars if XEmacs.
7201         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7203 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7205         * progmodes/python.el (python-eldoc-function): Re-enable quit while
7206         waiting for process.
7208 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7210         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7211         results in ASCII-only string, encode original one directly.
7213 2006-08-29  Romain Francoise  <romain@orebokech.com>
7215         * startup.el (normal-splash-screen, fancy-splash-screens):
7216         Make buffer read-only and arrange to enter view mode if necessary.
7218 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7220         * hl-line.el (hl-line): New face.
7221         (hl-line-face): Use it.
7223         * image-mode.el (image-mode): Fix last fix.
7224         Suggested by Kim F. Storm.
7226 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
7228         Sync with Tramp 2.0.54.
7230         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7231         of `=', because `tramp-get-remote-gid' might not always return an
7232         integer when expected.
7233         (tramp-register-file-name-handlers): `partial-completion-mode' is
7234         unknown to XEmacs.
7235         (tramp-time-diff): Don't use `floor', it might fail for large
7236         differences.
7237         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7238         `tramp-auto-save-directory' if unset in order to guarantee unique
7239         auto-save file names.
7241 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7243         * image-mode.el (image-mode): Display image as text on a terminal.
7245 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7247         * progmodes/python.el (python-send-command): Simplify.
7248         (run-python): Don't generate a new buffer unless `new' was specified.
7249         Make sure we send `import emacs' to the proper process.
7251         * progmodes/python.el (python-send-command): Don't wait for the command
7252         to terminate.  Don't fiddle with compilation-parsing-end.
7254 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7256         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7257         Insert commentary after first line summary.
7259         * woman.el (woman-follow): New function, based on `man-follow'.
7260         (woman-mode-map): Use it.
7262         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7263         since ibuffer-do-sort-by-recency does not define a sorter.
7265 2006-08-28  Kim F. Storm  <storm@cua.dk>
7267         * find-dired.el (find-dired): Use shell-quote-argument to properly
7268         escape ( and ) args.  Also use it on {} and ; args in default
7269         value of find-ls-option string.
7270         (find-grep-dired): Use shell-quote-argument on {} and ; args.
7272 2006-08-27  Michael Olson  <mwolson@gnu.org>
7274         * emacs-lisp/tq.el: Small grammar fix in comments.
7275         (tq-enqueue): Check for existence of queue rather than the
7276         head queue item's question, which was a no-op.
7277         (tq-filter, tq-process-buffer): Make sure the process buffer
7278         exists before making it the current buffer.
7280 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7282         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7283         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7284         (special-event-map): Apply 2006-08-16 change for x-win.el.
7286 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * progmodes/python.el (python-send-receive): Wait in the
7289         process's buffer so as to check the right buffer-local variables.
7291 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7293         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7294         (defgroup checkdoc): Move to beginning.
7296         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7297         (python-preoutput-continuation): Remove.
7298         (python-preoutput-filter): Simplify correspondingly.
7299         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
7300         Loop around to catch embedded _emacs_out output.
7301         (run-python): Send the import&print command on a single line.
7302         (python-send-command): Send command&print on a single line.
7303         (python-send-string): Only add double \n if needed.
7304         (python-send-receive): Loop until the result comes.
7305         (python-mode-running): Defvar it.
7306         (python-setup-brm): Remove unused var `menu'.
7307         Only bind py-mode-map and `features' around brm-init.
7308         (python-calculate-indentation): Remove unused var `point'.
7309         (python-beginning-of-defun): Remove unused var `def-line'.
7311 2006-08-25  Richard Stallman  <rms@gnu.org>
7313         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7315 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7317         * viper.el (viper-set-hooks): Use frame bindings for
7318         viper-vi-state-cursor-color.
7319         (viper-non-hook-settings): Don't set default
7320         mode-line-buffer-identification.
7322         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7323         (viper-set-cursor-color-according-to-state)
7324         (viper-get-saved-cursor-color-in-replace-mode)
7325         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7326         viper-emacs-state-cursor-color.
7328         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7329         (viper-undo): Use point if undo-beg-posn is nil.
7330         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7331         (viper-after-change-undo-hook): Don't use
7332         viper-emacs-state-cursor-color by default.
7333         (viper-undo): More sensible positioning after undo.
7335         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7336         (viper-emacs-state-cursor-color): Default to nil, since this feature
7337         doesn't work well yet.
7339         * ediff-mult.el (ediff-intersect-directories)
7340         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7341         always expand filenames.
7343 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7345         * tumme.el: Remove * in defcustoms's docstrings.
7347 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7349         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7350         Accept internal time format for SECS arg.
7351         (timer-relative-time): Doc fix.
7353         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7354         adapted from Martin Rudalics.
7355         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7356         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7357         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7358         using sit-for.
7360 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7362         * cus-start.el (all): Add `overline-margin' and
7363         `x-underline-at-descent-line'.
7365 2006-08-24  Kim F. Storm  <storm@cua.dk>
7367         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7368         to mean "use find -exec"; nil now unambiguously means auto-detect.
7369         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7370         Use shell-quote-argument to build grep-find-command and
7371         grep-find-template.
7372         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7373         Reported by Tom Seddon.
7375 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7377         * startup.el (fancy-splash-head): Give instructions for dismissing
7378         the splash screen for default startup too.
7379         (display-startup-echo-area-message, fancy-splash-screens)
7380         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7381         all splash text at once and keep the splash buffer around.
7382         (command-line-1): Give display-startup-echo-area-message a t arg.
7384 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7386         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7387         gnus frame is selected.
7389 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7391         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7393 2006-08-22  Kim F. Storm  <storm@cua.dk>
7395         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7396         Add suffix matching for subdirs.
7398 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7400         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7401         mouse-yank-at-point is non-nil.
7403 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7405         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7406         a bit wider and remove fringes to fit initial output on line.
7408 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * frame.el (blink-cursor-end): Only ignore the error we care about.
7411         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7413 2006-08-21  Richard Stallman  <rms@gnu.org>
7415         * whitespace.el (whitespace-cleanup): Doc fix.
7417 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7419         * net/rcirc.el (rcirc-show-maximum-output): New var.
7420         (rcirc-buffer-process): If no buffer argument is supplied, use
7421         current-buffer.
7422         (rcirc-complete-nick): Complete to the last completed nick first.
7423         (rcirc-mode): Preserve the value of `rcirc-urls' across
7424         connections.  Setup scroll function.
7425         (rcirc-scroll-to-bottom): New function.
7426         (rcirc-print): Use nick syntax around regexp work.
7427         Notice dim-nicks speaking only if they say our nick.
7428         (rcirc-update-activity-string): Do not show the modeline indicator
7429         if there are no live rcirc processes.
7430         (rcirc-cmd-ignore): Ignore case.
7431         (rcirc-browse-url-at-point): Fix off-by-one error.
7433 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7435         * progmodes/python.el: Remove * in defcustom docstrings.
7436         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7437         (python-mode): Set tab-width and indent-tabs-mode.
7439 2006-08-20  Dave Love  <fx@gnu.org>
7441         * progmodes/python.el: Update to Dave Love's latest version.
7442         (python-font-lock-keywords, python-mode): Don't use
7443         font-lock-syntax-table, but match symbol elements explicitly instead.
7444         (python-mode-map): Add help, and a few more key bindings.
7445         (python-skip-comments/blanks): Move out of comments as well.
7446         (python-continuation-line-p): Behave better with unbalanced parens.
7447         (python-blank-line-p): New fun.
7448         (python-open-block-statement-p): Don't use a heuristic.
7449         (python-outdent-p): Better handle blocks-in-the-same-line.
7450         (python-calculate-indentation): Misc improvements.
7451         (python-comment-indent): Remove.
7452         (python-block-pairs): New var.
7453         (python-first-word): New fun.
7454         (python-indentation-levels): Handle more common cases.
7455         (python-indent-line-1): Add `leave' argument.
7456         (python-indent-region): New fun.
7457         (python-skip-out): New fun.
7458         (python-beginning-of-statement, python-end-of-statement): Use it.
7459         (python-next-statement): Return correct count even at eob.
7460         (python-end-of-block): Fix paren-typo.
7461         (python-imenu-create-index): Add module variables.
7462         (run-python): Add `new' arg.
7463         Check we're at a prompt before returning.
7464         (python-send-command): Move to end of buffer.
7465         Wait for prompt to return.
7466         (python-set-proc): New fun.
7467         (python-imports): New var.
7468         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7469         (python-eldoc-function): Try to move out of arg list.
7470         (python-outline-level): Offset by 1.
7471         (python-find-imports): New fun.
7472         (python-symbol-completions): Use python-imports.
7473         (python-module-path, ffap-alist): Add support for ffap.
7474         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7475         (python-insert-*, python-default-template, python-expand-template):
7476         Add templates/skeletons.
7477         (python-setup-brm): Support for Bicycle Repair Man.
7478         (python-abbrev-syntax-table): New var.
7479         (python-abbrev-pc-hook, python-pea-hook): New funs.
7481 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7483         * frame.el (blink-cursor-start): Set timer first.
7484         (blink-cursor-end): Ignore timer cancelling errors.
7485         Suggested by Ken Manheimer.
7487 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7489         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7490         Add autoload cookie.
7492 2006-08-20  Richard Stallman  <rms@gnu.org>
7494         * simple.el (line-number-at-pos): Doc fix.
7496         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7497         timer-activate-when-idle, so timer can run before Emacs becomes
7498         non-idle again.
7500 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7502         * whitespace.el (whitespace-cleanup-internal): New optional arg
7503         REGION-ONLY.  If it's non-nil, modify the message to the user
7504         accordingly.
7505         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7506         a non-nil argument.
7508 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7510         * rect.el (spaces-string): Simplify and add doc string.
7512 2006-08-17  Romain Francoise  <romain@orebokech.com>
7514         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7516 2006-08-17  Richard Stallman  <rms@gnu.org>
7518         * compare-w.el (compare-windows): lambda's take an arg and pass
7519         it to compare-windows-skip-whitespace.
7521 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7523         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7524         the right buffer.
7526 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7529         removed files.
7531 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7533         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7534         (gdb-locals-watch-map-1): Suppress keymap first.
7535         (gdb-edit-locals-map-1): New variable.
7536         (gdb-edit-locals-value): New function.
7537         (gdb-stack-list-locals-handler): Use them.
7539 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7541         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7542         cursor would normally be drawn in the fringe.
7544         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7545         Reported by Martin Rudalics <rudalics@gmx.at>.
7547 2006-08-16  Richard Stallman  <rms@gnu.org>
7549         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7550         (special-event-map): Process drag-n-drop events this way.
7552         * simple.el (move-beginning-of-line): Test whether fields
7553         would prevent motion back to line's first visible character.
7554         If so, stop where the fields would stop the motion.
7556         * newcomment.el (comment-indent): Fully update INDENT
7557         before checking to see if it will change the text.
7559         * cus-edit.el (custom-newline): New function.
7560         (custom-mode-map): Bind newline to custom-newline.
7562         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7563         into ignore-whitespace.
7564         Check each buffer for its skip-function.
7565         Handle compare-windows-skip-whitespace special-case test
7566         by returning t from default skip function.
7568 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7570         * textmodes/org.el (org-clock-special-range)
7571         (org-clock-update-time-maybe): New functions.
7572         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7573         not only a-z.
7574         (org-agenda-get-blocks): Allow multiple blocks per headline.
7575         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7576         (org-export-html-title-format)
7577         (org-export-html-toplevel-hlevel): New options.
7578         (org-export-language-setup): Add support for Czech.
7579         (org-mode, org-insert-todo-heading, org-find-visible)
7580         (org-find-invisible, org-invisible-p, org-invisible-p2)
7581         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7582         (org-show-subtree, org-show-entry, org-make-options-regexp):
7583         Remove compatibility support for old outline-mode.
7584         (org-check-occur-regexp): Funtion removed.
7585         (org-on-heading-p, org-back-to-heading): Made defalias.
7586         (org-set-local): New defsubst.
7587         (org-set-regexps-and-options, org-mode)
7588         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7589         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7590         (org-remember-apply-template, org-table-edit-field)
7591         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7592         (org-set-autofill-regexps): Use `org-set-local'.
7593         (org-table-eval-formula): Fix bug with parsing of display flags.
7595 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7597         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7598         frame with fringe arrow.  Suggested by Simon Marshall
7599         <simon.marshall@misys.com>.
7600         (gdb-stack-position): New variable.
7601         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7602         (gdb-frames-mode): Set gdb-stack-position to nil.
7603         Add to overlay-arrow-variable-list
7604         (gdb-reset): Delete gdb-stack-position from above list.
7606 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7608         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7609         read only.
7611 2006-08-13  Romain Francoise  <romain@orebokech.com>
7613         * cus-theme.el (customize-create-theme)
7614         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7616         * filesets.el (filesets-add-buffer): Ditto.
7618         * pcvs.el (cvs-change-cvsroot): Ditto.
7620 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7622         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7623         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7624         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7625         expressions.
7626         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7627         Only search till end of line.
7628         Add face to function names in case of no filename.
7629         Add face to variable names of watchpoints.
7631 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7633         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7634         customization group.
7636 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7638         * allout.el (allout-prior-bindings, allout-added-bindings):
7639         Remove, after long deprecation.
7640         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7641         Add customization vars controlling allout-beginning-of-line and
7642         allout-end-of-line conveniences.
7643         (allout-header-prefix, allout-use-mode-specific-leader)
7644         (allout-use-mode-specific-leader, allout-mode-leaders):
7645         Revise docstrings.
7646         (allout-infer-header-lead): Change to be an alias for
7647         allout-infer-header-lead-and-primary-bullet.
7648         (allout-infer-header-lead-and-primary-bullet): New version of
7649         allout-infer-header-lead which assigns the primary bullet to the
7650         same as the header lead, when its being changed.
7651         (allout-infer-body-reindent): Apply regexp-quote instead of
7652         unconditionally prepending "\\", so that all literal
7653         allout-header-prefix and allout-primary-bullet strings are
7654         properly handled.
7655         (allout-add-resumptions): Add optional qualifier for extending or
7656         appending to existing values, rather than replacing them.
7657         (allout-view-change-hook): Clarify docstring.
7658         (allout-exposure-change-hook): Take explicit arguments, via
7659         run-hook-with-args.
7660         (allout-structure-added-hook)
7661         (allout-structure-deleted-hook)
7662         (allout-structure-shifted-hook): New hooks analogous to
7663         allout-exposure-change-hook for other kinds of structural outline
7664         edits.
7665         (allout-encryption-plaintext-sanitization-regexps): New encryption
7666         customization variable, by which cooperating modes can provde
7667         massage of the plaintext without actually being passed it.
7668         (allout-encryption-ciphertext-rejection-regexps)
7669         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7670         customization variables, by which cooperating modes can prohibit
7671         rare but possible ciphertext patterns from fouling their
7672         operation, with actually being passed the ciphertext.
7673         (allout-mode): Run activation and deactivation hooks after the
7674         minor-mode variable has been toggled, to clarify the mode
7675         disposition.  The new encryption ciphertext rejection variable is
7676         used to ensure that the ciphertext does not contain text that
7677         would be recognized as outline structural elements by allout.
7678         Substite allout-beginning-of-line and allout-end-of-line for
7679         conventionall beginning-of-line and end-of-line bindings.
7680         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7681         activation!
7682         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7683         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7684         (allout-chart-subtree): Implement new mode, charting only the
7685         visible items in the subtree, when new 'visible' parameter is non-nil.
7686         (allout-end-of-subtree): Properly handle the last item in the buffer.
7687         (allout-pre-command-business, allout-command-counter):
7688         Increment an advertised counter so that cooperating enhancements can
7689         track revisions of items.
7690         (allout-open-topic): Run allout-structure-added-hook with suitable
7691         arguments.
7692         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7693         arguments.
7694         (allout-shift-out): Fix doubling for negative args and ensure call
7695         of allout-structure-shifted-hook by solely using allout-shift-in.
7696         (allout-kill-line, allout-kill-topic):
7697         Run allout-structure-deleted-hook with suitable arguments.
7698         (allout-yank-processing): Run allout-structure-added-hook with
7699         proper arguments.
7700         (allout-yank): Enclose activity in allout-unprotected.
7701         (allout-flag-region): Run allout-exposure-change-hook with
7702         suitable arguments, instead of making the callee infer the arguments.
7703         (allout-encrypt-string):
7704         Support allout-encryption-plaintext-sanitization-regexps,
7705         allout-encryption-ciphertext-rejection-regexps, and
7706         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7707         en/de cryption mode in symmetric encryption failure message.
7708         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7709         copy of the passphrase, and don't zero it or we'll corrupt the
7710         stashed copy.
7711         (allout-create-encryption-passphrase-verifier)
7712         (allout-verify-passphrase): Respect the new signature for
7713         allout-encrypt-string.
7714         (allout-get-configvar-values): Convenience for getting a
7715         configuration variable value and handling its absence gracefully.
7717 2006-08-11  Romain Francoise  <romain@orebokech.com>
7719         * obsolete/zone-mode.el: Delete.
7721 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7725 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7727         * emacs-lisp/bindat.el (bindat-ip-to-string):
7728         Use `format-network-address' if possible.
7730 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7732         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7734 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7736         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7737         restore unread-command-events here.
7738         (edebug-display): Do it here, to detect sit-for interruptions.
7740 2006-08-10  Romain Francoise  <romain@orebokech.com>
7742         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7743         (dns-mode-soa-auto-increment-serial): New user option.
7744         (dns-mode-soa-maybe-increment-serial): New function.
7745         (dns-mode): Add the latter to `write-contents-functions'.
7747         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7748         Delete autoload cookies.
7750 2006-08-10  John Wiegley  <johnw@newartisans.com>
7752         * eshell/em-glob.el (eshell-glob-chars-list)
7753         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7755 2006-08-10  Richard Stallman  <rms@gnu.org>
7757         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7758         (facemenu-set-face): Doc fix.
7759         (facemenu-listed-faces): Doc fix.
7761 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7763         * avoid.el (mouse-avoidance-animating-pointer): New var.
7764         (mouse-avoidance-nudge-mouse): Use it.
7765         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7766         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7767         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7768         Don't activate if currently animating.  All callers changed.
7770 2006-08-09  John Wiegley  <johnw@newartisans.com>
7772         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7773         variable, which causes timeclock to report elapsed time worked,
7774         instead of just work remaining.
7776 2006-08-09  Kenichi Handa  <handa@m17n.org>
7778         * international/latexenc.el (latexenc-find-file-coding-system):
7779         Fix for the case that the 2nd element of arg-list is a cons.
7781 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
7783         * info.el (Info-fontify-node): Handle preceding `in' for note
7784         reference hiding rules.
7786 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7788         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7789         mistake a closing " for an opening one.
7791 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7793         * term/xterm.el (terminal-init-xterm): Add more key bindings.
7795 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7797         * complete.el (PC-do-completion): Filter out completions matching
7798         completion-ignored-extensions before checking whether there are
7799         multiple completions.
7800         Don't use `list' unnecessarily when building completion tables.
7802 2006-08-06  Richard Stallman  <rms@gnu.org>
7804         * help.el (describe-mode): Make minor mode list more concise.
7806 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
7808         * bindings.el: Give mode-line-format, mode-line-modes, and
7809         mode-line-position `standard-value' properties.
7811 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
7813         * buff-menu.el (list-buffers-noselect): For Info buffers, use
7814         "(file)node" instead of the file name.
7816 2006-08-05  Richard Stallman  <rms@gnu.org>
7818         * faces.el (escape-glyph): Doc fix.
7820 2006-08-04  Kenichi Handa  <handa@m17n.org>
7822         * international/mule-diag.el (describe-font): Improve docstring
7823         and error message.  Use frame-parameter (not frame-parameters).
7825 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7827         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7828         Correctly mark the end-of-docstring char.
7830 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
7832         * simple.el (line-move-to-column): Constrain move-to-column to
7833         current field.
7835 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7837         * font-lock.el (font-lock-beg, font-lock-end)
7838         (font-lock-extend-region-functions): New vars.
7839         (font-lock-extend-region-multiline)
7840         (font-lock-extend-region-wholelines): New functions.
7841         (font-lock-default-fontify-region): Use them.
7842         (font-lock-extend-jit-lock-region-after-change): Only round up
7843         if font-lock-default-fontify-region will do it as well.
7845         * font-lock.el (font-lock-extend-after-change-region-function):
7846         Rename from font-lock-extend-region-function.
7847         (font-lock-extend-region): Remove by inlining at call sites.
7848         (font-lock-after-change-function): Don't needlessly round up to a whole
7849         number of lines.
7850         (font-lock-extend-jit-lock-region-after-change): Be more careful about
7851         the boundary conditions and the interactions between the various ways
7852         to extend the region.
7854 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7856         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7857         modification status when forcing the second redisplay.
7859 2006-08-03  Kim F. Storm  <storm@cua.dk>
7861         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7863 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7865         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7866         doesn't look like a file name.
7868         * complete.el (PC-expand-many-files): Avoid signalling an error when
7869         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7871 2006-08-02  Andreas Schwab  <schwab@suse.de>
7873         * bindings.el (mode-line-format): Simplify reference to vc-mode.
7875 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7877         * bindings.el (map): Make mode-line-buffer-identification-keymap
7878         before defining propertized-buffer-identification.
7880 2006-08-01  Richard Stallman  <rms@gnu.org>
7882         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7884 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
7886         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7887         default value.
7888         (gdb-find-source-frame): New function.
7889         (menu): Add to menu bar.
7891 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7893         * font-core.el (font-lock-extend-region-function)
7894         (font-lock-extend-region): Move to font-lock.el.
7896         * font-lock.el (font-lock-extend-region-function)
7897         (font-lock-extend-region): Move from font-core.el.  Simplify.
7899         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7900         if needed.
7901         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7902         (jit-lock-after-change-extend-region-functions): New hook.
7903         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7905         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7906         (font-lock-turn-on-thing-lock): Use it.
7908         * longlines.el (longlines-show-region): Make it work on read-only
7909         buffers as well.
7911 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
7913         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7915 2006-07-31  Richard Stallman  <rms@gnu.org>
7917         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7918         (vhdl-speedbar-display-projects): Update old obsolete
7919         speedbar variable names.
7921 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
7923         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7924         (gdb-stopped): Use it.
7926         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7928 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
7930         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7931         for load-history elements.
7933 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
7935         * files.el (convert-standard-filename): For Cygwin, replace
7936         characters not allowed in Windows file names.
7937         (make-auto-save-file-name): Add Cygwin to the list of systems
7938         where the auto-save file name needs to be run through
7939         convert-standard-filename.
7941 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
7943         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7945 2006-07-28  Richard Stallman  <rms@gnu.org>
7947         * bindings.el (mode-line-frame-identification)
7948         (propertized-buffer-identification): Centralize the code
7949         to initialize the variable.
7951         * progmodes/grep.el (grep-default-command): Catch errors from
7952         wildcard-to-regexp.
7954 2006-07-29  Kim F. Storm  <storm@cua.dk>
7956         * progmodes/grep.el (grep-tag-default): New function.
7957         (grep-default-command, grep-read-regexp): Use it.
7958         (grep-read-files): Use car of grep-files-history or grep-files-aliases
7959         as default if nothing else applies.
7961 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
7963         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7964         Throw error if buffer is not in Dired and Wdired mode, respectively.
7966 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
7968         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7969         self-insert-command keys don't activate buttons.
7970         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7972 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
7974         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7975         faces for enable character.
7977 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7979         * Makefile.in (recompile): Update comment to reflect change
7980         on 2004-04-21.
7982 2006-07-27  Richard Stallman  <rms@gnu.org>
7984         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7985         (customize-package-emacs-version): Change msg when pkg has no entry.
7986         (custom-no-edit): On a button, do like widget-button-press.
7988 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7990         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7991         S-tab and C-S-tab.
7993 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
7995         * progmodes/which-func.el (which-function): Fix documentation/
7996         comment typo.
7998 2006-07-26  Richard Stallman  <rms@gnu.org>
8000         * textmodes/ispell.el (ispell-word): If we replace the word,
8001         move point to the end.  Insert before deleting.
8003 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8005         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8006         a timer.
8008 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
8010         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
8011         when at first image.
8012         (tumme-forward-image): Add prefix argument.  Add error when at last
8013         image.
8015 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * tabify.el (tabify-regexp): Use more specific regexps.
8018         (tabify): Avoid modifying the buffer unnecessarily.
8020 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
8022         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8023         (tumme-format-properties-string): Handle empty `buf'.
8024         (tumme-get-comment): Change variable names inside `let'.
8025         Add missing `let' variable that cause font-lock problems.
8026         (tumme-write-comments): Change variable names inside `let'.
8027         Add missing `let' variable that cause font-lock problems.
8028         (tumme-forward-image): Rename from `tumme-forward-char'.
8029         (tumme-backward-image): Rename from `tumme-backward-char'.
8031 2006-07-25  Masatake YAMATO  <jet@gyve.org>
8033         * progmodes/ld-script.el (ld-script-keywords)
8034         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8035         and add comments.
8037 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
8039         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8040         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8041         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8042         for status indicator.
8044 2006-07-24  Richard Stallman  <rms@gnu.org>
8046         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8048         * subr.el (dolist, dotimes): Use interned symbols for locals.
8049         (--dotimes-limit--, --dolist-tail--): New defvars.
8050         (looking-back): Doc fix.
8052         * replace.el (replace-match-string-symbols): Handle dotted lists.
8054 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8056         * tumme.el (tumme-write-tags): Add.
8057         (tumme-write-comments): Add.
8058         (tumme-tag-files): Change to use `tumme-write-tags'.
8059         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8060         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8061         (tumme-save-information-from-widgets): Change to use
8062         `tumme-write-comments' and `tumme-write-tags'.
8063         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8064         (tumme-write-tag): Remove.
8065         (tumme-write-comment): Remove.
8066         (tumme-display-previous-thumbnail-original): Remove empty line.
8067         (tumme-widget-list): Add punctuation.
8069 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8071         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8073 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8075         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8076         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
8077         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8079 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8081         * mouse.el (mouse-on-link-p): Doc fix.
8083 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
8085         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8086         Handle "C-h f `".
8088 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8090         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8091         column.
8093 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
8095         * textmodes/table.el: Add move-beginning-of-line and
8096         move-end-of-line to Point Motion Only Group.
8098 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8100         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8102 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8104         * startup.el (user-mail-address): Initialize from the `EMAIL'
8105         environment variable first.  Document this.
8106         (command-line): Ditto.
8108 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
8110         * help-mode.el (help-function-def, help-variable-def)
8111         (help-face-def): Print a message in the minibuffer.
8113 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8115         * term/xterm.el (terminal-init-xterm): Fix key bindings
8116         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
8118 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8120         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8121         where `(nth 1 command)' is a cons cell.  Doc fix.
8123         * textmodes/po.el (po-find-charset): Doc fix.
8125 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
8127         * allout.el (allout-unprotected, allout-e-o-prefix-p)
8128         (allout-beginning-of-current-line, allout-end-of-current-line)
8129         (allout-next-visible-heading, allout-open-topic)
8130         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8131         (allout-flag-current-subtree, allout-show-to-offshoot)
8132         (allout-hide-current-entry, allout-show-current-branches)
8133         (allout-hide-region-body, allout-old-expose-topic)
8134         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8135         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8136         containing `beginning-of-line' and `end-of-line' with
8137         `inhibit-field-text-motion' t.
8139 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8141         * frame.el (focus-follows-mouse): Document that it doesn't have
8142         any effect on MS-Windows.
8144 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8146         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8148 2006-07-20  Jay Belanger  <belanger@truman.edu>
8150         * calc.el (calc-previous-alg-entry): Remove variable.
8152         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8153         New variables.
8154         (calc-alg-entry): Use `calc-alg-entry-history'.
8155         (calc-do-quick-calc): Use `calc-quick-calc-history'.
8156         Remove reference to `calc-previous-alg-entry'.
8157         (calcAlg-edit, calcAlg-enter): Remove reference to
8158         `calc-previous-alg-entry'.
8159         (calcAlg-previous): Use `previous-history-element' instead of
8160         `calc-previous-alg-entry'.
8161         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8162         Change keybinding for `calcAlg-plus-minus', add keybindings for
8163         `previous-history-element' and `next-history-element'.
8165         * calc-rewr.el (calc-match): Remove reference to
8166         `calc-previous-alg-entry'.
8168         * calc-sel.el (calc-selection-history): New variable.
8169         (calc-enter-selection, calc-sel-mult-both-sides)
8170         (calc-sel-add-both-sides): Use `calc-selection-history'.
8172         * calc-map.el (calc-get-operator-history): New variable.
8173         (calc-get-operator): Use `calc-get-operator-history'.
8175         * calcalg3.el (calc-curve-fit-history): New variable.
8176         (calc-curve-fit): Use `calc-curve-fit-history'.
8178 2006-07-20  Kenichi Handa  <handa@m17n.org>
8180         * international/mule-cmds.el (select-safe-coding-system): Fix the
8181         way of deciding eol-type of the coding system.
8183 2006-07-20  Alan Mackenzie  <acm@muc.de>
8185         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8186         (c-lang-setvar): New macro.
8187         (c-make-init-lang-vars-fun): Use the initialization forms in
8188         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8189         (comment-start, comment-end, comment-start-skip): Change these from
8190         c-lang-defvar's to c-lang-setvar's.
8192         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8193         which calls make-local-variable on the elements of
8194         c-emacs-variable-inits.
8195         (c-init-language-vars-for): Call this new macro.
8197 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8199         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8200         Try to rule out false positives due to time stamps.
8201         (compilation-mode-font-lock-keywords): Remove rules made redundant
8202         because of the above change.  Add `segmentation fault' to the known and
8203         highlighted compilation termination messages.
8205 2006-07-19  Kim F. Storm  <storm@cua.dk>
8207         * progmodes/grep.el (grep-find-ignored-directories):
8208         Add .svn and _darcs to list.
8210 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
8212         * dired.el (dired-mode-map): Add key binding `C-te' for
8213         `tumme-dired-edit-comment-and-tags'.
8215         * tumme.el (tumme-display-thumbnail-original-image): Make sure
8216         image display buffer is displayed before call to
8217         `tumme-display-image.
8218         (tumme-dired-display-image): Make sure image display buffer is
8219         displayed before call to `tumme-display-image.
8220         (tumme-mouse-display-image): Make sure image display buffer is
8221         displayed before call to `tumme-display-image.
8222         (tumme-widget-list): Add.
8223         (tumme-dired-edit-comment-and-tags): Add.
8224         (tumme-save-information-from-widgets): Add.
8226 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8228         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8230 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8232         * progmodes/sh-script.el (sh-font-lock-keywords-1):
8233         Revert inadvertently installed patch hunk.
8235         * progmodes/compile.el (compilation-find-file): Handle the
8236         cases where the user selects a non-existent file.
8238 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8242 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8244         * subr.el (sit-for): Just sleep-for if noninteractive.
8246 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8248         * emacs-lisp/autoload.el (make-autoload): Use new arg.
8250         * custom.el (custom-autoload): Add `noset' argument.
8251         (custom-push-theme): Don't autoload the variable, let callers do it.
8252         (custom-theme-set-variables): Autoload the variable if necessary.
8254         * cus-edit.el (custom-variable-state-set): If the variable was
8255         originally set outside custom, but to the same value as the default,
8256         consider it to be standard.
8258         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8259         file *before* telling Emacs to add the autoloads, in case it fails.
8261         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8262         Use `cond', push', and `dolist'.
8264 2006-07-17  Richard Stallman  <rms@gnu.org>
8266         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8267         Add defvars to silence warnings.
8269 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8271         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8272         Don't highlight "Compiling file" messages as error.
8274         * dired-aux.el (dired-compress-file): Confirm again if gzipped
8275         file already exists.
8277 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
8279         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
8280         entry, don't assign to free var; simply return the extracted filename.
8281         (ff-treat-as-special): Incorporate common preamble from callers.
8282         (ff-other-file-name, ff-find-the-other-file):
8283         Update call to ff-treat-as-special.
8285         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8287 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
8289         * tumme.el (tumme-get-comment): Fix bug.
8291 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8293         * files.el: Remove spurious * in docstrings.
8295 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8297         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8298         grammar.
8299         (allout-beginning-of-current-line): Beware beginning of buffer.
8300         Also, a comment is simplified.
8301         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8302         when appropriate.  (This fix enables use for other than
8303         bullet-hotspot operation.)
8304         (allout-hide-current-subtree): While escalating to sibling-close,
8305         make sure to situate on a topic.
8307 2006-07-14  Kim F. Storm  <storm@cua.dk>
8309         * emulation/cua-base.el (cua-delete-selection)
8310         (cua-toggle-set-mark): New defcustoms.
8311         (cua-rectangle-modifier-key): Add `alt' modifier.
8312         (cua-replace-region): Don't delete if cua-delete-selection is nil.
8313         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8314         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8316         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8318 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8320         * allout.el: Require 'cl during byte-compilation/interactive load,
8321         for the `assert' macro.
8322         (allout-mode-deactivate-hook): New hook, run when allout mode
8323         deactivates.
8324         (allout-developer): New allout customization subgroup.
8325         (allout-run-unit-tests-on-load): New allout-developer
8326         customization variable, when true allout unit tests are run towards
8327         end of file load/eval.
8328         (allout-inhibit-auto-fill): Disable auto-fill activity even during
8329         auto-fill-mode.
8330         (allout-resumptions): Remove, to be replaced by...
8331         (allout-add-resumptions): Register variable settings to be
8332         reinstated by `allout-do-resumptions'.  The settings are made
8333         buffer-local, but the locality/globality of the suspended setting
8334         is restored on resumption.
8335         (allout-do-resumptions): Reinstate all settings suspended using
8336         `allout-add-resumptions'.
8337         (allout-test-resumptions): Unit tests (and intermediate variables)
8338         for resumptions.
8339         (allout-tests-globally-unbound, allout-tests-globally-true)
8340         (allout-tests-locally-true): Intermediate variables for
8341         resumptions unit tests.
8342         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8343         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8344         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8345         instead of retired `allout-resumptions'.  For hook functions, use
8346         `local' parameter so hook settings are created and removed as
8347         buffer-local settings.  Revise (resumptions) setting
8348         auto-fill-function so it is set only if already active.  (The
8349         related fill-function settings are all made in either case, so
8350         that activating auto-fill-mode activity will have the custom
8351         allout-mode behaviors (hanging indent on topics, if configured for it).
8352         Remove all allout-exposure-category overlays on mode deactivation.
8353         (allout-hotspot-key-handler): New function extracted from
8354         `allout-pre-command-business', so the functionality can be used
8355         for other purposes, eg as a binding in an overlay.
8356         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8357         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8358         customization variable.
8359         (allout-run-unit-tests): Run the (currently quite small)
8360         repertoire of unit tests.  Called just before the provide iff user
8361         has customized `allout-run-unit-tests-on-load' non-nil.
8363 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8365         * emacs-lisp/authors.el (authors-aliases): Update.
8367 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8369         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8370         gdb-source-window.  Add dedicated argument.
8371         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8372         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8373         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8374         (gdb-display-locals-buffer): Use it.
8376         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8377         Set gdb-source-window.
8379 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8381         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8382         minor modes, redundant with the custom-autoload line above.
8384 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8386         * longlines.el (longlines-post-command-function): Handle open-line too.
8388 2006-07-12  Richard Stallman  <rms@gnu.org>
8390         * progmodes/grep.el (grep-last-buffer): Doc fix.
8392         * info.el (Info-try-follow-nearest-node): Doc fix.
8394         * emacs-lisp/edebug.el (edebug-instrument-function):
8395         Err if find-function-noselect gives no position.
8397         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8398         If can't find definition, return nil for position.
8399         (find-function-do-it): Handle new return value
8400         of find-definition-noselect.
8401         (find-definition-noselect, find-variable-noselect): Doc fix.
8402         (find-function-noselect): Doc fix.
8404         * help-mode.el (help-variable-def): Handle find-variable-noselect
8405         returning no position.
8406         (help-function-def): Likewise for find-function-search-for-symbol.
8407         (help-face-def): Likewise.
8409         * help-fns.el (describe-variable): Handle find-variable-noselect
8410         returning no position.
8412         * files.el (locate-file-completion): Avoid duplicates in result.
8414         * cus-edit.el (custom-no-edit): New command.
8415         (custom-mode-map): Remap to custom-no-edit instead of
8416         using suppress-keymap.
8418 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8420         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8421         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8422         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8424         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8426 2006-07-11  Kim F. Storm  <storm@cua.dk>
8428         * ido.el (ido-copy-current-file-name): Use buffer-name if
8429         buffer-file-name is nil.
8431 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8433         * simple.el (undo-ask-before-discard): Set to nil.
8435         * vc.el (vc-exec-after): Don't delete process manually.
8436         (vc-print-log): Run log-view-mode in process sentinel inside
8437         inhibit-read-only.  Don't shrink window due to timing issues.
8439         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8440         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8442 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8445         Fix ambiguity introduced by last change.
8446         (compilation-find-file): Move save-excursion to where it may
8447         make sense.  Fix a left over `find-file'.
8449 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8451         * textmodes/texinfmt.el (texinfo-format-separate-node):
8452         Insert a string before point, which fits documentation, not after.
8453         (texinfo-multitable-item): In a multitable row, insert any
8454         additional needed @tabs and spaces.
8456 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8458         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8459         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8460         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8461         instead of shell-command.
8462         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8463         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8464         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8465         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8466         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8467         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8469 2006-07-11  Kim F. Storm  <storm@cua.dk>
8471         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8472         Remove special case for seconds < 0.  Use (redisplay t) instead.
8474 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8476         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8477         avoid compilation error.
8479         * subr.el (sit-for): New function.
8481         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8483 2006-07-10  Richard Stallman  <rms@gnu.org>
8485         * ldefs-boot.el (edebug): Update page.
8487 2006-07-10  Kim F. Storm  <storm@cua.dk>
8489         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8490         to FOR-RELEASE and TODO.
8492 2006-07-10  Romain Francoise  <romain@orebokech.com>
8494         * emacs-lisp/authors.el (authors-aliases): Update.
8496 2006-07-10  Alan Mackenzie  <acm@muc.de>
8498         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8499         * cc-mode.el: Changes to eradicate eval-after-load.
8501 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8503         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8504         on non-char events.
8506 2006-07-09  Romain Francoise  <romain@orebokech.com>
8508         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8509         Don't highlight start/end markers as compilation messages.
8511         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8512         to t.
8514 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8516         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8518 2006-07-08  Richard Stallman  <rms@gnu.org>
8520         * term/x-win.el (x-handle-display): Add doc string.
8522         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8524         * subr.el (def-edebug-spec): Move here.
8525         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8527         * imenu.el (imenu-choose-buffer-index): Doc fix.
8529 2006-07-08  Romain Francoise  <romain@orebokech.com>
8531         * term/x-win.el (x-display-name): Fix typo.
8533 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8535         * hexl.el (hexl-find-file): Doc fix.
8537         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8539 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8541         * term/x-win.el (x-display-name): Doc fix.
8543 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8545         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8546         long prefixes.
8547         (fill-region-as-paragraph): Don't round up to a whole line.
8548         (fill-comment-paragraph): Don't include the code-before-the-comment
8549         when calling fill-region-as-paragraph.
8551         * international/mule.el (make-char): Remove redundancy.
8553         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8554         property may contain an anonymous function rather than a symbol.
8556         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8558         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8559         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8561         * dirtrack.el (dirtrack-default-directory-function): Remove.
8562         (dirtrack-directory-function): Use file-name-as-directory.
8563         (dirtrack-windows-directory-function): Simplify.
8564         (dirtrack-forward-slash, dirtrack-backward-slash)
8565         (dirtrack-replace-slash): Remove.
8566         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8567         (dirtrack): Fix wrong parenthesizing; use match-string.
8569         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8570         (inferior-octave-mode): Only change the buffer-local value of
8571         comint-dynamic-complete-functions.
8572         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8573         Move the initialization to the declaration.
8574         (inferior-octave-complete): Remove unused var `filter'.
8576         * shell.el (shell-mode): Only change the buffer-local value of
8577         comint-dynamic-complete-functions.
8579 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8581         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8582         entry is skipped because it has been scheduled.
8583         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8584         changing `:org-archived' and `:org-comment' properties.
8586 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8588         * server.el (server-select-display): Don't make the temp frame
8589         minibuffer-only, in case it's not a temp frame.
8590         (server-process-filter): Don't delete the temp frame if it's the
8591         only one we have on that display.
8593         * files.el (find-alternate-file): Doc fix.
8595 2006-07-05  Richard Stallman  <rms@gnu.org>
8597         * files.el (abbreviate-file-name): Add save-match-data.
8599 2006-07-03  Richard Stallman  <rms@gnu.org>
8601         * faces.el (read-face-name): Doc fix.
8603 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8605         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8607 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8609         * vc.el (vc-diff-internal): Fix prev change.
8611 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8613         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8614         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8616 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8618         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8619         fails if the symbol contains chars like ( or '.
8620         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8621         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8622         `short'.
8624 2006-07-04  Kenichi Handa  <handa@m17n.org>
8626         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8627         the current one, don't call set-language-environment, but call one
8628         of set-language-environment-XXX to make INFO effective now.
8629         (set-language-environment): Call set-language-environment-XXX
8630         functions instead of doing the various setups directly.
8631         (set-language-environment-coding-systems): Delete argument eol-type.
8632         (set-language-environment-input-method)
8633         (set-language-environment-nonascii-translation)
8634         (set-language-environment-charset)
8635         (set-language-environment-fontset)
8636         (set-language-environment-unibyte): New functions.
8638 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8640         * locate.el (locate-update-when-revert): New option.
8641         (locate-update-path): New option (suggested by Michael Albinus).
8642         (locate-prompt-for-command): Whitespace change.
8643         (locate-update): No longer offer to update the locate database by
8644         default.  Implement the two new options.
8646 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8648         * tooltip.el: Move comment about track-mouse...
8650         * progmodes/gud.el: ...to here.
8652 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8654         * facemenu.el (facemenu-listed-faces): New var.
8655         (facemenu-unlisted-faces): Variable deleted.
8656         (facemenu-add-new-face): Use facemenu-listed-faces.
8658         * emulation/viper-init.el, calendar/calendar.el:
8659         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8661 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8663         * textmodes/org.el (org-mode): Remove no invalid settings for
8664         calc embedded mode.
8665         (org-mode-p): New defsubst.
8666         (org-save-all-org-buffers): New function.
8667         (org-first-headline-recenter): Enclose outline-regexp in group
8668         delimiters.
8669         (org-set-tags): Keep single space after stars.
8671 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8673         * window.el (set-window-text-height): Only set window-min-height to
8674         1 if that's the requested size.
8676         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8677         (diff-unified->context, diff-context->unified)
8678         (diff-reverse-direction): Make sure the end marker stays at the end.
8679         (diff-mode): Add the keymap table at the end of docstring.
8680         Use lexical-let rather than constructing a closure manually.
8682         * files.el (find-file-noselect-1): Remove unused var assignment.
8683         (hack-local-variables-confirm): Print lists of strings as lists of
8684         strings rather than lists of symbols.
8685         (abbreviate-file-name, hack-local-variables-prop-line):
8686         Use match-string.
8687         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8688         (recover-session-finish): Use line-end-position.
8690 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8692         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8694 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8696         * progmodes/make-mode.el (makefile-macroassign-regex):
8697         Accept preceding keyword.
8698         (makefile-gmake-statements): Reorganize, now that makepp has
8699         "override" and also handle forgotten "override define".
8700         (makefile-makepp-statements): Add new "global", "override export"
8701         and "override global".
8703 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8705         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8706         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8707         (ada-no-auto-case): Fix typos in docstrings.
8709 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8711         * info.el (Info-find-node-2): Search for makeinfo version more
8712         carefully.
8714 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8716         * textmodes/org.el (org-prepare-agenda-buffers):
8717         Use `invisible-OK' argument for `org-end-of-subtree'.
8718         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8719         (org-beginning-of-item): Fix bug in regular expression for white line.
8720         (org-export-as-html): Enforce space after bullet in plain list items.
8721         (org-set-autofill-regexps): Require space after plain list bullet
8722         for paragraph-start.
8723         (org-ts-regexp3): New constant.
8724         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8725         (org-timestamp-up-day, org-timestamp-down-day)
8726         (org-timestamp-change): Work with inactive timestamps.
8727         (org-ts-regexp1): Don't allow brackets in time stamps.
8729 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8731         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8732         for ignoring links.
8734         * faces.el (read-face-name): Use it.
8736 2006-06-28  Juri Linkov  <juri@jurta.org>
8738         * buff-menu.el (list-buffers-noselect): Compare Info file
8739         with the string "dir" to detect Info directory.
8741         * complete.el (partial-completion-mode): In lambda for
8742         `choose-completion-string-functions' use full function signature
8743         with 4 args, and move point to the end of the minibuffer only if arg
8744         `mini-p' is non-nil.
8746 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8748         * ibuffer.el (ibuffer-mode): Doc fix.
8750 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8752         * textmodes/org.el (org-context): New contexts :item-bullet,
8753         :latex-fragment, :latex-preview.
8754         (org-overlays-at, org-overlay-start, org-overlay-end):
8755         New compatibility functions.
8756         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8757         exact regexp that will be used during export.
8758         (org-latex-regexps): New variable.
8759         (org-cdlatex-mode): Improve advice for `texmathp'.
8760         (turn-on-org-cdlatex): New function.
8762 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8764         * term/mac-win.el (mac-handle-font-selection): Change keys of
8765         mac-atsu-font-table from strings to numbers.
8766         (mac-ts-caret-position): Use also when cursor-type is nil.
8767         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8768         Relax condition for using overlay strings.
8769         Use mac-ts-caret-position face when cursor-type is nil.
8771 2006-06-26  Kim F. Storm  <storm@cua.dk>
8773         * help.el (view-emacs-news): Declare `res' in the right let* form.
8775 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8777         * net/rcompile.el (remote-compile): Replace ange-ftp based
8778         implementation by Tramp functions.
8779         Suggested by Marc Abramowitz <msabramo@gmail.com>.
8781         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8783 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
8785         * international/fontset.el (setup-default-fontset): Fix a typo in
8786         the "Oriya-Akruti" registry name.
8788 2006-06-23  Lars Hansen  <larsh@soem.dk>
8790         * desktop.el (desktop-full-file-name): New function.
8791         (desktop-kill, desktop-save, desktop-remove, desktop-read)
8792         (desktop-revert): Use it.
8793         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8794         (desktop-after-read-hook): Add option list-buffers.
8795         (desktop-locals-to-save): Add tab-width.
8796         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8797         Fix docstring.
8799 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
8801         * textmodes/org.el (org-cdlatex-mode-map)
8802         (org-cdlatex-texmathp-advice-is-done): New variables.
8803         (org-cdlatex-mode): New minor mode.
8804         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8805         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8806         (org-export-with-archived-trees): New option.
8807         (org-open-file): Remove the call to `convert-standard-filename'.
8808         (org-archive-tag, org-agenda-skip-archived-trees)
8809         (org-cycle-open-archived-trees)
8810         (org-sparse-tree-open-archived-trees): New options.
8811         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8812         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8813         New functions.
8814         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8815         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8816         (org-mode-map): Add binding for `org-toggle-archive-tag'.
8817         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8818         Call `org-prepare-agenda-buffers'.
8819         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8820         (org-file-apps, org-file-apps-defaults-gnu)
8821         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8822         Handle remote files by forcing them to be opened in Emacs.
8824 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
8826         * vc.el (vc-diff-knows-L): New variable.
8827         (vc-diff-internal): Use it to handle "diff" programs that don't
8828         understand -L.  This works automatically, no user action is necessary.
8830 2006-06-23  Daniel Brockman  <daniel@brockman.se>
8832         * net/rcirc.el (rcirc-default-user-full-name): Default to
8833         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8834         longer exists).
8835         (rcirc-process-list): Check `buffer-live-p' before attempting to
8836         switch to a buffer.
8838 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
8840         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8841         based on rcirc-coding-system-alist.
8843 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
8845         * cus-edit.el (customize-apropos): A better error message.
8846         (top level) <debug-ignored-errors>: Extend and update the list of
8847         ignored error messages.
8849 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
8851         * complete.el (PC-do-completion): Retain capitalization of user
8852         input, when possible, even if completion-ignore-case is set.
8854 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
8856         * generic-x.el (bat-generic-mode): Support .cmd files.
8858         * dos-w32.el (top level): Use find-file-not-found-functions
8859         instead of the obsolete find-file-not-found-hooks.
8861 2006-06-22  Kim F. Storm  <storm@cua.dk>
8863         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8864         to recognize mode name containing submodes, such as Grep/lw.
8866 2006-06-21  Kim F. Storm  <storm@cua.dk>
8868         * simple.el (line-move-1): Check for move-end-of-line instead of
8869         end-of-line when setting temporary-goal-column.
8871 2006-06-21  Miles Bader  <miles@gnu.org>
8873         * play/cookie1.el (cookie): Work properly when there's only one entry.
8875 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
8877         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8878         (gdb-frame-handler): Generalize frame regexp for templates.
8880 2006-06-20  Glenn Morris  <rgm@gnu.org>
8882         * calendar/appt.el (appt-display-format): Default value must be
8883         one of the customize options.
8885 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
8887         * term/xterm.el (terminal-init-xterm): Update key availability info.
8888         Bind C-return.
8890         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8892 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
8894         * files.el (hack-local-variables): Run `hack-local-variables-hook'
8895         whether or not a local variables list is defined.
8897         * msb.el (msb): Move `sit-for' hack here to handle both
8898         "mouse-down and drag" and "mouse-up and select" situations.
8899         (mouse-select-buffer): Move `sit-for' hack to `msb'.
8901 2006-06-20  Kenichi Handa  <handa@m17n.org>
8903         * international/characters.el (word-combining-categories):
8904         Add entries for 2-byte Han characters.
8906 2006-06-19  Richard Stallman  <rms@gnu.org>
8908         * bindings.el (mode-line-format): Save some mode line space.
8910         * files.el (find-file-noselect): Improve the question wording.
8911         (basic-save-buffer-2): Mask UMASK against 666.
8913         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8914         (mouse-drag-vertical-line): Call it.
8916         * cus-edit.el (customize-option, customize-option-other-window):
8917         Error if SYMBOL is nil.
8919 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
8921         * textmodes/org.el: Require noutline, also on XEmacs.
8922         (org-end-of-subtree): Return point.
8923         (org-dblock-start-re, org-dblock-end-re): New constants.
8924         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8925         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8926         (org-update-all-dblocks, org-find-dblock): New functions.
8927         (org-collect-clock-time-entries): New function.
8928         (org-html-handle-time-stamps): Never export CLOCK timeranges.
8929         (org-fixup-indentation): Modify to deal correctly with lines
8930         starting with TAB.  Only one argument DIFF now.
8931         (org-demote, org-promote): Call `org-fixup-indentation' with just
8932         one argument, DIFF.
8933         (org-mode): Don't mark buffer as modified when aligning tables.
8934         (org-clock-sum): Don't mark buffer modified when adding time sum
8935         properties.
8936         (org-export-as-html): Add support for a link validation function.
8937         (org-archive-all-done): New function.
8938         (org-archive-subtree): New prefix argument.  When set, archive all
8939         done subtrees in this buffer.
8940         (org-remove-clock-overlays)
8941         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8942         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8943         (org-put-clock-overlay): Don't swallow last headline character
8944         when displaying overlay.
8945         (org-store-link): Link to `image-mode' with just the file name.
8947 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
8949         * viper-cmd.el (viper-special-read-and-insert-char):
8950         Use read-key-sequence.
8951         (viper-after-change-undo-hook): Misc enhancements.
8952         (viper-after-change-undo-hook): New hook.
8953         (viper-undo): Use viper-after-change-undo-hook.
8954         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8955         (viper-next-line-at-bol): If point is on a widget or a button, simulate
8956         clicking on that widget/button.
8958         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8960         * ediff-diff (ediff-test-patch-utility): Catch errors.
8961         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8962         (ediff-set-actual-diff-options): New function.
8963         (ediff-reset-diff-options, ediff-toggle-ignore-case):
8964         Use ediff-set-actual-diff-options.
8965         (ediff-extract-diffs): Catch errors.
8966         (ediff-whitespace): Add non-breakable space.
8967         (ediff-same-file-contents): Catch errors.
8969         * ediff-mult.el (ediff-collect-custom-diffs):
8970         Save coding-system-for-read.
8972         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8973         (ediff-vc-internal, ediff-vc-merge-internal):
8974         Use ediff-delete-version-file.
8975         (ediff-delete-version-file): New function.
8977         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8979         * ediff.el (ediff-directories, ediff-directory-revisions)
8980         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8981         (ediff-directories-internal, ediff-merge-directory-revisions)
8982         (ediff-merge-directory-revisions-with-ancestor)
8983         (ediff-directories3): Use read-directory-name.
8985 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
8987         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8988         Remove superfluous part of regexp for brace matching which is handled
8989         by `scan-lists' call.
8991 2006-06-16  Richard Stallman  <rms@gnu.org>
8993         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8995         * files.el (basic-save-buffer-2): For a new precious file,
8996         use the default modes in the return value.
8998         * facemenu.el (facemenu-color-alist): Doc fix.
9000         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9002 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9004         * cus-start.el (all): Add mac-ts-script-language-on-focus.
9006         * term/mac-win.el (mac-text-encoding-ascii): New constant.
9007         (mac-utxt-to-string): Use it.
9008         (mac-ts-update-active-input-area): Use mac-ae-number.
9010 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9012         * term.el (term-handle-scroll, term-delete-lines)
9013         (term-insert-lines): Fix off by one errors.
9015 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9017         * net/tramp.el (tramp-touch): Use UTC to express time.
9019 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
9021         * mail/sendmail.el (mail-send): Search explicitly for
9022         mail-header-separator when checking for corrupted header lines.
9024 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
9026         * progmodes/gdb-ui.el (gdb-same-frame): New option.
9027         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9028         (gdb-init-1): Initialise them.
9029         (gdb-starting): Reset gdb-printing
9030         (gdb-starting): Save value of gud-overlay-arrow-position.
9031         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9032         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9033         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9034         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9036 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9038         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9040 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
9042         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9043         (ldap-search-internal): Keep error messages, and a regexp fix.
9045 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
9047         * files.el (hack-local-variables-confirm):
9048         Display string value using its printed representation.
9050 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
9052         * server.el (server-edit): No-op if no server buffers exist.
9054 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
9056         * textmodes/page-ext.el (pages-directory-for-addresses):
9057         Including `pages-directory-address-mode' in the function results
9058         in the message "Buffer in which pages were found is deleted".
9060 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
9062         * textmodes/org.el (org-agenda-mode-map): Add bindings for
9063         clocking functions.
9065         (org-agenda-clock-in, org-check-running-clock)
9066         (org-clock-out-if-current, org-remove-clock-overlays)
9067         (org-put-clock-overlay): New functions.
9068         (org-clock-marker, org-clock-file-total-minutes)
9069         (org-clock-overlays): New variables.
9070         (org-clock-display, org-clock-sum, org-clock-cancel)
9071         (org-clock-out, org-clock-in): New commands.
9072         (org-export): New function.
9073         (org-emph-re): New constant.
9074         (org-set-emph-re, org-do-emphasis-faces): New functions.
9075         (org-emphasis-regexp-components, org-emphasis-alist): New options.
9076         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9077         (org-export-html-convert-emphasize): Use the configurable emphasis.
9078         (org-cleaned-string-for-export): Make multiline emphasis visible
9079         to the exporter.  New optional argument PARAMETERS.
9080         (org-export-as-html): Specify :emph-multiline parameter to
9081         `org-cleaned-string-for-export'.
9083 2006-06-10  Richard Stallman  <rms@gnu.org>
9085         * help.el (help-for-help-internal): Clean up help text.
9087 2006-06-10  Andreas Schwab  <schwab@suse.de>
9089         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9090         in doc string.
9092         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9094 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
9096         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9097         spaces after the comment start.
9099 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9101         * play/pong.el (pong-init-buffer):
9102         Fill buffer with spaces instead of ^A.
9104         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9105         launched asynchronously, delete its process instead of being cool.
9106         (ispell-async-processp): Check for `delete-process' existence
9107         instead of `kill-process' one for consistency.
9109 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
9111         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9112         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9113         in mode line at startup.
9115 2006-06-08  Kim F. Storm  <storm@cua.dk>
9117         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9118         (ido-init-completion-maps): Bind them to M-SPC and M-v.
9119         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
9120         (ido-file-internal): Pass full file name to write-file.
9121         (ido-read-internal): Only pop stack elements automatically if they
9122         actually match an existing directory or file name.
9124 2006-06-07  Kenichi Handa  <handa@m17n.org>
9126         * international/mule.el (find-auto-coding): Don't handle the short
9127         name `char-trans'.
9129         * files.el (hack-local-variables-prop-line)
9130         (hack-local-variables): Cancel the previous change.
9132 2006-06-06  Jesper Harder  <harder@phys.au.dk>
9134         * ediff-diff.el (ediff-test-utility): Protect against file-error.
9136 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
9138         * diff-mode.el (diff-mode): Set buffer-read-only to t when
9139         diff-default-read-only is non-nil.
9140         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9141         (diff-refine-hunk): Set inhibit-read-only to t.
9143         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9144         modifying the *Diff* buffer.
9145         (diff-process-filter): New filter function for diff process that
9146         sets inhibit-read-only to t when modifying the *Diff* buffer.
9148 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
9150         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9151         insertion point and control the number of empty lines.
9152         (org-paste-subtree): Limit the number of empty lines at the end of
9153         the inserted tree.
9154         (org-agenda): Use buffer name of current file for narrowing.
9155         (org-export-as-xml): Command removed.
9156         (org-export-xml-type): Option removed.
9157         (org-mode-map): Call `org-export-as-xoxo' directly.
9158         (org-get-indentation): New optional argument LINE.
9159         (org-fix-indentation, org-remove-tabs): New functions.
9160         (org-export-as-ascii, org-ascii-level-start): Determine and apply
9161         correct indentation for headlines that are converted it items.
9162         (org-skip-comments): Remove table lines that contain narrowing
9163         cookies but no other non-empty fields.
9164         (org-set-tags): Allow groups of mutually exclusive tags.
9165         (org-cmp-time): Sort 24:21 before items without time.
9166         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9167         (org-open-at-point): Require double colon also for numbers.
9169 2006-06-06  Kim F. Storm  <storm@cua.dk>
9171         * ido.el (ido-default-file-method, ido-default-buffer-method):
9172         Make choice values consistent with corresponding command names.
9173         (ido-visit-buffer): Update accordingly.  Default to selected-window.
9175 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
9177         * progmodes/gud.el (gud-running): Fix doc string.
9178         (gud-menu-map): Use :visible instead fo :enable for debugger test.
9179         (gud-tooltip-modes): Add python-mode.
9180         (gud-tooltip-print-command): Add pdb.  Remove perldb.
9182 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
9184         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9185         Quote $(EMACS).
9187 2006-06-05  Richard Stallman  <rms@gnu.org>
9189         * faces.el (defined-colors): Doc fix.
9191 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
9193         * vc.el (vc-process-filter): Inhibit undo info collection around
9194         call to insert.
9195         (vc-setup-buffer): Likewise for call to erase-buffer.
9196         (vc-do-command): Likewise for call to process-file.
9198 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
9200         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9201         for gud-go.
9202         (gud-common-init): Other debuggers may trigger error.
9204 2006-06-05  Kenichi Handa  <handa@m17n.org>
9206         * international/mule.el (find-auto-coding):
9207         Handle enable-character-translation in file header.
9209 2006-06-04  Kim F. Storm  <storm@cua.dk>
9211         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9212         (authors-fixed-entries): Fix spelling.
9213         (authors-canonical-file-name): Don't report error for wildcards.
9215         * help.el (view-emacs-news): Rewrite to support new NEWS,
9216         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
9217         e.g. version 10 matches 1.10, and don't be confused by version 1.1
9218         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
9220 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
9222         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9223         exec constructs like `foo bar`.
9224         (sh-quoted-subshell): New helper function to search for a possibly
9225         nested subshell (like `` or $()) within a "" quoted string.
9226         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9227         (sh-apply-quoted-subshell): Flag quote characters inside a
9228         subshell, which is itself already in a quoted region, as
9229         punctuation, since this is the closest to what they actually are.
9230         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9231         sh-apply-quoted-subshell.
9232         (sh-font-lock-syntactic-face-function): Apply the new face for
9233         text inside `` instead of the old font-lock-string-face.
9235 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9237         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9238         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9239         (mac-bytes-to-text-range, mac-ae-text-range-array)
9240         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9241         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9242         (mac-ts-unicode-for-key-event): New functions.
9243         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9244         (mac-handle-font-selection): Use mac-ae-number.
9245         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9246         New variables.
9247         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9248         (mac-ts-converted-text, mac-ts-selected-converted-text)
9249         (mac-ts-block-fill-text, mac-ts-outline-text)
9250         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9251         (mac-ts-hilite-style-faces): New constant.
9252         (mac-apple-event-map): Bind text input events.
9253         (mac-dispatch-apple-event): Use command-execute instead of
9254         call-interactively.
9255         (global-map): Don't bind mac-apple-event.
9256         (special-event-map): Bind mac-apple-event.
9258 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
9260         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9261         file name.
9262         (emacs): Enclose the value of $(EMACS) in quotes.
9264 2006-06-02  Juri Linkov  <juri@jurta.org>
9266         * international/mule.el (sgml-html-meta-auto-coding-function):
9267         Remove the condition `(search-forward "<html" size t)'.
9268         Replace `\"' with `[\"']?' in `re-search-forward'.
9270 2006-06-02  Kenichi Handa  <handa@m17n.org>
9272         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9273         as well as `coding'.
9274         (hack-local-variables): Likewise.
9276         * international/mule.el (enable-character-translation):
9277         Put permanent-local and safe-local-variable properties.
9278         (find-auto-coding): Handle char-trans: tag.
9280 2006-06-02  Juri Linkov  <juri@jurta.org>
9282         * international/mule.el (sgml-html-meta-auto-coding-function):
9283         Limit the search by the end of the HTML header (if any).
9285 2006-06-01  Richard Stallman  <rms@gnu.org>
9287         * subr.el (with-current-buffer): Doc fix.
9289 2006-06-02  Masatake YAMATO  <jet@gyve.org>
9291         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9292         Almost rewrite.  Underlines over all lines of gcov output are too
9293         uncomfortable to read.  Suggested by Dan Nicolaescu.
9295 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9297         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9299         * shell.el (shell-mode): Use shell-mode-map in docstring.
9301         * comint.el (comint-send-input): Do not add help-echo and
9302         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9304 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9306         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9308 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
9310         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9311         (gdb-stopped, gdb-info-stack-custom): If there is no source info
9312         look up the stack and pop up GUD buffer if necessary.
9313         (gdb-frames-select): Remove redundant call to gud-display-frame.
9314         (gdb-info-threads-custom): Keep point at start of buffer.
9315         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9317 2006-05-31  Juri Linkov  <juri@jurta.org>
9319         * replace.el (query-replace-read-from, query-replace-read-to):
9320         Bind `history-add-new-input' to nil.  Call `add-to-history'.
9322 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9324         * textmodes/table.el: Convert all HTML tags to lower case for
9325         XHTML compatibility.
9327 2006-05-31  Masatake YAMATO  <jet@gyve.org>
9329         * progmodes/compile.el:
9330         (compilation-error-regexp-alist-alist::gcov-called-line):
9331         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9333 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9335         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9336         Revert inadvertent changes made with last commit.
9338 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9340         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9341         New functions.
9343         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9345 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9347         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9348         only matches in the right place.
9349         (org-upcoming-deadline): New face.
9350         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9351         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9352         and make it an option.
9353         (org-export-ascii-bullets): New option.
9354         (org-export-as-html): Many changes to emit valid XHTML.
9355         (org-par-open): New variable.
9356         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9357         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9358         (org-timeline): Pass `org-timeline-show-empty-dates' to
9359         `org-get-all-dates'.  Interpret empty dates returned by
9360         `org-get-all-dates'.
9361         (org-get-all-dates): New argument EMPTY.  Add dates without
9362         entries to the list, mark large ranges of empty dates.
9363         (org-point-in-group, org-context): New functions.
9365 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9367         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9369         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9370         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9371         to C-mouse-3 (for 2 button mice).
9372         (gdb-send): Do the right thing for C-d.
9374         * speedbar.el (speedbar-detach): Delete.
9375         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9376         it breaks things.
9377         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9379 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9381         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9382         Makeppfile.
9384         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9385         Add makepp diagnostic.
9387 2006-05-29  Richard Stallman  <rms@gnu.org>
9389         * window.el (fit-window-to-buffer): Doc fix.
9391         * help.el (temp-buffer-max-height): Doc fix.
9393         * subr.el (with-current-buffer): Doc fix.
9395 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9397         * term/x-win.el: Bind F10 to menu-bar-start if available.
9399 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9401         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9402         uses with a simple test.
9403         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9404         (term-send-raw-string, term-send-raw, term-mouse-paste)
9405         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9406         (term-handle-exit, term-read-input-ring)
9407         (term-previous-matching-input-string)
9408         (term-previous-matching-input-string-position)
9409         (term-previous-matching-input-from-input)
9410         (term-replace-by-expanded-history, term-send-input)
9411         (term-skip-prompt, term-bol, term-send-invisible)
9412         (term-kill-input, term-delchar-or-maybe-eof)
9413         (term-backward-matching-input, term-check-source)
9414         (term-proc-query, term-emulate-terminal)
9415         (term-handle-colors-array, term-process-pager, term-pager-line)
9416         (term-pager-bob, term-unwrap-line, term-word)
9417         (term-dynamic-complete-filename)
9418         (term-dynamic-complete-as-filename)
9419         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9420         unlesses.
9422 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9424         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9425         during bootstrapping.
9427         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9428         Basically undo the change of 2006-05-26: use extra arguments instead of
9429         dynamic scoping.
9430         (ewoc-locate): Remove unused var `footer'.
9432 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9434         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9436         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9437         (generate-file-autoloads): Obey it.  Return whether autoloads were
9438         added at point or not.
9439         (update-file-autoloads): Use this new return value.
9440         Remove redundant test for the presence of an autoload cookie.
9442         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9443         This one calls hack-local-variables.
9444         (generate-file-autoloads, update-file-autoloads): Use it.
9446         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9447         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9448         (bibtex-sort-entry-class-alist): Don't set the global value.
9449         (bibtex-init-sort-entry-class-alist): New fun.
9450         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9451         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9452         of bibtex-init-sort-entry-class.
9454 2006-05-28  Richard Stallman  <rms@gnu.org>
9456         * subr.el (load-history-regexp): If FILE is relative, insist
9457         entire last name component must match it.
9458         (load-history-filename-element, load-history-regexp): Doc fixes.
9460 2006-05-29  Kim F. Storm  <storm@cua.dk>
9462         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9463         `pos' and `raw-data' for clarity, as eval forms may access these.
9465 2006-05-28  Kim F. Storm  <storm@cua.dk>
9467         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9469 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9471         * progmodes/make-mode.el (makefile-browser-map)
9472         (makefile-mode-syntax-table): Move initialization inside declaration.
9473         (makefile-fill-paragraph): Use the default comment-filling code.
9475 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9477         * replace.el (query-replace-defaults): New variable.
9478         (query-replace-read-from): Use `query-replace-defaults' for
9479         default value, instead of history list.
9480         (query-replace-read-to): Update `query-replace-defaults'.
9482 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9484         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9485         with no X toolkit.
9487 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9489         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9490         (tumme-show-all-from-dir): Add autoload.
9492 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9494         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9495         (tumme-remove-tag): Fix bug.
9497 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9499         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9500         FOOTER args.  Update unique caller.
9501         (ewoc-delete): Compute last node once before looping.
9502         (ewoc--node-branch): Merge into unique caller.
9503         (ewoc--node): Don't define constructor make-ewoc--node for this
9504         structure.
9505         (ewoc): Add member `hf-pp' to this structure.
9506         (ewoc--wrap): New func.
9507         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9508         header/footer pretty-printers.  Save header/footer pretty-printer.
9509         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.  *
9511         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9513 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9515         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9516         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9517         Tag'.  Change "Compare directories..." to "Change Directories...".
9518         Move tumme commands to Operate, Regexp and Immediate menus.
9519         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9520         Tag" to "Add Image Tags".
9522         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9523         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9524         `tumme-delete-tag'.
9526 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9528         * shell.el (shell-mode): Call shell-dirtrack-mode after
9529         list-buffers-directory is made a local variable, to avoid setting
9530         the default value.
9532 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9534         * info.el (Info-index-next): Use where-is-internal to report
9535         actual binding of Info-index-next, rather than hard-coded `,'.
9537 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9539         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9540         and "Find Command in Manual" to here.
9542         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9543         Info-current-file as the file name.
9545 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9547         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9548         overrides will now be done a different way.
9549         (ses-set-parameter): Reapply this function for undo.
9550         (ses-set-header-row): Reconstruct header row during undo.
9551         (ses-widen): New function.
9552         (ses-goto-data, ses-reconstruct-all): Use new function.
9553         (ses-command-hook): Widen buffer during undo, before unupdating
9554         the cells.
9555         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9556         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9557         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9558         formula hasn't been executed yet.
9560 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9562         * comint.el (comint-kill-whole-line): Rename arg to count.
9563         Fix doc string.
9565 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9567         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9568         to copy-file.
9570 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9572         * simple.el (toggle-truncate-lines): Make arg optional for
9573         backward compatibility.
9575 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9577         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9578         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9579         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9580         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9581         (ewoc--adjust): Use ewoc--current-dll.
9582         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9584 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9586         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9587         compact error message.
9588         (org-tags-view): Refresh category table in each file.
9589         (org-table-justify-field-maybe): Remove superfluous arguments to
9590         `format'.
9591         (org-export-as-html): Insert "<p>" before postamble.
9592         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9594 2006-05-26  Kenichi Handa  <handa@m17n.org>
9596         * textmodes/po.el (po-find-charset): Pay attention to the case
9597         FILENAME is a cons (NAME . BUFFER).
9598         (po-find-file-coding-system-guts): Likewise.
9600         * arc-mode.el (archive-set-buffer-as-visiting-file):
9601         Call find-operation-coding-system with (FILENAME . BUFFER).
9603         * tar-mode.el (tar-extract): Call find-operation-coding-system
9604         with (FILENAME . BUFFER).
9606         * international/mule.el (decode-coding-inserted-region):
9607         Call find-operation-coding-system with (FILENAME . BUFFER).
9609 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9611         * image-mode.el (image-toggle-display): Use buffer contents to
9612         generate image for a remote file.
9614 2006-05-25  Juri Linkov  <juri@jurta.org>
9616         * replace.el (query-replace-read-from, query-replace-read-to):
9617         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9619 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9621         * whitespace.el (whitespace-cleanup): Change to cleanup
9622         region if one is active.
9623         * whitespace.el (whitespace-cleanup-internal): New internal method.
9625 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9627         * dired.el (dired-mode-map): Add help-echo strings to tumme
9628         commands.  Bind `tumme-dired-display-image' to C-t i.
9630         * tumme.el (tumme-display-image): Change documentation string slightly.
9631         (tumme-dired-display-image): Add call to `display-buffer'.
9633 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9635         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9636         Signal error if RAW-DATA is a multibyte string.
9638 2006-05-24  Richard Stallman  <rms@gnu.org>
9640         * subr.el (with-local-quit): When handling `quit' signal,
9641         make a chance for quit-flag to cause a quit.
9643         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9644         (ad-disable-advice): Add autoloads.
9646         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9648 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9650         * dired.el (dired-mode-map): Change menu items for tumme as per
9651         suggestions in emacs-devel.
9653 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9655         * dired.el (dired-mode-map): Fix breakage.
9657 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9659         * tumme.el (tumme-display-dired-image): Rename to...
9660         (tumme-dired-display-image): ...this.
9661         (tumme-track-movement): Change default value to t.
9662         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9663         used from `tumme-next-line-and-display' and similar commands.
9665         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9666         Immediate menu.  Add some tumme commands there.
9668 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9670         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9672 2006-05-24  Chong Yidong  <cyd@mit.edu>
9674         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9675         menu entries that open submenus.
9677 2006-05-24  Alan Mackenzie  <acm@muc.de>
9679         * startup.el (command-line): For names of preloaded files, don't
9680         append ".elc" (now done in Fload), and call file-truename on the
9681         lisp directory.
9683         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9684         match ANY loaded file with the right name, not just those in
9685         load-path.  Put a regexp matching the file name into
9686         after-load-alist, rather than the name itself.
9688         * subr.el (load-history-regexp, load-history-filename-element)
9689         (do-after-load-evaluation): New functions.
9691         * international/mule.el (load-with-code-conversion): Do the
9692         eval-after-load stuff by calling do-after-load-evaluation.
9694 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9696         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9697         has not been killed.
9699 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9701         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9702         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9703         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9704         Optionally set error message in reply.
9706 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9708         * textmodes/org.el (org-open-at-point): Use renamed variable
9709         `org-confirm-shell-link-function'.
9710         (org-confirm-shell-link-function): Rename from
9711         `org-confirm-shell-links'.
9712         (org-export-directory): New function.
9713         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9714         (org-export-icalendar): Use `org-export-directory'.
9715         (org-indent-item): Keep cursor position.
9716         (org-link-file-path-type): New option.
9717         (org-export-as-html): Fix bug with plain lists starting in
9718         column 0.
9719         (org-export-as-html): Remove deadline formatting, this happens
9720         now already in `org-html-handle-time-stamps'.
9721         (org-export-html-style): Deadline class removed.
9722         (org-insert-labeled-timestamps-at-point): New option.
9723         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9724         of `hide-sublevels 1', in case the first headline is not level 1.
9725         (org-overview, org-content): New fuction.
9726         (org-cycle-global-status, org-cycle-subtree-status): Make these
9727         variables buffer-local.
9728         (org-global-cycle): New command.
9729         (org-shifttab): Use `org-global-cycle'.
9730         (org-insert-heading, org-insert-item): Go to end of new
9731         headline/item after creating it.
9732         (org-export-visible): Rename from `org-export-copy-visible'.
9733         Now creates a temporary org-file and applies an exporting command
9734         to it.
9735         (org-table-eval-formula): Support for lisp forms.
9736         (org-agenda-todo-ignore-scheduled): New option.
9737         (org-agenda-get-todos): Use new option
9738         `org-agenda-todo-ignore-scheduled'.
9739         (org-export-html-inline-images): New value `maybe'.
9740         (org-export-as-html): Inlining of images dependent on link description.
9741         (org-archive-subtree): Check for end-of-buffer before trying
9742         `kill-line'.
9743         (org-agenda-follow-mode): New option.
9744         (org-export-with-tags, org-export-with-timestamps): New options.
9745         (org-html-handle-time-stamps): New function.
9746         (org-keyword-time-regexp): New variable.
9747         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9748         (org-agenda-todo-list-sublevels): New option.
9749         (org-html-level-start): When TITLE is nil, just close all levels.
9750         (org-parse-key-lines, org-parse-export-options): Remove functions,
9751         replaced by `org-infile-export-plist'.
9752         (org-combine-plists, org-infile-export-plist)
9753         (org-default-export-plist): New functions.
9754         (org-export-html-preamble, org-export-html-postamble)
9755         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9756         New variables.
9757         (org-export-publishing-directory): New option.
9758         (org-export-as-html, org-export-as-ascii): Use the new property
9759         lists for settings.
9760         (org-export-copy-visible, org-export-as-xoxo):
9761         Respect `org-export-publishing-directory'.
9762         (org-link-search, org-store-link, org-file-apps): Support for
9763         links to BibTeX database entries..
9764         (org-get-current-options, org-set-regexps-and-options):
9765         Implement logging as a startup option.
9766         (org-store-link): Make sure context string is never empty
9767         (org-insert-link): Use relative path when possible.
9768         (org-at-item-checklet-p): New function.
9769         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9770         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9771         (org-metaright, org-metaup, org-metadown, org-shiftup)
9772         (org-shiftdown, org-shiftright, org-shiftleft)
9773         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9774         Dispatch using `call-interactively'.
9775         (org-call-with-arg): New defsubst.
9776         (org-tag-alist, org-use-fast-tag-selection): New options.
9777         (org-complete): Use `org-tag-alist'.
9778         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9779         (org-next-item, org-previous-item): New commands.
9780         (org-beginning-of-item, org-end-of-item): Add (interactive) to
9781         make command.
9782         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9784 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
9786         * emacs-lisp/ewoc.el (ewoc-delete): New function.
9787         (ewoc-filter): Use `ewoc-delete'.
9789         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9791 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9793         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9794         Signal more user-friendly error messages.
9796         * complete.el (PC-do-completion): Undo the addition of implicit
9797         wildcards if they did not lead to finding any match.
9798         (read-file-name-internal): Don't add the final > if the completion is
9799         not finished.
9801 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
9803         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9804         Quote safe-local-variable predicate.
9806 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9808         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9810 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9812         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9814         * progmodes/make-mode.el (makefile-special-targets-list)
9815         (makefile-macro-table, makefile-target-table): Mark as risky.
9816         (makefile-query-one-target-method): Make this the alias for the
9817         following variable.
9818         (makefile-query-one-target-method-function): Make this the real name.
9820         * textmodes/artist.el (artist-text-renderer): Make this the alias
9821         for the following variable.
9822         (artist-text-renderer-function): Make this the real name.
9824         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9825         the alias for the following variable.
9826         (flyspell-generic-check-word-predicate): Make this the real name.
9828         * textmodes/ispell.el (ispell-format-word): Make this the alias
9829         for the following variable.
9830         (ispell-format-word-function): Make this the real name.
9831         (ispell-message-text-end): Mark as risky.
9833         * skeleton.el (skeleton-transformation, skeleton-filter)
9834         (skeleton-pair-filter): Make these the aliases for the following
9835         variables.
9836         (skeleton-transformation-function, skeleton-filter-function)
9837         (skeleton-pair-filter-function): Make these the real names.
9839         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9840         and skeleton-pair-filter-function.
9842         * textmodes/sgml-mode.el (sgml-transformation): Make this the
9843         alias for the following variable.
9844         (sgml-transformation-function): Make this the real name.
9845         (sgml-tag-alist): Mark as risky.
9847 2006-05-21  Richard Stallman  <rms@gnu.org>
9849         * simple.el (kill-region): Interactively, pass point, then mark.
9851 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
9853         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9855 2006-05-21  Romain Francoise  <romain@orebokech.com>
9857         * dired-x.el (dired-mode-map): Don't bind M-g.
9859 2006-05-20  Richard Stallman  <rms@gnu.org>
9861         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9862         (dired-goto-file): Doc fix.
9864 2006-05-21  Kim F. Storm  <storm@cua.dk>
9866         * emulation/cua-base.el: Mention customizing cua-mode as alternative
9867         way to enable built-in cua-mode if user loads older CUA-mode package.
9869         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9870         if default-filename is specified.
9872 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9874         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9876         * info.el (info-apropos): Make sure current-file and current-node
9877         have non-nil values.  Speed up by using add-to-list instead of
9878         manual consing.
9880 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9882         * progmodes/make-mode.el (makefile-mode): Doc fix.
9884 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9886         * dired-aux.el (dired-do-shell-command): Doc fix.
9888 2006-05-20  Kevin Ryde  <user42@zip.com.au>
9890         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9891         ``(custom-manual :tag "Foo" "(foo)Node")''.
9893 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
9895         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9896         value is an integer.
9898 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
9900         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9901         "format".
9902         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9904 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
9906         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9907         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9909 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9911         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9912         regexp for keywords.
9914 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
9916         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9917         replace-regexp-in-string.
9919         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9920         encode, and escape file name on conversion to URL.
9922 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9924         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9925         Don't unescape URL.
9926         (dnd-get-local-file-name): Unescape URL on conversion to file name.
9928         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9929         on conversion to URLs.
9931         * net/browse-url.el (browse-url-file-url): Encode file name on
9932         conversion to URL.
9934         * term/mac-win.el (mac-ae-open-documents): Escape file name on
9935         conversion to URL.
9937 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
9939         * progmodes/cc-styles.el (c-style-alist): Doc fix.
9941 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9943         * term/mac-win.el (mac-bytes-to-digits): Remove function.
9944         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9946 2006-05-19  Glenn Morris  <rgm@gnu.org>
9948         * calendar/diary-lib.el (diary-bahai-date)
9949         (list-bahai-diary-entries, mark-bahai-diary-entries)
9950         (mark-bahai-calendar-date-pattern): Not interactive.
9951         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
9952         (diary-entries-list): Change format of 4th element in each entry.
9953         (diary-list-entries): Use add-to-diary-list.
9954         (diary-goto-entry): Handle the case where the buffer visiting the
9955         diary has been killed.
9956         (fancy-diary-display): Add 'locator to button rather than 'marker.
9957         Only generate temp-face when there are marks to apply.
9958         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9959         (diary-fancy-date-pattern): New variable.
9960         (diary-time-regexp): Doc fix.
9961         (diary-anniversary, diary-time): New faces.
9962         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9963         diary-time-regexp.  Add font-lock-multiline property where needed.
9964         Use new faces diary-anniversary and diary-time.
9965         (diary-fancy-font-lock-fontify-region-function): New function, to
9966         handle multiline font-lock pattern in fancy diary.
9967         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9968         (diary-font-lock-keywords): Tweak time regexp.  Use new face
9969         diary-time.
9971 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
9973         * international/code-pages.el (mik): Table corrected.
9975 2006-05-18  Kim F. Storm  <storm@cua.dk>
9977         * progmodes/grep.el (grep-find): Don't check grep-find-command
9978         before running command (breaks non-interactive usage).
9980 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
9982         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9983         (ewoc--insert-new-node): Don't insert trailing newline.
9984         Instead, adjust successor nodes's start markers.
9985         (ewoc--refresh-node): Delete all text from current node's start
9986         marker to the next one's; adjust successor nodes's start markers.
9987         (ewoc--create): Doc fixes.
9988         (ewoc--refresh): Don't insert newline.
9989         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9990         * pcvs.el (cvs-make-cvs-buffer):
9991         Specify extra newline for ewoc's header and footer.
9992         (cvs-update-header): Update initial header recognition.
9993         Append newline to final header and footer values.
9994         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9996 2006-05-17  Richard Stallman  <rms@gnu.org>
9998         * files.el (file-name-extension): Doc fix.
10000 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10002         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10003         we can explicitly enable/disable rather than toggle.
10004         (shell-mode): Use it.
10005         (shell-cd): Don't try to reproduce what `cd' does.
10007 2006-05-17  Kim F. Storm  <storm@cua.dk>
10009         * ido.el (ido-read-internal): Use only nondirectory part of
10010         default item.
10012 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
10014         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10015         (ewoc-nth): Doc fix.
10017         (ewoc-map, ewoc-invalidate): Compute PP before looping.
10019 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
10021         * international/mule.el (auto-coding-alist): Add .lha to files
10022         read with no-conversion.
10024         * files.el (auto-mode-alist): Add .lha files to archive file
10025         extensions.
10027         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10028         Convert csize to integer when computing offsets within the
10029         compressed archive file.
10031 2006-05-16  Kim F. Storm  <storm@cua.dk>
10033         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10034         with read-from-minibuffer.
10036 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10038         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10039         (byte-compile-warnings): Fix safe-local-variable property.
10041 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
10043         * allout.el (allout-show-bodies, allout-old-style-prefixes)
10044         (allout-stylish-prefixes, allout-numbered-bullet)
10045         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10046         predicates to qualify `safe-local-variable' property, when
10047         available, else use equivalent lambda.
10048         (allout-current-topic-collapsed-p): Do the right thing regarding
10049         trailing blank lines.
10051 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10053         * server.el (server-start): Only create a directory if needed.
10054         (server-edit, server-unload-hook): server-start => server-mode.
10055         (kill-emacs-hook): Cleanup upon exit.
10057 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10059         * hexl.el (hexlify-buffer): Encode process arguments manually.
10061 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
10063         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10064         call to gdb-tooltip-print.
10066 2006-05-15  Romain Francoise  <romain@orebokech.com>
10068         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10069         systems, default to "tar" since those systems probably have GNU tar.
10071 2006-05-14  Lars Hansen  <larsh@soem.dk>
10073         * desktop.el (desktop-missing-file-warning): Fix docstring.
10074         (desktop-restore-file-buffer): Correct question asked on missing file.
10076 2006-05-14  Kim F. Storm  <storm@cua.dk>
10078         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10079         Add CUA move property.
10081 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
10083         * custom.el (custom-push-theme): Load the variable before checking
10084         its `standard-value'.
10086 2006-05-13  Lars Hansen  <larsh@soem.dk>
10088         * desktop.el (desktop-save): Use with-temp-buffer.
10090 2006-05-12  Glenn Morris  <rgm@gnu.org>
10092         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10093         * calendar/calendar.el (calendar-mode-map):
10094         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
10095         * calendar/appt.el (appt-check, appt-make-list): Refer to
10096         diary-view-entries, diary-list-entries, diary-show-all-entries
10097         rather than obsolete aliases.
10099 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
10101         * simple.el (line-move-finish): Avoid calling point motion hooks
10102         while processing intangibility.
10104 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
10106         * term/xterm.el (terminal-init-xterm): Fix typo.
10108 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
10110         * allout.el (allout-view-change-hook): Mark as being deprecated,
10111         to be replaced by `allout-exposure-change-hook'.
10112         (allout-exposure-change-hook): New, replacing
10113         `allout-view-change-hook'.
10114         (allout-flag-region): Run new hook `allout-exposure-change-hook',
10115         in addition to `allout-view-change-hook'.
10116         (allout-show-bodies, allout-old-style-prefixes)
10117         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10118         lambda forms to prevent their showing up in variable help
10119         presentations as inscrutable byte-compiled code.
10120         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10121         Use string-or-null-p to qualify safe-local-variable values.
10122         (allout-reindent-bodies): Use memq to qualify matches against
10123         valid safe-local-variable values.  Also, quote the lambda as above.
10124         (allout-use-mode-specific-leader): Add missing candidate-value
10125         symbols, use memq, and quote the lambda.
10126         (allout-overlay-interior-modification-handler): Remove unused
10127         variables `msg' and 'opened'.
10128         (allout-hidden-p): Constrain invisibility consideration to allout's
10129         invisibility spec, disregarding invisibility for other reasons.
10131 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
10133         * files.el (version-control): Correct safe values.
10135 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
10137         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10139         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10140         (ewoc--insert-new-node): New func.
10141         Update callers of deleted funcs to use it, instead.
10143 2006-05-11  Glenn Morris  <rgm@gnu.org>
10145         * calendar/calendar.el (diary-show-all-entries): Do not refer to
10146         obsolete alias `show-all-diary-entries'.
10147         (make-diary-entry): Not interactive.
10148         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10149         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10150         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10151         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10152         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10153         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10155 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10157         * calendar/calendar.el (calendar-french-date-string)
10158         (calendar-mayan-date-string, calendar-chinese-date-string)
10159         (calendar-astro-date-string, calendar-iso-date-string)
10160         (calendar-islamic-date-string, calendar-bahai-date-string)
10161         (calendar-hebrew-date-string, calendar-coptic-date-string)
10162         (calendar-ethiopic-date-string, calendar-persian-date-string):
10163         These functions are not interactive.
10165 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
10167         * files.el: Balance parentheses.
10169 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10171         * files.el, newcomment.el, outline.el, simple.el,
10172         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10173         * progmodes/cc-vars.el, progmodes/compile.el:
10174         Move `safe-local-variable' declarations to the respective files.
10176         * help-fns.el (describe-variable): Don't print safe-var if it is
10177         byte-code.  Improve wording as suggested by Luc Teirlinck.
10179 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10181         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10182         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10183         Use a token for pending-triggers to ensure gdb-var-update
10184         gets called once per user input again for pre-GDB 6.4.
10185         (gdb-var-delete): Match on more complex expressions.
10186         (gdb-var-list-children-handler, gdb-var-create-handler):
10187         Use a token for consistency.
10189 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
10191         * textmodes/org.el (org-read-date, org-goto-calendar)
10192         (org-agenda-goto-calendar):
10193         Bind `view-calendar-holidays-initially' to nil.
10195 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10197         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10198         Update all callers to do it there, instead.
10200 2006-05-10  Glenn Morris  <rgm@gnu.org>
10202         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10203         prefix arg case, to avoid view-diary-entries-initially error.
10204         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10205         (calendar-date-is-legal-p): Handle dates with no day part.
10207 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10209         * comint.el (comint-insert-input): Just make it when
10210         comint-use-prompt regexp is nil (default) and with the mouse.
10211         (comint-copy-old-input): Reinstate from 2004-06-23.
10212         (comint-mode-map): Bind C-c C-m to it.
10214 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
10216         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10217         Remove spurious move to point-max (new comint behavior fixes).
10219         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10220         compatibility function (Emacs 18/19).
10221         (idlwave-is-continuation-line): Always return point at start of
10222         previous non-blank continuation line.
10223         (keyword-parameters): Fix continued comment font-lock matcher.
10224         (idlwave-font-lock-fontify-region): Written, use as
10225         font-lock-fontify-region-function, to fix continued keyword
10226         fontification issues.
10228 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10230         * term/mac-win.el (mac-font-panel-mode): Doc fix.
10231         (mac-service-selection, mac-service-open-file)
10232         (mac-service-open-selection, mac-service-mail-selection)
10233         (mac-service-mail-to, mac-service-insert-text): Rename from
10234         mac-services-*.  All uses changed.
10235         (mac-apple-event-map): Rename event symbol `services' to `service'.
10237 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
10239         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10240         (ewoc--node-enter-first, ewoc--node-enter-last)
10241         (ewoc--delete-node-internal): Merge funcs into unique callers.
10243 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
10245         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10246         return value of read-from-minibuffer for empty input.
10248 2006-05-09  Miles Bader  <miles@gnu.org>
10250         * comint.el (comint-insert-input): Remove redundant calls to setq
10251         and goto-char.
10253 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
10255         * comint.el (comint-insert-input): Make it work when
10256         comint-use-prompt-regexp is t.
10258 2006-05-10  Miles Bader  <miles@gnu.org>
10260         * subr.el (field-at-pos): New function.
10262         * comint.el (comint-insert-input): Use it.
10264 2006-05-09  Juri Linkov  <juri@jurta.org>
10266         * battery.el (battery-linux-proc-acpi): Also try
10267         `/proc/acpi/thermal_zone/THR2/temperature'.
10269         * files.el <safe-local-variable>: Remove `eval' and `let' binding
10270         for now unused lambda `string-or-null'.
10272         * add-log.el (change-log-default-name): Put `string-or-null-p'
10273         instead of lambda on `safe-local-variable' property.
10275         * diff-mode.el (diff-context->unified): Use `region-beginning' and
10276         `region-end' instead of `mark' and `point'.
10277         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10278         Operate on region in Transient Mark mode when the mark is active.
10279         Use `region-beginning' and `region-end' instead of `mark' and
10280         `point'.
10281         (diff-hunk-text, diff-goto-source): Doc fix.
10283         * startup.el (fancy-splash-screens, normal-splash-screen): Use
10284         face `mode-line-buffer-id' for mode-line buffer face instead of
10285         hard-coded `(:weight bold)'.
10287         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10288         buffer-undo-list to t (undo-ask is reproducible by visiting
10289         nested archives).
10291 2006-05-09  Kim F. Storm  <storm@cua.dk>
10293         * progmodes/grep.el (rgrep): Set default directory of *grep*
10294         buffer if we start M-x rgrep in the *grep* buffer and choose
10295         a different base directory.
10297 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
10299         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10300         completion also when ido is loaded.
10302 2006-05-09  Masatake YAMATO  <jet@gyve.org>
10304         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10305         "warning" and "import".
10306         (cpp-font-lock-keywords): Added "warning".
10308 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10310         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10312 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10314         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10315         pages at a time, if we signal the end, we should indeed reach that end.
10317 2006-05-08  David Reitter  <david.reitter@gmail.com>
10319         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10320         output during execution of the body.
10322 2006-05-08  Kim F. Storm  <storm@cua.dk>
10324         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10326 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
10328         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10329         Use with-current-buffer.
10331 2006-05-07  Kim F. Storm  <storm@cua.dk>
10333         * subr.el (add-to-history): Remove keep-dups arg.
10335         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10336         to nil around call to add-to-history.
10338 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10340         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10341         than after a buffer modification.
10343 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10345         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10346         call to...
10347         (gud-watch): ...here so speedbar is raised for already watched
10348         expressions.
10349         (gdb-speedbar-refresh): Delete function.
10350         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10351         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10352         earlier change).
10353         (gdb-var-evaluate-expression-handler)
10354         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10356         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10357         Update localized contents for all buffers except ignored modes.
10359 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10361         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10362         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10363         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10364         (mac-handle-font-panel-closed, mac-handle-font-selection):
10365         New functions.
10366         (mac-font-panel-mode): New minor mode.
10367         (mac-apple-event-map): Add bindings for toolbar toggle button and
10368         font panel.
10369         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10371 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10373         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10374         Avoid `regexp-opt'; simplify regexp for readability.
10376 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10378         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10379         * files.el (buffer-stale-function):
10380         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10381         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10382         links to the main manual, not to emacs-xtra.
10384 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10386         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10387         MacJapanese if text is ASCII-only.
10389 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10391         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10392         unless so nil isn't returned.
10393         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10395 2006-05-06  Kim F. Storm  <storm@cua.dk>
10397         * subr.el (add-to-history): New function.
10399         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10400         (ediff-merge-files-with-ancestor):
10401         * env.el (setenv):
10402         * isearch.el (isearch-update-ring):
10403         * server.el (server-visit-files):
10404         * progmodes/grep.el (lgrep, rgrep):
10405         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10406         * progmodes/xscheme.el (xscheme-insert-expression):
10407         Use add-to-history.
10409         * kmacro.el (kmacro-push-ring): Use add-to-history.
10410         (kmacro-ring-length): Remove unused defun.
10411         (kmacro-start-macro): Use kmacro-push-ring.
10413 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10415         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10416         directly instead of a lambda expression that calls it.
10418 2006-05-06  Kim F. Storm  <storm@cua.dk>
10420         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10421         instead of compute-motion.
10423 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10425         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10426         change.
10428 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10430         * startup.el (command-line-1): Refer to "Pure Storage" on
10431         pure-space-overflow.
10433 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10435         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10436         provided faces once they all have been used up.
10438 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10440         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10441         reference to the Lisp manual to the warning about pure space
10442         overflow.
10444 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10446         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10447         argument to avoid the call to `ispell-internal-change-dictionary'
10448         when not needed.
10449         (ispell-change-dictionary): Use this argument and call
10450         `ispell-internal-change-dictionary' after the possible change
10451         to `ispell-local-dictionary'.
10452         (ispell-internal-change-dictionary): Check for a change in
10453         personal dictionary use too.
10455 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10457         * startup.el (command-line): On MS-Windows, probe "~", not
10458         "~USER", for warning about non-existent home directory
10460         * arc-mode.el (archive-l-e): New optional argument `float' means
10461         generate a float value.
10462         (archive-arc-summarize, archive-lzh-summarize)
10463         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10464         with 3rd argument non-nil when file's size is being computed.
10465         Format the file sizes with %8.0f instead of %8d.
10467 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10469         * cus-start.el (all): Add mac-dnd-known-types.
10471         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10472         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10473         (mac-TIFF-to-string): New functions.
10474         (x-get-selection, x-selection-value)
10475         (mac-select-convert-to-string): Use them.
10476         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10477         (mac-dnd-types-alist): New customization variable.
10478         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10479         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10480         (mac-dnd-handle-drag-n-drop-event): New functions.
10481         (mac-drag-n-drop): Remove function.
10482         (global-map): Bind drag-n-drop and M-drag-n-drop to
10483         mac-dnd-handle-drag-n-drop-event.
10485 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10487         * progmodes/perl-mode.el (perl-beginning-of-function):
10488         Skip anonymous subs.
10490 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10492         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10493         regexp-opt at run time.
10495         * term.el (term-handle-ansi-escape): Fix off by one error.
10497 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10499         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10500         (gdb-init-1, gdb-post-prompt): ...and references to it.
10501         (gdb-frame-handler): Strip directory name from filename if present.
10503         * progmodes/gud.el (gdb-force-update): Delete defvar
10504         (gud-speedbar-buttons): ...and references to it.  Use window-start
10505         to try to keep positon in watch expression.
10507 2006-05-03  Richard Stallman  <rms@gnu.org>
10509         * simple.el (next-history-element, previous-history-element): Doc fix.
10511         * isearch.el (isearch-update-ring): Doc fix.
10513 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10515         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10516         into consideration.  Replace one arm ifs with whens.
10518 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10520         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10521         (menu): Fix typo.
10523 2006-05-02  Miles Bader  <miles@gnu.org>
10525         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10527 2006-05-02  Jay Belanger  <belanger@truman.edu>
10529         * calc/calc-embed.el (calc-override-minor-modes-map)
10530         (calc-override-minor-modes): New variables.
10531         (calc-do-embedded): Make sure that Calc keystrokes aren't
10532         overwritten by minor modes.
10534 2006-05-02  Chong Yidong  <cyd@mit.edu>
10536         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10538 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10540         * startup.el (command-line-1): Refer to Lisp manual when
10541         pure-space-overflow occurs.
10543         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10544         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10545         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10546         (version-control): Don't use `t' for safe-local-variable declarations.
10548 2006-05-01  Richard Stallman  <rms@gnu.org>
10550         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10551         M-r, M-R, M-A, M-SPC or M-DEL.
10552         (diff-mode-map): diff-refine-hunk now on C-c C-w
10553         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10555         * help-mode.el (help-mode): view-exit-action calls delete-window
10556         only when it is safe and possible.
10558         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10559         in messages.
10561         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10563         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10564         in the default tool-bar-map.
10566 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10568         * net/tramp.el (tramp-completion-file-name-handler-alist)
10569         (tramp-run-real-handler, tramp-completion-run-real-handler)
10570         (tramp-completion-handle-file-name-all-completions)
10571         (tramp-completion-handle-file-name-completion): Autoload them.
10572         (tramp-completion-handle-file-exists-p)
10573         (tramp-completion-handle-file-name-directory)
10574         (tramp-completion-handle-file-name-nondirectory)
10575         (tramp-completion-handle-expand-file-name): Remove them.
10576         (tramp-handle-file-name-directory): Return the real directory name.
10577         Returning "/" only doesn't need to be necessary any longer.
10578         (tramp-file-name-handler): Make special attention when in hostname
10579         completion mode.
10580         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10581         (tramp-register-file-name-handlers):
10582         Register `tramp-completion-file-name-handler' only when
10583         `partial-completion-mode' is enabled.
10584         (tramp-completion-handle-file-name-all-completions):
10585         Delete directory part from results.
10586         (tramp-get-completion-methods, tramp-get-completion-user-host):
10587         Discard deleting "/", it doesn't work after the change of
10588         `tramp-handle-file-name-directory' above.
10590 2006-05-01  Kim F. Storm  <storm@cua.dk>
10592         * progmodes/grep.el (grep-expand-template): Use save-match-data
10593         and symbol-value.
10595 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10597         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10598         Use select-frame-set-input-focus instead of raise-frame.
10599         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10601 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10603         * progmodes/gud.el (gud-def): Add %c case.
10604         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10605         (gud-format-command): Make match case sensitive.  Match on %F.
10607 2006-04-30  Glenn Morris  <rgm@gnu.org>
10609         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10610         (cal-tex-preamble): Use cal-tex-preamble-extra.
10611         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10612         than alias `list-diary-entries'.
10614 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10616         * help-fns.el (describe-variable): Add info about safe local variables.
10618 2006-04-29  Richard Stallman  <rms@gnu.org>
10620         * bindings.el (mode-line-format): help-echo doc fixes.
10622         * net/tramp.el (tramp-file-name-handler-alist): Delete
10623         expand-file-name and other operations that can cause spurious loading.
10625 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * files.el (safe-local-variable-p): Remove support for the special
10628         value t.
10630         * textmodes/paragraphs.el (sentence-end-without-space):
10631         Fix safety predicate.
10632         (sentence-end-double-space, sentence-end-without-period)
10633         (paragraph-ignore-fill-prefix):
10634         * textmodes/fill.el (colon-double-space):
10635         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10637         * subr.el (booleanp): New fun.
10639         * textmodes/reftex-vars.el (reftex-guess-label-type):
10640         Tighten the safety predicate.
10642 2006-04-28  Kim F. Storm  <storm@cua.dk>
10644         * progmodes/grep.el (defgroup grep): Doc fix.
10645         (grep-auto-highlight): Remove.
10646         (grep-template): New defcustom.
10647         (grep-find-template): Rename from grep-tree-template.
10648         (grep-files-aliases): Rename from grep-tree-files-aliases.
10649         Remove "all" alias, add "l" alias.
10650         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10651         (grep-find-ignored-directories): New defcustom to replace
10652         grep-tree-ignore-CVS-directories, to facilitate ignoring
10653         subdirectories for multiple version control systems.
10654         (grep-mode-map): Add Recursive grep item to GREP menu.
10655         (grep-regexp-history, grep-files-history): New defvars.
10656         (grep-probe): New helper function.
10657         (grep-compute-defaults): Use it to simplify code.
10658         Adapt to name changes.
10659         Use `.' as base in grep-find-template rather than <D>.
10660         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10661         Call grep-compute-defaults unconditionally.
10662         (grep-expand-keywords): New defconst.
10663         (grep-expand-template): Rename from grep-expand-command-macros.
10664         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10665         of grep-tree-ignore-case to add -i option.
10666         Bind case-fold-search to nil while matching keywords.
10667         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10668         (grep-read-regexp, grep-read-files): New helper functions.
10669         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10670         Adapt to changes in defcustoms and functions above.
10671         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10673 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10675         * net/tramp.el (tramp-completion-file-name-handler):
10676         Disable Tramp's functionality while loading Tramp itself.
10677         (tramp-register-file-name-handlers): That's a defsubst now.
10678         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10679         `after-init-hook'.
10680         (tramp-repair-jka-compr): Remove.
10682 2006-04-27  Jay Belanger  <belanger@truman.edu>
10684         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10685         read expression when `math-read-big-expr' doesn't work.
10687 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10689         * startup.el (command-line-1): Display warning when
10690         pure-space-overflow is non-nil.
10692 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10694         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10695         risky.
10697 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10699         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10700         Return the URL or nil if none can be generated.
10702 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10704         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10705         byte compiler warnings.
10706         (gud-basic-call, gud-find-expr): Let user select an expression
10707         for printing.  Print expression as well as value in GUD buffer.
10709 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10711         * allout.el: Remove local autoload declaration for
10712         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10713         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10714         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10715         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10716         (allout-stylish-prefixes, allout-numbered-bullet)
10717         (allout-file-xref-bullet, allout-presentation-padding)
10718         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10719         safe-local-variable with suitable value spec, and add autoload
10720         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10721         (move-beginning-of-line, move-end-of-line): Repair so these compat
10722         functions now actually resituate the point, when appropriate.
10724 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10726         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10728         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10729         (add-log-iso8601-time-string): Fix call to format-time-string.
10731 2006-04-26  Kim F. Storm  <storm@cua.dk>
10733         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10735 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10737         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10738         Add support for "//" style comments.  Remove `b' flag
10739         from ?* in `asm-mode-syntax-table'.
10741 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * follow.el: Use (featurep 'xemacs) everywhere.
10744         (follow-mode): Use define-minor-mode.
10745         (follow-mode-map): Move initialization into the declaration.
10746         Use command remapping.
10747         (follow-emacs-version-xemacs-p): Remove.
10748         (follow-submit-feedback): Remove.
10750         * allout.el (allout-layout, allout-passphrase-verifier-string)
10751         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10753         * textmodes/reftex-vars.el (reftex-vref-is-default)
10754         (reftex-fref-is-default, reftex-guess-label-type):
10755         Tighten up a bit the safety predicate.
10757         * textmodes/paragraphs.el (sentence-end-double-space)
10758         (sentence-end-without-period, sentence-end-without-space)
10759         (page-delimiter, paragraph-ignore-fill-prefix):
10760         Tighten up a bit the safety predicate.
10762         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10764         * progmodes/python.el (python-continuation-line-p)
10765         (python-beginning-of-statement): syntax-ppss may return
10766         a negative depth.
10767         (python-mode): Don't forcefully enable font-lock.
10769         * time-stamp.el (time-stamp-start, time-stamp-end)
10770         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10772         * add-log.el: Remove spurious * in docstrings.
10773         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10774         (add-change-log-entry): Use it here, since it's not specific
10775         to iso8601.
10776         (add-log-iso8601-time-string): Don't use it here any more.
10777         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10779         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10781 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
10783         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10784         (rcirc-toggle-low-priority): Doc fix.
10785         (rcirc-handler-NOTICE): Remove beginning of line anchor in
10786         ChanServ regexp.
10787         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10788         #emacs.
10789         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10790         (rcirc-decode-coding-system): Use utf-8 as the default.
10791         (rcirc-multiline-minor-mode): Set the fill-column.
10792         (rcirc-format-response-string): Display bright and dim nicks.
10793         (rcirc-browse-url): Update interactive spec to fill ARG.
10794         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10795         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10797 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
10799         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10800         case for @Article, etc.
10802 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
10804         * net/tramp.el (tramp-register-file-name-handlers): New defun.
10805         Added with autoload cookie.
10806         (tramp-unload-file-name-handlers): Rename from
10807         `tramp-unload-file-name-handler-alist'.
10809 2006-04-23  Romain Francoise  <romain@orebokech.com>
10811         * comint.el (comint-match-partial-filename): Doc fix.
10813 2006-04-21  Glenn Morris  <rgm@gnu.org>
10815         * calendar/cal-menu.el (calendar-mode-map): Refer to
10816         `diary-view-entries' rather than alias `view-diary-entries'.
10817         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10819 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
10821         * progmodes/antlr-mode.el (antlr-default):
10822         * cus-edit.el (custom-documentation):
10823         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10824         in defface.
10826 2006-04-21  Kim F. Storm  <storm@cua.dk>
10828         * image.el (image-type): New defun split out of create-image.
10829         (create-image): Use it.
10831 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
10833         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10834         (org-open-at-point): Remove the "...done" message to keep output
10835         in the echo area visible.
10836         (org-export-as-xoxo): Fix call to `indent-region'.
10838 2006-04-21  Kevin Ryde  <user42@zip.com.au>
10840         * international/mule.el (keyboard-coding-system): defcustom
10841         info-link fixes: "Specify Coding" has been split, keyboard now in
10842         "Terminal Coding", and "Single-Byte Character Support" is now
10843         "Unibyte Mode".
10845 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
10847         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10848         Use font-lock-warning-face for any errors e.g. no stack.
10849         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10851 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
10853         * progmodes/sh-script.el (sh-shell): Mark as safe.
10855         * newcomment.el (comment-start, comment-start-skip)
10856         (comment-end-skip, comment-end): Mark as safe.
10858 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
10860         * textmodes/org.el (org-deadline-announce): Face removed.
10861         (org-level-faces, org-n-levels): Convert to constant.
10862         (org-compatible-face): New function.
10863         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10864         (org-level-5, org-level-6, org-level-7, org-level-8)
10865         (org-special-keyword, org-warning, org-headline-done, org-link)
10866         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10867         (org-scheduled-today, org-scheduled-previously, org-time-grid):
10868         Face definition revised for better color tty support.
10869         (org-bold-re, org-italic-re, org-underline-re): New constants.
10870         (org-set-font-lock-defaults): Use the new constants.
10871         (org-agenda-highlight-todo): New function.
10872         (org-agenda-todo): Fix bug with point at end of line.
10873         (org-agenda-change-all-lines, org-finalize-agenda-entries):
10874         Fontify TODO keywords.
10875         (org-insert-link): Preserve relative path in ../ links.
10876         (org-export-as-html): Convert links pointing to .org files into
10877         links that will work beteen the exported HTML files.
10878         (org-todo-list): Fix bug when arg=0.
10879         (org-insert-heading): More fine-tuning.
10881 2006-04-19  Romain Francoise  <romain@orebokech.com>
10883         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10884         from `rmail-mime-charset-pattern'.
10886 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10888         * progmodes/python.el (python-mode): Fix typo.
10890 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
10892         * comint.el (comint-previous-input): Don't clobber input line
10893         when moving off either end of the input history ring.
10894         (comint-delete-input): New function, used by
10895         `comint-previous-input' and others.
10896         (comint-previous-matching-input):
10897         Use `coming-delete-input'.  Save the partial input if leaving the
10898         edit line.  Goto point-max before deleting input to avoid
10899         partial input fragments hanging around.
10900         (comint-restore-input): New function, used by `comint-previous-input'.
10902 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
10904         * imenu.el (imenu--index-alist): Balance parentheses.
10906 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
10908         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10910 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
10912         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10913         file is nil.
10915 2006-04-18  Richard Stallman  <rms@gnu.org>
10917         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10919         * imenu.el (imenu-create-index-function, imenu--index-alist)
10920         (imenu--last-menubar-index-alist, imenu--make-index-alist)
10921         (imenu-default-create-index-function, imenu--generic-function):
10922         Doc fixes.
10924         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10926         * help-mode.el (help-mode): Set view-exit-action to delete window.
10928         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
10929         now works by passing nil as arg.
10931         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10933         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10934         (read-abbrev-file): Provide default when reading filename.
10936         * files.el (enable-local-variables): Allow :all as value.
10937         (hack-local-variables): Implement that value.
10938         (safe-local-variable-values, safe-local-eval-forms)
10939         (enable-local-variables): Mark as risky.
10940         (find-file-visit-truename, kept-old-versions): Mark safe.
10942         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10943         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10944         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10946 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10949         Use forward-line so as to get to BOL even in the presence of fields.
10950         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10951         in return.
10952         (inferior-tcl): Tell tclsh to work in interactive mode.
10954         * complete.el (partial-completion-mode):
10955         Use 'choose-completion-string-functions to make sure that
10956         choose-completion fills the minibuffer properly.
10958         * complete.el (PC-old-read-file-name-internal): Remove.
10959         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
10960         of read-file-name-internal.
10961         (partial-completion-mode): Enable/disable this advice.
10963 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
10965         * net/tramp.el (tramp-completion-file-name-handler): Revert change
10966         of 2006-04-17.
10968 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
10970         * textmodes/org.el (org-insert-heading): Insert heading before
10971         current if at beginning of line.
10972         (org-todo, org-date): New faces.
10973         (org-table-align): Make sure tooltip window contains full text.
10974         (org-no-properties): New defsubst.
10975         (org-set-font-lock-defaults): Use new faces.
10977 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
10979         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10980         for root variables.
10982         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10983         (gdb-frame-address): Re-use to identify frame for watch expression.
10984         (gdb-var-list, gdb-var-create-handler): Add frame address for root
10985         variables.
10986         (gdb-init-1, gdb-source, gdb-post-prompt)
10987         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10988         (gdb-frame-handler): Get gdb-frame-address.
10990 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
10992         Sync with Tramp 2.0.53.
10994         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10995         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10996         (tramp-completion-file-name-handler): Add autoload cookie for
10997         adding to `file-name-handler-alist'.
10999         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11000         the prompt.  If it returns earlier (when detecting an error
11001         message), the rest of the output will merge accidently with the
11002         output of the next command.  Reported by M Jared Finder
11003         <jared@hpalace.com>.
11005         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11006         for `process-file', in order to let it work for older Emacsen too.
11008 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
11010         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11011         (tex-font-lock-keywords-3): Use it.
11013 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11015         * newcomment.el (comment-add): New function.
11016         (comment-region-default, comment-dwim): Use it.
11018 2006-04-15  Michael Olson  <mwolson@gnu.org>
11020         * emacs-lisp/tq.el: Improve comments.
11021         (tq-queue-head-question): New accessor function.
11022         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11023         Update for modified queue structure.
11024         (tq-queue-add): Accept `question' argument.
11025         (tq-queue-pop): If a question is pending, send it.
11026         (tq-enqueue): Accept new optional argument `delay-question'.
11027         If this is non-nil, and at least one other question is pending a
11028         response, queue the question rather than sending it immediately.
11030 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11032         * calendar/appt.el (appt-add): Check whether an appointment is
11033         already present in appt-time-msg-list.  Simplify code.
11035 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11037         * progmodes/cc-langs.el (c-mode-menu):
11038         Don't presume c-subword-mode is bound.
11040 2006-04-13  Bill Wohler  <wohler@newt.com>
11042         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11043         (customize-package-emacs-version): Use cdr instead of cadr now
11044         that alists use dotted pairs.
11046         * custom.el (defcustom): Fix docstring for :package-version.
11048 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
11050         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11051         (tramp-handle-shell-command): Display output buffer only when
11052         `tramp-display-shell-command-buffer' is true.
11053         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11055 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11057         * textmodes/org.el (org-set-autofill-regexps): Set only the local
11058         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11060 2006-04-13  Romain Francoise  <romain@orebokech.com>
11062         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11063         leaving temporary .cvsignore buffers behind.
11065 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11067         * textmodes/org.el (org-set-regexps-and-options)
11068         (org-get-current-options): Better names for the startup folding
11069         options.
11071 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
11073         * vc.el (vc-annotate): Arrange for point to end up at the same
11074         line number as in the original, but only when using a new buffer.
11076 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
11078         * files.el (hack-one-local-variable-eval-safep):
11079         Recognize `edebug-form-spec' for `put', but only if it passes
11080         `edebug-basic-spec'.  Generalize `put' handling.
11082         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11083         vetting file-local form specs.
11085         * allout.el (allout-layout): Autoload its `safe-local-variable'
11086         property.
11088 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11090         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11091         (org-agenda-mouse-1-follows-link)
11092         (org-mouse-1-follows-link): New options.
11093         (org-format-agenda-item): Fix bug if TAGS is nil.
11094         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11096 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
11098         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11099         GDB 6.1+ gives full filename for "info sources" so use
11100         file-name-nondirectory.
11102 2006-04-12  Romain Francoise  <romain@orebokech.com>
11104         * subr.el (read-passwd): Bind `message-log-max' to nil.
11106 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11108         * progmodes/perl-mode.el (perl-indent-new-calculate):
11109         Recompute parse-start after jumping backward by a whole sexp.
11111 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11113         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11114         window configuration.
11115         (vc-annotate-display-select): Select the buffer so that current-buffer
11116         (and selected-window) is the output buffer at the end of vc-annotate.
11118 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
11120         * vc.el (vc-annotate-color-map): Add custom TTY color map for
11121         8-color terminals, to use all of the colors in a sensible order.
11122         256-color terminals work well with the standard map.
11123         (vc-annotate-lines): Only strip the first color character if it
11124         is "#", to allow for terminal-style named colors.
11125         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11126         the correct buffer is scrolled.
11128 2006-04-11  Richard Stallman  <rms@gnu.org>
11130         * emacs-lisp/bytecomp.el (byte-compile-file):
11131         Bind enable-local-variables to :safe, and make normal-mode obey it.
11133         * files.el (enable-local-variables): Allow value :safe.
11134         (normal-mode): Doc fix.
11135         (hack-local-variables): Implement enable-local-variables = :safe.
11136         (hack-local-variables-confirm): Don't prevent quitting.
11138 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11140         * loadhist.el (unload-feature): A bit of sanity check of
11141         load-history entries.  Cancel timer-vars before unbinding them.
11143         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11144         quote special chars, and make the trick work on the hex part of the
11145         buffer as well.
11146         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11147         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11149         * startup.el (normal-splash-screen): Fix last change so we don't wait
11150         2 minutes if we don't show the splash screen.
11152 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
11154         * textmodes/org.el (org-export-plain-list-max-depth)
11155         (org-table-spaces-around-separators)
11156         (org-radio-targets, org-activate-camels)
11157         (org-table-spaces-around-invisible-separators): Options removed.
11158         (org-time-stamp-rounding-minutes, org-remember-templates)
11159         (org-ellipsis, org-activate-links, org-descriptive-links):
11160         New options.
11161         (org-remember-apply-template, org-current-time)
11162         (org-finish-edit-table-field)
11163         (org-link-unescape, org-link-escape)
11164         (org-string-width, org-table-clean-line, org-html-do-expand)
11165         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11166         (org-read-agenda-file-list): New functions.
11167         (org-table-edit-field)
11168         (org-table-create-or-convert-from-region): New commands
11169         (org-table-toggle-vline-visibility): Command removed.
11170         (org-table-convert-region): Made a command.
11171         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11172         Replace with the normal org- functions.
11173         (org-self-insert-command): Don't trigger realign unnecessarily
11174         when blanking a field that is not full.
11175         (org-mode): `Set buffer-invisibility-spec' for links.
11176         (org-activate-links2): Hide link part and only show descriptive
11177         part of the link.
11178         (org-insert-link): Modify for new linking system.
11179         (org-store-link): Store description separately, for use by
11180         `org-insert-link'.
11181         (org-table-align): Use `org-string-width'.
11182         (defgroup): Completely new group structure for custom variables.
11183         (org-agenda-files): Option: Single file name allowed.  Function:
11184         Optional argument unrestrited means ignore any restricitons.
11185         (org-install-agenda-files-menu): Find a buffer in Org-mode before
11186         trying to modify the menu.  Use generalized access to
11187         `org-agenda-files.'
11188         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11189         (org-agenda-file-to-front, org-remove-file, org-diary)
11190         (org-tags-view, org-export-icalendar-all-agenda-files)
11191         (org-export-icalendar-combine-agenda-files): Use generalized
11192         access to `org-agenda-files'.
11193         (org-remember-handler): Correctly preserve heading if present.
11194         (org-table-insert-row, org-table-insert-hline): Deal with
11195         invisible characters.
11197 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
11199         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11200         (vc-annotate-color-map): New 18 element constant
11201         value/saturation, rotating hue colormap, from red->blue.
11202         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11203         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11204         (vc-annotate): To avoid killing the required local variables,
11205         set them before the end of `with-output-to-temp-buffer', and
11206         after first switching to annotate-mode.
11207         (vc-annotate-warp-version): Add buffer argument in goto-line to
11208         ensure annotation, not source, is scrolled.
11210 2006-04-10  Bill Wohler  <wohler@newt.com>
11212         * custom.el (defcustom, custom-handle-keyword):
11213         Add :package-version keyword.
11214         (custom-add-package-version): New function.  Sets value of new
11215         property 'custom-package-version from :package-version keyword.
11216         (defcustom): Create Common Keywords section in docstring.
11217         (defface, defgroup): Replace definitions of a select few keywords
11218         with a reference to the Common Keywords in defcustom.
11219         (defcustom, defface, defgroup): Replace reference to Customization
11220         chapter in manual with hyperlink.
11222         * cus-edit.el (customize-package-emacs-version-alist): New variable.
11223         (customize-changed-options): Add check for custom-package-version.
11224         (customize-package-emacs-version): New function to look up Emacs
11225         version corresponding to the given package version.
11227         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11228         defun name, in similar fashion to find-variable-regexp.
11230 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
11232         * international/mule-cmds.el (set-locale-environment): Fix last
11233         change for when the locale's preferences don't specify any encoding.
11235 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11237         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11238         so the defined var/fun doesn't need to be quoted.
11240 2006-04-10  Richard Stallman  <rms@gnu.org>
11242         * finder.el (finder-mode-map): Add n and p bindings.
11244 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
11246         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11247         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11248         (gdb-setup-windows): Put something in source window if we can't find
11249         the source file.
11250         (gdb-frame-handler): Make it work again with just assembly.
11251         (gdb-data-list-register-values-handler): Make it work when there is
11252         no stack.
11254 2006-04-09  Richard Stallman  <rms@gnu.org>
11256         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11257         specs while looking for charset.
11259         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11261         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11262         Make them faces.
11263         (lm-font-lock-keywords): Update appropriately.
11265 2006-04-10  Kim F. Storm  <storm@cua.dk>
11267         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11268         it can also replace buffer-substring-no-properties.
11270         * emulation/cua-base.el (cua-delete-region, cua-paste)
11271         (cua-repeat-replace-region): Use filter-buffer-substring.
11273         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11274         (cua-cut-region-to-global-mark): Likewise.
11276         * emulation/cua-rect.el (cua--extract-rectangle)
11277         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11279 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11281         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11282         entry-type.  Add field delimiters to numerical fields if they are
11283         not present.
11285 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11287         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11288         string-const to return value.
11289         (bibtex-remove-delimiters): Use it.
11291 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11293         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11294         cl-byte-compile-compiler-macro unless it exists.
11296 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11298         * files.el (hack-local-variables-confirm) <offer-save>:
11299         Clarify message text.  Suggested by Ralf Angeli.
11301 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11303         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11304         (delete-extract-rectangle-line): Use `filter-buffer-substring'
11305         instead of `buffer-substring' and `delete-region'.  (Most of the
11306         code actually copied from `kill-region'.)
11308 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
11310         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11311         (rcirc-default-port): Rename from rcirc-port.
11312         (rcirc-default-nick): Rename from rcirc-nick.
11313         (rcirc-default-user-name): Rename from rcirc-user-name.
11314         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11315         (rcirc-low-priority-flag): New variable.
11316         (rcirc-decode-coding-system): New defcustom.
11317         (rcirc-encode-coding-system): New defcustom.
11318         (rcirc-coding-system-alist): New defcustom.
11319         (rcirc-multiline-major-mode): New defcustom.
11320         (rcirc-nick): New internal variable.
11321         (rcirc-process): Remove variable.
11322         (rcirc-server-buffer): New variable.
11323         (rcirc): Update to use rcirc-default-* variables above.
11324         (rcirc-connect): Do not add window-configuration-hook-here.
11325         (rcirc-server): New internal variable.
11326         (rcirc-connect): Do not send keepalive pings if
11327         rcirc-keepalive-seconds is nil.
11328         (with-rcirc-server-buffer): New macro.
11329         (rcirc-send-string): Encode with rcirc-encode-coding-system.
11330         (rcirc-server-name): Rename from rcirc-server.
11331         (rcirc-buffer-process): New function.
11332         (rcirc-buffer-nick): New function.
11333         (rcirc-buffer-target): Remove function.
11334         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11335         New commands.
11336         (rcirc-mode-map): Change binding of C-c C-l to
11337         rcirc-toggle-low-priority.
11338         (rcirc-mode): Initialize coding system based on
11339         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11340         channel on a mode change.  Make kill-buffer-hook buffer-local.
11341         (rcirc-change-major-mode-hook): New function.
11342         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11343         (rcirc-last-post-time): New variable.
11344         (rcirc-process-message): Store the last time user posted a message
11345         to this target.
11346         (rcirc-multiline-minor-mode): New mode.
11347         (rcirc-multiline-minor-mode-map): New mode map.
11348         (rcirc-edit-multiline): Put multiline-edit buffer in
11349         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11350         (rcirc-print): Ignore any line starting with an ignored nick.
11351         (rcirc-print): Decode using rcirc-decode-coding-system.
11352         (rcirc-track-minor-mode): Update global-mode-string when disabling
11353         this mode.
11354         (minor-mode-alist): Add LowPri indicator.
11355         (rcirc-toggle-low-priority): New function.
11356         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11357         next lowpriority buffer with activity.
11358         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11359         last time the user posted a message in to the target.
11360         (rcirc-update-activity-string): New formatting for low priority
11361         buffers.
11362         (rcirc-split-activity): New function.
11363         (rcirc-handler-PART, rcirc-handler-KICK)
11364         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11365         (rcirc-nick-away-alist): New variable.
11366         (rcirc-handler-301): New handler.  Away messages are printed once
11367         per change.
11369 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11371         * info.el (Info-follow-nearest-node): Doc fix.
11373         * international/mule-cmds.el (set-locale-environment): Make sure
11374         the coding-system preferred by the locale's language has the same
11375         EOL conversion type as the original buffer-file-coding-system.
11376         (locale-language-names): Add a few MS Windows language codes.
11378 2006-04-07  Richard Stallman  <rms@gnu.org>
11380         * simple.el (eval-expression): Doc fix.
11382         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11383         (eval-defun): Doc fixes.
11385 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11387         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11389 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11391         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11392         GDB list command without argument for greater generality.
11394 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11396         * subr.el (string-or-null-p): New function.
11398         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11400         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11402         * files.el: Update comment about safe-local-variable declarations.
11404 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11406         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11407         See idlwave.org.
11409         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11410         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11412         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11413         See idlwave.org.
11415         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11416         version 6.0 (minimal changes).  See idlwave.org.
11418         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11419         6.0 (minimal changes).  See idlwave.org.
11421         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11423 2006-04-06  Romain Francoise  <romain@orebokech.com>
11425         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11426         symmetric encryption features and a new asynchronous interface to
11427         GnuPG.  This new version is version 1.4, plus whitespace changes.
11429 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11431         * files.el: Move some `safe-local-variable' declarations to the
11432         respective files.
11434         * textmodes/ispell.el (ispell-check-comments)
11435         (ispell-local-dictionary): Mark as safe.
11437         * abbrev.el (abbrev-mode): Mark as safe.
11439         * add-log.el (change-log-default-name): Mark as safe.
11441         * textmodes/reftex-vars.el (reftex-vref-is-default)
11442         (reftex-fref-is-default, reftex-level-indent)
11443         (reftex-guess-label-type): Mark as safe.
11445         * textmodes/fill.el (colon-double-space): Mark as safe.
11447         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11448         (sentence-end-double-space, sentence-end-without-period)
11449         (sentence-end-without-space, sentence-end, sentence-end-base)
11450         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11452 2006-04-06  Kim F. Storm  <storm@cua.dk>
11454         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11455         the :set-after list.
11456         (ido-downcase-unc-hosts): New user option.  Default on.
11457         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11458         when it is set, as regexps are now applied on the fly.
11459         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11460         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11461         on the fly, but only when ido-process-ignore-lists is set.
11462         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11463         Only downcase names if ido-downcase-unc-hosts is set.
11465 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11467         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11469         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11471 2006-04-05  Kim F. Storm  <storm@cua.dk>
11473         * ido.el (ido-mode): Set after ido-unc-hosts and
11474         ido-ignore-unc-host-regexps.
11475         (ido-save-history): Save ido-unc-hosts-cache.
11476         (ido-load-history): Load ido-unc-hosts-cache.
11477         (ido-reread-directory): Refresh unc hosts cache in // dir.
11479         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11480         to nil while displaying slash screen.
11482 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11484         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11485         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11487 2006-04-05  Kenichi Handa  <handa@m17n.org>
11489         * international/characters.el: Setup cases of Latin, Greek, and
11490         Cyrillic characters in CJK charsets.
11492 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11494         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11495         default-enable-multibyte-characters.  This reverts the change from
11496         revision 6.17 which is no longer necessary because the passphrase
11497         is sent separately now.  GnuPG messages are unreadable under
11498         multibyte locales with default-enable-multibyte-characters set to nil.
11500 2006-04-04  Andreas Schwab  <schwab@suse.de>
11502         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11503         and `byte-compile-warnings' as `safe-local-variable'.
11505 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11507         * man.el (Man-mode-map): Restore the \r binding.
11508         (Man-abstract-xref-man-page): If Man-target-string is a function,
11509         call it.
11510         (Man-highlight-references): Use Man-default-man-entry to get the
11511         target.  Deal with xrefs too.
11512         (Man-highlight-references0): Don't call the target function.
11514         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11515         cannot deal with it.
11517 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11519         * pgg-gpg.el: Clean up process buffers every time gpg processes
11520         complete.
11522 2006-04-04  Kenichi Handa  <handa@m17n.org>
11524         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11525         here.
11526         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11527         Temporarily bind inhibit-field-text-motion to t.
11529 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11531         * startup.el (normal-splash-screen): Only set mode-line-format in the
11532         splash buffer, so as not to interfere when debugging the code.
11533         Ignore errors when switching buffer.
11535 2006-04-03  Romain Francoise  <romain@orebokech.com>
11537         * dired.el (dired-dnd-protocol-alist): Fix typo.
11539 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11541         * savehist.el (savehist): Add :version.
11542         (savehist-ignored-variables): New variable.
11543         (savehist-minibuffer-hook): Don't save variables listed in
11544         `savehist-ignored-variables'.
11546         * dired.el (dired-dnd-protocol-alist): Mention that change does
11547         only apply to new buffers in doc string.
11549 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11551         * recentf.el (recentf-open-files-item): Include newline in button
11552         field, so opening a file will work, when the point is at the end
11553         of the file name.  Allow, for example, to [i]search a file by
11554         extension and just push RET to open it.
11556 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11558         * pgg-gpg.el (pgg-gpg-process-filter)
11559         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11561         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11562         lines, temporary fix.
11564 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11566         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11568 2006-04-02  Richard Stallman  <rms@gnu.org>
11570         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11572 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11574         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11575         header-mouse-map.
11577         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11578         (ibuffer-mode-header-map): New keymaps.
11579         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11580         and keybindings for column headers.
11581         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11582         property.
11584 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11586         * speedbar.el (speedbar-after-create-hook): Doc fix.
11588 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11590         * shell.el (shell-directory-tracker)
11591         (shell-dynamic-complete-command): Doc fixes.
11593 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11595         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11596         terminals.
11598 2006-04-01  Kim F. Storm  <storm@cua.dk>
11600         * ido.el (ido-unc-hosts-cache): New defvar.
11601         (ido-unc-hosts): If value of defcustom is a function, call it to
11602         get list of UNC hosts.  Add function-item choices to specify
11603         ido-unc-hosts-net-view or user function.
11604         (ido-ignore-unc-host-regexps): New defcustom.
11605         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11606         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11607         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11609 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11611         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11612         wwidth.
11614 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11616         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11617         (ido-max-work-file-list, ido-switch-buffer)
11618         (ido-read-file-name-as-directory-commands):
11619         Fix typos in docstrings.
11621 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11623         * term/mac-win.el (mac-system-coding-system): Define and use after
11624         Mac-specific coding systems are ready.
11626 2006-03-27  Romain Francoise  <romain@orebokech.com>
11628         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11630         * ldefs-boot.el: Update.
11632 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11634         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11635         passphrases when it is not needed.
11636         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11637         passphrase stuff from gpg, should only be necessary when you use
11638         gpg with a smartcard.
11640 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11642         * comint.el (comint-dynamic-list-completions): Allow user to
11643         select *Completions* buffer.
11645 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11647         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11649 2006-03-26  Andreas Schwab  <schwab@suse.de>
11651         * progmodes/gud.el (gdb): Only complain about multiple debugging
11652         when the gdb process is still running.
11654 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11656         * mail/rmail.el (tool-bar-map): Defvar it.
11657         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11658         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11660 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11662         * help.el (print-help-return-message): Suggest to use
11663         display-buffer instead of switch-to-buffer-other-window to restore
11664         the previous window without selecting it.
11666 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11668         * frame.el (select-frame-by-name): Call x-focus-frame also when
11669         window-system is mac.
11671         * term/mac-win.el: Adjust Courier font specifications in
11672         x-fixed-font-alist.
11673         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11674         when directly encoding to UTF-16 in native byte order, no BOM.
11676 2006-03-25  Kim F. Storm  <storm@cua.dk>
11678         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11679         (cua--init-keymaps): Use it instead of fixed C-return.
11680         (cua-mode): Set after it.
11682         * emulation/cua-rect.el (cua--init-rectangles):
11683         Use cua-rectangle-mark-key instead of fixed C-return.
11685 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11687         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11688         "run" in .gdbinit.
11689         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11691 2006-03-24  Romain Francoise  <romain@orebokech.com>
11693         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11694         `display-buffer-other-frame'.
11696 2006-03-24  Kim F. Storm  <storm@cua.dk>
11698         * apropos.el (apropos-synonyms): Add selection => region.
11700 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11702         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11703         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11704         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11705         (gdb-data-list-register-values-regexp)
11706         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11707         Future proof against new fields being added to MI output.
11708         (gdb-send): Don't treat backslashes for program input as
11709         continuations.
11710         (gdb-assembler-handler): Don't use window-start for this handler.
11711         (gdb-frame-handler): Don't change to hollow arrow if overlay
11712         arrow doesn't move to new frame.
11714 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11716         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11717         prevent compiler warnings.
11718         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11719         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11720         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11721         buffer too.
11723 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11725         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11726         make-network-process, so we can use the same code in Gnus v5-10
11727         too and have this file fully synchronized with that release.
11729 2006-03-23  Romain Francoise  <romain@orebokech.com>
11731         * ibuf-ext.el (ibuffer-read-filter-group-name):
11732         Use `ibuffer-generate-filter-groups' to make completion list match
11733         the filter groups that are really displayed in the Ibuffer buffer.
11734         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11736 2006-03-23  Kenichi Handa  <handa@m17n.org>
11738         * international/mule-cmds.el (sort-coding-systems): Describe that
11739         the argument is modified in docstring.
11741 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11743         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11744         (pgg-gpg-update-agent): New function.
11745         (pgg-gpg-use-agent-p): New function.
11746         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11747         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11748         (pgg-gpg-sign-region): Use it.
11750 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11752         * cus-edit.el (custom-face-set): Call custom-push-theme before
11753         face-spec set so that `changed' theme is correctly saved.
11754         (custom-face-reset-standard): Reset to recalculated face rather
11755         than defface spec.
11757         * custom.el (custom-push-theme): Only save `changed' theme if the
11758         current face does not match the defface specs.
11760 2006-03-21  Simon Josefsson  <jas@extundo.com>
11762         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11763         <wilde@sha-bang.de>.
11764         (pgg-gpg-use-agent): New variable.
11765         (pgg-gpg-process-region): Use it.
11766         (pgg-gpg-encrypt-region): Likewise.
11767         (pgg-gpg-encrypt-symmetric-region): Likewise.
11768         (pgg-gpg-decrypt-region): Likewise.
11769         (pgg-gpg-sign-region): Likewise.
11770         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11772 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11774         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11775         bracket links.
11777 2006-03-21  Kim F. Storm  <storm@cua.dk>
11779         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11780         fringe-indicator-alist instead of modifying global value.
11781         (gdb-frame-handler): Likewise.
11783 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
11785         * diff-mode.el (diff-function): Make it inherit from diff-header
11786         instead of diff-context.
11788         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11789         bitmap.
11790         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11791         change names in macro above for consistency.
11792         (gdb-frame-handler): Use hollow-right-triangle for all selected
11793         frames which except the innermost (where execution has stopped).
11794         (gdb-reset): Reset buffer-local values of overlay-arrow.
11796 2006-03-20  Richard Stallman  <rms@gnu.org>
11798         * simple.el (set-mark-command): Doc fix.
11800         * files.el (display-buffer-other-frame): New command.
11801         (ctl-x-4-map): Bind C-x 5 C-o to it.
11803 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11806         rather than just defer-time, in case defer-time has been changed but
11807         the timer isn't running yet.
11808         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11810 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
11812         * help-mode.el (help-follow-symbol): New function.
11813         Essentially identical to the old `help-follow', but do not let
11814         `push-button' do the work when on an xref.
11815         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11817 2006-03-19  Richard Stallman  <rms@gnu.org>
11819         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11820         preceded by the word `program'.
11821         (help-follow-mouse, help-follow): Throw error if not on xref.
11822         Delete no longer used args.
11824 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
11826         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11827         annotation ensure gud-overlay-arrow-position is redisplayed.
11829 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11831         * textmodes/bibtex.el (bibtex-include-OPTkey)
11832         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11833         (bibtex-autokey-name-case-convert)
11834         (bibtex-autokey-titleword-case-convert): Make these the aliases
11835         for the following two variables.
11836         (bibtex-autokey-name-case-convert-function)
11837         (bibtex-autokey-titleword-case-convert-function): Make these the
11838         real names.
11839         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11840         bibtex-font-lock-crossref sublists.
11841         (bibtex-mode): Revert 2005-12-30 change (which made
11842         completion-ignore-case buffer-local).
11843         (bibtex-url): Simplify.
11845 2006-03-19  Kim F. Storm  <storm@cua.dk>
11847         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11848         cursor property value to 2 (to align with C level change).
11850 2006-03-19  Bill Wohler  <wohler@newt.com>
11852         * image.el (image-load-path-for-library): Shorten first line in
11853         docstring.
11855 2006-03-18  Richard Stallman  <rms@gnu.org>
11857         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11859 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
11861         * isearch.el (isearch-other-meta-char): Handle user bindings for
11862         shifted control characters.
11864 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
11866         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11867         part that matches email addresses, file names, etc.
11869 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
11871         * term/w32-win.el (mouse-set-font):
11872         Mention w32-list-proportional-fonts in the doc string.
11874 2006-03-18  Kim F. Storm  <storm@cua.dk>
11876         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11877         (ido-unc-hosts): New user option to explicitly define list of know
11878         UNC-style hosts for completion.
11879         (ido-cache-unc-host-shares-time): New user option.
11880         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11881         New helper functions for UNC file-name support.
11882         (ido-may-cache-directory): Check for UNC host.  Simplify.
11883         (ido-wash-history): Clean out old UNC hosts.
11884         (ido-nonreadable-directory-p): UNC hosts are always readable.
11885         (ido-directory-too-big-p): UNC hosts are never too big.
11886         (ido-set-current-directory): Handle UNC root path.
11887         (ido-file-name-all-completions): Complete UNC host names from
11888         ido-unc-hosts list.  Cache UNC host shares.
11889         (ido-make-file-list-1): Don't filter UNC root.
11890         (ido-exhibit): Check for // in root directory, and switch to UNC
11891         mode by setting ido-current-directory to //.
11893 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
11895         * cus-edit.el (customize-changed-options): Mention explicit
11896         version number as default in prompt.
11898 2006-03-17  Bill Wohler  <wohler@newt.com>
11900         * image.el (image-load-path-for-library): Minor docstring fix.
11902 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
11904         * textmodes/org.el (org-read-date): Include subgroup 5 into
11905         replacement text.
11906         (org-popup-calendar-for-date-prompt): Fix customization type.
11908 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
11910         * progmodes/gdb-ui.el (gud-watch): Provide completion.
11911         (gdb-continuation): New variable.
11912         (gdb-send): Deal with continuation lines.
11914         * progmodes/gud.el (gud-gdb-complete-command)
11915         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11916         expressions.
11917         (gud-tooltip-mode): Use buffer-local value.
11919 2006-03-16  Kim F. Storm  <storm@cua.dk>
11921         * ido.el (ido-edit-input): Use selected match, if any.
11923 2006-03-16  Bill Wohler  <wohler@newt.com>
11925         * image.el (image-load-path-for-library): Prefer user's images in
11926         image-load-path.
11928 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
11930         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11931         when checking for attempt to drag leftmost or rightmost scrollbar.
11933 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
11935         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11936         (gdb-force-mode-line-update): New function.
11937         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11938         (gdb-exited): Use them.
11939         (gdb-signal): New function.
11940         (gdb-annotation-rules): Provide a rule for it.
11942 2006-03-16  Kenichi Handa  <handa@m17n.org>
11944         * international/mule.el (auto-coding-regexp-alist): Add entries
11945         for Unicode BOM.
11947         * sort.el (sort-build-lists): Temporarily bind
11948         inhibit-field-text-motion to t.
11950 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
11952         * locate.el (locate-command, locate-make-command-line)
11953         (locate-fcodes-file, locate-update-command)
11954         (locate-prompt-for-command, locate, locate-with-filter)
11955         (locate-get-file-positions): Doc fixes.
11956         (locate-buffer-name, locate-header-face): Remove leading `*' in
11957         defcustom.
11958         (locate-filter-output): Use `keep-lines' instead of its alias
11959         `delete-non-matching-lines'.
11960         (locate-get-filename, locate-get-dirname): Add introductory comment.
11961         (locate-find-directory-other-window): Give appropriate error
11962         message if used outside main listing.
11964 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11966         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11967         the new extend-region feature.
11968         (font-lock-after-change-function): Update correspondingly.
11969         * jit-lock.el (jit-lock-after-change): Update correspondingly.
11970         * progmodes/grep.el (font-lock-lines-before): Don't disable.
11972 2006-03-15  Bill Wohler  <wohler@newt.com>
11974         * image.el (image-load-path-for-library): Fix example by not
11975         recommending that one binds image-load-path.  Just defvar it to
11976         placate compiler and only use it if previously defined.
11978 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
11980         * textmodes/org.el (org-insert-centered): Use `string-width' to
11981         make underlining work for wide characters.
11982         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11983         TAB to `org-cycle', to make sure that no binding in
11984         `outline-mode-map' can supercede it.
11986 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
11988         * allout.el: Increment version to 2.2.1 in file commentary.
11990         (allout-version): Increment to 2.2.1.
11992         (allout-default-layout): New customization variable, used when the
11993         file lacks a specific allout-layout.  Uses allout-layout-type for
11994         recursively nested definition.
11996         (allout-layout-type): Widget defining allout layouts, necessary for
11997         self-recursive definition.
11999         (allout-mode): Incorporate allout-default-layout as fallback for
12000         allout-layout.
12002         (allout-layout): Mark as 'safe-local-variable', and refer mention
12003         fallback to `allout-default-layout' in absence of a specified value.
12004         (allout-passphrase-verifier-string)
12005         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12007         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12009         (allout-get-encryption-passphrase-verifier): Use correct name of
12010         passphrase verifier in docstring.
12012 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
12014         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12015         elements.
12016         (gdb-find-watch-expression): Make it work for arrays too.
12017         Follow change to gdb-var-list.
12018         (gud-watch): Allow the user to enter variable name with a prexix
12019         arg.  Create keybindings.
12020         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12021         (gdb-var-list-children-handler, gdb-var-update-handler)
12022         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12023         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12024         Follow change to gdb-var-list.
12025         (gdb-starting): Don't show the overlay arrows when program is running.
12027         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12028         gdb-var-list.
12030 2006-03-14  Bill Wohler  <wohler@newt.com>
12032         * image.el (image-load-path-for-library): Pass value of path
12033         rather than symbol.  Always return list of directories.
12034         Guarantee that image directory comes first.
12036 2006-03-14  Alan Mackenzie  <acm@muc.de>
12038         * font-core.el (font-lock-extend-region\(-function\)?.):
12039         New function/variable.
12041         * font-lock.el (font-lock-after-change-function):
12042         Call font-lock-extend-region.  Obey font-lock-lines-before.
12043         (font-lock-default-fontify-region): Remove reference to
12044         font-lock-lines-before.
12046         * jit-lock.el (jit-lock-after-change):
12047         Call font-lock-extend-region.  Obey font-lock-lines-before.
12049 2006-03-14  David Ponce  <david@dponce.com>
12051         * tree-widget.el (tree-widget-themes-load-path)
12052         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12054 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
12056         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12057         (rcirc-print): Mark the start of text at the end of the prompt.
12058         (rcirc-track-minor-mode): Add autoload cookie.
12059         (rcirc-update-activity-string): Add space to front of mode-line
12060         indicator.
12062 2006-03-13  Miles Bader  <miles@gnu.org>
12064         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12065         (rcirc-abbrev-nick): Remove function.
12066         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12068 2006-03-13  David Ponce  <david@dponce.com>
12070         * tree-widget.el: Handle themes across all occurrences of the main
12071         themes sub-directory found in tree-widget-themes-load-path.
12072         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12073         (tree-widget--locate-sub-directory): Return all occurrences.
12074         (tree-widget-themes-path): New function.
12075         Replace tree-widget-themes-directory, and return a list of directories.
12076         (tree-widget-set-parent-theme)
12077         (tree-widget-lookup-image): Use it.
12079 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
12081         * textmodes/org.el (org-link-search): Avoid self-matching of
12082         links, allow target text to be distributed over several lines.
12083         (org-search-not-link): New function.
12084         (org-set-regexps-and-options, org-get-current-options):
12085         New startup options.
12086         (org-export-as-html): Take odd-level setting from local variable.
12087         (org-fontify-emphasized-text): New option.
12088         (org-set-font-lock-defaults): Include emphasized text.
12089         (org-follow-mhe-link): Allow folder-only links, fix folder name.
12090         (org-font-lock): Customize group renamed from `org-faces'.
12092 2006-03-13  John Paul Wallington  <jpw@pobox.com>
12094         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12095         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
12097 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
12099         * cus-start.el (all): Delete :version keyword for members of the
12100         fringe group, since the entire group is new in 22.1.
12102 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
12104         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12105         map if value is hexadecimal (an address).
12106         (gud-watch): Only search roots for existing watch expressions.
12107         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12108         prevent caching problems with speedbar-update-directory-contents.
12110 2006-03-12  Juri Linkov  <juri@jurta.org>
12112         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12113         before comparing with `low' and `warn'.
12115         * info.el (Info-dir-remove-duplicates): Move point to the
12116         beginning of the current line after deleting the entries from
12117         redundant heading.  Use marker for `limit' and compare it with
12118         point before calling `re-search-forward'.
12120 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
12122         * simple.el (yank): Fix typo in docstring.
12124 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
12126         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12127         messages, where "D" is the 6th character.
12129 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12131         * simple.el (yank): Fix last change.
12133 2006-03-11  David Ponce  <david@dponce.com>
12135         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12136         merging elements from the standard ispell-dictionary-alist.
12137         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12138         alist, and return the new alist.
12140 2006-03-11  Richard Stallman  <rms@gnu.org>
12142         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12144         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12145         the way it is implemented is too unclean.
12147         * simple.el (kill-region, yank): Doc fix.
12149         * battery.el (battery-echo-area-format): Doc fix.
12150         (battery-mode-line-format): Likewise.
12151         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12152         (battery-linux-proc-acpi): Ignore batteries that say "charged".
12154 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
12156         * progmodes/octave-mod.el (octave-indent-for-comment):
12157         Behave according to do string.
12159 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
12161         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12162         Be visible only if major mode is Mail Mode.
12164         * textmodes/flyspell.el (flyspell-external-point-words)
12165         (flyspell-process-localwords): Fix last changes.
12167 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12169         * calendar/holidays.el (list-holidays): Doc fix.
12171         * international/mule.el (auto-coding-alist): Add .odt
12172         (OpenOffice's open document) files.
12174         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12175         document) files.  Mention in the doc string the need to sync with
12176         auto-coding-alist.
12178 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
12180         * files.el (hack-local-variables-confirm): Don't prompt for ! if
12181         enable-local-variables is set to always query, or there is no
12182         savable variable.
12184 2006-03-10  Bill Wohler  <wohler@newt.com>
12186         * image.el (image-load-path-for-library): Merge at least three
12187         functions from Gnus and MH-E into this one function that can now
12188         be shared.
12190 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
12192         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12193         gdb-remove-mouse-face and remove help-echo too.
12194         (gdb-enqueue-input): Correct conditional clause.
12196 2006-03-10  Glenn Morris  <rgm@gnu.org>
12198         * calendar/calendar.el (calendar-holidays): Doc fix.
12199         * calendar/holidays.el (list-holidays): Doc fix.
12201 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
12203         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12204         it gets called in gdb-prompt anyway.
12205         (gdb-use-separate-io-buffer): Only restore window arrangement for
12206         gdb-many-windows.
12207         (gdb-enqueue-input): Make it harder to send GDB input when program
12208         is running.
12209         (gdb-buffer-list): New variable.
12210         (gdb-remove-mouse-face): New function.
12211         (gdb-starting): Use it when GDB input won't get sent.
12213 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
12215         * help.el (view-lossage): Remove trailing whitespace before
12216         inserting "\n".
12218 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
12220         * files.el (hack-local-variables-confirm):
12221         Set coding-system-for-read to nil before writing to .emacs.
12223         * arc-mode.el (archive-extract): Check if an existing buffer name
12224         comes from a different archive.
12226         * help.el (describe-key-briefly): If KEY is a down event, read and
12227         discard the up event.
12229 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
12231         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12232         be edited and use font-lock-warning-face for any changes.
12234         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12235         (gdb-edit-value): Use it to report any errors.
12237 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
12239         * help.el (describe-key): Remove leftover test code.
12241 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
12243         * textmodes/org.el: Move defvars out of eval-when-compile.
12244         Use buffer-file-name variable.
12245         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12246         arg `file'.
12247         (org-level-faces): Remove startup dependency.
12248         (org-cycle, org-map-tree, org-scan-tags)
12249         (org-remember-handler): Don't call `outline-level' directly.
12250         (org-mhe-search-all-folders): New option.
12251         (org-mhe-get-message-folder-from-index)
12252         (org-mhe-get-message-folder): Fix indexing search.
12253         (org-format-agenda-item): Handle nil TAGS argument.
12254         (org-cleaned-string-for-export, org-activate-target-links)
12255         (org-make-target-link-regexp): Deal with empty radio target list.
12256         (org-tag): New face.
12257         (org-get-level-face): New function.
12258         (org-set-font-lock-defaults): Simplify setup for headlines.
12259         (org-complete): Pass common substring to `display-completion-list'.
12261 2006-03-06  David Ponce  <david@dponce.com>
12263         * tree-widget.el: Update Commentary header.
12264         (tree-widget-theme-name): Ignore parent themes.
12265         (tree-widget-set-parent-theme): New function.
12266         (tree-widget-set-theme): Use it.
12267         (tree-widget-set-image-properties): Move definition.  Does nothing
12268         if image properties have already been set.
12269         (tree-widget-image-properties): Move definition.  Receive an image
12270         name.  Set the :pointer property.
12271         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
12272         Don't set the :pointer image property.
12273         (tree-widget-convert-widget): New function.  Handle :dynargs
12274         compatibility here.
12275         (tree-widget): Use it to :convert-widget.  Add the :expander-p
12276         predicate to control when the :expander function is entered.
12277         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12278         (tree-widget-value-create): Handle :expander-p.  widget-apply
12279         :expander.
12280         (tree-widget-expander-p): New function.  Default value of the
12281         :expander-p property.
12283 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
12285         * help.el (describe-key): Properly handle the return value of
12286         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
12287         remaps.  Handle string and vector `follow-link' values.
12289 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12291         * complete.el (PC-expand-many-files): Try be more careful when parsing
12292         the shell's output.
12294 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * outline.el (hide-sublevels): Provide better interactive default.
12298 2006-03-06  Kenichi Handa  <handa@m17n.org>
12300         * international/fontset.el (create-fontset-from-fontset-spec):
12301         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12303 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12305         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12306         backslashes instead of one in regexp.
12307         (gud-tooltip-dereference): Add missing optional argument.
12309 2006-03-04  John Paul Wallington  <jpw@pobox.com>
12311         * wdired.el (toplevel): Require `cl' at compile-time.
12313 2006-03-04  Andreas Schwab  <schwab@suse.de>
12315         * server.el (server-process-filter): Handle errors during
12316         evaluation of the argument.
12318 2006-03-03  John Paul Wallington  <jpw@pobox.com>
12320         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12321         escape parentheses at beginning of line.
12322         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12323         (t-mouse-mode): Remove period from end of error message.
12325 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
12327         * textmodes/flyspell.el (flyspell-process-localwords):
12328         Be case-sensitive.
12330 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
12332         * cus-edit.el (custom-quote): Remove function, since it has been
12333         moved to custom.el.
12335         * font-lock.el (lisp-font-lock-keywords-2)
12336         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12337         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12338         they have no special meaning.
12340         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12341         indirect buffer gets killed before indirect buffer.  Use dolist.
12343 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12345         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12346         value instead of a literal constant (1) on more pauses.
12348 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12350         * textmodes/flyspell.el (flyspell-external-point-words):
12351         Be case-sensitive.
12353 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12355         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12356         with "www".
12358 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12360         * allout.el: Restablish intermediate missing comment header to
12361         preserve outline structure.
12362         (allout-beginning-of-current-entry): Skip invisible text.
12363         (allout-open-topic): Fix opening a topic at end-of-buffer.
12364         (allout-minor-mode): Move nearer to allout-mode function.
12366 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12368         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12370 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12372         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12373         is nil.
12375         * progmodes/gud.el (gud-speedbar-menu-items):
12376         Use buffer-local-value and add missing :visible keyword.
12378         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12380 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12382         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12383         must be `follow-link'.
12385         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12387         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12388         formatting: No nested anchors.
12389         (org-all-targets): Fix bug with XEmacs compatibility.
12390         (org-read-date): Add (require 'parse-time).
12391         (org-set-tags): Fix bug with extra inserted space.
12392         (org-export-html-style): Define a style class for targets.
12393         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12394         (org-hide-leading-stars): New option.
12395         (org-hide): New face.
12396         (org-set-font-lock-defaults): Allow to hide leading stars.
12397         (org-get-legal-level, org-tr-level): New functions.
12398         (org-odd-levels-only): New option.
12399         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12400         (org-demote, org-promote): Deal with double-star levels.
12401         (org-convert-to-odd-levels): New command.
12403 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12405         * speedbar.el (speedbar-update-localized-contents): Try to
12406         preserve window-start.
12407         (speedbar-update-directory-contents): Try to preserve window-start
12408         and window-point.
12409         (speedbar-update-special-contents): Don't move back to start of window.
12411         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12412         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12413         speedbar-timer-fn.
12414         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12415         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12416         instead of gdb-speedbar-timer-fn.
12418 2006-02-28  Jay Belanger  <belanger@truman.edu>
12420         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12421         (math-compose-expr): Use latex option when calling
12422         `math-compose-tex-matrix' for latex mode.
12424 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12426         * speedbar.el: Re-instate comments about developing for speedbar
12427         [this is what info and gdb-ui use even if better methods exist now].
12429         * t-mouse.el: New file.
12430         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12431         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12432         (t-mouse-make-event-element): Use posn-at-x-y instead.
12433         (t-mouse-make-event): Deal with Fedora Core 3.
12434         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12435         (t-mouse-mouse-position-function): New function.  Use it instead
12436         of advising mouse-position.
12437         (t-mouse-mode): New minor mode.
12438         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12440 2006-02-27  Glenn Morris  <rgm@gnu.org>
12442         * calendar/calendar.el (calendar-holidays): Doc fix.
12444 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12446         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12447         Re-introduce the concept of a source window.
12448         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12449         consistency with get-buffer-create.
12450         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12451         (gdb-data-list-register-values-handler)
12452         (gdb-stack-list-locals-handler): Try to preserve window-start as
12453         well as window-point.
12454         (gdb-display-source-buffer): New function (old concept).
12455         (gdb-goto-breakpoint): Use it.
12457         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12458         for gdb-ui/gdb-mi (old concept).
12460 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12462         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12463         binding.
12465         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12467         * textmodes/reftex-sel.el (reftex-select-label-map)
12468         (reftex-select-bib-map): Add `follow-mouse' binding.
12470 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12472         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12473         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12474         Give :set functions to provide automatic updating.
12475         Update docstring.  Give compiler defvars early in the file
12476         and move the defcustoms to a later spot where all called functions
12477         are defined.
12478         (jka-compr-file-name-handler-entry): Doc fix.
12479         (jka-compr-compression-info-list--internal)
12480         (jka-compr-mode-alist-additions--internal)
12481         (jka-compr-load-suffixes--internal): New variables.
12482         (jka-compr-install): Set the three above variables.
12483         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12484         (jka-compr-update, jka-compr-set): New functions.
12485         (auto-compression-mode): Doc fix.
12487         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12488         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12489         Use jka-compr-compression-info-list--internal,
12490         jka-compr-mode-alist-additions--internal and
12491         jka-compr-load-suffixes--internal.
12493         * files.el (load-library):
12494         * loadhist.el (file-loadhist-lookup):
12495         * startup.el (command-line):
12496         * subr.el (locate-library):
12497         * emacs-lisp/autoload.el (update-directory-autoloads):
12498         * emacs-lisp/find-func.el (find-library-suffixes):
12499         Use `get-load-suffixes' instead of `load-suffixes'.
12501         * subr.el (locate-library):
12502         * emacs-lisp/find-func.el (find-library-name):
12503         Use `load-file-rep-suffixes' instead of '("").
12505 2006-02-26  Kim F. Storm  <storm@cua.dk>
12507         * ido.el (ido-save-history, ido-load-history): Simplify.
12508         Don't use find-file-noselect to avoid interference from other modes.
12510 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12512         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12513         to use the default shell if filename is not available.
12514         Reported by Giorgos Keramidas.
12516 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12518         * progmodes/etags.el (tags-completion-table): Do completion from
12519         all the tables in the current list, as documented in the manual.
12521 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12523         * CC Mode Update to 5.31.3.
12525 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12527         * progmodes/cc-mode.el (c-postprocess-file-styles):
12528         Bind inhibit-read-only to t, around the call to
12529         c-remove-any-local-eval-or-mode-variables, so that it works on a
12530         RO file.
12532 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12534         * progmodes/cc-awk.el: Correct a typo.
12536 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12538         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12539         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12540         name as an alias.
12542 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12544         * progmodes/cc-mode.el: Correct a typo.
12546 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12548         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12550 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12552         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12553         brace-else-brace (error due to mbeg, mend being undefined).
12555 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12557         * progmodes/cc-mode.el: File Local variables: Solve the problem
12558         where both `mode' and c-file-offsets are specified: `mode' will
12559         overwrite c-f-o's settings:
12560         (c-remove-any-local-eval-or-mode-variables): New function.
12561         (c-postprocess-file-styles): Call the above new function, within
12562         c-tentative-buffer-change, to splat `mode' and `eval' before the
12563         second hack-local-variables.
12565 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12567         * progmodes/cc-mode.el:
12568         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12569         (c-after-change): Protect the match data with save-match-data.
12570         It was getting corrupted by c-after-change-check-<>-operators.
12572         * cc-defs.el: [Supersedes patch V1.38]:
12573         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12574         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12576         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12577         with save-match-data.  It was being corrupted when Font Lock was
12578         not enabled.
12580 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12582         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12583         Mode and Subword Mode.
12585         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12586         real labels ("case 1:" or "foo:") from non-labels ("public:").
12587         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12588         coding; c-f-t-2 doesn't move over a token at EOB.
12590         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12592         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12593         (c-update-modeline): Concatenate the minor mode indicators
12594         directly onto mode-name, removing c-submode-indicators.
12595         Sometimes, c-s-i got separated from the mode name on the mode line.
12597         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12598         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12600 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12602         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12603         error message when there's an evaluation error to show whether
12604         it's loaded from source or not.
12605         (c-filter-ops): Make it available at runtime too to work when
12606         `c-make-init-lang-vars-fun' needs to evaluate from source.
12608 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12610         * help.el (help): Revert last part of 2006-02-23 change (deletion
12611         of the `provide' call).
12613 2006-02-23  Juri Linkov  <juri@jurta.org>
12615         * compare-w.el (compare-windows-highlight): Add new value
12616         `persistent' and change :type from `boolean' to `choice'.
12617         (compare-windows-overlays1, compare-windows-overlays2):
12618         New internal variables.
12619         (compare-windows-highlight): If compare-windows-highlight is
12620         `persistent', add current overlays to compare-windows-overlays[12]
12621         instead of adding compare-windows-dehighlight to pre-command-hook.
12622         (compare-windows-dehighlight): Delete all overlays from
12623         compare-windows-overlays[12].
12625         * info.el (Info-search): Don't bind search-spaces-regexp to
12626         Info-search-whitespace-regexp in non-regexp isearch mode.
12628 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12630         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12632 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12634         * textmodes/org.el (org-xemacs-p)
12635         (org-export-html-show-new-buffer, org-table-may-need-update)
12636         (org-insert-item, org-mhe-get-message-real-folder)
12637         (org-mhe-get-message-folder-from-index)
12638         (org-mhe-get-message-folder, org-mhe-get-message-num)
12639         (org-mhe-get-header, org-make-org-heading-search-string)
12640         (org-make-org-heading-camel, org-table-sort-lines)
12641         (org-format-org-table-html, org-format-table-table-html):
12642         Fix typos in docstrings.
12644 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12646         * textmodes/org.el (org-cleaned-string-for-export)
12647         (org-solidify-link-text): New function.
12648         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12649         XEmacs, just to silence the compiler.
12650         (org-export-as-ascii, org-export-as-html-and-open):
12651         Use `org-cleaned-string-for-export' and create internal links.
12652         (org-follow-mhe-link): Require mh-e, use folder.
12654 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12656         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12658         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12659         gdb-debug-log-length.
12660         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12661         it a real ring but...
12662         (gud-gdba-marker-filter): ...make it work like mark-ring.
12663         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12664         (gdb-mouse-jump): New function.  Add bindings.
12666 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12668         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12669         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12670         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12671         (gdb-debug-log-length): Customize it's length.
12672         (gud-watch, gdb-var-create-handler): Display function::var format
12673         but don't use to create variable object.
12674         (gdb-var-create-handler): Use message-box in place of message.
12675         (gdb-stopped): Call gdb-exited if signalled.
12677 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12679         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12681         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12683         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12684         if `reftex-try-all-extensions' is set.
12686         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12687         fail silently when there is no valid argument at point.
12688         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12689         `fail-silently' argument.  From a patch by David Reiter.
12691         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12692         New commands.
12693         (org-mark-ring): New variable.
12694         (org-mark-ring-length): New option.
12695         (org-open-at-point, org-goto, org-open-file): Push old position
12696         onto the mark ring.
12697         (org-add-hook): New function.
12698         (org-export-table-remove-special-lines): New option.
12699         (org-skip-comments, org-format-org-table-html): Respect new
12700         option `org-export-table-remove-special-lines'.
12701         (org-open-file): Allow special command configuration for
12702         directory link.
12703         (org-file-apps): Fix bugs in customize type, added setting
12704         for directories.
12705         (org-activate-tags, org-format-agenda-item, org-complete)
12706         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12707         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12708         (org-link-search, org-make-org-heading-search-string)
12709         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12710         (org-radio-targets, org-file-link-context-use-camel-case)
12711         (org-activate-camels): New options.
12712         (org-update-radio-target-regexp, org-all-targets)
12713         (org-make-target-link-regexp, org-activate-target-links):
12714         New functions.
12715         (org-make-org-heading-search-string): New function.
12716         (org-store-link, org-insert-link): Use new option
12717         `org-file-link-context-use-camel-case'.
12718         (org-activate-camels): Use new option `org-activate-camels'.
12719         (org-link-regexp): Add mhe prefix.
12720         (org-open-at-point, org-store-link): Support for mhe links.
12721         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12722         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12723         (org-mhe-get-header, org-follow-mhe-link): New functions.
12724         (org-remove-angle-brackets, org-add-angle-brackets):
12725         New functions.
12726         (org-bracket-link-regexp): New constant.
12727         (org-read-date): Fix bug that was rejecting all typed dates.
12728         (org-link-search): Make hierarchy above visible after a match.
12729         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12730         (org-store-link): Fix bug with link creation when cursor is in
12731         an empty line.
12732         (org-open-at-point): Fix bug with matching a link.
12733         Fixed buggy argument sequence in call to `org-view-tags'.
12734         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12735         (org-prefix-has-tag): New variable.
12736         (org-format-agenda-item): Remove tags from headline
12737         if appropriate.
12738         (org-agenda-remove-tags-when-in-prefix): New option.
12740 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12742         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12743         Fix the regular expressions.
12745 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12747         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12748         if there's no other specific basis.
12750         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12751         as variables at all.
12752         (unsafep-variable): Rename arg; doc fix.
12754         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12756         * calendar/appt.el (diary-selective-display): Add defvar.
12758         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12760         * isearch.el (search-whitespace-regexp): Fix custom type.
12762         * help.el (describe-key-briefly): Compute interactive args
12763         in same was as before previous change.
12765         * files.el (enable-local-variables): Doc fix.
12767 2006-02-21  Kim F. Storm  <storm@cua.dk>
12769         * fringe.el: Cleanup as file is now pre-loaded.
12770         (fringe-bitmaps): Initialize unconditionally.
12771         (fringe-mode, set-fringe-style): Remove autoload cookies.
12773 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12775         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12776         `horizontal-bar'.
12777         (fringe-cursor-alist): Use `horizontal-bar'.
12779 2006-02-20  Kim F. Storm  <storm@cua.dk>
12781         * fringe.el (fringe-bitmaps): Update to new bitmap names.
12782         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12784         * loadup.el: Load "fringe" on window systems.
12786 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12788         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12789         out of scope components.
12791         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12792         default.
12794 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
12796         * custom.el (customize-mark-to-save, customize-mark-as-set):
12797         Load the symbol first.
12799 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
12801         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12802         strech spec so it doesn't display as "^J" on the header line
12803         when `Buffer-menu-use-header-line' is t.
12805 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
12807         * speedbar.el (speedbar-make-button): Keep text properties
12808         of string arguments if desired.
12810         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12811         expessions.
12813         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12814         of speedbar.
12816 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
12818         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12819         to value of `read-file-name-completion-ignore-case'.
12821 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
12823         * custom.el (customize-mark-as-set): Push to `user' theme.
12825         * cus-edit.el (custom-save-variables): Allow unthemed values.
12826         (customize-set-variable): Push setting to `user' theme.
12828 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12830         * progmodes/gud.el: Don't require font-lock as it's now
12831         automatically loaded.
12832         (gud-speedbar-buttons): Replace gdb-var-changed with
12833         gdb-force-update.
12835         * progmodes/gdb-ui.el (gdb-force-update): Rename from
12836         gdb-var-changed.
12837         (gdb-post-prompt): Use it.
12838         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12839         (gdb-var-update-handler, gdb-var-delete)
12840         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12841         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12842         gdb-force-update in gdb-post-prompt.
12843         (gdb-reset): Clear watch expressions from speedbar when quitting.
12845 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12847         * viper-cmd.el (viper-insert-state-post-command-sentinel)
12848         (viper-change-state-to-vi, viper-change-state-to-emacs):
12849         Make aware of cursor coloring in the Emacs state.
12850         (viper-special-read-and-insert-char): Use read-char-exclusive.
12851         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12853         * viper-init.el (viper-emacs-state-cursor-color): New variable.
12855         * viper-util.el (viper-save-cursor-color)
12856         (viper-get-saved-cursor-color-in-replace-mode)
12857         (viper-get-saved-cursor-color-in-insert-mode)
12858         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12859         state.
12860         (viper-get-saved-cursor-color-in-emacs-mode): New function.
12862         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12863         (ediff-ignore-case-option3, ediff-actual-diff-options)
12864         (ediff-actual-diff3-options): New variables to control case sensitivity.
12865         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12866         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12867         (ediff-toggle-ignore-case): New function.
12868         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12870         * ediff-help.el (ediff-long-help-message-narrow2)
12871         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12872         (ediff-long-help-message-word-mode): Add ignore-case command.
12873         (ediff-help-for-quick-help): Add ignore-case command.
12875         * ediff-merg.el: Move provide to the end.
12877         * ediff-ptch.el: Move provide to the end.
12879         * ediff-wind.el: Move provide to the end.
12881         * ediff-mult.el: Move provide to the end.
12882         (ediff-set-meta-overlay): Enable follow-link.
12884         * ediff.el: Move provide to the end.
12885         Break recursive load cycle in eval-when-compile.
12886         (ediff-patch-buffer): Better heuristics.
12888         * ediff-util.el: Move provide to the end.
12889         Break recursive load cycle in eval-when-compile.
12890         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
12891         defuns.
12892         (ediff-submit-report): Pass the values of ediff-diff3-program,
12893         ediff-diff3-options.
12895 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
12897         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12898         the opening bracket of the following bracketing pairs: {}, [], (), <>,
12899         `' (for example, in the docstring of `windmove-default-keybindings').
12901 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
12903         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12904         shadow face.  Don't provide binding to edit variable when it is
12905         out of scope.
12907         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12908         (gdb-var-update-handler): Detect out of scope variables with pre
12909         GDB 6.4 too.
12910         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12911         Reset status of variable objects to nil in update handlers.
12912         (gdb-var-update-handler-1): Detect when a variable object comes
12913         in scope.  setcar on var changes gdb-var-list directly.
12915 2006-02-17  Juri Linkov  <juri@jurta.org>
12917         * ffap.el (ffap) <defface>: Add explicit face declaration.
12918         (ffap-highlight): Use face `ffap' directly instead of checking
12919         for its existence.
12921         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12922         `visible-ok' of `other-buffer' to find the right original buffer.
12924         * info.el (Info-search): Skip `Local Variables' node.
12926 2006-02-17  Juri Linkov  <juri@jurta.org>
12928         * info.el (Info-find-file): Check for symbols `apropos', `history',
12929         `toc' in the input filename, and return these symbols as is.
12930         (Info-find-node-2): Set Info-current-file to symbols `apropos',
12931         `history', `toc' instead of strings.
12932         (Info-set-mode-line): For non-string Info-current-file use the
12933         symbol's name inside **.
12934         (Info-isearch-push-state): Add quote before Info-current-file and
12935         Info-current-node.
12936         (Info-isearch-pop-state): Use `equal' instead of `string='.
12937         (Info-extract-pointer, Info-following-node-name): Use
12938         `match-string-no-properties' instead of `match-string'.
12939         (Info-up): Check `old-file' for `stringp'.
12940         (Info-history): Use `equal' instead of `string-equal'.
12941         Check `file' for `stringp'.
12942         (Info-history): Use symbol `history' instead of string as first arg
12943         of `Info-find-node'.
12944         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
12945         `toc' instead of string.
12946         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12947         instead of `buffer-substring', and `match-string-no-properties'
12948         instead of `match-string'.
12949         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12950         instead of strings.
12951         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12952         Use symbol `apropos' instead of string.
12953         (Info-copy-current-node-name): Check `Info-current-file' for
12954         `stringp' and construct a command with `Info-find-node' from it.
12955         (Info-fontify-node): Use `match-string-no-properties' instead of
12956         `match-string' and check file names for `stringp'.
12957         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12958         `history', `toc' instead of strings.
12960 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
12962         * files.el: Rearrange functions and variables in the file local
12963         variables section.
12965 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
12967         * files.el: Add truncate-lines, ispell-check-comments and
12968         ispell-local-dictionary as safe local variables.
12970 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
12972         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12973         out of scope variables.
12974         (gud-speedbar-buttons): Use unless.
12976         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12977         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12978         (gdb-show-changed-values): Also use for out of scope variables.
12979         (gdb-var-update-handler-1): Note if variable goes out of scope.
12981 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
12983         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12984         default to global variable values for unsupplied args.
12985         (rcirc-get-buffer-create): Fix bug with setting the target.
12986         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12987         test for rcirc-always-use-server-buffer-flag here.
12988         (rcirc-response-formats): Add %N, which is a facified nick.  %n
12989         uses the default face.  Change the ACTION format string.  If the
12990         "nick" is the server, don't print anything for that field.
12991         Comment fixes.
12992         (rcirc-target-buffer): Don't test
12993         rcirc-always-use-server-buffer-flag here.
12994         (rcirc-print): Squeeze extra spaces out of the text before message.
12995         (rcirc-put-nick-channel): Strip potential "@" char from nick
12996         before adding them to nick table.
12997         (rcirc-url-regexp): Improve to match address like "foo.com".
12999 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
13001         * allout.el (allout-hidden-p): Move this defsubst before
13002         allout-overlay-interior-modification-handler, where it is first
13003         used.
13005 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
13007         * allout.el: Use allout invisible-text overlays instead of
13008         selective display for concealed text.  Also, lots of general
13009         cleanup, and improved compatibility code.
13011         (allout-version) Incremented, corrected, revised, and refined
13012         module commentary.
13014         (provide 'allout): Moved to the bottom, added a require of overlay.
13016         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13017         `except-current'.
13018         (allout-write-file-hook-handler): Minimize delay.
13019         (count-trailing-whitespace-region): New function so
13020         auto-encryption of current topic can resituate cursor exactly.
13021         PGP/GPG encryption trims trailing whitespace from lines, which
13022         must be accounted for across encryption then decryption.
13024         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13025         just plain "\C-c", to avoid intruding on user's keybinding space.
13027         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13028         parameter, so user request to provide a new password is done.
13030         (allout-outside-normal-auto-fill-function, allout-auto-fill):
13031         Refined mechanism for auto-filling behavior while in allout mode.
13033         (allout-mode): Explicitly specify the mode map in the docstring.
13034         Clarify provision for various write-file hook var names.
13035         Adjusted for invisible-text overlays instead of selective-display.
13037         (allout-depth): Really return 0 if not within any topic.  This
13038         rectifies `allout-beginning-of-level' and sequence numbering
13039         errors that occur when cutting and pasting numbered topics.
13040         Changed from a in-line subst to a regular function, as well.
13042         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13044         (allout-end-of-subtree, allout-end-of-subtree)
13045         (allout-end-of-entry, allout-end-of-current-heading)
13046         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13047         (allout-show-children, allout-show-to-offshoot)
13048         (allout-hide-current-entry, allout-show-current-entry): Rectified
13049         handling of trailing blank lines between items.
13051         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13052         (allout-current-depth, allout-unprotected, allout-hidden-p)
13053         (allout-on-current-heading-p, allout-listify-exposed)
13054         (allout-chart-subtree, allout-goto-prefix)
13055         (allout-back-to-current-heading, allout-get-body-text)
13056         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13057         (allout-hide-region-body, allout-toggle-subtree-encryption)
13058         (allout-encrypt-string, allout-encrypted-key-info)
13059         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13060         (allout-file-vars-section-data): Adjusted for use with
13061         invisible-text overlays instead of selective-display.
13063         (allout-kill-line, allout-kill-topic, allout-yank-processing):
13064         Reworked for use with invisible text overlays.
13066         (allout-current-topic-collapsed-p): New function.
13068         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13069         to know when to close the containing topic.
13071         (allout-pre-command-business, allout-post-command-business):
13072         Simplify undo-batching and dynamic isearch exposure.
13074         (allout-set-overlay-category): New for invisible-text overlays.
13075         Sets properties of allout-overlay-category, used by
13076         allout-flag-region to set invisible-text overlay properties.
13077         (allout-get-invisibility-overlay): Get the first qualifying
13078         invisibility overlay, so we can find the extent of it.
13079         (allout-back-to-visible-text): Get to just before the beginnining
13080         of the current invisibility overlay, if any.
13082         (allout-overlay-insert-in-front-handler)
13083         (allout-overlay-interior-modification-handler)
13084         (allout-before-change-handler, allout-isearch-end-handler): New
13085         functions to handle extraordinary actions affecting concealed
13086         text.
13088         (allout-flag-region): Use overlays instead of selective-display
13089         for invisible text - by inheritence from the properties of
13090         allout-overlay-category in mainline Emacs, and applied
13091         property-by-property in XEmacs, some recent versions of which
13092         don't inherit the properties from the category.  Provisions to
13093         respond to concealed-text edits simplified drastically.
13095         (allout-isearch-rectification, allout-isearch-was-font-lock)
13096         (allout-isearch-expose, allout-enwrap-isearch)
13097         (allout-isearch-abort, allout-pre-was-isearching)
13098         (allout-isearch-prior-pos, allout-isearch-did-quit)
13099         (allout-isearch-dynamic-expose)
13100         (allout-hide-current-entry-completely): Functions deleted.
13102         (allout-undo-aggregation): Explicit undo aggregation no longer
13103         necessary due to transition away from selective-display.
13105         (set-allout-regexp, allout-up-current-level)
13106         (allout-next-visible-heading, allout-forward-current-level)
13107         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13108         (allout-kill-line, allout-yank-processing, allout-show-children)
13109         (allout-expose-topic, allout-old-expose-topic)
13110         (allout-listify-exposed, allout-insert-latex-header)
13111         (allout-toggle-subtree-encryption, allout-encrypt-string)
13112         (remove-from-invisibility-spec, allout-hide-current-subtree):
13113         Ditched unused variables.
13115 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
13117         * textmodes/ispell.el (ispell-change-dictionary): Call
13118         ispell-buffer-local-dict instead of
13119         ispell-accept-buffer-local-defs.
13120         (ispell-local-dictionary-alist): Accept as valid any coding-system
13121         supported by Emacs.
13122         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13123         changed to iso-8859-3.
13125 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
13127         * speedbar.el (speedbar-frame-width): Make an inline function
13128         instead of a macro.  Use frame-width.
13129         (speedbar-try-completion, speedbar-update-contents)
13130         (speedbar-timer-fn): Use consp.
13131         (speedbar-update-localized-contents): Try to preserve point.
13133         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13134         (menu): Re-order menu items.
13135         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13136         field.
13137         (gdb-var-update-handler-1): Use it for GDB 6.4+.
13138         (gdb-post-prompt): Speed things by not forcing update.
13140 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
13142         * wid-edit.el (widget-button-click): For mouse-1, cancel button
13143         press and perform default action if we get a mouse movement event.
13145 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13147         * calendar/icalendar.el (icalendar--get-event-property)
13148         (icalendar--get-event-property-attributes): Fix typos in
13149         docstrings.
13151         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13152         docstring.
13154 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
13156         * bs.el (bs-mode): Use `buffer-disable-undo'.
13157         (bs--get-file-name): Simplify.
13158         (bs-show-in-buffer): Mark the buffer as not modified.
13160 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13162         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13163         widget-button-click.
13165         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13166         (custom-mode): Update docstring.
13168         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13169         binding.
13171         * files.el (hack-local-variables-confirm): Allow scrolling if the
13172         file variable list is too long.  Kill temp buffer after use.
13174 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
13176         * progmodes/gud.el (gdb): Improve doc string.
13177         (gdb-script-font-lock-keywords): Expand allowed character set.
13179         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13180         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13181         (gdb-separate-io-interrupt, gdb-separate-io-quit)
13182         (gdb-separate-io-stop, gdb-separate-io-eof):
13183         Rename from gdb-inferior-* to gdb-separate-*.
13184         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13186 2006-02-14  Jay Belanger  <belanger@truman.edu>
13188         * calc/calc-arith.el (math-check-known-scalarp): Make sure
13189         expression is a symbol before checking that it is bound.
13191         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13192         test to see if equation can be solved.
13194 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13196         * wid-edit.el (widget-button-click): Use :pressed-face property
13197         for overlay face, if it exists.
13199         * cus-edit.el (custom-manual, custom-add-see-also)
13200         (custom-add-parent-links, custom-group-link): Add :pressed-face
13201         property to links.
13203         * files.el (hack-local-variables): Remove ignored variables before
13204         checking if any variables need setting.
13206 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13208         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13210 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
13212         * help.el (where-is): Fix message for remapped commands.
13214         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13215         Fix typos in docstrings.
13217 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
13219         * files.el (safe-local-variable-values): New option.
13220         (hack-local-variables-prop-line): Return a list of variable-value
13221         pairs if MODE-ONLY is non-nil.
13222         (hack-local-variables): Construct list of variable-value pairs,
13223         and apply or reject them in one go.  Ask for confirmation if
13224         variables are not known safe.
13225         (hack-local-variables-confirm): Complete rewrite.  Support
13226         `safe-local-variable-values'.
13227         (enable-local-variables): Update docstring to reflect new
13228         behavior.
13229         (ignored-local-variables): Ignore ignored-local-variables and
13230         safe-local-variable-values.
13231         (safe-local-variable-p): New function.
13232         (risky-local-variable-p): `safe-local-variable' property check
13233         moved to safe-local-variable-p.
13234         (hack-one-local-variable): Checks moved to hack-local-variables.
13236         (byte-compile-dynamic, c-basic-offset, c-file-style)
13237         (c-indent-level, comment-column, fill-column, fill-prefix)
13238         (indent-tabs-mode, kept-new-versions, no-byte-compile)
13239         (no-update-autoloads, outline-regexp, page-delimiter)
13240         (paragraph-start, paragraph-separate, sentence-end)
13241         (sentence-end-double-space tab-width, version-control):
13242         Add `safe-local-variable' property.
13244         * find-lisp.el: Delete nonexistent `autocompile' file variable.
13246         * icomplete.el, play/landmark.el: Change nonexistent
13247         `outline-layout' file variable to `allout-layout'.
13249 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
13251         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13252         (gdb-get-changed-registers): Test value of gud-minor-mode relative
13253         to gud-comint-buffer.
13254         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13255         gdb-ui.el for gdb-mi.el.
13256         (gdb-post-prompt, gdb-get-changed-registers): Move test for
13257         registers buffer to gdb-get-changed-registers.
13258         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
13259         deletion of catchpoints (throw and catch).
13260         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13261         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13262         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13263         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13264         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13266 2006-02-13  Jay Belanger  <belanger@truman.edu>
13268         * calc/calc-arith.el (math-check-known-matrixp): Make sure
13269         expression is a symbol before checking that it is bound.
13271 2006-02-13  Richard M. Stallman  <rms@gnu.org>
13273         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13274         for the minibuffer too, but not if resize-mini-windows will interfere.
13276         * help.el (describe-key-briefly, describe-key): Do all arg-reading
13277         inside `interactive' spec.
13278         (describe-key-briefly-internal, describe-key-internal):
13279         Functions merged back into their callers.
13281 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
13283         * info.el (info-xref-visited): Inherit from info-xref too.
13284         (Info-set-mode-line): Replace occurrences of `%' by `%%'
13285         when propertizing Info-current-file and Info-current-node.
13287 2006-02-13  Juri Linkov  <juri@jurta.org>
13289         * tumme.el (tumme-thumbnail-storage): Fix docstring.
13290         (tumme-thumb-name): Fix per-directory format.
13292 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
13294         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13296 2006-02-12  Miles Bader  <miles@gnu.org>
13298         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13300 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
13302         * tumme.el: Remove history section.  If someone needs the it, it
13303         can always be found in CVS.
13305 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13307         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
13308         about the Thumbnail Managing Standard option.
13310 2006-02-12  Richard M. Stallman  <rms@gnu.org>
13312         * subr.el (substitute-key-definition): Doc fix.
13314         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13316         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13318         * info.el (Info-mode): Doc fix.
13320         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13322 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
13324         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13325         because on Solaris a POSIX compatible "id" is needed.  Reported by
13326         Magnus Henoch <mange@freemail.hu>.
13328 2006-02-12  Juri Linkov  <juri@jurta.org>
13330         * tumme.el: Remove todo item about Thumbnail Managing Standard.
13331         (tumme) <defgroup>: Change :group to `multimedia'.
13332         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13333         Managing Standard.
13334         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13335         Fix dostring.
13336         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13337         and %y.  Fix docstring.
13338         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13339         (tumme-cmd-create-standard-thumbnail-command): New user options.
13340         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13341         is `standard'.  Fix docstring.
13342         (tumme-thumb-width, tumme-thumb-height): New user options.
13343         (tumme-external-viewer): Try to find various viewers.
13344         (tumme-get-thumbnail-image): Use `create-image' instead of
13345         constructing the `image' structure.
13346         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13347         `standard'.
13348         (tumme-thumb-name): Add file name generation for standard storage.
13349         Simplify code for other storages.
13350         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13351         Add modification time %m and thumbnail-nq8 %q.
13352         Use `tumme-cmd-create-standard-thumbnail-command' if
13353         tumme-thumbnail-storage is `standard'.
13354         (tumme-dired-insert-marked-thumbs): New autoload command.
13355         (tumme-dired-after-readin-hook): New function.
13356         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13357         `tumme-thumb-size'.
13358         (tumme-display-image): Replace size-x %x and size-y %y with
13359         width %w and height %h.
13361         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13362         `tumme-dired-insert-marked-thumbs'.
13364 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13366         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13367         include path).
13368         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13369         matching tag.
13371 2006-02-12  Miles Bader  <miles@gnu.org>
13373         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13374         New variables.
13375         (rcirc-abbrev-nick): New function.
13376         (rcirc-format-response-string): Rewrite to use the formats in
13377         `rcirc-response-formats' and expand escape sequences therein.
13378         A text-property `rcirc-text' is added over the actual response
13379         text to make easy to find inside the returned string.
13380         (rcirc-print): When filling, just look for the `rcirc-text'
13381         text-property to find the appropriate fill prefix, instead of
13382         using hardwired patterns.
13384 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13386         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13387         Managing Standard.
13389 2006-02-11  Kim F. Storm  <storm@cua.dk>
13391         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13392         Don't use insert-buffer; do insert-buffer-substring directly.
13393         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13395 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13397         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13398         with inhibit-read-only.  Suggested by Stefan Monnier.
13399         (revert-buffer): Let insert-file-contents discard
13400         buffer-undo-list.  Simplify code.
13401         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13403 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13405         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13407         * help.el (describe-key-briefly): Now a wrapper for
13408         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13409         to t.  Populate yank-menu if empty.
13410         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13411         (describe-key): Now a wrapper for describe-key-internal.  Bind
13412         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13413         (describe-key-internal): Renamed from describe-key.
13415 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13417         * progmodes/glasses.el (glasses-separator): Doc fix.
13418         (glasses-original-separator): New defcustom.
13419         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13421 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13423         * mwheel.el (mouse-wheel-up-event): Doc fix.
13425 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13427         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13428         (tumme-dir): New function.  Copied from thumbs.el.
13430 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13432         * desktop.el (desktop-outvar): Fix typo.
13433         (desktop-save-buffer-p): Doc fix.
13435         * subr.el (substitute-key-definition): Fix typo.
13437 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13439         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13440         when window-system is mac.
13442         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13444 2006-02-10  Kim F. Storm  <storm@cua.dk>
13446         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13447         indirect-function instead of using condition-case.
13449 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13451         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13452         less `colloquial'...
13454 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13456         * tumme.el: Add a couple of todo items.
13458 2006-02-09  Lars Hansen  <larsh@soem.dk>
13460         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13461         (highlight-changes-mode): Don't change desktop-locals-to-save.
13463 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13465         * image-mode.el (image-toggle-display): Clear image cache if using
13466         filename.
13468 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13470         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13471         a `dired-man' target.
13473         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13474         boundary of symbols.
13476 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13478         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13480 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13482         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13483         `mapcar'; return nil.
13485 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13487         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13488         some other event.
13490 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13492         * net/rcirc.el (rcirc-startup-channels-alist):
13493         Add irc.freenode.net and #emacs as defaults.
13494         (rcirc-ignore-all-activity-flag): Remove variable.
13495         (rcirc-authinfo): New variable.
13496         (rcirc-authinfo-filename): Remove variable.
13497         (rcirc-always-use-server-buffer-flag): New flag.
13498         (rcirc): M-x rcirc will automatically connect without prompting.
13499         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13500         connection in lisp.
13501         (rcirc-process-server-response-1): Remove everything but the nick
13502         portion of the sender so it doesn't need to be done everywhere
13503         else.  Update related code.
13504         (global-map): Remove global keybindings.
13505         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13506         (rcirc-send-input): Split into several functions.
13507         (rcirc-process-input-line, rcirc-process-message)
13508         (rcirc-process-command): New functions.
13509         (rcirc-target-buffer): New function to determine where to route
13510         messages.
13511         (rcirc-user-nick): Save match data.
13512         (rcirc-toggle-ignore-buffer-activity)
13513         (rcirc-update-activity-string): Remove global ignore functionality,
13514         which can be done now by toggling rcirc-track-minor-mode.
13515         (rcirc-track-minor-mode-map): New keymap.
13516         (rcirc-track-minor-mode): New minor-mode.
13517         (ignore): Make the ignore output nicer.  Always print it when
13518         adding or removing nicks.
13519         (rcirc-url-regexp): Improve.
13520         (rcirc-mangle-text): Remove properties before using text in the
13521         modeline.
13522         (rcirc-authenticate): Authentication data comes from
13523         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13524         (rcirc-server-prefix): Inherit from rcirc-server.
13526 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13528         * Makefile.in (compile): Append "|| true" to the end of the `find'
13529         command, like compile-always does.
13531 2006-02-08  Sam Steingold  <sds@gnu.org>
13533         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13534         output from a dead connection.
13536 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13538         * dired.el (dired-mode-map): Add more bindings for tumme.
13540 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13542         * wdired.el (wdired-mode-map): Use remap.
13543         (wdired-get-filename): Massage.
13544         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13545         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13546         `keymap' property rather than `local-map'.
13548 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13550         * tumme.el (tumme-get-thumbnail-image): New utility function.
13551         Suggested by from Chong Yidong.
13552         (tumme-dired-with-window-configuration): Rename from
13553         `tumme-dired'.  Add code to save window configuration.
13554         (tumme-restore-window-configuration): New command to restore the
13555         window configuration that `tumme-dired-with-window-configuration'
13556         saves before it changes the window configuration.
13557         (tumme-show-all-from-dir): New command to display thumbnails for
13558         all files in a directory entered by the user, like M-x thumbs.
13559         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13560         have been created.
13561         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13562         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13563         Remove obsolete test function.
13565 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13567         * vc.el (small-temporary-file-directory): Remove defvar; there's
13568         a defcustom for it in files.el.
13570         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13571         Fix typo in message.
13572         (tumme-gallery-generate): Fix typo in `error' message.
13573         (tumme-display-window-height-correction)
13574         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13575         (tumme-line-up-interactive): Dox fixes.
13576         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13577         (tumme-restore-window-configuration, tumme-format-properties-string)
13578         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13579         Fix typos in docstrings.
13581 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13583         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13585 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13587         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13588         User should use hook if desired.
13590         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13591         buffer if necessary.
13592         (gdb-delete-frame-or-window): New function.
13593         (gdb-breakpoints-mode-map): Bind "q" to it.
13595 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13597         * textmodes/nroff-mode.el: Clean up name space.
13598         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13599         (nroff-mode): Obey the global setting of nroff-electric-mode.
13600         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13602         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13604 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13606         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13608 2006-02-06  Lars Hansen  <larsh@soem.dk>
13610         * generic-x.el (etc-fstab-generic-mode): Add file system types
13611         cifs and usbdevfs.  Allow special chars in file names.
13613 2006-02-05  Jay Belanger  <belanger@truman.edu>
13615         Update copyright notices of the files in lisp/calc.
13617 2006-02-05  Romain Francoise  <romain@orebokech.com>
13619         Update copyright notices of all files in the lisp/play directory.
13621 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13623         * ldefs-boot.el: Regenerate.
13625         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13627 2006-02-05  Kim F. Storm  <storm@cua.dk>
13629         * files.el (magic-mode-regexp-match-limit): New defvar.
13630         (set-auto-mode): Use it to limit magic-mode-alist matching.
13632 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13634         * info.el (Info-index, Info-mode): Improve the description of the
13635         `i' command.
13637         * ldefs-boot.el: Regenerate.
13639 2006-02-03  Werner Lemberg  <wl@gnu.org>
13641         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13642         greedy to find the closing bracket in \*[...] and similar
13643         expressions.  This is a first rough fix -- many additional
13644         refinements are necessary to make nroff mode really usable with groff.
13646 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13648         * international/mule-cmds.el (set-locale-environment):
13649         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13650         libX11.
13652 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13654         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13655         archive are created in archive-tmpdir.
13657 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13659         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13660         (ibuffer-fontification-alist): Use it.
13661         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13662         to "* z" and the Ibuffer Mark menu.
13664         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13666 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13668         * textmodes/table.el (*table--cell-describe-mode)
13669         (*table--cell-describe-bindings): Undo last change since
13670         print-help-return-message is not obsoleted by anything at all.
13672 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13674         * emulation/cua-base.el (cua-mode): Doc fix.
13676 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13678         * dframe.el (dframe-handle-make-frame-visible)
13679         (dframe-handle-iconify-frame, dframe-get-focus)
13680         (dframe-select-attached-frame, dframe-power-click)
13681         (dframe-frame-mode): Fix typos in docstrings.
13683         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13684         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13685         Fix typos in docstrings.
13687         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13688         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13689         (hi-lock-archaic-interface-message-used)
13690         (hi-lock-file-patterns-range): Fix typos in docstrings.
13692         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13693         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13695         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13696         Fix typo in docstring.
13698         * net/newsticker.el (newsticker--decode-iso8601-date)
13699         (newsticker--set-customvar, newsticker--buffer-insert-item)
13700         (newsticker--do-run-auto-mark-filter)
13701         (newsticker--parse-generic-feed): Doc fixes.
13702         (newsticker--retrieval-timer-list, newsticker-url-list)
13703         (newsticker-hide-immortal-items-in-echo-area)
13704         (newsticker-hide-obsolete-items-in-echo-area)
13705         (newsticker-new-item-face, newsticker--enclosure)
13706         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13707         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13708         (newsticker--parse-generic-feed, newsticker--cache-contains)
13709         (newsticker--stat-num-items, newsticker-download-enclosures):
13710         Fix typos in docstrings.
13712         * net/rcirc.el (rcirc-debug): Doc fix.
13713         (rcirc-fill-column, rcirc-receive-message-hooks)
13714         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13715         (rcirc-mode, rcirc-generate-new-buffer-name)
13716         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13717         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13718         Fix typos in docstrings.
13719         (rcirc-print): "?\ " -> "?\s".
13720         (rcirc-cmd-join): Improve argument/docstring consistency.
13722 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13724         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13725         before narrow-to-region.
13727 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13729         * simple.el (move-beginning-of-line): Scan properly for invis change.
13731         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13733 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13735         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13736         change bit only when id-format is 'integer.  Reported by Matt
13737         Hodges <M.P.Hodges@rl.ac.uk>.
13739 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13741         * hilit-chg.el (highlight-changes-initial-state)
13742         (highlight-changes-global-initial-state): Doc fixes.
13743         (highlight-changes-global-modes, global-highlight-changes):
13744         Fix typos in docstrings.
13746 2006-02-01  Kim F. Storm  <storm@cua.dk>
13748         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13749         transient-mark-mode in doc string.
13751 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13753         * replace.el (multi-occur): Doc fix.
13754         (multi-occur-in-matching-buffers): Rename from
13755         multi-occur-by-filename-regexp.  Prefix arg says match
13756         buffer names instead of file names.
13758 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13760         * bs.el: Allow non-default values of `bs-header-lines-length'.
13761         (bs--running-in-xemacs): Remove (not needed anymore).
13762         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13763         instead of `shrink-window', thus avoiding having to compute the
13764         height of the window.
13765         (bs--up): Wrap around even when there's no header.
13766         (bs--down): Use `forward-line' instead of `next-line'.
13768 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13770         * image-mode.el (image-toggle-display): Use file name if possible,
13771         instead of unnecessarily allocating a (possibly huge) lisp string.
13773 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13775         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13776         because the `assert' macro signals it at runtime.
13778         * emacs-lisp/cl.el (toplevel): Remove definition of
13779         `cl-assertion-failed' condition.
13781 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
13783         * thumbs.el (thumbs-marked-list): Make buffer-local and
13784         permanent-local.
13785         (thumbs-insert-thumb): Make help-echo non-sticky.
13786         (thumbs-file-alist): Use eolp as check for (non)-image.
13788 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
13790         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13791         (ediff-before-session-group-setup-hooks)
13792         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13793         Fix typos in docstrings.
13795         * window.el (bw-dir, bw-eqdir, balance-windows)
13796         (split-window-keep-point): Fix typos in docstrings.
13798         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13799         (org-quote-string, org-calendar-to-agenda-key)
13800         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13801         (org-show-following-heading, org-tags-column)
13802         (org-use-tag-inheritance, org, org-allow-space-in-links)
13803         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13804         (org-enable-table-editor, org-calc-default-modes)
13805         (org-table-allow-automatic-line-recalculation)
13806         (org-export-html-style, org-export-with-fixed-width)
13807         (org-export-with-sub-superscripts, org-special-keyword)
13808         (org-formula, org-time-grid, org-table-may-need-update)
13809         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13810         (org-goto-quit, org-get-indentation, org-end-of-item)
13811         (org-move-item-down, org-move-item-up)
13812         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13813         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13814         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13815         (org-agenda-log-mode, org-agenda-toggle-diary)
13816         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13817         (org-agenda-file-to-end, org-agenda-no-heading-message)
13818         (org-agenda-get-closed, org-format-agenda-item)
13819         (org-cmp-priority, org-cmp-category, org-cmp-time)
13820         (org-agenda-change-all-lines, org-agenda-diary-entry)
13821         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13822         (org-link-search, org-camel-to-words, org-open-file)
13823         (org-remember-handler, org-table-convert-region)
13824         (org-table-move-row-down, org-table-move-row-up)
13825         (org-table-copy-region, org-table-wrap-region)
13826         (org-table-toggle-vline-visibility)
13827         (org-table-get-vertical-vector, org-table-modify-formulas)
13828         (org-table-get-specials, org-recalc-commands)
13829         (org-table-rotate-recalc-marks, org-table-eval-formula)
13830         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13831         (org-level-color-stars-only, org-insert-heading):
13832         Fix typos in docstrings.
13833         (last-arg): Add defvar.
13835         * makefile.w32-in (WINS): Add erc.
13836         (MH_E_SRC): Update (copied from lisp/Makefile.in).
13838 2006-01-29  Bill Wohler  <wohler@newt.com>
13840         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13841         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13842         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
13843         (mh-autoloads): Don't use comments on otherwise empty lines.
13845 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
13847         * emulation/viper.el (viper-major-mode-modifier-list): Add
13848         insert-state and vi-state entries for erc-mode.
13849         (viper-go-away, viper-set-hooks): Add and remove
13850         viper-comint-mode-hook from erc-mode-hook as appropriate.
13852         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13854 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
13856         * bs.el (bs--format-aux): Implement `middle' alignment as
13857         described in the docstring for `bs-attributes-list'.
13858         (bs--get-name): Simplify.  Don't pad the buffer name.
13860 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
13862         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13863         English aspell dictionary is installed, use the first entry of
13864         ispell-dictionary-alist-1.
13866 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
13868         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13869         Doc fix.
13871 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
13873         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13874         for `process-file', in order to let it work for older Emacsen too.
13876 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
13878         * international/latexenc.el: Add a suitable `coding:' tag.
13879         (latexenc-find-file-coding-system): Undo last change.
13881 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13883         * international/latexenc.el (latexenc-find-file-coding-system):
13884         Make sure latexenc-main-file is a regular file and is readable.
13886 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
13888         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13889         Pass FILE to vc-user-login-name.
13891         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13893 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
13895         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13896         there are no more images to display.
13897         (thumbs-mark, thumbs-unmark): Revert change so that they move to
13898         the next image.
13900 2006-01-26  Richard M. Stallman  <rms@gnu.org>
13902         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13904         * wid-edit.el (advertised-widget-backward): New alias.
13905         (widget-keymap): Use advertised-widget-backward for S-TAB.
13907         * tumme.el: Correct the keywords.
13908         (tumme-dir-max-size): Use defvar.
13909         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13911         * simple.el (move-beginning-of-line): Take account of fields.
13912         (clone-indirect-buffer-other-window): Take args like
13913         clone-indirect-buffer, and work like it.
13915         * help-fns.el (describe-function): Don't pass `nil' as default.
13917         * files.el (risky-local-variable-p): Follow var aliases.
13919         * subr.el (lazy-completion-table): Doc fix.
13921         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13922         global binding of `line'.
13924 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
13926         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13927         Tramp.
13929         * vc.el (vc-default-dired-state-info): Pass FILE to
13930         vc-user-login-name.
13931         (vc-default-update-changelog): Don't use vc-user-login-name, we
13932         don't need it here.
13934         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13935         no longer necessary.
13937 2006-01-25  Kenichi Handa  <handa@m17n.org>
13939         * international/mule.el (decode-char): Avoid the overhead of
13940         calling utf-lookup-subst-table-for-decode if
13941         utf-translate-cjk-mode is nil.
13942         (encode-char): Avoid the overhead of calling
13943         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13944         nil.
13946 2006-01-22  Kenichi Handa  <handa@m17n.org>
13948         * international/mule.el (make-subsidiary-coding-system): Reset
13949         `coding-system-define-form' property of subsidiaries to nil.
13950         Avoid duplicated entry in coding-system-alist.
13951         (make-coding-system): Avoid duplicated entry in
13952         coding-system-alist.
13953         (define-coding-system-alias): Likewise.
13955 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
13957         * completion.el: Minor fixes in introductory comment.
13958         (completion-def-wrapper): Fix alist.
13960 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
13962         * thumbs.el (thumbs-new-image-size): New function.
13963         (thumbs-increment-image-size-element)
13964         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13965         (thumbs-decrement-image-size): Delete.
13966         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
13967         temp files and use to resize.
13968         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13969         Use increment argument to enlarge/shrink.  Preserve point.
13970         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13971         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13972         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13973         (thumbs-mark, thumbs-unmark): Preserve point.
13974         (thumbs-modify-image): Keep old temp files and use to modify.
13975         Cleanup old temp files at load time.  Preserve point.
13976         (thumbs-view-image-mode-map): Use new command names.
13978 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
13980         * log-view.el (log-view-minor-wrap): First rev is the one at point.
13982         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13983         the nastiest part of the cyclic dependency.
13984         (cal-menu-update): Use dotimes and calendar-increment-month.
13986         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13987         (calendar-week-start-day): Add an :initializer.
13988         (calendar-mode-map): Use suppress-keymap, and command remapping.
13989         (describe-calendar-mode): Setup xref-stack info for the back button.
13990         (calendar-star-date): Insert before delete.
13991         (calendar-set-mode-line): Add file-modified info if applicable.
13992         (calendar-increment-month): New function.
13994 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
13996         * font-lock.el (lisp-font-lock-keywords-2):
13997         Recognize "& keywords" only at word boundaries.
13999 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
14001         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
14002         and permanent-local.
14003         (thumbs-max-image-number): New variable.
14004         (thumbs-do-thumbs-insertion): Use them.
14005         (thumbs-per-line): Change default to 4.
14006         (thumbs-marked-list): Rename from thumbs-markedL.
14007         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14008         (thumbs-rename-images): Use -list instead of L for internal variables.
14009         (thumbs-call-convert): Use call-process instead of shell-command.
14010         (thumbs-insert-thumb): Add filename as help-echo to each image.
14011         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14012         Give dir to thumbs-show-thumbs-list.
14013         (thumbs-show-thumbs-list): Set default-directory to that of images.
14014         (thumbs-dired-show): Rename from thumbs-dired-show-all.
14015         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14016         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14017         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14019 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14021         * ses.el (ses-read-cell): Provide a default value.
14023 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
14025         * term/w32-win.el (image-library-alist): Add additional names for
14026         GIF library.
14028 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14030         * international/latexenc.el (latexenc-find-file-coding-system):
14031         Add file-regular-p check.
14033 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14035         * simple.el (clone-buffer): Don't show the new buffer in the same
14036         window.
14038 2006-01-23  Juri Linkov  <juri@jurta.org>
14040         * faces.el (link, link-visited): New faces based on default values
14041         of `info-xref' and `info-xref-visited'.
14043         * info.el (info-xref): Inherit from `link'.
14044         (info-xref-visited): Inherit from `link-visited'.
14046         * cus-edit.el (custom-buffer-create-internal): Use widget type
14047         `custom-manual' instead of `info-link' and don't set properties
14048         `button-face' and `mouse-face' explicitly.
14049         (custom-browse-group-tag, custom-browse-variable-tag)
14050         (custom-browse-face-tag): Inherit from widget class
14051         `custom-group-link' instead of `push-button'.
14052         (custom-button-unraised): Inherit from `underline' face.
14053         (custom-link): Inherit from `link' face.  Fix doc and group.
14054         (custom-add-parent-links, custom-group-value-create): Don't set
14055         properties `button-face' and `mouse-face' explicitly for
14056         `custom-group-link' widget.
14057         (custom-group-link): Add properties `button-face' and `mouse-face'
14058         to widget definition.
14059         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
14060         editable-field's :keymap property.
14061         (custom-mode): Fix docstring: substitute keybindings for
14062         `widget-forward' and `widget-backward' from `widget-keymap',
14063         `widget-complete' from `custom-field-keymap', replace old
14064         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
14066         * desktop.el (desktop-load-file): Check for `fboundp' before
14067         calling `symbol-function'.
14069         * simple.el (clone-buffer, clone-indirect-buffer)
14070         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14071         `read-string'.  Fix prompts.
14073         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14075 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
14077         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14079 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
14081         * startup.el (inhibit-splash-screen, initial-scratch-message):
14082         Doc fixes.
14084 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
14086         Sync with Tramp 2.0.52.
14088         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14089         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
14090         `tramp-unload-tramp' for checklist.
14092         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14093         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
14094         (tramp-unload-file-name-handler-alist)
14095         (tramp-unload-tramp): New defuns.
14096         (tramp-advice-PC-expand-many-files): New defadvice.
14097         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
14098         removed.
14099         (tramp-handle-expand-file-name): Remove double slash.
14100         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14101         It doesn't matter, because it will be converted later on.
14102         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
14103         implementation was just heuristic.
14104         (tramp-post-connection): Set uid and gid properties.
14105         (tramp-convert-file-attributes): Set file's gid change bit.
14106         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14107         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14108         in case of su(do)? methods.  The home directory of the local user
14109         will be taken else.
14110         (tramp-open-connection-telnet)
14111         (tramp-open-connection-rsh, tramp-open-connection-su)
14112         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
14113         local shell prompt could hurt.  Reported by Romain Francoise
14114         <romain@orebokech.com>.
14115         (tramp-let-maybe): Add `edebug-form-spec' property.
14116         (tramp-handle-expand-file-name): Bind `default-directory' locally
14117         to "/" in order to avoid problems with UNC shares or Cygwin
14118         mounts.
14119         (tramp-md5-function): Fix typo in error message.
14121         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14123         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14124         for byte-compiler pacification.
14126 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
14128         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14129         ID-FORMAT `string'.  This allows us to get rid of
14130         `vc-user-login-name UID'.
14132         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14134 2006-01-22  John Paul Wallington  <jpw@pobox.com>
14136         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14138 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
14140         * emacs-lisp/find-func.el (find-definition-noselect)
14141         (find-variable-noselect): Search variables in C source code too.
14142         (find-function-C-source, find-function-noselect, find-function)
14143         (find-function-other-frame, find-variable-noselect, find-variable)
14144         (find-variable-other-frame, find-variable-at-point):
14145         Fix docstrings.
14147 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14149         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14151 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
14153         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14154         Default to disabling the "Save affix" question.
14156 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
14158         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14159         the first arg to run-python.
14161 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
14163         * startup.el (command-line-1): Handle --no-desktop if desktop.el
14164         is not loaded.
14166 2006-01-20  Jay Belanger  <belanger@truman.edu>
14168         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14169         limit is 0.
14171         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14172         the correct variable.
14174 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
14176         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14177         link.  Fixed buggy argument sequence in call to `org-view-tags'.
14178         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14179         (org-prefix-has-tag): New variable.
14180         (org-format-agenda-item): Remove tags from headline if
14181         appropriate.
14182         (org-agenda-remove-tags-when-in-prefix): New option.
14183         (org-get-tags-at): New function.
14185 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
14187         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
14188         (thumbs-find-image): Move image name and number from buffer name
14189         to mode name.  Set thumbs-buffer.  Preserve point so that large
14190         images remain visible.
14191         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14192         order.
14193         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
14194         mode name.
14195         (thumbs-next-image, thumbs-previous-image): Make them work.
14197 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
14199         * cus-edit.el (custom-buffer-create-internal): State in the text above
14200         the whole buffer buttons that they do not operate on hidden items.
14201         (custom-face-menu): Use `custom-face-save' instead of
14202         `custom-face-save-command'.
14203         (custom-face-save-command): Make it an alias for `custom-face-save'
14204         and declare it obsolete.
14205         (custom-face-save): Doc fix.
14207         * dired.el (dired-no-confirm): Add quote.
14208         (dired-subdir-alist-pre-R): Add quote in
14209         `make-variable-buffer-local' form and remove unbalanced parenthesis.
14211 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14213         * textmodes/table.el (table-mode-indicator): Typo in last change.
14215 2006-01-19  Richard M. Stallman  <rms@gnu.org>
14217         * outline.el (hide-leaves): Don't call outline-end-of-heading.
14218         Fixes bug reported in Nov 2005.
14220         * isearch.el (isearch-forward): Doc fix.
14222         * dired.el (dired-move-to-filename-regexp): Define as alias.
14223         (dired-no-confirm): Use defcustom.
14224         (dired-subdir-alist-pre-R): Put defvar at top level.
14226         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14228         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14229         Mark as risky.
14231         * simple.el (set-mark-command): Doc fix.
14232         (clone-indirect-buffer-other-window):
14233         Read arg like clone-indirect-buffer.
14234         (move-beginning-of-line): Skip invisible newlines.
14236 2006-01-19  Masatake YAMATO  <jet@gyve.org>
14238         * progmodes/cpp.el (cpp-edit-load): Make the order of
14239         listed conditions in a base C code buffer and its associate
14240         CPP Edit buffer the same.
14242 2006-01-19  Kenichi Handa  <handa@m17n.org>
14244         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14245         (rmail-mime-feature): Likewise.
14246         (rmail-require-mime-maybe): Use display-warning to show a warning
14247         message.
14249         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14250         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14252 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14254         * array.el: Move defvars out of eval-when-compile.
14255         (array-make-template): Replace undeclared global var with a local one.
14256         (array-mode): Inline initialization functions.
14257         (array-init-local-variables, array-init-max-row)
14258         (array-init-max-column, array-init-columns-per-line)
14259         (array-init-field-width, array-init-rows-numbered)
14260         (array-init-line-length, array-init-lines-per-row): Remove.
14262         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
14263         (doc-mode-map): Define explicitly.
14264         (doctor-txtype): Use mapc.
14266         * textmodes/table.el: Move defvars out of eval-when-compile.
14267         Remove harmful code meant to avoid byte-compiler warnings.
14268         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
14269         specification that checks table-fixed-width-mode directly.
14270         (table-recognize-region, table-recognize-cell):
14271         Use restore-buffer-modified-p.
14272         (table-fixed-width-mode): Remove code that refreshes
14273         table-fixed-mode-indicator.
14274         (*table--cell-describe-bindings, *table--cell-describe-mode):
14275         Avoid obsolete name print-help-return-message.
14276         (table--test-cell-list): Don't use replace-regexp from elisp.
14277         (table--point-entered-cell-function, table--point-left-cell-function):
14278         Don't set table-fixed-mode-indicator, use force-mode-line-update.
14280         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
14281         that was after the end of file.  Use buffer-file-name variable.
14282         (org-timestamp-change): Use with-current-buffer.
14283         (org-todo-list): Don't unnecessarily define a new buffer-local var.
14284         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14285         `file'.
14287         * progmodes/fortran.el: Move defvars out of eval-when-compile.
14288         (fortran-break-line): Remove unused var `opoint'.
14289         (fortran-abbrev-start): Obey help-event-list.
14291 2006-01-18  Jesper Harder  <harder@phys.au.dk>
14293         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14295 2006-01-18  Masatake YAMATO  <jet@gyve.org>
14297         * progmodes/make-mode.el (makefile-imake-mode): New mode
14298         derived from makefile-mode.
14299         (makefile-imake-mode-syntax-table): New syntax table
14300         derived from makefile-mode-syntax-table.
14301         (makefile-mode): Write about makefile-imake-mode in doc string.
14302         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14303         (makefile-imake-font-lock-keywords): New font lock keywords.
14305         * files.el (auto-mode-alist): Add Imakefile.
14307 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
14309         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14310         loading the file rather than when turning on flyspell-mode.
14312 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14314         * cus-edit.el (customize-rogue): Minor doc fix.
14316 2006-01-17  Juri Linkov  <juri@jurta.org>
14318         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14319         instead of the file at the mark as default if the file at the mark
14320         is the same as the file at point or if dired-dwim-target-directory
14321         is not the same as the current directory and the mark is not active.
14323         * log-view.el (log-view-minor-wrap): Use the same logic to get
14324         revisions as `log-view-diff'.
14326         * info.el (Info-revert-find-node): Check for Info-current-file
14327         before preserving new-history.
14329         * man.el (Man-heading-regexp): Add `/'.
14331         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14332         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14334 2006-01-16  Juri Linkov  <juri@jurta.org>
14336         * faces.el (mode-line-faces): New defgroup.
14337         (mode-line-highlight): Move definition after new defgroup.
14338         (mode-line, mode-line-inactive, mode-line-highlight):
14339         Replace :group `modeline' with `mode-line-faces'.
14340         (mode-line-buffer-id): New face.
14341         (modeline-buffer-id): New face alias.
14342         (vertical-border): Remove :group `modeline'.
14344         * bindings.el (propertized-buffer-identification): Use face
14345         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14346         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14347         (mode-line-buffer-identification-keymap): For mouse-1 replace
14348         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14349         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14350         mouse-3.
14352         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14353         Buffer-menu-buffer.  Doc fix.
14354         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14355         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14356         `Buffer-menu-buffer'.
14358         * info.el (Info-mode-line-node-keymap): New defvar.
14359         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14360         Propertize Info-current-node with `mode-line-buffer-id' and
14361         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14363         * time.el (display-time-mail-face): Replace :group `faces' with
14364         `mode-line-faces'.
14366 2006-01-16  Kenichi Handa  <handa@m17n.org>
14368         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14370         * language/european.el (cp1252): New alias for windows-1252.
14372         * international/mule.el (autoload-coding-system): Prepare for EOL
14373         variants.
14375 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14377         * term.el (term-raw-map): Add mapping for insert.
14378         (term-send-insert): New.
14379         (term-mode): Make variables local here instead of doing it in
14380         `term-emulate-terminal'.
14381         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14382         Scroll reverse needs to take into account the scroll region.
14383         Saving and restoring the cursor should save the color attributes too.
14384         (term-reset-terminal): Reset the scroll region.
14385         (term-handle-ansi-escape): Cursor up and down should take into
14386         account the scroll region.
14387         (term-set-scroll-region): Rename from `term-scroll-region'.
14388         Move to 0,0 after setting the region.
14389         (term-handle-scroll): Handle scroll up.
14390         (term-down): Fix off by one error.
14391         (term-delete-lines): Do not delete outside the scroll region.
14392         (term-insert-lines): Take into account the scroll region.
14394 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14396         * textmodes/ispell.el (ispell-internal-change-dictionary)
14397         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14398         (start, end): Move declaration outside of eval-when-compile.
14400         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14401         (flyspell-mode-on): Use it.
14403         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14404         ispell-kill-ispell-hook.
14406 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14408         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14409         (Custom-reset-saved): Do not ask for confirmation in single option
14410         buffers.
14412 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14414         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14416 2006-01-13  Romain Francoise  <romain@orebokech.com>
14418         * add-log.el (add-change-log-entry, change-log-merge):
14419         Conditionally use `hard-newline'.
14421 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14423         * wid-edit.el (widget-field-end): If the overlay is no longer
14424         associated with a buffer, behave as if the overlay didn't exist.
14426         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14427         Make sure the links use the `custom-link' face.
14429 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14431         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14432         (ld-script-mode): Don't set indent-line-function since we don't
14433         have one.
14435 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14437         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14438         application.
14439         (org-file-apps-defaults-gnu): Use mailcap as the default for
14440         selecting an application on a UNIX system.
14441         (org-agenda-show-tags): New command.
14442         (org-table-insert-hline): Keep cursor in current table line.
14443         (org-table-convert): Offset effect of modifying
14444         `org-table-insert-hline'.
14445         (org-format-agenda-item): New optional argument TAG.
14446         (org-compile-prefix-format): Handle %T format for the tag.
14447         (org-expand-wide-chars): New function.
14448         (org-table-insert-row, org-table-insert-hline):
14449         Use `org-expand-wide-chars'.
14450         (org-open-file): Fix bug in program launch.
14451         (org-get-time-of-day): Fix bug with times before 1am.
14452         (org-agenda-menu): Add tags commands.
14454 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14456         * textmodes/ispell.el (ispell-init-process): Include the used
14457         dictionary in ispell process start message.
14458         (ispell-internal-change-dictionary): When flyspell-mode is active
14459         and dictionary is changed, make sure ispell process is restarted
14460         and flyspell word cache cleared out for the current buffer.
14461         (ispell-change-dictionary): Make sure flyspell word cache is
14462         cleared out in all buffers with active flyspell mode when
14463         dictionary is globally changed.
14464         Call ispell-internal-change-dictionary after dictionary change.
14466 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14468         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14470         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14471         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14472         years.  Fix small differences wrt Makefile.in.
14473         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14474         Makefile.in does.
14476 2006-01-12  Bill Wohler  <wohler@newt.com>
14478         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14479         mh-search.el.
14481 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14483         * progmodes/ld-script.el: Update copyright year.
14485 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14487         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14488         Don't add widget if setting undefined.
14490 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14492         * help-fns.el (describe-variable): Remove newlines from void
14493         variable output.
14495 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14497         * wdired.el (wdired-mode-map): Add help echo for
14498         wdired-abort-changes.
14500         * man.el (Man-file-name-regexp): Adjust for a list of files.
14502 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14504         * progmodes/ld-script.el (auto-mode-alist): Support
14505         suffix conventions used in netbsd and eCos.
14507 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14509         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14510         (custom-variable-menu, custom-face-menu, custom-group-menu)
14511         (Custom-mode-menu): Change names of menu items.  (As discussed on
14512         emacs-devel.)
14513         (custom-face-menu): Add "Undo Edits" item.
14515         * startup.el (init-file-user): defcustom -> defvar.
14517         * tooltip.el (tooltip-mode): Doc fix.
14519 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14521         * reveal.el (reveal-post-command): window-buffer signals an error on
14522         dead windows rather than returning nil.
14523         (reveal-open-new-overlays): An overlay might die while we open others.
14525 2006-01-11  Bill Wohler  <wohler@newt.com>
14527         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14528         phrasing in docstring.
14530         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14531         can give some systems gas.  Add new file mh-buffers.el.
14533 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14535         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14536         C preprocessor forward ported from GNU Emacs 21.2.
14538         * progmodes/asm-mode.el (asm-font-lock-keywords):
14539         Use `cpp-font-lock-keywords'.
14541         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14543         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14544         of $ for "\\.ld[s]?".
14546 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14548         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14549         (tcl-indent-line): Return `noindent' if inside a string.
14551         * progmodes/flymake.el (flymake-split-string): Remove more than one
14552         empty string at beg/end of the result.
14553         (flymake-find-buildfile, flymake-find-possible-master-files):
14554         Use expand-file-name.
14555         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14556         since expand-file-name does it for us.  Use directory-file-name.
14557         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14558         (flymake-ler-get-type, flymake-ler-get-text)
14559         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14560         (flymake-current-line-no): Remove spurious interactive spec.
14561         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14562         (flymake-check-include): Remove arg inc-path merged into inc-name.
14563         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14564         Arg regexp-list replaced by a simple regexp.
14565         (flymake-master-make-header-init, flymake-master-tex-init):
14566         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14568 2006-01-10  Simon Josefsson  <jas@extundo.com>
14570         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14571         describing AUTH PLAIN fix.
14573 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14575         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14576         (report-emacs-bug): Don't record initial prompt text.
14577         Instead, add text properties to prompting text.
14578         (report-emacs-bug-hook): Delete prompting text.
14580 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14582         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14583         `dirs'.  Adjust callers.
14585 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14587         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14589 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14591         * reveal.el (reveal-open-new-overlays): New extracted fun.
14592         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14593         using them.  Simplify the code.
14594         (reveal-post-command): Use them.  Fix up obsolete windows in
14595         reveal-open-spots.
14597         * progmodes/flymake.el: Use `require' rather than autoload for
14598         XEmacs's overlays.
14599         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14600         Delete.  Use file-relative-name instead.
14601         (flymake-get-syntax-check-program-args, flymake-perl-init):
14602         Simplify the resulting code.
14604         * log-view.el (log-view-file-re, log-view-message-re): Add support
14605         for DaRCS output.
14607 2006-01-09  Alex Schroeder  <alex@gnu.org>
14609         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14610         identifiers sometimes added in square brackets at the beginning of
14611         subject lines.
14613 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14615         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14616         (Custom-reset-current, Custom-reset-saved): Change question text.
14617         (Custom-reset-standard): Likewise.
14618         (custom-variable-reset-saved): Doc fix.
14620 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14622         * startup.el (init-file-user): Doc fix.
14624 2006-01-07  Alex Schroeder  <alex@gnu.org>
14626         * mail/rmail.el (rmail-current-subject): New function.
14627         (rmail-current-subject-regexp): New function.
14628         (rmail-next-same-subject): Use it.
14630         * mail/rmailsum.el (rmail-summary-by-topic):
14631         Use rmail-current-subject and rmail-current-subject-regexp.
14632         (rmail-summary-next-same-subject): Ditto.
14634         * net/rcirc.el (rcirc-send-input): No longer check whether the
14635         process is open, since not all commands need an open process.
14636         (rcirc-send-string): Check whether the process is open before
14637         sending anything.
14638         (rcirc-ignore-list): New option.
14639         (rcirc-ignore-list-automatic): New variable.
14640         (rcirc-print): Take rcirc-ignore-list into account.
14641         (rcirc-cmd-ignore): New command.
14642         (rcirc-ignore-update-automatic): New function.
14643         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14644         list if ignored nicks.
14645         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14647 2006-01-06  David Reitter  <david.reitter@gmail.com>
14649         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14650         reflect the address to which the report will be sent.
14652 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14654         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14655         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14657 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14659         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14661         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14662         the doc string: "functoin" => "function".
14663         * ldefs-boot.el: Likewise.
14665         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14666         message text: "Duplicat" => "Duplicate".
14668 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14670         * files.el (basic-save-buffer-2): If backing-up failed, reset
14671         buffer-backed-up to nil.
14673 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14675         * progmodes/gud.el (gdb-script-skip-to-head)
14676         (gdb-script-calculate-indentation): Indent for breakpoint command
14677         lists also.
14679 2006-01-05  Bill Wohler  <wohler@newt.com>
14681         * Makefile.in (compile-always): Add mh-autoloads dependency.
14682         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14683         provides it.
14684         (updates): Remove mh-autoloads dependency, since it probably has
14685         already run recently (via recompile).
14687 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14689         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14690         argument `force' to disable the flyspell-last-buffer optimization.
14691         (flyspell-mode-on): Use it.
14693         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14694         flymake-simple-cleanup.
14695         (flymake-allowed-file-name-masks): Use this new default.
14696         All the functions are now called in the right buffer rather than
14697         passing the buffer as argument.
14698         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14699         (flymake-parse-err-lines): Remove redundant buffer arg.
14700         (flymake-get-program-dir): Comment out unused function.
14701         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14702         Remove redundant buffer argument.
14703         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14704         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14706 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14708         * info.el (Info-find-node): Don't record previous node if have none.
14709         (info): Go to directory only if history is empty.
14711         * simple.el (mark): Doc fix.
14713 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14715         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14716         already of desired type.
14717         (mac-ae-list): Coerce parameter to "list" type.
14718         (mac-dispatch-apple-event): Replace cadr part of event with a
14719         dummy position so that event-start returns it.
14721 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14723         * textmodes/org.el (org-end-of-subtree): New function.
14724         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14725         Use `org-end-of-subtree'.
14726         (org-agenda, org-agenda-convert-date): Protect calls to
14727         `fit-window-to-buffer'.
14728         (org-tags-view): Force matching of sublevels when doing a
14729         todo-only search.  Define the correct redo command, including the
14730         arguments.
14731         (org-agenda-redo): Display message.
14732         (org-check-for-org-mode): New function.
14733         (org-agenda-type): New variable.
14734         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14735         Set `org-agenda-type'.
14736         (org-agenda-check-type): New function.
14737         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14738         (org-agenda-week-view, org-agenda-day-view)
14739         (org-agenda-next-date-line, org-agenda-previous-date-line)
14740         (org-agenda-log-mode, org-agenda-toggle-diary)
14741         (org-agenda-toggle-time-grid, org-agenda-date-later)
14742         (org-agenda-date-prompt, org-agenda-diary-entry)
14743         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14744         (org-agenda-convert-date, org-agenda-menu):
14745         Use `org-agenda-check-type'.
14746         (org-make-overlay, org-delete-overlay)
14747         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14748         New compatibility functions.
14749         (org-calendar-select-mouse): New command.
14751 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14753         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14754         (Custom-reset-standard): Fix y-or-n-p messages.
14755         (custom-link): New face for links.
14756         (custom-buffer-create-internal, custom-manual): Use it.
14757         (custom-face-save): Push to theme-face before setting face spec.
14759         * wid-edit.el (widget-default-mouse-face-get): New function.
14760         (widget-specify-button): Handle mouse-face like button-face.
14762         * custom.el (load-theme): Clear old theme settings if reloading.
14764 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14766         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14767         "Erase Customization" button back to same position it occupies in
14768         the individual State menus.
14770 2006-01-04  Kim F. Storm  <storm@cua.dk>
14772         * wid-edit.el (key-sequence): Rework widget to read key binding
14773         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14774         (widget-key-sequence-default-value): Default value for empty sequence.
14775         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14776         (widget-key-sequence-read-event): New command for C-q.
14777         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14778         (widget-key-sequence-value-to-external): New functions.
14780 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14782         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14783         Use expand-file-name.
14784         (flymake-delete-temp-directory): Use expand-file-name,
14785         file-name-directory, and directory-file-name.
14786         (flymake-strrchr): Delete.
14787         (flymake-start-syntax-check): Don't pass the redundant buffer argument
14788         to the init-f function.
14789         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14790         (flymake-init-find-buildfile-dir)
14791         (flymake-init-create-temp-source-and-master-buffer-copy)
14792         (flymake-simple-make-init-impl, flymake-simple-make-init)
14793         (flymake-master-make-init, flymake-master-make-header-init)
14794         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14795         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14796         (flymake-xml-init): Remove corresponding redundant buffer argument.
14797         (flymake-allowed-file-name-masks): Remove last elems that are equal to
14798         the default anyway.  Clean up regexps.
14800         * progmodes/flymake.el (flymake-temp-source-file-name)
14801         (flymake-master-file-name, flymake-temp-master-file-name)
14802         (flymake-base-dir): New buffer-local vars.
14803         (flymake-buffer-data, flymake-get-buffer-value)
14804         (flymake-set-buffer-value): Replace those hash-tables by the new
14805         buffer-local vars.  Update callers.
14807         * progmodes/flymake.el (flymake-check-start-time)
14808         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14809         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14810         Move definition, so we can remove redundant earlier declaration.
14811         (flymake-replace-regexp-in-string, flymake-split-string)
14812         (flymake-get-temp-dir): Use defalias.
14813         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
14814         (flymake-xemacs-window-edges): Remove unused function.
14815         (flymake-get-point-pixel-pos): Move.
14816         (flymake-pid-to-names, flymake-reg-names)
14817         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14818         Replace by a simple list flymake-processes and by process-buffer.
14819         Update callers.  Other than simplify the code, it uses buffers rather
14820         than buffer-names so it doesn't get confused by uniquify.
14821         (flymake-buffer-data): The global value should just be nil.
14823         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14824         Optimize the body of a defalias like any other code.
14826         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14827         Make sure we've setup font-lock's vars.  It may influence which
14828         function we then call.
14829         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14830         here since it's too late anyway.
14832 2006-01-03  Romain Francoise  <romain@orebokech.com>
14834         * startup.el (fancy-splash-tail, normal-splash-screen):
14835         Update copyright year.
14837 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
14839         * mouse.el (mouse-drag-track): Rename, from
14840         `mouse-drag-region-1'.  Includes optional argument required to
14841         enable post-drag event processing (e.g. delete region keys).
14842         Can be used without this argument to track a mouse region and operate
14843         on it as soon as the drag completes.
14844         (mouse-drag-region): Use `mouse-drag-track'.
14846 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
14848         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14849         Move to `custom-buffer' group.
14851         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14852         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14853         (custom-theme-insert-face-marker, custom-theme-variable-menu)
14854         (custom-theme-face-menu): New variables.
14855         (custom-theme-add-variable, custom-theme-variable-action)
14856         (custom-variable-reset-theme, custom-theme-delete-variable)
14857         (custom-face-reset-theme, custom-theme-face-action)
14858         (custom-theme-delete-face, custom-theme-merge-theme)
14859         (custom-theme-add-face, custom-theme-visit-theme): New functions.
14861 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
14863         * custom.el: Move Custom Themes commentary to start of theme code.
14864         (custom-known-themes): Rename `standard' theme to `changed'.
14865         (custom-push-theme): Caller no longer specifies what theme to use
14866         when doing `reset'---the setting is simply removed from the theme.
14867         Delete MODE from `theme-value' and `theme-settings' properties.
14868         (custom-declare-theme): Ignore &rest args since we don't use them.
14870         (custom-loaded-themes): Delete variable.
14871         (custom-theme-load-themes, custom-theme-loaded-p)
14872         (custom-theme-value): Delete functions.
14874         (custom-declare-theme): Signal error on invalid theme names.
14875         (provide-theme): custom-loaded-themes was deleted.
14876         (load-theme): Load the file unconditionally.
14877         (enable-theme): Call `load-theme' if theme is undefined.
14878         (custom-enabled-themes): Only update value for successful loads.
14879         (disable-theme): Complete from enabled themes when interactive.
14880         (custom-variable-theme-value): Calculate theme value directly.
14882         (custom-theme-reset-variables, custom-reset-variables): Mark as
14883         XEmacs compatibility functions.  We don't actually use these.
14885         * cus-edit.el (custom-variable-state-set):
14886         Use custom-variable-theme-value instead of custom-theme-value.
14887         (custom-face-state-set): Rename `standard' theme to `changed'.
14888         (custom-save-variables, custom-save-faces): Delete unneeded
14889         references to custom-reset-variables.
14890         (custom-save-resets): Delete function.
14891         (custom-save-variables, custom-save-faces): MODE argument deleted.
14892         (custom-save-variables, custom-save-faces): Ignore theme values.
14894         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14895         compatibility function.
14897 2006-01-01  Richard M. Stallman  <rms@gnu.org>
14899         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14900         (Custom-reset-current, Custom-reset-saved): Likewise.
14901         (Custom-reset-standard): Show message if aborted.
14902         (custom-mode): Doc fix, describing those commands.
14904         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14905         put on event-kind property.
14907 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
14909         * custom.el (provide-theme): Ban `user' theme name.
14910         (custom-enabling-themes): New variable.
14911         (enable-theme): Don't enable user if custom-enabling-themes is t.
14912         (custom-enabled-themes): Make it a defcustom.
14913         (custom-theme-recalc-face): No-op if face is undefined.
14915         * cus-edit.el (custom-button-mouse): New variable.
14916         (custom-button-mouse): New face.
14917         (custom-raised-buttons, custom-mode): Use it.
14919         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14921 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14923         * progmodes/gud.el (gud-display-line): Support hl-line in the
14924         source buffer.
14926 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
14928         * mouse.el (mouse-drag-window-above): Verify that the found window
14929         overlaps with the given window in the horizontal dimension.
14931 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
14933         * Makefile.in (cvs-update): New target.
14935         * makefile.w32-in (cvs-update): Ditto.
14937 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
14939         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14940         (custom-new-theme-mode-map): New variable.
14942 2005-12-30  Richard M. Stallman  <rms@gnu.org>
14944         * custom.el (custom-load-themes): Function deleted.
14946         * cus-edit.el (custom-save-loaded-themes): Function deleted.
14947         (custom-save-variables): Don't delete or add custom-load-themes call.
14949 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14951         * cus-start.el: Add `visible-cursor'.
14953         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14954         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14955         (flymake-process-filter): Switch to buffer before calling it instead.
14956         (flymake-post-syntax-check, flymake-highlight-err-lines)
14957         (flymake-delete-own-overlays, flymake-parse-err-lines)
14958         (flymake-start-syntax-check, flymake-start-syntax-check-process)
14959         (flymake-count-lines, flymake-parse-residual):
14960         Remove constant buffer argument.
14961         (flymake-start-syntax-check-for-current-buffer): Remove.
14962         Update callers to use flymake-start-syntax-check instead.
14963         (flymake-display-err-menu-for-current-line):
14964         Remove unused var `mouse-pos'.
14965         (flymake-restore-formatting): Comment out unused function.
14966         (flymake-report-status, flymake-report-fatal-status): Remove buffer
14967         argument, use current-buffer instead.  Update callers.
14969 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14971         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14972         buffer-local because choose-completion-delete-max-match requires
14973         that we set completion-ignore-case (i.e., binding via let is not
14974         sufficient).
14975         (bibtex-complete): Always set completion-ignore-case and
14976         choose-completion-string-functions.  The latter is needed because
14977         choose-completion-string-functions keeps its value if we quit the
14978         *Completions* buffer without requesting a completion.
14980 2005-12-30  Andreas Schwab  <schwab@suse.de>
14982         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14984 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
14986         * jit-lock.el (jit-lock-chunk-size): Doc fix.
14988 2005-12-30  Juri Linkov  <juri@jurta.org>
14990         * locate.el (locate-fcodes-file, locate-header-face)
14991         * progmodes/delphi.el (delphi-other-face)
14992         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14994         * paren.el (show-paren-match, show-paren-mismatch): Use existing
14995         group `paren-showing-faces'.
14997         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14998         (goto-address): Fix docstring.
15000         * net/webjump.el (webjump-sample-sites): Update URLs.
15002         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15004         * subr.el (cancel-change-group): Add listp around pending-undo-list.
15006 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15008         * font-lock.el (font-lock-compile-keywords): Signal an error when
15009         font-lock-set-defaults hasn't been called.
15011 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
15013         * subr.el (noreturn, 1value): Doc fixes.
15015 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15017         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15018         that assoc-string returns nil.
15020 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15022         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15023         (bibtex-entry-type-str, bibtex-empty-field-re)
15024         (bibtex-search-backward-string, bibtex-preamble-prefix)
15025         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15026         (bibtex-any-valid-entry-type): New variable.
15027         (bibtex-parse-field-name): Simplify.
15028         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15029         (bibtex-preamble-prefix): Include left delimiter.
15030         (bibtex-search-forward-field, bibtex-search-backward-field):
15031         Allow unbounded search past entry boundaries (required by bibtex-pop).
15032         (bibtex-text-in-field-bounds): Use push.
15033         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15034         (bibtex-parse-preamble, bibtex-valid-entry)
15035         (bibtex-beginning-first-field): New functions.
15036         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
15037         (bibtex-map-entries): Fix docstring.
15038         (bibtex-flash-head): New arg prompt.  Simplify.
15039         (bibtex-enclosing-field): Include code of bibtex-inside-field.
15040         (bibtex-insert-kill): Simplify.  Always insert text past the
15041         current field or entry.
15042         (bibtex-format-entry): Use bibtex-parse-field.
15043         (bibtex-pop): Use bibtex-beginning-of-entry and
15044         bibtex-end-of-entry to initiate the search.  Insert empty field if
15045         we found ourselves.
15046         (bibtex-print-help-message): New args field and comma.
15047         Handle entry keys.
15048         (bibtex-make-field): Use bibtex-beginning-of-entry.
15049         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
15050         invalid entry.
15051         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15052         Handle preambles.  Simplify code for thorough test.
15053         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15054         New arg comma.  Handle entry heads.
15055         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15056         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15057         New arg comma.
15058         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15059         (bibtex-fill-field): Simplify.
15060         (bibtex-fill-entry): Use bibtex-beginning-first-field and
15061         bibtex-parse-field.
15062         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15063         (bibtex-complete): Use bibtex-parse-preamble.
15065 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
15067         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15068         Display name of expression instead of convenience variable.
15069         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15071         * progmodes/gud.el (gud-tooltip-dereference): Rename from
15072         toggle-gud-tooltip-dereference.
15073         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15074         (gud-tooltip-tips): ...here when dereferencing.
15076 2005-12-28  Bill Wohler  <wohler@newt.com>
15078         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15080 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15082         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15083         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
15084         (vc-annotate-display-autoscale): Adjust call.
15085         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
15086         Fix interactive spec.
15087         (vc-annotate-time-span): Remove.
15088         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15089         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15090         (vc-annotate-display-select): Use new name.
15092         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15093         (vc-annotate-mode-menu): Remove left-over redundant declaration.
15094         Correct the construction of span entries.  Simplify.
15095         (vc-annotate-display-select): Fix the nil case.
15096         (vc-annotate): Remove obsolete (and now broken) code.
15097         (vc-annotate-extract-revision-at-line): Remove obsolete code.
15098         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
15100 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
15102         * subr.el (lazy-completion-table): Correct typo in docstring.
15104         * startup.el (command-line): Use `custom-reevaluate-setting' for
15105         `send-mail-function'.
15107         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15109 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
15111         * mail/smtpmail.el (smtpmail-try-auth-methods):
15112         Send credentials together with "AUTH PLAIN" command.
15114 2005-12-27  Richard M. Stallman  <rms@gnu.org>
15116         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15117         mouse-2, go back to previously selected window, so it's selected
15118         when mouse-2 command runs.
15120 2005-12-27  Juri Linkov  <juri@jurta.org>
15122         * descr-text.el (describe-text-sexp): Use square brackets for
15123         button [Show] to distinguish it from the property value `show'.
15124         (describe-property-list): Use `insert-text-button' with
15125         `help-face' type instead of putting face in quotes, because button
15126         is not created automatically for a list of faces.
15127         (describe-text-properties-1): Put button-type value in quotes to
15128         distinguish from plain text "button".
15129         (describe-char): Display code point values in hex.  Don't use
15130         `symbol-name' for `current-input-method' because it is a string.
15131         Use `insert-text-button' with `help-face' type instead of putting
15132         hardcoded face in quotes, because button is not created automatically.
15134 2005-12-27  Richard M. Stallman  <rms@gnu.org>
15136         * progmodes/glasses.el (glasses-face): More specific custom type.
15138         * files.el (set-visited-file-name): Doc fix.
15140         * textmodes/flyspell.el (flyspell-external-point-words):
15141         Use local var buffer-scan-pos to advance scan for next misspelling.
15142         Advance it only after we find the misspelling.
15144 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
15146         * textmodes/flyspell.el (flyspell-external-point-words):
15147         New criteria for finding the misspelling in the buffer.
15149 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
15151         * help-mode.el (help-insert-string): Set help-xref-stack-item
15152         rather than call help-setup-xref.
15154         * descr-text.el (describe-char): Revert previous changes for
15155         optional buffer argument.
15157 2005-12-27  Juri Linkov  <juri@jurta.org>
15159         * help-mode.el (help-insert-string): New function.  Save buffer
15160         contents in cases where it is impossible to recompute the old contents.
15162         * descr-text.el (describe-char): Set help-xref-stack-item
15163         explicitly after buffer has been generated.
15165 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15167         * cus-start.el (all): Add x-gtk-show-hidden-files.
15169 2005-12-26  Richard M. Stallman  <rms@gnu.org>
15171         * replace.el (perform-replace): Calculate match-again
15172         before skipping read-only matches.
15174         * paren.el (paren-showing-faces): New group.
15175         (show-paren-match, show-paren-mismatch): Move to that group.
15177         * button.el (button): Put into group `basic-faces'.
15179         * progmodes/make-mode.el: Remove faces from group `faces'.
15181         * apropos.el (apropos, apropos-value): Doc fix.
15182         (apropos-documentation): Doc fix.
15184 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15186         * subr.el (lazy-completion-table): Remove argument `args'.
15188         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15189         Don't use the `args' argument of lazy-completion-table.
15191 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
15193         * descr-text.el (describe-char): Add optional argument for buffer.
15194         Set buffer appropriately.  Call help-setup-xref.
15195         Suggested by Stefan Monnier.
15197 2005-12-26  Juri Linkov  <juri@jurta.org>
15199         * descr-text.el: Require `help-fns' at runtime.  Don't require
15200         `button' for byte compilation.
15201         (describe-text-widget): Add `help-echo' for first button.
15202         Use `help-info' for second.
15203         (describe-property-list): Use `help-argument-name' instead of `italic'.
15204         (describe-text-category): Add prompt to interactive spec.
15205         Call `help-setup-xref'.
15206         (describe-char): Use `help-character-set'.  Add `help-echo' for
15207         code point.  Use `help-input-method'.  Remove superfluous insert.
15209 2005-12-25  Richard M. Stallman  <rms@gnu.org>
15211         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15212         at point, in case of narrowing.
15214         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15216         * locate.el (locate-header-face): Allow nil in type.
15218         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15220 2005-12-25  Romain Francoise  <romain@orebokech.com>
15222         * battery.el (battery-linux-proc-acpi): Also try
15223         `/proc/acpi/thermal_zone/THM0/temperature'.
15225 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
15227         * custom.el (custom-push-theme): Fix docstring.
15229         * cus-edit.el (custom-variable-set, custom-variable-save)
15230         (custom-variable-save): Custom-quote widget values.
15231         (customize-save-variable): Fix custom-push-theme call.
15233 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
15235         * w32-fns.el (w32-batch-update-autoloads): New function.
15237         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15238         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15239         from the command line.
15241 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
15243         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
15244         reset means to remove setting from theme entirely.  Don't keep
15245         expanding theme-settings list; delete old entries if necessary.
15247         * cus-edit.el (custom-buffer-create-internal): Move "Erase
15248         customization" button one line up.
15249         (custom-themed): New face.
15250         (custom-magic-alist): New value, THEMED, for theme settings.
15251         (custom-variable-state-set, custom-face-state-set):
15252         Check theme-value instead of saved-value.
15253         (custom-variable-reset-standard, custom-face-reset-standard):
15254         Remove theme setting entirely.  Recalculate new values.
15255         (custom-variable-set, custom-variable-set)
15256         (custom-variable-reset-saved, custom-variable-reset-backup)
15257         (custom-face-set, custom-face-reset-saved): Update `user' theme.
15258         (custom-variable-save): Fix typos.
15260 2005-12-23  Juri Linkov  <juri@jurta.org>
15262         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15263         Add autoload cookies.
15264         (edebug-outside-d-c-i-n-s-w): New variable.
15265         (edebug-display, edebug-outside-excursion): Use it to save the
15266         original value of default-cursor-in-non-selected-windows.
15267         Set default-cursor-in-non-selected-windows to t while Edebug
15268         is active.
15269         (edebug-mode, edebug-eval-mode): Doc fix.
15271         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15272         with `buffer-substring-no-properties' to remove common substring
15273         highlighting.
15275         * info.el (info-other-window, info): Rename function argument
15276         `file' to `file-or-node'.
15277         (Info-complete-menu-item): Use local variable `complete-nodes' to
15278         keep the global value of `Info-complete-nodes' unchanged for
15279         subsequent completions.
15280         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15282         * simple.el (get-next-valid-buffer, last-buffer)
15283         (next-error-buffer-p, next-error-find-buffer)
15284         (minibuffer-history-sexp-flag): Doc fix.
15286         * savehist.el (savehist-mode-hook): Add `:group'.
15288         * log-view.el: Call autoload for vc-find-version.
15289         (log-view-current-file): Adjust subgroup numbers.
15290         (log-view-current-tag): Add `length'.
15292 2005-12-23  Richard M. Stallman  <rms@gnu.org>
15294         * vc.el (vc-annotate-car-last-cons): Defn moved up.
15296 2005-12-23  Juri Linkov  <juri@jurta.org>
15298         * hi-lock.el (hi-lock-archaic-interface-message-used)
15299         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15300         (hi-lock-mode): Display "Hi" in the mode line only when
15301         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15302         (hi-lock-write-interactive-patterns):
15303         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15304         (hi-lock-set-pattern, hi-lock-set-file-patterns)
15305         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15306         font-lock-add-keywords to t.
15308 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
15310         * hi-lock.el (hi-lock-highlight-range): New variable.
15311         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15312         only if font-lock-fontified is non-nil.  Remove overlays.
15313         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15314         font-lock-fontified is non-nil, otherwise use overlays (instead of
15315         text properties).
15316         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15317         New variables.
15318         (hi-lock-string-serialize) New function.
15320 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15322         * menu-bar.el (menu-find-file-existing): New function.
15323         (menu-bar-file-menu): Use menu-find-file-existing for Open.
15325         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15327 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15329         * vc.el: Remove unnecessary leading * in docstrings.
15330         (vc-annotate-mode-map): Move initialization into declaration.
15331         (vc-static-header-alist): Nitpick on the regexp.
15332         (vc-default-init-version): New fun.
15333         (vc-register): Use it.
15334         (vc-insert-headers): Use dolist.
15335         (vc-annotate-get-backend): Remove unused function.
15336         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15337         (vc-annotate-mode): Remove corresponding call.
15338         (vc-annotate-car-last-cons): Simplify.
15339         (vc-annotate-buffers): Remove var.
15340         (vc-annotate-backend): Make it buffer-local.
15341         (vc-annotate): Move the interaction to the interactive spec.
15342         Add a `buf' argument.
15343         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15344         killing&creating a vc-annotate buffer, which is very disruptive when
15345         the buffers are shown in dedicated frames.
15347 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15349         * descr-text.el: Add FSF as maintainer.
15350         (describe-text-mode, describe-text-mode-map)
15351         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15352         help-mode.
15353         (describe-text-widget, describe-text-sexp)
15354         (describe-property-list, describe-text-category)
15355         (describe-text-properties, describe-text-properties-1)
15356         (describe-char): Use help buttons instead of widgets.
15357         (describe-char-unicodedata-file): Make URL link in doc string.
15359 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15361         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15362         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15363         Don't include buttons that write a file when there's no file.
15364         (custom-variable-menu, custom-face-menu, custom-group-menu):
15365         Don't include commands that write a file when there's no file.
15366         (customize-browse): Reword the top-of-buffer help intro.
15367         (custom-buffer-create-internal): Fix previous change.
15368         (customize-changed-options-previous-release): Prev release is 21.1.
15369         (customize-changed-options): Doc fix.
15370         (customize-changed): New alias.
15371         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15372         Say "standard values".
15373         (Custom-reset-standard): Doc fix.
15374         (custom-face-reset-standard): Doc fix.
15376 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15378         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15379         even if font-lock-mode is non-nil since it may be t without having
15380         turned on font-lock-mode-internal.
15381         (font-lock-choose-keywords): Minor optimization.
15382         (font-lock-add-keywords, font-lock-remove-keywords)
15383         (font-lock-set-defaults): Don't call make-local-variable on a variable
15384         that we know to already be local.
15386 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15388         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15389         messages if in the minibuffer.
15391 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15393         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15394         (tex-mode-flyspell-verify, flyspell-get-word)
15395         (flyspell-external-point-words): Don't use point-min/max uselessly.
15397         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15398         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15399         don't need to show it.
15401 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15403         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15405 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15407         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15408         delete-windows-on with an inexistent buffer.
15410 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15412         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15413         Delete defcustom variable :tag names.
15415 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15417         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15418         (log-view-font-lock-keywords): Ajust subgroup numbers.
15419         (log-view-current-tag): Don't hard code the number of subgroups.
15421 2005-12-20  Juri Linkov  <juri@jurta.org>
15423         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15424         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15426         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15427         (menu-bar-non-minibuffer-window-p): Instead of checking
15428         display-multi-frame-p, use selected-frame when menu-updating-frame
15429         is nil.
15431 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15433         * align.el (align-rules-list): Use [ \t] instead of \s-
15434         for column separators in text mode.
15436 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15438         * help-mode.el (help-customize-variable, help-customize-face):
15439         Don't pop help-xref-stack as help-follow no longer pushes
15440         anything on to it.
15442 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15444         * textmodes/org.el (org-agenda-custom-commands): New option.
15445         (org-agenda): Offer custom commands on splash screen.
15446         (org-make-tags-matcher): Parser for Boolean logic added.
15447         (org-agenda-set-tags): New command.
15448         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15449         (org-set-tags): Efficiency improvements.
15450         (org-auto-align-tags): New option.
15451         (org-todo, org-demote, org-promote): Realign tags.
15452         (org-tags-completion-function): Use also "&" and "|" as separators.
15453         (org-org-menu): Agenda commands simplified.
15455 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15457         * cus-edit.el (customize-apropos, customize-apropos-options):
15458         Docstring changes.
15460         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15462 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15464         * longlines.el (longlines-mode): Wrap while widened.
15465         (longlines-decode-region, longlines-encode-region): Compute max
15466         just once.
15468 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15470         * cus-edit.el (mac): New group.
15472         * cus-start.el (all): Add user options in macterm.c.  Add test for
15473         Mac-related built-ins.  Fix test for GTK-related built-ins.
15475         * term/mac-win.el (mac-handle-language-change)
15476         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15477         (mac-services-open-selection, mac-services-mail-selection)
15478         (mac-services-mail-to, mac-services-insert-text)
15479         (mac-dispatch-apple-event): Add docstrings.
15480         (x-get-selection, mac-select-convert-to-string): Select coding
15481         system from `utf-16be' and `utf-16le' using `byteorder'.
15483 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15485         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15486         a "list" (lambda ...) rather than a real completion list.
15488         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15489         lexical-let when encountering ((lambda (...) ...) ...).
15491 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15493         * progmodes/sh-script.el (sh-mode):
15494         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15495         * textmodes/picture.el (picture-mode): Update docstrings.
15497 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15499         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15500         commands enclosed in $(ARGQUOTE)s should not be split between two
15501         lines, as that will break with GNU Make >3.80, when sh.exe is used
15502         and arg quoting is with '..'.
15503         (autoloads): Don't break the quoted --eval expression between
15504         several lines.
15506 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15508         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15509         Capture error from printing circular structures.
15511 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15513         * wid-edit.el (widget-checkbox-action): Clear undo info.
15515 2005-12-16  Bill Wohler  <wohler@newt.com>
15517         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15518         bar, not menubar in comment.
15520 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15522         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15523         After-change-functions should not clobber the match data.
15525 2005-12-16  Juri Linkov  <juri@jurta.org>
15527         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15528         instead of `buffer-substring'.
15529         (completion-common-substring): Doc fix.
15530         (completion-setup-function): Use minibuffer-completion-contents
15531         instead of minibuffer-contents.  Don't set common-string-length
15532         initially.  Remove special handling of partial-completion-mode.
15533         Move computation of completion-base-size into one cond.
15534         Call completion-base-size-function in mainbuf.  In computation of
15535         completion-base-size for file name completion don't move point to
15536         the end of the minibuffer.  Move computation of common-string-length
15537         into one cond.  Start putting faces only when common-string-length>=0.
15538         Add condition to put completions-common-part when
15539         common-string-length>0.
15541         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15542         place point at the first different character in the minibuffer
15543         even if this position is at the beginning of the minibuffer.
15545         * info.el (Info-read-node-name-1): In completion-base-size-function's
15546         lambda return 1 if common-substring or minibuffer-completion-contents
15547         starts with (, and 0 otherwise.
15549         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15550         Use `crm-current-element' for second arg of `display-completion-list'.
15552 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15554         * files.el (set-auto-mode): Look for an interpreter specified on
15555         the first line also if search for mode specification succeeded,
15556         but the mode is not known.
15558 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15560         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15561         (org-open-at-point): Implement tag searches as links.
15562         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15563         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15564         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15565         (org-agenda-dispatch): New commands.
15566         (org-use-tag-inheritance, org-tags-column): New options.
15567         (org-tab-follows-link, org-return-follows-link): New options.
15568         (org-tags): New customize group.
15569         (org-start-icalendar-file): Get local time zone.
15570         (org-tags-completion-function): New function.
15571         (org-set-font-lock-defaults): Make sure links will also be
15572         highlighted inside headlines.
15574 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15576         * term.el (term-emulate-terminal):
15577         Let term-handle-ansi-terminal-messages override what Bash says about
15578         its current directory.
15580 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15582         * bindings.el (last-buffer): Move to simple.el.
15583         * simple.el (last-buffer): Move here.
15584         (get-next-valid-buffer): New function.
15585         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15586         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15588         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15589         * bindings.el (global-map): Ditto.
15591 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15593         * cus-edit.el: Introductory comment change.
15594         (custom-magic-alist): Change message string for the `rogue' state.
15596 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15598         * tooltip.el: Delete defcustom variable :tag names.
15600         * complete.el (partial-completion-mode): Doc fix.
15602         * textmodes/flyspell.el (flyspell-external-point-words):
15603         Use save-excursion to ensure we don't move backward in the
15604         search loop, not even one character.
15605         (flyspell-delete-all-overlays): Use remove-overlays directly.
15607         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15608         (ispell-start-process): Set that variable.
15609         Clear ispell-buffer-local-name.
15610         (ispell-internal-change-dictionary):
15611         Set ispell-current-dictionary after killing process.
15612         (ispell-buffer-local-dict):
15613         Don't set spell-personal-dictionary after killing process.
15614         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15615         (ispell-tex-skip-alists, ispell-html-skip-alists)
15616         (ispell-skip-region-alist): Mark as risky.
15618         * net/newsticker.el (newsticker--retrieval-timer-list)
15619         (newsticker--display-timer, newsticker-running-p)
15620         (newsticker-ticker-running-p): Definitions moved up.
15622 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15624         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15626 2005-12-15  David Ponce  <david@dponce.com>
15628         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15629         (recentf-edit-list, recentf-open-files): Signal an error when
15630         there is no recent file.
15632 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15634         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15635         read-only except for texinfo-format-region evaluation.
15637 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15639         * vc.el (vc-default-previous-version, vc-default-next-version)
15640         (vc-do-command): Doc fixes.
15642 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15644         * textmodes/bibtex.el (bibtex-expand-strings)
15645         (bibtex-autokey-expand-string, bibtex-name-part)
15646         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15647         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15648         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15649         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15650         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15651         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15652         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15653         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15654         (bibtex-beginning-of-last-entry): Remove.
15655         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15656         message if comma is missing but buffer is read-only.
15657         (bibtex-parse-field-text): Handle whitespaces at the end of field
15658         text.  Return 3-element list with beginning and end of field text
15659         and end of field.
15660         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15661         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15662         (bibtex-search-forward-field, bibtex-search-backward-field):
15663         Search always delimited by limits of entry.  Use more efficient
15664         search algorithms.
15665         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15666         bibtex-end-of-name-in-field.
15667         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15668         extracting the content of a field.
15669         (bibtex-text-in-field): Use search limits.
15670         (bibtex-parse-string-prefix): Handle empty string keys based on
15671         bibtex-string-empty-key.
15672         (bibtex-parse-string): Fix docstring.
15673         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15674         (bibtex-preamble-prefix, bibtex-strings): New functions.
15675         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15676         BibTeX entries (consistent with other BibTeX functions).
15677         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15678         (bibtex-search-entry): Fix docstring.  Simplify.
15679         (bibtex-flash-head, bibtex-complete-string-cleanup)
15680         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15681         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15682         (bibtex-parse-entry): New optional arg content.
15683         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15684         Use bibtex-text-in-field-bounds.
15685         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15686         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15687         bibtex-parse-string-postfix.
15688         (bibtex-find-text-internal): New function.
15689         (bibtex-remove-delimiters): Use it.
15690         (bibtex-find-text): Use it.  New optional arg help.
15691         (bibtex-complete): Handle BibTeX string and preamble entries.
15692         (bibtex-Preamble): Fix order of closing delimiters.
15694 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15696         * vc.el (vc-default-revert): New fun.
15698         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15700 2005-12-14  Romain Francoise  <romain@orebokech.com>
15702         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15703         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15704         (font-lock-remove-keywords): Likewise.
15706 2005-12-14  Juri Linkov  <juri@jurta.org>
15708         * log-view.el (log-view-diff): Doc fix.
15710         * isearch.el (isearch-query-replace): Use (mark) instead of
15711         isearch-opoint if mark is active in transient-mark-mode.
15713 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15715         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15717 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15719         * progmodes/cpp.el (cpp-face): New widget.
15720         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15722 2005-12-14  Juri Linkov  <juri@jurta.org>
15724         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15725         around `erase-buffer' and `insert'.
15727         * descr-text.el (describe-text-properties): Replace buffer name
15728         "*Help-2*" with "*Help*<2>".
15729         (describe-char): Add functions print-help-return-message,
15730         toggle-read-only.  Use help-setup-xref with nil to not store
15731         describe-char in help-xref-stack.  Use help-make-xrefs to
15732         make [back] button.
15734         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15736         * wdired.el (wdired-old-point): New internal variable.
15737         (wdired-change-to-wdired-mode): Set it buffer-locally.
15738         (wdired-abort-changes): Restore point after aborting changes.
15740 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15742         * vc.el (vc-do-command): Add a new value t for okstatus.
15744         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15745         frame in case of errors.
15747 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15749         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15750         so it comes after "On the Left" in the menu.
15752 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15754         * cus-edit.el (customize-apropos, customize-apropos-options)
15755         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15757 2005-12-12  Bill Wohler  <wohler@newt.com>
15759         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15760         non-writable Subversion-controlled files by saving window
15761         configuration before calling vc-do-command.  vc-do-command calls
15762         pop-to-buffer on error which is unexpected during registration.
15764 2005-12-12  Jay Belanger  <belanger@truman.edu>
15766         * calc/README: Update the summary of changes.
15768 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15770         * descr-text.el (describe-char): Rework last fix to solve the problem
15771         is the same way it's solved for everything else in that function
15772         (i.e. by extracting the info before setting up the *Help* buffer).
15774 2005-12-12  Kim F. Storm  <storm@cua.dk>
15776         * subr.el (version-regexp-alist): Allow space as separator before
15777         non-numeric part, e.g. "1.0 alpha".
15778         (version-to-list): Interpret .X.Y version as 0.X.Y version.
15780 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
15782         * textmodes/org.el (org-agenda, org-timeline, org-todo):
15783         Implement Logging and the keep-modes setting.
15784         (org-get-category): Make sure a string is returned.
15785         (org-log-done): New function.
15786         (org-log-done, org-closed-string): New options.
15788 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15790         * tooltip.el (tooltip-y-offset): Change default to 20.
15792 2005-12-12  Richard M. Stallman  <rms@gnu.org>
15794         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15796         * frame.el (display-hourglass): Doc fix.
15798         * help.el (help-for-help-internal): Simplify entry for `a'.
15800         * info.el (Info-on-current-buffer): Doc fix.
15801         (info-insert-file-contents): Don't test (featurep 'jka-compr).
15803         * startup.el (inhibit-splash-screen): Make this the real name.
15804         (inhibit-startup-message): Make this the alias.
15805         (command-line): Find only simple.el, and use its directory
15806         to fill in other preloaded files' names.
15807         (command-line): Deactivate the mark if deactivate-mark is set.
15809         * international/mule.el (load-with-code-conversion):
15810         Bind deactivate-mark.
15812         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15814 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
15816         * cus-edit.el (customize-apropos): Avoid listing an option more
15817         than once under different aliases.  No longer list user options
15818         that are not defined with defcustom (unless a prefix arg is given).
15819         Doc fix.
15820         (customize-apropos-options): Doc fix.
15822 2005-12-11  Juri Linkov  <juri@jurta.org>
15824         * frame.el (set-background-color, set-foreground-color)
15825         (set-cursor-color, set-mouse-color, set-border-color):
15826         Add explicit prompts to read colors by `facemenu-read-color'.
15827         (show-trailing-whitespace, blink-cursor-delay)
15828         (blink-cursor-interval, display-hourglass, hourglass-delay):
15829         Remove tags.
15830         (display-hourglass, hourglass-delay): Doc fix.
15831         (cursor-in-non-selected-windows): Capitalize words in tag.
15833         * faces.el (frame-background-mode): Replace `choice-item' keywords
15834         with `const' to not make [default] button.  Change default value tag
15835         from `default' to `automatic'.  Doc fix.
15836         (trailing-whitespace) <defface>: Change group `whitespace' to
15837         `whitespace-faces'.
15839 2005-12-11  Richard M. Stallman  <rms@gnu.org>
15841         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15843 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15845         * term/mac-win.el: Create keymap for mac-apple-event-map.
15847 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
15849         * tooltip.el (tooltip-mode): Move to start of file so that it
15850         appears at top of customize buffer.
15852         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15853         Add the gud groupname.
15854         (gud-tooltip-mode): Add the tooltip groupname.
15855         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
15856         avoid conflict with tooltip-use-echo-area.
15858 2005-12-10  Romain Francoise  <romain@orebokech.com>
15860         * help.el (help-for-help-internal): Add `r' in doc string.
15862 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
15864         * align.el (align-regexp, align-highlight-rule):
15865         Use region-beginning and region-end instead of point and mark, so that
15866         repetition (with `repeat-complex-command') recomputes the region
15867         bounds.
15869 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15871         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15872         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15873         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15874         (balance-windows): Rewrite using the above new functions.
15876 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
15878         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15879         react if global-hi-lock-mode seems intended.
15880         (global-hi-lock-mode) Renamed from hi-lock-mode.
15881         (hi-lock-archaic-interface-message-used)
15882         (hi-lock-archaic-interface-deduce): New variables.
15883         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15884         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15885         (hi-lock-find-patterns, hi-lock-font-lock-hook):
15886         Replace hi-lock-buffer-mode with hi-lock-mode.
15888 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15890         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15891         completion list, even after a partial completion has been
15892         inserted in the current buffer.  If there are more than 1
15893         completion, redisplay the *Completions* buffer; if the
15894         completion is unique, delete the *Completions* window.
15896 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
15898         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15899         strings and long subject lines that were broken into multiple
15900         lines at arbitrary places.  Handle subjects that have "Re: " in
15901         the middle.
15903 2005-12-10  John W. Eaton  <jwe@octave.org>
15905         * emacs/octave-mod.el (octave-electric-space): Don't indent
15906         comments or strings if octave-auto-indent is nil.
15908 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15910         * term/mac-win.el: Require url when compiling.
15911         Call mac-process-deferred-apple-events after loading init files.
15912         (mac-apple-event-map): New defvar.  Define event handlers in it.
15913         (core-event, internet-event): New Apple event class symbols.
15914         (open-application, reopen-application, open-documents)
15915         (print-documents, open-contents, quit-application)
15916         (application-died, show-preferences, autosave-now, get-url):
15917         New Apple event ID symbols.
15918         (about): New HICommand ID symbol.
15919         (mac-event-spec, mac-event-ae): New macros.
15920         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15921         (mac-ae-selection-range, mac-ae-text-for-search)
15922         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15923         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
15924         and Services menu events are now defined in mac-apple-event-map.
15925         (mac-drag-n-drop): Remove selection range handling.
15927 2005-12-10  Kenichi Handa  <handa@m17n.org>
15929         * simple.el (zap-to-char):
15930         * isearch.el (isearch-process-search-char): Translate CHAR by
15931         translation-table-for-input.
15933 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
15935         * foldout.el (foldout-exit-fold): Properly hide subtree.
15937 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15939         * files.el (save-buffer):
15940         * international/ucs-tables.el (ucs-set-table-for-input):
15941         * mail/mail-extr.el (mail-extract-address-components):
15942         * mail/sendmail.el (mail-mode): Reformat doc string.
15944 2005-12-09  Juri Linkov  <juri@jurta.org>
15946         * isearch.el (isearch-highlight): Change main overlay priority
15947         from 1 to 1001.  Simplify.
15948         (isearch-lazy-highlight-update): Change lazy overlay priority
15949         from 0 to 1000.
15951         * replace.el (replace-highlight): Change overlay priority from
15952         1 to 1001.
15954         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15955         Change overlay priority from 1 to 1001.  Reuse existing overlay.
15957         * compare-w.el (compare-windows-highlight): Change overlay
15958         priority from 1 to 1000.
15960         * menu-bar.el (menu-bar-edit-menu): Add listp around
15961         pending-undo-list to disable menu item "undo" when pending
15962         undo list is empty.
15964         * locate.el (locate): Disable undo in *Locate* buffer.
15966 2005-12-09  Kim F. Storm  <storm@cua.dk>
15968         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15970 2005-12-09  David Ponce  <david@dponce.com>
15972         * recentf.el: Improvement of the menu code.
15973         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
15974         instead of menu hook.
15975         (recentf-show-menu, recentf-hide-menu): New functions.
15976         (recentf-menu-customization-changed, recentf-mode): Use them.
15977         (recentf-menu-action, recentf-max-menu-items)
15978         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15979         (recentf-arrange-by-rule-others)
15980         (recentf-arrange-by-rules-min-items)
15981         (recentf-arrange-by-rule-subfilter) : Don't use
15982         `recentf-menu-customization-changed'.
15983         (recentf-arrange-rules): Likewise.  Accept functions to compute
15984         sub-menu titles.
15985         (recentf-menu-filter): Likewise.  Doc fix.
15986         (recentf-menu-value-shortcut): Doc fix.
15987         (recentf-dump-variable): Quote atom value.
15988         (recentf-make-menu-items): Update to use it as a menu filter.
15989         (recentf-match-rule): New function.
15990         (recentf-arrange-by-rule): Use it.
15991         (recentf-indirect-mode-rule): New function.
15992         (recentf-build-mode-rules): Use it.
15993         (recentf-dir-rule): New function.
15994         (recentf-arrange-by-dir): Use it.
15995         (recentf-filter-changer-current): Rename from
15996         `recentf-filter-changer-state'.  All references updated.
15997         (recentf-filter-changer-alist): Update filter names.
15998         (recentf-filter-changer-select): New function.
15999         (recentf-filter-changer): Use it.  Make a sub-menu from filters
16000         available in `recentf-filter-changer-alist'.
16001         (recentf-data-cache, recentf-clear-data)
16002         (recentf-update-menu): Remove.  All references updated.
16003         (recentf-match-rule-p, recentf-build-dir-rules)
16004         (recentf-filter-changer-goto-next)
16005         (recentf-filter-changer-get-current)
16006         (recentf-filter-changer-get-next): Remove.
16008 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
16010         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16011         buffer "Reset" button to "Reset to Current" for consistency with
16012         the State buttons.
16014 2005-12-08  John Paul Wallington  <jpw@pobox.com>
16016         * ibuf-ext.el (define-ibuffer-filter filename):
16017         If `dired-directory' is a list then really use its car.
16019 2005-12-08  Kim F. Storm  <storm@cua.dk>
16021         * emulation/cua-rect.el (cua--rectangle-aux-replace):
16022         Fix indention of text on right side of replaced rectangle.
16024 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
16026         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16027         No need to check gud-comint-buffer is bound.
16028         (gdb): Prevent multiple debugging when first session uses gdba.
16030 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16032         CC Mode update to 5.31.
16034         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16035         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
16036         We might do this function properly in the future).
16038         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16039         New macros c-sentence-end and c-default-value-sentence end, to cope
16040         with Emacs 22's new function `sentence-end'.
16042 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16044         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16045         compat issue using `c-put-overlay' and `c-delete-overlay'.
16047         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16048         New compat macros to handle overlays/extents.
16050 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16052         * progmodes/cc-fix.el: Add definitions of the macros push and pop
16053         (for GNU Emacs 20.4)
16055         * progmodes/cc-defs.el:
16056         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
16058         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16059         highlighting mechanism so it will work in XEmacs too.
16061         * progmodes/cc-defs.el: Insert c-int-to-char.
16063         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16064         call to the new macro c-int-to-char.  This solves XEmacs's
16065         regarding characters as different from integers.
16067 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16069         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16070         New internal helper.
16072         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16073         construct to make the indirect face lookup work in XEmacs.
16075         (c-cpp-matchers): Append the negation char face to the existing
16076         fontification, so that the cpp face doesn't disappear.
16077         Use `c-make-syntactic-matcher' to avoid negation chars in comments
16078         and strings.
16080         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16081         to map to `font-lock-negation-char-face' in emacsen where it exists.
16083 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16085         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16087         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16088         Rename "c-subword-move-mode" as "c-subword-mode".
16090         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16091         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
16093 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16095         * progmodes/cc-mode.el: Added autoload directive for
16096         `c-subword-move-mode' for use in older emacsen.
16098 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16100         * progmodes/cc-mode.el:
16101         (i) Insert a binding for C-c C-backspace into
16102         c-bind-special-erase-keys which works in TTYs.
16103         (ii) Make sure that when file styles are used, any explicitly
16104         given style variables take priority over those in the style.
16105         Do this by calling `hack-local-variables' a second time.
16107         * progmodes/cc-vars.el: Add language specific customization
16108         widgets for AWK to c-doc-comment-style, c-require-final-newline
16109         and c-default-style.  Add a defcustom for awk-mode-hook.
16110         Give c-syntactic-element and c-syntactic-context doc-strings by
16111         directly setting their `variable-documentation' propery.
16112         This allows Emacs 22.1 to read these with C-h v.
16114         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
16116 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16118         * progmodes/cc-fonts.el, cc-vars.el
16119         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16120         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16121         Masatake YAMATO.
16123         (c-doc-comment-style): Made GtkDoc default in C mode.
16125         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16126         and C-c C-<delete>.
16128         (c-bind-special-erase-keys): New function for use on
16129         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16131         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16132         <delete> key behavior in XEmacs according to `delete-forward-p'.
16133         C.f. `c-electric-delete'.
16135 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16137         * progmodes/cc-mode.el: Give c-hungry-backspace and
16138         c-hungry-delete-forward permanent key bindings.
16140         * progmodes/cc-cmds.el (c-electric-semi&comma):
16141         Bind c-syntactic-context for calls to "criteria functions", for
16142         consistency with other calls to user functions.
16144         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16145         `current-prefix-arg', since this might be the prefix arg to a
16146         command which calls c-indent-command as a function.  Change the
16147         interactive spec from "p" to "P".
16149         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16150         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16151         was difficult to understand.
16153 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16155         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16156         first char of an identifier.
16158         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16159         +" syntax in C++.
16161 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16163         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16164         auto-fill doesn't split a c-comment's last word from a hanging
16165         "*/" when a space is typed between them after fill-column.
16167         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16169         * progmodes/cc-styles.el (c-set-style)
16170         (c-setup-paragraph-variables): Abort the command if we're not in a
16171         CC Mode buffer.
16173         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16174         with blank comment-prefix, and a blank line as the comment's
16175         second line.
16177 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16179         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16180         Incorporate the patterns added in the Emacs development branch
16181         for the new Emacs 22 face `font-lock-negation-char-face'.
16183         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16184         of "red" since it stands out better in xterms and DOS terminals.
16186         * progmodes/cc-engine.el (c-literal-faces):
16187         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16189 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16191         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16192         forcibly enable c-electric-flag.
16194         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16195         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16196         after the comment-prefix of a C-style comment will close that comment.
16198 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16200         * progmodes/cc-fonts.el (c-basic-matchers-before)
16201         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16202         in Pike.
16204         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16205         digraphs.
16207         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16208         (c-cpp-message-directives, c-cpp-include-directives)
16209         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16210         (c-cpp-expr-directives): Introduce new language constants to
16211         control cpp syntax in a cleaner way.
16213         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16215         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16217         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16218         (c-multiline-string-start-char): New language constants and
16219         variables to specify how newlines in string literals work.
16221         (c-font-lock-invalid-string): Use them.
16223         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16224         unbalanced close brace is entered.  Optimization by avoiding going
16225         back over arbitrarily large blocks.  Removed hints that this
16226         function only would be relevant/useful in AWK.
16228         (c-electric-brace): Indent syntactically after the cleanups since
16229         lineup functions might do it differently then.
16231         * progmodes/cc-engine.el, cc-langs.el
16232         (c-opt-op-identifier-prefix): New language constant and variable.
16234         (c-just-after-func-arglist-p, c-after-special-operator-id)
16235         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16237         * progmodes/cc-align.el, cc-engine.el
16238         (c-after-special-operator-id): New helper to handle C++ operator
16239         identifiers.
16241         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16242         (c-guess-basic-syntax): Handle C++ operator identifiers in
16243         declarations.
16245         * progmodes/cc-langs.el (c-assignment-operators): Add the
16246         trigraph version of ^= too.
16248         * progmodes/cc-langs.el (c-assignment-operators): Add the
16249         trigraph version of |= in C++.
16251         * progmodes/cc-fonts.el (c-font-lock-declarators):
16252         Handle `c-decl-hangon-kwds' after the identifier name.
16254         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16255         whether an arglist is "nonempty", ignore a comment after the open
16256         paren if it isn't followed by a non-comment token on the same line.
16258         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16259         Enable heuristics below the point to cope with classes inside special
16260         brace lists in Pike.
16262 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16264         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16266 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16268         * progmodes/cc-guess.el (cc-guess-install): New function to
16269         install an already guessed style in another buffer.
16271         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16272         sets `inhibit-read-only' - `c-save-buffer-state' should be used
16273         anyway if the change always is undone.
16275 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16277         Implement togglable electricity:
16279         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16280         saying when it should be used.
16282         * progmodes/cc-engine.el: Add the new buffer-local variable,
16283         c-electric-flag.
16285         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16286         c-toggle-auto-newline.
16288         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16289         c-toggle-auto-newline.  Remove the binding for
16290         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
16291         c-toggle-electric-state.
16293         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16295         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16296         c-\(forward\|backward\)-subword.
16297         (c-update-modeline): Add the new modeline flag `l' for
16298         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
16299         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16300         Make the old name an alias of the new name.
16301         (c-toggle-electric-state): New function.
16302         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16303         Adapt these functions to do electric things only when
16304         c-electric-flag is non-nil.
16305         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16306         new functions from c-electric-brace.
16307         (c-point-syntax): Add a check for "virtual semicolons" in AWK
16308         mode, so that the tentative extra newline doesn't change the
16309         syntax of the following brace.
16310         (c-electric-brace): Restructure by extracting the above functions.
16311         Tidy up the coding somewhat.
16312         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16313         restructure a bit.
16315 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16317         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16318         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
16320         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16321         (c-submode-indicators): Change name from `c-auto-hungry-string'
16322         since it's now used to track another submode.
16324         (c-update-modeline): Convert to function and extended to check
16325         `c-subword-move-mode'.
16327         (c-forward-into-nomenclature, c-backward-into-nomenclature):
16328         Convert to compat aliases for `c-forward-subword' and
16329         `c-backward-subword'.
16331         * progmodes/cc-subword.el: New functions and minor mode to handle
16332         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16334         (c-forward-subword, c-backward-subword, c-mark-subword)
16335         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16336         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16337         Functions corresponding to the standard word handling functions.
16339         (c-subword-move-mode): Minor mode that replaces all the standard
16340         word handling functions with their subword equivalences.
16342 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16344         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16345         entry for one-liner-defun.
16347         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16348         name in its def-edebug-spec.
16350         * progmodes/cc-cmds.el (c-electric-brace): Make the
16351         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16352         compacts space before a comment, if this will make things fit on
16353         one line.
16355         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16357         * progmodes/cc-align.el: New function c-snug-1line-defun-close
16359         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16360         clean-up one-liner-defun.
16362         * progmodes/cc-styles.el: Add the new "awk" style.
16364         * progmodes/cc-vars.el: Add description of one-liner-defun to
16365         c-cleanup-list's doc-string.  New user options,
16366         c-max-one-liner-length.  In c-default-style, set the default style
16367         for AWK to "awk".
16369 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16371         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16372         macros inside labels.
16374         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16375         `c-at-statement-start-p' and `c-at-expression-start-p'.
16377         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16378         error if the mark isn't set.
16380         * progmodes/cc-engine.el (c-guess-continued-construct)
16381         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16382         accurately detect functions inside functions.
16384         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16385         like `c-at-statement-start-p' that additionally recognizes commas
16386         and expression parentheses as delimiters.
16388         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16389         to avoid heuristics that doesn't work for unclosed blocks.
16390         (c-at-statement-start-p): New function.
16392         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16393         Objective-C directives, e.g. directives spanning lines should work
16394         reasonably well now.
16396         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16398         (c-forward-objc-directive): New function to move over any ObjC
16399         directive.
16401         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16402         (c-basic-matchers-before): Use it.
16404         (c-font-lock-objc-iip-decl): Remove.
16406         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16407         in the template arglist recognition.
16409         * progmodes/cc-styles.el (c-style-alist): Fix several
16410         inconsistencies in the Whitesmith style.
16412         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16413         New lineup function to get lines after Whitesmith style blocks
16414         correctly indented.
16416         (c-lineup-whitesmith-in-block): Back out the compensation for
16417         opening parens since it's done using `add' lists in the style
16418         definition instead.  Don't use the anchor position since it varies
16419         too much between the syntactic symbols. :P
16421         * progmodes/cc-vars.el (c-valid-offset): Update.
16423         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16424         lists where the offsets are combined according to several
16425         different methods: `first', `min', `max', and `add'.
16426         Report offset evaluation errors with `c-benign-error' so that some kind
16427         of reindentation still is done.
16429         * progmodes/cc-engine.el (c-guess-basic-syntax):
16430         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16431         `arglist-close'.
16433         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16434         situations for `arglist-cont-nonempty' and `arglist-close'.
16436         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16438         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16439         cc-bytecomp-boundp' in a number of places.
16441         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16442         macro related issue.
16444 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16446         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16447         list is now [asdf], a char class [:alpha:].
16448         Include code for char classes.
16449         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16450         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16452         Remove (nearly all of) the cruft associated with AWK Mode's former
16453         concept of "virtual semicolons":
16455         Adapt c-beginning-of-statement, c-end-of-statement (together with
16456         subfunctions) to use the new notion of "virtual semicolon" in
16457         place of the old awkward special handling for AWK.  There remains
16458         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16459         * progmodes/cc-cmds.el:
16460         (c-ascertain-adjacent-literal): In the backwards direction, now
16461         recognises AWK regexp delimiters as string delimiters.
16462         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16463         check more rigorously for "end of macro".
16464         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16465         virtual semicolons;
16466         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16467         out the code for forward movement into ...
16468         (c-end-of-statement): Now contains the code for forward movement,
16469         adapted for virtual semicolons.
16471         * progmodes/cc-engine.el:
16472         (c-ws*-string-limit-regexp): New regexp.
16473         (c-forward-single-comment, c-backward-single-comment): Comment out
16474         the (now redundant) "special" AWK stuff.
16476         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16477         c-string-par-start, c-string-par-separate to be more like Text
16478         Mode than Fundamental Mode.
16480 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16482         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16483         to the fontified region so that fontification doesn't occur
16484         outside it (could happen e.g. when fontifying a line with an
16485         unfinished declaration).
16487 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16489         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16490         start of the file.  ^L now separate sections of the file.
16491         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
16492         (c-awk-one-line-possibly-open-string-re)
16493         (c-awk-regexp-one-line-possibly-open-char-class-re)
16494         (c-awk-one-line-possibly-open-regexp-re)
16495         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16496         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16498         Amend the concept of "virtual semicolons" (in the indentation
16499         engine) for languages like AWK, such that they are now
16500         conceptually attached to end of the last token of a statement, not
16501         the end of the line.  (In AWK Mode, however, the pertinent text
16502         property is still physically set on the EOL.)  Remove the specific
16503         tests for awk-mode, thus facilitating the introduction of other
16504         language modes where EOLs can end statements.
16505         (Note: The funtionality in cc-cmds.el, specifically
16506         c-beginning/end-of-statement has yet to be amended.)
16508         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16509         New macros.
16511         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16512         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16513         c-vsemi-status-unknown-p-fn (in a new page).
16515         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16516         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16517         numerous awkward forms like
16518         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16519         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16520         variable before-ws-ip, the place just after char-before-ip appears.
16522         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16523         a comment.
16525 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16527         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16528         `c-tentative-buffer-changes'.
16530         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16531         convert to macro to choose between Emacs and XEmacs at compile time.
16533         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16535         (c-tentative-buffer-changes): New macro to handle temporary buffer
16536         changes in a convenient way.
16538         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16539         for `c-tentative-buffer-changes'.
16541         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16542         the checks for paren sexps between the point and the keyword, to
16543         avoid some false alarms.
16545         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16546         Fixed a situation where an error could be thrown for unbalanced
16547         parens.  Changed to make use of c-keyword-member' to avoid some
16548         repeated regexp matches.
16550         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16551         These language variable are no longer necessary.
16553         (c-block-stmt-kwds): New language constant used by
16554         c-looking-at-inexpr-block'.
16556         (c-guess-basic-syntax): Remove an optional check that looked at
16557         the existence of the now removed language variables.
16559         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16560         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16561         object instantiation expressions as declarations in some contexts.
16562         This bug only affected languages where the declarator can't be
16563         enclosed in parentheses.
16565         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16566         insert newlines before and after substatement braces.
16568         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16569         function declaration headers and the handling of C++ style member
16570         init lists.
16572         (c-just-after-func-arglist-p): Rewritten to use
16573         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16575         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16577         (c-guess-basic-syntax): Adapt case 5B for the new
16578         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16579         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16580         covers all cases now).
16582         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16584 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16586         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16587         c-string-par-start/separate c-sentence-end-with-esc-eol,
16588         initialised in c-setup-paragraph-variables, used in string
16589         scanning subroutines of c-beginning-of-statement.
16591         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16592         which precedes the newly inserted `{'.
16594 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16596         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16597         function for declaration level blocks.  It should now cope with
16598         templates better and also be a lot more comprehensible.
16600         (c-looking-at-decl-block): The new function.
16602         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16603         for compatibility.
16605         (c-add-class-syntax, c-guess-continued-construct)
16606         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16608         (c-decl-block-key): Change to tell apart ambiguous and
16609         unambiguous keywords.  Pike specials are now handled directly in
16610         the code instead.
16612         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16613         New language constants and variables to make the backward skip in
16614         `c-looking-at-decl-block' as tight as possible.
16616         (c-nonsymbol-token-char-list): New language constant.
16618         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16619         find balanced template arglists backwards.
16621         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16622         making char classes for `c-syntactic-skip-backward'.
16624         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16625         16D - can't be a class-close at that point.
16627         * progmodes/cc-engine.el (c-guess-basic-syntax)
16628         (c-add-class-syntax): Don't narrow out the enclosing declaration
16629         level.  This makes everything a lot easier, and it was actually
16630         only four small places that needed it to work.  Some places that
16631         previously did `widen' are removed now, which has the effect that
16632         `c-guess-basic-syntax' never will look at things outside the
16633         current narrowment now.  The anchor position for `topmost-intro'
16634         is affected by this, but it was so bogus it was basically useless
16635         before, and now it's equally bogus but in a slightly different way.
16637         (c-narrow-out-enclosing-class): Gone.
16639         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16640         the narrowed region.
16642         (c-least-enclosing-brace): Remove silly optional argument.
16644         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16645         the point could be left directly after an open paren when finding
16646         the beginning of the first decl in the block.
16648         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16649         Specify which submatch to use.
16651         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16653         (c-decl-start-re): No longer any need for special treatment of
16654         ObjC due to the above.
16656         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16657         presumably follows C in that regard.
16659         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16660         New language constants to specify operator tokens inside
16661         identifiers in a more high level way.
16663         (c-opt-identifier-prefix-key): New internal language constant.
16665         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16666         (c-identifier-start, c-identifier-key): Now completely calculated
16667         from other constants.
16669         (c-identifier-last-sym-match): Decommission since it's no longer used.
16671         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16673         * progmodes/cc-engine.el (c-forward-name): Remove the
16674         optimization when c-identifier-key is equal to c-symbol-key since
16675         it doesn't work in byte compiled files.  Don't record empty
16676         regions as identifiers.
16678         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16679         simplify access to `c-operators' and its likes.
16681         (c-operator-list, c-all-op-syntax-tokens)
16682         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16683         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16684         (c-primary-expr-regexp, c-cast-parens): Use it.
16686         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16687         an explicit language in functions.
16689         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16690         variant of adornment.
16692         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16693         variable.
16695         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16696         the Pike value.
16698         * progmodes/cc-engine.el (c-on-identifier)
16699         (c-simple-skip-symbol-backward): Small fix for handling "-"
16700         correctly in `skip-chars-backward'.  Affected the operator lfun
16701         syntax in Pike.
16703         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16704         diagnostic message about precompiled language vars not being used.
16706         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16707         "__attribute__" is followed by a parenthesis.
16709         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16710         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16711         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16713         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16714         Internal cleanups to properly detect the declared identifiers in
16715         various declarations.
16717         (c-decl-start-kwds): New language constant to recognize
16718         declarations that can start anywhere.  Used for class declarations
16719         in Pike.
16721         (c-specifier-key, c-not-decl-init-keywords)
16722         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16723         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16725         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16726         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16727         handling of the compiler specific extension keywords into a new
16728         language constant `c-decl-hangon-kwds' that defines keyword
16729         clauses to be ignored in declarations.
16731         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16732         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16733         Necessary to stop at the declared identifier in e.g. IDL valuetype
16734         declarations.
16736         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16737         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16738         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16739         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16740         class and enum declarations as such and not as part of the type.
16742         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16743         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16745         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16746         declarations when there's some syntax error later on.
16748         (c-complex-decl-matchers): Did away with a reference to
16749         `c-specifier-key'.
16751         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16752         value - this variable is always dynamically bound.
16754         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16755         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16756         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16757         functions that might do hidden buffer changes: All such internal
16758         functions are now marked instead of those that don't.
16760         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16761         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16762         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16763         (c-literal-type): Allow these functions to make hidden buffer changes,
16764         so that they are free to use text property caching later on.
16766         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16767         (c-electric-brace, c-electric-slash, c-electric-star)
16768         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16769         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16770         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16771         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16772         with the changed semantics of the functions above.
16774         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16775         when macros occur in obscure places.  Optimized the sexp movement
16776         a bit.
16778 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16780         Enhancements for c-beginning-of-statement to work in AWK Mode:
16782         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16783         (completed statement) with `}' (statement completed by closing
16784         brace or semicolon) and `$' (statement completed by EOL).
16786         (c-awk-virtual-semicolon-ends-prev-line-p)
16787         (c-awk-virtual-semicolon-ends-line-p)
16788         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16789         (c-awk-at-statement-end-p): New functions.
16791         * progmodes/cc-cmds.el: Simplify the structure of functions
16792         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
16793         two functions and c-beginning-of-statement to handle AWK Mode.
16795         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16796         c-backward-single-comment for AWK mode.  Attempt to clarify their
16797         doc-strings.
16799         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16801 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16803         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16804         label handling.  Labels are now recognized in a uniform and more
16805         robust way, regardless of context.  Text properties are put on all
16806         labels to recognize the following declarations better.
16807         Multiword labels are handled both in indentation and fontification for
16808         the benefit of language extensions like Qt.  For consistency, keywords
16809         in labels are now fontified with the label face instead.
16810         That also applies to "case" and "default".
16812         (c-beginning-of-statement-1): Fix some bugs in the label
16813         handling.  Disregard `c-nonlabel-token-key' in labels that begin
16814         with `c-label-kwds'.
16816         (c-find-decl-spots): Support that the callback adds more
16817         `c-decl-end' spots to find.
16819         (c-forward-decl-or-cast-1): Don't treat a list of plain
16820         identifiers followed by a colon as a declaration.
16822         (c-forward-label): New function to recognize labels.
16824         (c-guess-basic-syntax): Replace uses of `c-label-key' with
16825         `c-forward-label'.  Moved the label recognition cases (14 and 15)
16826         earlier since they aren't so context sensitive now.  Handle labels
16827         on the top level gracefully.  Moved access label recognition to
16828         the generic label case (CASE 15) - removed CASE 5E.
16830         (c-font-lock-declarations): Add recognition of labels in the
16831         same round since we need to handle labels in parallell with other
16832         declarations to recognize both accurately.  It should also improve
16833         speed.
16835         (c-simple-decl-matchers, c-basic-matchers-after):
16836         Move `c-font-lock-labels' so that it only is used on decoration level 2
16837         since `c-font-lock-declarations' handles it otherwise.
16839         (c-complex-decl-matchers): Remove the simplistic recognition of
16840         access labels.
16842         (c-decl-prefix-re): Remove the kludges that was necessary to cope
16843         with labels earlier.
16845         (c-decl-start-re): New language variable to make
16846         `c-font-lock-declarations' stop for the special protection labels
16847         in Objective-C that start with `@'.
16849         (c-label-key): Remove since it's no longer used.
16851         (c-recognize-colon-labels, c-label-prefix-re): New language
16852         constants to support recognition of generic colon-terminated labels.
16854         (c-type-decl-end-used): `c-decl-end' is now used whenever there
16855         are colon terminated labels.
16857         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16858         first argument starts with a special brace list.
16860         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16861         (c-font-lock-declarations): Break out the declaration and cast
16862         recognition from `c-font-lock-declarations' to a new function, so
16863         that it can be used in the indentation engine.
16865         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16866         up to the start of the literal.  Fixed bug with the point on the
16867         wrong side of the search limit that could happen when the start
16868         position is inside a literal.
16870         * progmodes/cc-engine.el (c-parse-state)
16871         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16872         so that it's kept a little bit back to increase the hit rate.
16874         (c-parse-state): Change the macro handling and fixed some
16875         glitches.  Macro context is checked more often than necessary now,
16876         but otoh less garbage conses are generated.
16878         * progmodes/cc-engine.el (c-parse-state)
16879         (c-invalidate-state-cache): Cache the last position where
16880         `c-state-cache' applies.  This can speed up refontification quite
16881         a bit in blocks where there are many non-brace parens before the point.
16883         (c-state-cache-end): New variable for this.
16885         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16886         cache variable.
16888         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16889         get close initial continue positions when the start position is
16890         inside a literal or macro.  Do not call the callback for spots
16891         before the start position (which can happen e.g. for `c-decl-end'
16892         spots inside comments).  Optimize better in special cases when the
16893         region is a single line inside a literal or macro (typically when
16894         the current line is refontified).
16896         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16897         to `c-add-stmt-syntax' - there's no need to explicitly whack off
16898         entries from the paren state.
16900         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16901         special case for "else if" clauses.
16903         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16904         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16906         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16907         New language variable to recognize the gcc extension with statement
16908         blocks inside expressions.
16910         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16911         it somewhat more comprehensible.  The argument AT-BLOCK-START is
16912         no longer used and hence removed.
16914         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16915         to `c-add-stmt-syntax'.
16917         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16918         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16919         This fixes bogus label recognition.
16921         * progmodes/cc-engine.el (c-add-type, c-check-type)
16922         (c-forward-name, c-forward-type): Improve storage of template
16923         types in `c-found-types' so that they can be recognized better.
16925         (c-syntactic-content): Add option to skip past nested parens.
16927         * progmodes/cc-engine.el (c-forward-name):
16928         Set `c-last-identifier-range' all the time.  It's less work that way.
16929         Handle that there might not be an identifier to store in
16930         `c-last-identifier-range'.
16932         (c-forward-type): Handle that `c-last-identifier-range' might be
16933         nil from `c-forward-name'.
16935         * progmodes/cc-defs.el (c-safe-scan-lists)
16936         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16938         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16939         to work even if the form fails.
16941         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16942         down in a large file in one go.
16944         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16946         * progmodes/cc-align.el (c-lineup-assignments): New lineup
16947         function which is like `c-lineup-math' but returns nil instead of
16948         `c-basic-offset' when it doesn't match.
16950         (c-lineup-math): Change to use `c-lineup-assignments'.
16952 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16954         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16955         c-beginning-of-statement.  New subfunctions
16956         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16958 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16960         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16961         hardcoded char classes whereever possible.  Changed a couple of
16962         places to use skip by syntax instead of skip by char class.
16964         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16965         Fix a bug in the regexp that caused extreme backtracking.
16967         * progmodes/cc-langs.el (c-block-comment-starter)
16968         (c-block-comment-ender): New language constants to specify in a
16969         single place how block comments look.
16971         (c-comment-start-regexp, c-block-comment-start-regexp)
16972         (comment-start, comment-end, comment-start-skip)
16973         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16974         (c-syntactic-ws, c-nonempty-syntactic-ws)
16975         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16976         `c-line-comment-starter', `c-block-comment-starter' and
16977         `c-block-comment-ender'.
16979         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16980         New language constants to break up things a bit.
16982         (c-simple-ws): New language constant for simple whitespace.
16984         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16986         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16987         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16988         newlines.  Allow and ignore nil elements in the list.
16990 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16992         * progmodes/cc-cmds.el: Comment out a (n almost certainly
16993         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16995         * progmodes/cc-cmds.el: Tidy up the comments in
16996         c-beginning-of-statement and subfunctions.
16998         * progmodes/cc-awk.el: Replace calls to put-text-property to the
16999         more flexible c-put-char-property and c-clear-char-properties.
17000         Add the author's email address.
17002         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17004         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17005         closing "*/" of a block comment.
17007         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17008         subfunctions) so that it works at BOB and EOB.
17010         * progmodes/cc-cmds.el, cc-vars.el: More updating of
17011         c-beginning-of-statement, including new variable
17012         c-block-comment-start-regexp.
17014 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17016         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17017         symbols from `*-font-lock-extra-types' so that there's no need to
17018         use `regexp-opt' on those lists.
17020         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17021         `c-type-modifier-kwds' is empty.
17023         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17024         there are several strings on the same line.
17026         * progmodes/cc-engine.el (c-literal-limits): Remove the
17027         compatibility function for older emacsen.  `c-literal-limits-fast'
17028         has now taken the place of this function.
17030         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17031         with older emacsen: We now require `pps-extended-state'.
17033 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17035         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17036         which obviates the need to hack sentence-end.  This now handles
17037         escaped newlines in strings correctly.  Correct minor bugs in
17038         c-move-over-sentence and in c-beginning-of-statement.
17040         * progmodes/cc-cmds.el (c-beginning-of-statement (and
17041         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17042         that movement over macros and code are rigorously separated from
17043         eachother.  Correct a few incidental bugs.
17045         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17046         Improve its doc-string.  Improve the handling of certain specific cases.
17048 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17050         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17051         (c-guess-basic-syntax): Change the way class-level labels are
17052         recognized; they can now contain essentially any symbols.
17054         (c-opt-extra-label-key): New language variable to cope with the
17055         special protection label syntax in Objective-C.
17057         (c-opt-access-key): Remove; this is now handled better by
17058         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17060         (c-complex-decl-matchers): Update to handle that
17061         `c-opt-access-key' no longer exists.
17063         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17064         improved label recognition in `c-beginning-of-statement-1'.
17066         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17067         Recognize bitfields better.
17069         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17070         Remove some cruft and fixed a bug that could cause it to go to a
17071         position further down.
17073         * progmodes/cc-langs.el, cc-engine.el
17074         (c-beginning-of-statement-1): Improve detection of labels in
17075         declaration contexts.
17077         (c-beginning-of-decl-1): Use it.
17079         (c-nonlabel-token-key): New language constant and variable needed
17080         by `c-beginning-of-statement-1'.
17082         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17083         manifested itself due to the correction in `c-forward-sexp'.
17085         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17086         Make these behave as documented when used at the buffer limits.
17088         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17089         (c-type-decl-end-used): Made this a language variable.
17091         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17092         correctly when `combine-after-change-calls' is used together with
17093         temporary narrowings.
17095         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17096         Report labels correctly when the start point is immediately after the
17097         colon.
17099         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17100         Remove since it isn't used anymore.
17102         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17103         bracket arglists such as template parens in C++.
17105         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17106         in the last check-in.  Some optimization.
17108         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17109         where it could stop at the same level in a preceding sexp when
17110         PAREN-LEVEL is set.
17112         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17113         text property lookup only when it's needed.
17115         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
17116         Change the policy for paren marked angle brackets to be more
17117         persistent; once marked they remain marked even when they're found
17118         to be unbalanced in the searched region.  This should keep the
17119         paren syntax around even when individual lines are refontified in
17120         multiline template arglists.
17122         (c-parse-and-markup-<>-arglists): New dynamically bound variable
17123         to control markup so that incorrect angle bracket arglists aren't
17124         marked in contexts where the correct value for
17125         `c-disallow-comma-in-<>-arglists' isn't known.
17127         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17128         argument has become `c-parse-and-markup-<>-arglists'.
17130         (c-remove-<>-arglist-properties): Remove - no longer used.
17132         (c-after-change-check-<>-operators): New function used on
17133         `after-change-functions' to avoid that "<" and ">" characters that
17134         are part of longer operators have paren syntax.
17136         (c-<>-multichar-token-regexp): New language variable used by
17137         `c-after-change-check-<>-operators'.
17139         (c-after-change): Call `c-after-change-check-<>-operators'.
17141         (c-font-lock-<>-arglists): Use the context properties set by
17142         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17143         correctly to avoid doing invalid markup.
17145         (c-font-lock-declarations): Remove code that undoes the invalid
17146         markup done by `c-font-lock-<>-arglists'.
17148         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17149         after `c-font-lock-declarations'.
17151         * progmodes/cc-engine.el (c-syntactic-skip-backward):
17152         Add paren-level feature.
17154         (c-guess-basic-syntax): Improve the anchor position for
17155         `template-args-cont' in nested template arglists.  There's still
17156         much to be desired in this area, though.
17158 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17160         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17161         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17163 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17165         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17166         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17168         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17169         it doesn't work no longer are supported.
17171         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17172         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17173         requires support for the syntax-table' text property, which rules
17174         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
17175         cruft associated with those versions.
17177         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17178         for the `syntax-table' text property, which rules out Emacs 19 and
17179         XEmacs < 21.4.  Removed various compatibility cruft associated
17180         with those versions.
17182         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17183         support for the `syntax-table' text property.
17185         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17186         variable and use an extra quoted face name instead.  All the
17187         emacsen flavors handle that correctly.
17189         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17190         (c-font-lock-declarators, c-font-lock-declarations)
17191         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17192         property to mark the items in in declarator lists to handle
17193         refontification inside multiline declarations better.
17195         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17196         construct like "a * b = c;" as a declaration.
17198 2005-12-08  Kim F. Storm  <storm@cua.dk>
17200         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17201         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
17202         select either meta, hyper, or super modifier for rectangle commands.
17203         (cua--rectangle-modifier-key): New defvar.
17204         (cua--M/H-key): Use it.  Remove special case for `space'.
17205         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17206         on X, to meta otherwise.  Always bind C-return to toggle
17207         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
17209         * emulation/cua-rect.el (cua-help-for-rectangle):
17210         Use cua--rectangle-modifier-key.  Handle super modifier too.
17211         (cua--init-rectangles): Always bind C-return to toggle rectangle.
17212         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17214         * ido.el: Move Acknowledgements and History after Commentary.
17215         Minor changes to Commentary.
17217         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17218         keymap if cua--prefix-override-timer is `shift'.
17219         (cua--shift-control-prefix): New function; emulate "type prefix
17220         key twice" functionality to handle shifted prefix key override.
17221         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17222         New commands.
17223         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17225 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
17227         * textmodes/org.el (org-insert-heading): Try to do items before
17228         headings.
17229         (org-agenda-mode): Quote `org-agenda-mode-hook'.
17230         (org-insert-item): New function.
17231         (org-renumber-ordered-list): Don't skip to higher level lists.
17233 2005-12-08  Juri Linkov  <juri@jurta.org>
17235         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17237         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17239         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17241         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17242         the constructed function name fun-1.
17244         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17245         because such links don't lead to parent documentation.
17247 2005-12-08  Kenichi Handa  <handa@m17n.org>
17249         * descr-text.el (describe-char): Use *Help-2* buffer if the
17250         current buffer is *Help*.  Call describe-text-properties while
17251         setting the original buffer.
17253 2005-12-07  Bill Wohler  <wohler@newt.com>
17255         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
17256         and causes problems with non-MH users (such as Gnus users).
17258 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
17260         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17261         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17262         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17263         command "info sources".  Move calls to GDB command "list".
17264         (gdb-find-file-hook): Just use gdb-source-file-list.
17265         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17266         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17267         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17268         (gdb-data-list-register-values-handler): Use correct trigger name.
17270 2005-12-07  Kim F. Storm  <storm@cua.dk>
17272         * ido.el (ido-completion-map): Rename from ido-mode-map.
17273         (ido-common-completion-map, ido-file-completion-map)
17274         (ido-file-dir-completion-map, ido-buffer-completion-map):
17275         Rename from ido-mode-....-map.
17276         (ido-init-completion-maps): Rename from ido-init-mode-maps.
17277         (ido-setup-completion-map): Rename from ido-define-mode-map.
17278         (ido-read-internal): Bind minibuffer-local-filename-completion-map
17279         to ido-completion-map.
17281 2005-12-07  Kenichi Handa  <handa@m17n.org>
17283         * international/mule-cmds.el
17284         (set-display-table-and-terminal-coding-system): If the coding
17285         system specified in `unibyte-display' property is different from
17286         the arg coding-system, don't setup standard-display-table.
17288 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17290         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17291         that comments end at \n, regardless of selective-display.
17293 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
17295         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17296         (gdb-version): New variables.
17297         (gdb-source-file-list, gdb-register-names)
17298         (gdb-changed-registers): New variables for use with GDB 6.4+.
17299         (gdb-ann3): Replace with...
17300         (gdb-init-1, gdb-init-2): ...two new functions.
17301         (gdba, gdb-prompt): Call gdb-init-1.
17302         (gdb-get-version): New function.  Call gdb-init-2 from here.
17303         (gud-watch): Make it work with mouse events too.
17304         (gdb-post-prompt): Don't add to queue until GDB version is known.
17305         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17306         (gdb-locals-mode): Use gdb-version.
17307         (gdb-memory-format-map, gdb-memory-unit-map)
17308         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17309         (gdb-locals-font-lock-keywords-1)
17310         (gdb-locals-font-lock-keywords-2): New variables.
17311         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17312         (gdb-set-gud-minor-mode-existing-buffers-1)
17313         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17314         (gdb-var-update-1, gdb-var-update-handler-1)
17315         (gdb-data-list-register-values-handler)
17316         (gdb-data-list-register-values-custom)
17317         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17318         (gdb-stack-list-locals-handler, gdb-get-register-names):
17319         New functions for use with GDB 6.4+.
17320         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17321         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17322         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17323         (gdb-stack-list-locals-regexp)
17324         (gdb-data-list-register-names-regexp): New regexps for use with
17325         GDB 6.4+.
17327 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17329         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17331 2005-12-06  Nozomu Ando  <nand@mac.com>
17333         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17334         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17335         <seallan@verizon.net>.
17337 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17339         * frame.el (set-frame-parameter): Add doc string.
17341 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17343         * textmodes/org.el (org-occur-highlights): New variable.
17344         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17345         (org-highlight-sparse-tree-matches): New option.
17346         (org-do-occur): New function.
17347         (org-get-heading): Make it work also at beginning of line.
17348         (org-category-table): New variable.
17349         (org-get-category-table, org-get-category)
17350         (org-camel-to-words, org-link-search): New functions.
17351         (org-select-this-todo-keyword): New variable.
17352         (org-todo-list): New command.
17353         (org-shiftright, org-shiftleft): New commands.
17354         (org-agenda-todo): Add prefix argument.
17355         (org-show-hierarchy-above): New option.
17356         (org-show-todo-tree): Numerical prefix creates tree for specific
17357         TODO keyword.
17358         (org-outline-level): New function, to assign a level to plain
17359         lists items.
17360         (org-cycle-include-plain-lists): New option.
17361         (org-mode): Use `org-outline-level' as value of `outline-level'.
17362         (org-cycle): Temporarily switch `outline-regexp' if
17363         `org-cycle-include-plain-lists' is non-nil.
17364         (org-start-icalendar-file): Fix format bug.
17365         (org-agenda-get-day-entries): Create category table.
17366         (org-agenda-get-todos, org-agenda-get-timestamps)
17367         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17368         (org-agenda-get-blocks): Use `org-get-category'.
17369         (org-context-in-file-links): Rename from
17370         `org-line-numbers-in-file-links'.
17372 2005-12-06  Romain Francoise  <romain@orebokech.com>
17374         * window.el (balance-windows): Delete extraneous third arg in call
17375         to `enlarge-window'.
17377 2005-12-06  Kenichi Handa  <handa@m17n.org>
17379         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17381 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17383         * progmodes/gdb-ui.el (gdb-var-create-handler)
17384         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17385         (gdb-var-list-children-handler, gdb-var-update-handler):
17386         Current buffer is already gdb-partial-output-buffer, don't
17387         make it current again.
17389 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17391         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17392         (list-buffers-noselect): Use it.
17394 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17396         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17397         (mail-yank-ignored-headers): Use regexp-opt.
17398         (mail-mode-map): Move initialization into declaration.
17399         (mail-sent-via): Remove unused shadowed var `to-line'.
17400         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17401         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17402         (mail-do-fcc): Use dolist and push.
17403         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17404         (mail-yank-ignored-headers): Don't autoload.
17406 2005-12-05  Kenichi Handa  <handa@m17n.org>
17408         * international/mule-cmds.el (set-language-info-internal): New fun.
17409         (set-language-info): Call set-language-info-internal to update
17410         language-info-alist.  If LANG-ENV is the current one, call
17411         set-language-environment to make INFO effective now.
17412         (set-language-info-alist): Likewise.
17413         (locale-language-names): With locale "en", use English
17414         lang. env. but set the default codings to iso-8859-1.
17416 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17418         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17419         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17420         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17421         for plain strings.
17422         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17423         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17424         Create registers buffer if necessary.  Echo new state in minibuffer.
17425         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17427 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17429         * info.el (Info-fontify-node): Match external links using
17430         non-directory part of filename.
17432 2005-12-04  Juri Linkov  <juri@jurta.org>
17434         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17435         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17436         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17437         because there is no customization option for it.
17439         * font-lock.el (lisp-font-lock-keywords-1):
17440         Add define-global-minor-mode.
17442         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17444         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17445         properties on the constructed variable names.
17447         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17448         Put `definition-name' properties on the constructed function names
17449         next-sym and prev-sym.
17451         * emacs-lisp/find-func.el (find-function-regexp):
17452         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17453         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17454         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17455         and easy-menu-define.
17457         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17458         easy-mmode-define-global-mode and define-global-minor-mode.
17459         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17461         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17462         instead of easy-mmode-define-global-mode.
17464         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17465         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17467         * cus-edit.el (customize-group, customize-group-other-window):
17468         Filter out autoloaded options from the group completion list by
17469         using heuristics that autoloaded groups don't have `custom-autoload'
17470         property on their symbols (they have only `custom-loads').
17472         * simple.el (completion-setup-function): Put completions-common-part
17473         face on complete completion string too (i.e. completion string
17474         without completions-first-difference face).
17476         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17478 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17480         * view.el (view-mode): Doc fix.
17482         * disp-table.el (standard-display-european): Add to the warning
17483         message a reference to the doc string.
17485         * play/yow.el (apropos-zippy): Call print-help-return-message,
17486         similar to other Help and Apropos commands.
17488         * help.el (print-help-return-message): If pop-up-frames is
17489         non-nil, set up help-return-method to delete the help window and,
17490         possibly, its frame as well, and don't display message about
17491         scrolling the help window.  Doc fix.
17492         (help-return-method): Doc fix.
17494 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17496         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17497         whereby names of length one or names starting with a
17498         symbol-constituent character would not be returned.
17500 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17502         * subr.el (atomic-change-group): Add edebug and indentation spec.
17504 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17506         * completion.el (save-completions-file-name): Fix typo in last change.
17508 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17510         * info.el: Move back/forward history to the beginning of the tool bar.
17512 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17514         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17515         Add fset of allout-real-isearch-abort during compile to fix
17516         byte-compilation warnings.
17517         (allout-mode-p): Move definition of this macro above all uses, or
17518         byte compilation in barren Emacs (eg, during Emacs build) will
17519         lack the definition.
17520         (allout-mode): Move this variable above any uses, or byte
17521         compilation will fail.
17522         (allout-resolve-xref): Remove use of personal file-reference function.
17523         (allout-toggle-current-subtree-encryption): Do the current (ie,
17524         visible containing) topic, rather than nearest around point.  Doc fix.
17525         (allout-toggle-subtree-encryption): New function, workhorse that
17526         works on nearest topic containing point.
17527         (allout-encrypt-string): Signal requirement for newer version of pgg.
17528         (allout-resumptions): Doc fix.
17530 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17532         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17534 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17536         * textmodes/flyspell.el (flyspell-external-point-words):
17537         Consider a misspelling as found in the string search if: (a) misspelling
17538         and found string lengths match, or (b) misspelling is found as
17539         element in a boundary-chars separated longer string, or (c)
17540         ispell-program-name is really ispell and misspelling is found as
17541         part of a TeX string.  After successful match move beginning of
17542         search region to end of match.  Warn about not found misspellings
17543         once the process is done.
17544         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17546 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17548         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17549         tool bar (removed inadvertently).
17551 2005-12-02  Juri Linkov  <juri@jurta.org>
17553         * log-view.el (log-view-diff): Clarify doc string.
17555 2005-12-01  Bill Wohler  <wohler@newt.com>
17557         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17558         triggers lm-verify errors.
17560 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17562         * simple.el (transient-mark-mode, line-number-mode)
17563         (column-number-mode, size-indication-mode): Remove `:require nil'.
17565 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17567         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17568         in the margin also.
17569         (gdb-breakpoints-mode-map): Use D instead of d for
17570         gdb-delete-breakpoint.
17571         (gdb-get-frame-number): Require a number to match on.
17572         (gdb-threads-mode-map): Add follow-link binding.
17574 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17576         * isearch.el (isearch-mode-map): Avoid exiting search on
17577         language-change event.
17579 2005-11-30  Romain Francoise  <romain@orebokech.com>
17581         * speedbar.el (speedbar-default-position): New defcustom.
17582         (speedbar-frame-reposition-smartly): Use it.
17584         * dframe.el (dframe-reposition-frame-emacs): Fix position
17585         computation for `left' location.
17586         Update copyright year.
17588 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17590         * help.el (help-map): Move initialization into declaration.
17592         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17594         * help-fns.el (help-argument-name): Don't autoload.
17595         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17596         to be re-loaded when customizing the `help' group.
17598 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17600         * help-fns.el (describe-function-1): Fill arglist output.
17602 2005-11-30  Kim F. Storm  <storm@cua.dk>
17604         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17605         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17606         after revert-buffer (or anything else which kills all local variables).
17608         * apropos.el (apropos-parse-pattern): Doc fix.
17609         Set apropos-regexp directly, rather than expecting callers to do so.
17610         (apropos-command, apropos, apropos-value, apropos-documentation):
17611         Simplify calls to apropos-parse-pattern.
17613 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17615         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17616         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17617         (hi-lock-write-interactive-patterns): Use comment-region.
17619         * longlines.el (longlines-mode): Add mail-setup-hook.
17621         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17623         * simple.el (sendmail-user-agent-compose, next-line):
17624         Conditionally use hard-newline.
17626 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17628         * international/latexenc.el (latex-inputenc-coding-alist):
17629         Reword doc string.
17631 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17633         * help.el (describe-key-briefly, describe-key): Recognize default
17634         bindings.
17636 2005-11-29  Romain Francoise  <romain@orebokech.com>
17638         * view.el (view-inhibit-help-message): New defcustom.
17639         (view-mode-enter): Use it.
17641 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17643         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17644         Preserve user position.
17646 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17648         * font-lock.el: Throw error if facemenu is not loaded to prevent
17649         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17651         * loadup.el: Add comment explaining why facemenu must be loaded
17652         before font-lock.
17654 2005-11-28  Jay Belanger  <belanger@truman.edu>
17656         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17657         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17659         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17661         * calc/calc-embed.el (calc-do-embedded): Update help message.
17663         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17665 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17667         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17669         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17670         called-interactively-p.
17671         (elp-profilable-p): Rename from elp-not-profilable-p.
17672         Invert result and take into account macros and autoloaded functions.
17673         (elp-instrument-function): Update call.
17674         (elp-instrument-package): Update call.  Add completion.
17675         (elp-pack-number): Use match-string.
17676         (elp-results-jump-to-definition-by-mouse): Merge into
17677         elp-results-jump-to-definition and then remove.
17678         (elp-output-insert-symname): Make help echo text single-line.
17680         * replace.el (query-replace-map): Move initialization into declaration.
17681         (occur-engine): Use with-current-buffer.
17682         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17683         (occur-mode-mouse-goto): Replace with an alias.
17685 2005-11-28  Juri Linkov  <juri@jurta.org>
17687         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17689         * term/w32-win.el: Bind [S-tab] to [backtab].
17691         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17692         `Info-find-file' to t.
17694         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17695         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17696         and same-window-regexps.
17697         (occur-next-error): Don't move point for arg 0.
17699 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17701         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17703 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17705         * log-edit.el (log-edit-changelog-use-first): New var.
17706         (log-edit-changelog-ours-p): Use it.
17707         (log-edit-insert-changelog): Set it with new arg `use-first'.
17708         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17709         (log-edit-hook): Add them to the list of suggested options.
17711         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17712         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17713         redundant work.
17714         (flyspell-mode-on): Use add-hook for after-change-functions.
17715         (flyspell-mode-off): Use remove-hook for after-change-functions.
17716         (flyspell-changes): Make it buffer-local.
17717         (flyspell-after-change-function): Make it non-interactive.  Use push.
17718         (flyspell-post-command-hook): Check input-pending-p while processing
17719         the potentially long list of buffer changes.
17721 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17723         * buff-menu.el (list-buffers-noselect): Display the selected
17724         frame's buffer list, not the global one.
17726 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17728         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17729         that (list last-input-event) works as in interactive spec.
17731 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17733         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17734         `facemenu-keymap' needs to be defined when font-lock is loaded.
17735         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17737 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17739         * completion.el: Remove useless leading * in defcustom docstrings.
17740         (save-completions-file-name): Use ~/.emacs.d if available.
17741         (completion-standard-syntax-table): Rename from
17742         cmpl-standard-syntax-table and fold initialization into declaration,
17743         thus removing cmpl-make-standard-completion-syntax-table.
17744         (completion-lisp-syntax-table, completion-c-syntax-table)
17745         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17746         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17747         (symbol-under-point, symbol-before-point)
17748         (symbol-under-or-before-point, symbol-before-point-for-complete)
17749         (add-completions-from-c-buffer): Use with-syntax-table.
17750         (make-completion): Don't return a list of completion entries.
17751         Update callers.
17752         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17753         (completion-initialize): Rename from initialize-completions.
17754         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17755         (kill-emacs-save-completions): Collect stats here.
17756         (save-completions-to-file, load-completions-from-file):
17757         Use with-current-buffer.
17758         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17759         into a function.  Move all calls to toplevel.
17760         (completion-lisp-mode-hook): New fun.
17761         (completion-c-mode-hook, completion-setup-fortran-mode):
17762         Set the syntax-table here.  Use local-set-key.
17763         (completion-saved-bindings): New var.
17764         (dynamic-completion-mode): Make it into a proper minor mode.
17765         (load-completions-from-file): Remove unused var `num-uses'.
17767         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17768         constructor if it is explicitly overridden.
17770         * complete.el (PC-completion-as-file-name-predicate):
17771         Use minibuffer-completing-file-name.
17772         (partial-completion-mode): Use find-file-not-found-functions.
17773         (PC-lisp-complete-symbol): Use with-syntax-table.
17774         (PC-look-for-include-file): Remove dead setq.
17775         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17776         (PC-complete): Use with-current-buffer.
17778         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17779         escape single quotes.
17781 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17783         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17784         of `if' whose condition always returned nil.  Doc fix.
17786         * buff-menu.el (Buffer-menu-revert-function): Make the selected
17787         window's buffer the current buffer around the call to
17788         `list-buffers-noselect'.  This is necessary to mark that buffer
17789         with a `.' in the Buffer Menu when called from Lisp, for instance
17790         by Auto Revert Mode.
17792 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17794         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17795         attaching to it.
17796         (gdb-pre-prompt): Make sure gdb-error is reset.
17798         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17799         with a child process, detect it.
17800         (gud-speedbar-buttons): Match regexp more carefully.
17802 2005-11-27  Richard M. Stallman  <rms@gnu.org>
17804         * mouse.el (mouse-drag-move-window-bottom):
17805         Use adjust-window-trailing-edge.
17807 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17809         * simple.el (blink-matching-open): Ignore
17810         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17811         (blink-matching-paren-on-screen): Update docstring.
17813         * paren.el (show-paren-mode): No longer change
17814         `blink-matching-paren-on-screen'.
17816 2005-11-27  John Paul Wallington  <jpw@pobox.com>
17818         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17819         (gdb-threads-select, gdb-edit-register-value):
17820         Use `posn-set-point' instead of `mouse-set-point' because the
17821         latter is not fbound when configured without X.
17823 2005-11-27  Kim F. Storm  <storm@cua.dk>
17825         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17826         existing face when partially highlighting a TAB in a rectangle.
17828 2005-11-26  Kim F. Storm  <storm@cua.dk>
17830         * ido.el (ido-mode-map): Doc fix.
17831         (ido-mode-common-map, ido-mode-file-map)
17832         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17833         (ido-define-mode-map): Rewrite.  Select one of the new maps as
17834         parent for ido-mode-map instead of building from scratch.
17835         (ido-init-mode-maps): New defun to initialize new maps.
17836         (ido-mode): Call it.
17837         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17838         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17840 2005-11-26  John Paul Wallington  <jpw@pobox.com>
17842         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17843         `mouse-set-point' because the latter is not fbound when configured
17844         without X.
17846 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
17848         * files.el (file-relative-name): Doc fix.
17850 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
17852         * progmodes/octave-inf.el (inferior-octave-startup): Force a
17853         non-empty string for secondary prompt PS2.
17855 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17857         * progmodes/compile.el (compilation-setup): Fix last change.
17859 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
17861         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17862         (gdb-mouse-toggle-breakpoint-margin)
17863         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17864         Add gdb-server-prefix to keep out of command history.
17865         (gdb-edit-register-value): New function.
17866         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17867         (gdb-info-registers-custom): Use above map.
17869 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
17871         * custom.el (enable-theme): Signal error if argument is not a
17872         theme.  Don't recalculate a face if it's not loaded yet.
17874         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17875         the `user' theme is in effect.
17877         * info.el (Info-on-current-buffer): Record actual filename in
17878         Info-current-file, instead of t, or a fake filename if a non-file
17879         buffer.  Make autoload.
17880         (Info-find-node, Info-revert-find-node): No need to check for
17881         Info-current-file nil.
17882         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17883         Info-current-file is now never `t'.
17884         (Info-fontify-node): Many simplifications due to Info-current-file
17885         always being valid.  Use Info-find-file to find node filename.
17887 2005-11-25  David Kastrup  <dak@gnu.org>
17889         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17890         new character, then delete" in order to preserve markers.
17892 2005-11-25  David Ponce  <david@dponce.com>
17894         * recentf.el (recentf-arrange-by-rule): Handle a special
17895         `auto-mode-alist'-like "strip suffix" rule.
17896         (recentf-build-mode-rules): Handle second level auto-mode entries.
17898 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
17900         * viper-keym.el (viper-ESC-key): Use different values in terminal and
17901         window modes.
17903         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17904         jde-javadoc-checker-report-mode.
17906         * ediff-wind (ediff-make-wide-display): Slight simplification.
17908         * ediff.el (ediff-date): Change the date of last update.
17910 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
17912         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17913         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
17914         (hi-lock-mode): New global minor mode.
17915         (turn-on-hi-lock-if-enabled): New function.
17916         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17917         Change arguments to regexp and face instead of a font-lock pattern.
17918         Directly set face property, instead of refontifying.
17919         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17920         (hi-lock-find-patterns): Use line-number-at-pos.
17922         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
17923         arguments for hi-lock-set-pattern.
17924         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17925         Call font-lock-fontify-buffer.
17926         (hi-lock-find-file-hook, hi-lock-current-line)
17927         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17929         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17930         turned off.
17932         * progmodes/compile.el (compilation-setup): Don't fiddle with
17933         font-lock-defaults.
17935 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
17937         * progmodes/gdb-ui.el (gdb-var-create-handler)
17938         (gdb-var-list-children-handler): Find values for all variable
17939         objects.  gud-speedbar-buttons decides whether to display them.
17941 2005-11-24  Romain Francoise  <romain@orebokech.com>
17943         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17944         buffer name with a space.
17946 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
17948         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17949         `org-export-local-list-max-depth'.  Change default value to 3.
17950         (org-auto-renumber-ordered-lists)
17951         (org-plain-list-ordered-item-terminator): New options.
17952         (org-at-item-p, org-beginning-of-item, org-end-of-item)
17953         (org-get-indentation, org-get-string-indentation)
17954         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17955         New functions.
17956         (org-move-item-down, org-move-item-up): New commands.
17957         (org-export-as-html): New classes for CSS support.  Bug fix in
17958         regular expression detecting fixed-width regions.  Respect
17959         `org-local-list-ordered-item-terminator'.
17960         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17961         also a list item.
17962         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17963         New item moving functions.
17965 2005-11-24  Juri Linkov  <juri@jurta.org>
17967         * isearch.el (isearch-repeat): With empty search ring set
17968         `isearch-error' to the error string instead of signaling error
17969         with the function `error'.
17971 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17973         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17975 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
17977         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17978         and variable.
17979         (gdb-var-create-handler, gdb-var-list-children-handler):
17980         Don't match on "char **...".
17981         (gdb-var-update-handler): Find values for all variable objects.
17982         (gdb-info-frames-custom): Identify frames by leading "#".
17984         * progmodes/gud.el (gud-speedbar-menu-items): Add
17985         gdb-speedbar-auto-raise as radio button.
17986         (gud-speedbar-buttons): Raise speedbar if requested.
17987         Don't match on "char **...".
17988         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17989         Make it editable.
17991 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
17993         * info.el (Info-fontify-node): Handle the case where
17994         Info-current-file is t.
17996 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17998         * simple.el (blink-matching-open): Fix off-by-one in last change.
18000 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18002         * term/mac-win.el: Don't change default directory.
18004 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
18006         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18007         buffers correctly.  (It used to throw an error in such buffers.)
18008         Make it ask for confirmation in group buffers and other Custom
18009         buffers containing more than one customization item.
18011 2005-11-22  John Paul Wallington  <jpw@gnu.org>
18013         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18014         property on mail and url overlays.
18015         (goto-address-at-point): Use `posn-set-point' instead of
18016         `mouse-set-point' because the latter is not fbound when configured
18017         without X.
18019 2005-11-22  Lars Hansen  <larsh@soem.dk>
18021         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18022         (ls-lisp-classify, ls-lisp-format): Delete call to
18023         ls-lisp-parse-symlink.
18024         (ls-lisp-handle-switches): Handle symlinks to directories as
18025         directories when ls-lisp-dirs-first in non-nil.
18027 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
18029         * startup.el (command-line): Make sure that loaddefs.el is handled
18030         correctly in load-history.
18032 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
18034         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18035         (gdb-struct-string, gdb-array-string): New constants.
18036         (gdb-info-locals-handler): Use them.
18037         (gdb-reset): Reset gdb-var-list to nil.
18039 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18041         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18042         in patterns.
18044 2005-11-21  Juri Linkov  <juri@jurta.org>
18046         * custom.el (defcustom): Update link types in docstring.
18048 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
18050         * custom.el (defgroup): Add doc-string-elt info.
18052         * widget.el (define-widget): Don't use declare for the doc-string-elt.
18054 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18056         * newcomment.el (comment-enter-backward): Fix last fix.
18058         * simple.el (blink-matching-open):
18059         * paren.el (show-paren-function): Allow new paren-class info.
18061 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
18063         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
18064         handled automagically.
18066 2005-11-20  Andreas Schwab  <schwab@suse.de>
18068         * descr-text.el (describe-char): When copying overlays put them
18069         over the full char description instead of just the first character
18070         of it.
18072 2005-11-20  Juri Linkov  <juri@jurta.org>
18074         * simple.el (what-cursor-position):
18075         * descr-text.el (describe-char): Use Lisp-readable syntax
18076         for octal and hex.  Reorder decimal, octal and hex values.
18077         Remove excess whitespace in the output.  Use `=' in `column='
18078         like in `point=' and `Hscroll='.
18080         * international/mule-cmds.el (encoded-string-description):
18081         Use Lisp-readable syntax for hex.
18083 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18085         * newcomment.el (comment-enter-backward): Handle the case where the
18086         comment is closed by EOB.
18088 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18090         * longlines.el (longlines-before-revert-hook)
18091         (longlines-after-revert-hook): New functions.
18092         (longlines-mode): Turn off longlines temporarily when reverting.
18093         Add a message-setup-hook.
18094         (longlines-decode-buffer): New function.
18095         (longlines-wrap-line): Preserve marker positions.
18097 2005-11-19  Andreas Schwab  <schwab@suse.de>
18099         * emacs-lisp/shadow.el: Handle compressed files.
18101 2005-11-19  Romain Francoise  <romain@orebokech.com>
18103         * net/browse-url.el (browse-url-default-browser): Signal an error
18104         if no usable browser can be found, rather than try to load w3.
18106 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
18108         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18109         replacing existing properties.
18110         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18111         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18112         tty specs.
18113         (rcirc-server-prefix, rcirc-server): New faces.
18114         (rcirc-url-regexp): Generate with rx macro.
18115         (rcirc-last-server-message-time): New variable.
18116         (rcirc-filter): Record time of last message.
18117         (rcirc-keepalive): Kill processes that did not send a message
18118         since the last ping.
18119         (rcirc-mode): Give rcirc-topic a local binding here.
18121 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
18123         * subr.el (read-passwd): Fontify the prompt as we do with other
18124         prompts.
18126 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
18128         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18129         binding buffer-read-only to nil.
18131 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
18133         * complete.el (partial-completion-mode):
18134         Mention completion-auto-help in the doc string.
18136         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
18137         more Lisp-ish way.
18139 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
18141         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18142         digits, not 8, to avoid misalignment for files larger than 100MB.
18144 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
18146         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18147         Mention "keyboard shortcuts" in the help text.
18149 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18151         * startup.el (fancy-splash-default-action): Discard only
18152         mouse-down and succeeding mouse-up events in the splash screen
18153         window so that drag-n-drop event can be processed.
18155 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
18157         * longlines.el (longlines-mode): Add hacks for mail-mode and
18158         message-mode.
18160 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
18162         * textmodes/org.el (org-table-sort-lines): New command.
18163         (org-tbl-menu): Add entry for `org-table-sort-lines'.
18164         (org-add-file): Command removed, use `org-agenda-file-to-front'
18165         instead.
18166         (org-export-icalendar): Use `org-icalendar-combined-name'.
18167         (org-cycle-agenda-files, org-agenda-file-to-end)
18168         (org-agenda-file-to-front): New commands.
18169         (org-table-tab-jumps-over-hlines, org-export-html-style):
18170         New options.
18171         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18172         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18173         New functions.
18174         (org-fill-paragraph): Call `org-table-align' in tables.
18175         (org-mode): Call `org-set-autofill-regexps'.
18176         (org-export-as-html): Support for local handformatted lists.
18177         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
18178         (org-export-local-list-max-depth): New option.
18179         (org-html-expand): Use `org-html-protect'.
18181 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
18183         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18184         to "p".
18185         (gdb): Move definition of gud-pp to...
18187         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
18188         speedbar.
18189         (gdb-find-watch-expression): New function.
18191 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18193         * faces.el (face-attribute, set-face-attribute): Mention existence
18194         of `:ignore-defface' setting in docstring.
18196 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18198         * simple.el (completion-setup-function): Fix last change.
18200 2005-11-17  John Paul Wallington  <jpw@pobox.com>
18202         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18203         Use `posn-set-point' instead of `mouse-set-point' because the
18204         latter is not fbound when configured without X.
18206         * comint.el (comint-insert-input): Likewise.
18208 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18210         * simple.el (hard-newline): New variable.
18211         (sendmail-user-agent-compose, next-line): Use it.
18213         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18214         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18215         (mail-mail-reply-to, mail-mail-followup-to)
18216         (mail-position-on-field, mail-signature, mail-yank-original)
18217         (mail-attach-file): Likewise.
18219         * mail/mailheader.el (mail-header-format)
18220         (mail-header-format-function): Likewise.
18222         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18224 2005-11-17  Juri Linkov  <juri@jurta.org>
18226         * font-lock.el (font-lock-faces): Rename this defgroup from
18227         `font-lock-highlighting-faces'.
18228         (font-lock-comment-face, font-lock-comment-delimiter-face)
18229         (font-lock-string-face, font-lock-doc-face)
18230         (font-lock-keyword-face, font-lock-builtin-face)
18231         (font-lock-function-name-face, font-lock-variable-name-face)
18232         (font-lock-type-face, font-lock-constant-face)
18233         (font-lock-warning-face, font-lock-negation-char-face)
18234         (font-lock-preprocessor-face)
18235         (font-lock-regexp-grouping-backslash)
18236         (font-lock-regexp-grouping-construct): Rename :group from
18237         `font-lock-highlighting-faces' to `font-lock-faces'.
18239         * cus-edit.el (lisp, c, tex):
18240         * progmodes/ada-mode.el (ada):
18241         * progmodes/asm-mode.el (asm):
18242         * progmodes/cperl-mode.el (cperl-faces):
18243         * progmodes/cpp.el (cpp):
18244         * progmodes/dcl-mode.el (dcl):
18245         * progmodes/f90.el (f90):
18246         * progmodes/fortran.el (fortran):
18247         * progmodes/icon.el (icon):
18248         * progmodes/idlwave.el (idlwave-misc):
18249         * progmodes/m4-mode.el (m4):
18250         * progmodes/make-mode.el (makefile):
18251         * progmodes/meta-mode.el (meta-font):
18252         * progmodes/modula2.el (modula2):
18253         * progmodes/octave-mod.el (octave):
18254         * progmodes/pascal.el (pascal):
18255         * progmodes/perl-mode.el (perl):
18256         * progmodes/prolog.el (prolog):
18257         * progmodes/ps-mode.el (PostScript-edit):
18258         * progmodes/scheme.el (scheme):
18259         * progmodes/sh-script.el (sh-script):
18260         * progmodes/simula.el (simula):
18261         * progmodes/tcl.el (tcl):
18262         * textmodes/nroff-mode.el (nroff):
18263         * textmodes/reftex-vars.el (reftex-fontification-configurations):
18264         * textmodes/sgml-mode.el (sgml):
18265         * textmodes/texinfo.el (texinfo):
18266         Add :link (custom-group-link font-lock-faces) to defgroup.
18268         * hi-lock.el (hi-lock): Rename this defgroup from
18269         `hi-lock-interactive-text-highlighting'.  Change parent group from
18270         `faces' to `font-lock'.  Add link to the manual.
18271         (hi-lock-mode, hi-lock-file-patterns-range)
18272         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18273         `hi-lock-interactive-text-highlighting' to `hi-lock'.
18274         (hi-lock-faces): Add :group `faces'.
18276         * cus-edit.el (custom-variable-prompt): Clarify the code.
18278         * faces.el (face-read-string): Set the default value arg of
18279         completing-read.
18281 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
18283         * rfn-eshadow.el (file-name-shadow-properties)
18284         (file-name-shadow-tty-properties, file-name-shadow-mode):
18285         Remove autoloads, because the file is now preloaded.
18287 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18289         * printing.el (easy-menu-intern): Don't define.
18290         (pr-get-symbol): Use easy-menu-intern only if defined.
18292         * simple.el (blink-matching-open): Simplify a bit.
18293         (completion-setup-function): Fix the case of partial-completion-mode
18294         when the minibuffer's contents start with "-".
18295         Obey completion-base-size-function even when
18296         minibuffer-completing-file-name is non-nil.
18298 2005-11-16  Richard M. Stallman  <rms@gnu.org>
18300         * net/eudcb-ph.el (eudc-ph-open-session):
18301         Use set-process-query-on-exit-flag.
18303         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18305         * international/ucs-tables.el (ucs-set-table-for-input):
18306         Use make-local-variable, not make-variable-buffer-local.
18308         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18309         Improve warning message text.
18311         * savehist.el (savehist-save-hook): Add :group.
18313         * menu-bar.el (menu-bar-help-menu):
18314         Rename Find Extra Packages to External Packages.
18316         * cus-edit.el (Custom-reset-standard): Verify that
18317         :custom-standard-value prop exists before calling it.
18319         * apropos.el (apropos-calc-scores): Use apropos-pattern.
18321 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
18323         * wid-edit.el (color): Enclose %t in %{...%}.
18325         * cus-edit.el (face): Enclose %t in %{...%}.
18327 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
18329         * savehist.el (savehist-mode-hook): Re-add the var.
18330         (savehist-mode): Use it.
18332 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18334         * textmodes/flyspell.el: Fix commenting convention.
18335         Remove unnecessary leading * in custom docstrings.
18336         (flyspell-emacs): Remove unused var.
18337         (flyspell-delete-region-overlays): Use remove-overlays.
18338         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18339         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18340         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18341         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18342         (make-flyspell-overlay): Don't locally reuse a global name.
18343         (flyspell-highlight-incorrect-region)
18344         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18345         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18346         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18347         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18348         Wrap calls to accept-process-output inside with-local-quit since it's
18349         often called from a post-command-hook.
18350         (flyspell-correct-word, flyspell-auto-correct-word):
18351         Use ispell-send-string.
18352         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18354         * calendar/diary-lib.el (diary-list-entries): Also hide the
18355         terminating newline.
18357 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18359         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18360         window-system, to allow fonts on tty.
18362 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18364         * progmodes/gud.el (gud-speedbar-item-info): New function.
18365         (gud-install-speedbar-variables): Use it to display data type
18366         of watch expression as a tooltip in speedbar.
18368 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18370         * font-core.el (global-font-lock-mode): Add :version keyword,
18371         because default was changed.
18373         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18375         * startup.el (command-line): Use `custom-reevaluate-setting' for
18376         `file-name-shadow-mode'.
18378         * loadup.el: Preload rfn-eshadow.
18380         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18381         Add :version keyword.
18382         (file-name-shadow-properties, file-name-shadow-tty-properties)
18383         (file-name-shadow): Add :version keyword.
18385         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18386         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18387         in the custom-group property of the symbol frames and the fringe
18388         group got no link to its parent group frames.
18389         Doc fix.
18391 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18393         * progmodes/gud.el (gud-stop-subjob): New function.
18394         (gud-menu-map, gud-tool-bar-map): Use it.
18396 2005-11-16  Kim F. Storm  <storm@cua.dk>
18398         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18399         than kill it.
18400         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18401         to a more useful/logical place.
18403 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18405         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18406         go buttons complementary.
18408 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18410         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18411         (rfn-eshadow-sifn-equal): New function.
18412         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18414 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18416         * viper-utils.el (viper-non-word-characters-reformed-vi):
18417         Quote `-' in string.
18419         * viper.el (viper-emacs-state-mode-list): Ensure that
18420         rcirc-mode buffers come up in Emacs state.
18422         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18423         operation.
18425 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18427         * term.el (term-termcap-format): Fix typos.
18428         (term-down): Fix the negative argument case.
18430 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18432         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18433         2005-08-15.
18434         (gdb-ann3): New command gud-go.
18435         (menu): Accomodate gdb-mi.el.
18436         (gdb-assembler-custom): Make buffer of selected window current
18437         so that set-window-point works.
18439         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18440         buttons and include new ones.
18442 2005-11-16  Kim F. Storm  <storm@cua.dk>
18444         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18445         (gud-menu-map): Use it.
18447 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18449         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18450         that works correctly for Custom and that does not override a user
18451         who disables it.
18453         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18454         (help-xref-interned, help-follow): Make hyperlinks for variables
18455         that are unbound, but have a non-nil variable-documentation property.
18457         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18458         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18459         Use the `variable-documentation' property to give the mode hook a
18460         docstring and expand that docstring.
18462 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18464         * savehist.el (savehist-mode): Don't bother with
18465         `custom-set-minor-mode'.
18466         (savehist-coding-system): Check XEmacs version.
18467         (history-length): Declare also at run time.
18468         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18469         Don't set the customize state.
18470         (savehist-minibuffer-hook): Special case for when
18471         minibuffer-history-variable is equal to t.
18473 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18475         * files.el (write-file): Refresh VC status.
18477         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18478         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18479         than fundamental-mode to see if the mode was set.
18481 2005-11-14  Romain Francoise  <romain@orebokech.com>
18483         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18484         dummy function in `eval-when-compile' to avoid compiler warning.
18485         Require `man' at compile time.
18487 2005-11-14  Jay Belanger  <belanger@truman.edu>
18489         * calc-alg.el (calcFunc-write-out-power): Rename it to
18490         calcFunc-powerexpand.
18491         (math-write-out-power): Rename it to math-powerexpand; have it
18492         handle negative exponents.
18493         (calc-writeoutpower): Rename it to calc-powerexpand.
18495         * calc-ext.el: Change calcFunc-writeoutpower and
18496         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18497         autoloads.
18498         Add calcFunc-ldiv to autoloads.
18500         * calc-arith.el (calcFunc-ldiv): New function.
18502         * calc.el (calc-left-divide): New function.
18504 2005-11-14  Juri Linkov  <juri@jurta.org>
18506         * cus-edit.el (custom-variable-prompt): Set the default value arg
18507         of completing-read.
18509         * cus-dep.el (custom-make-dependencies): Reverse the list of
18510         found dependencies.
18512 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18514         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18515         Highlighting" entry, it is on by default now.
18516         (menu-bar-options-save): Do not save global-font-lock-mode.
18518 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18520         * textmodes/flyspell.el (flyspell-large-region):
18521         Call flyspell-accept-buffer-local-defs.
18523 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18525         * textmodes/flyspell.el (flyspell-notify-misspell):
18526         Fix misspelling of "Misspelling".
18527         (flyspell-process-localwords): New function.
18528         (flyspell-large-region): Call flyspell-process-localwords and
18529         flyspell-delete-region-overlays.
18530         (flyspell-delete-region-overlays): New function.
18531         (flyspell-delete-all-overlays): Call that.
18533 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18535         * help.el (help-for-help-internal): Improve doc of C-h a.
18536         (describe-key): Improve prompt; doc fix.
18538 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * vc-svn.el (vc-svn-registered): Catch all errors.
18542         * cus-dep.el (custom-make-dependencies): Typo.
18544 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18546         * net/tramp-util.el (top): Fix compilation warning.
18548 2005-11-13  Kim F. Storm  <storm@cua.dk>
18550         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18552 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18554         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18555         (gud-speedbar-buttons): Match on "const char *" too.
18557         * progmodes/gdb-ui.el (gdb-var-create-handler)
18558         (gdb-var-list-children-handler): Match on "const char *" too.
18559         (gdb-var-evaluate-expression-handler): Match on empty string.
18560         (gdb-var-update-handler): Only call
18561         gdb-var-evaluate-expression-handler when required.
18563 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18565         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18566         selected window.  This still doesn't work for speedbar.
18567         (gud-speedbar-buttons): Handle string expressions properly.
18569         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18570         (gdb-var-create-handler): Handle string expressions properly.
18571         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18572         Handle string expressions properly.  Move "type" field into regexp.
18574 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18576         * bookmark.el (bookmark-maybe-message): New function to reduce
18577         code duplication: invokes `message' iff baud-rate is high enough.
18578         (bookmark-write-file): Use above instead of an inline conditional.
18579         (bookmark-load): Same.
18581 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18583         * bookmark.el (bookmark-write-file): Don't visit the destination
18584         file, just write the data to it using write-region.  This is
18585         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18586         change to avoid visiting the file in the first place.
18588 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18590         * hi-lock.el (hi-lock-mode): Set the default value of
18591         font-lock-defaults.
18593 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18595         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18596         arg to `file-attributes'.
18597         (find-lisp-format): The UID and GID can now be strings.
18599 2005-11-12  Kim F. Storm  <storm@cua.dk>
18601         * help.el (help-map): Bind C-h d to apropos-documentation.
18603         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18604         when point is at end-of-buffer.
18606         * apropos.el (apropos-match-face): Doc fix.
18607         (apropos-sort-by-scores): Add new choice `verbose'.
18608         (apropos-documentation-sort-by-scores): New defcustom.
18609         (apropos-pattern): Now contains the pattern entered by the user.
18610         (apropos-pattern-quoted): New defvar.
18611         (apropos-regexp): New defvar, containing the regexp corresponding
18612         to apropos-pattern.
18613         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18614         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18615         interactive calls; returns list of words for a word list, and
18616         string for a regexp.
18617         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18618         parses a list of words or regexp as returned by apropos-read-pattern.
18619         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18620         (apropos-score-doc): Return a very high score if the string
18621         entered by the user matches literally.
18622         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18623         (apropos-command): Doc fix.  Use apropos-read-pattern and
18624         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18625         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18626         apropos-parse-pattern.
18627         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18628         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18629         apropos-documentation-sort-by-scores.  Call apropos-print with
18630         nosubst=t.
18631         (apropos-documentation-internal): Pass doc string through
18632         substitute-key-definition before adding text properties.
18633         Highlight substring matching literal user input if possible.
18634         (apropos-documentation-check-doc-file): Remove locals beg and end.
18635         Fix calculation of score (as added twice).  Pass doc string through
18636         substitute-key-definition before adding text properties.
18637         (apropos-documentation-check-elc-file): Pass doc string through
18638         substitute-key-definition before adding text properties.
18639         Highlight substring matching literal user input if possible.
18640         (apropos-print): Add new arg NOSUBST; if set, command and variable
18641         doc strings have already been passed through substitute-key-definition.
18642         Add code to handle apropos-accumulator items without score element
18643         for backwards compatibility (e.g. with woman package).
18644         Only show scores if apropos-sort-by-scores is `verbose'.
18646 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18648         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18649         Add jka-compr-load-suffixes to load-suffixes.
18651         * jka-compr.el: Require jka-cmpr-hook.
18652         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18653         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18654         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18655         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18656         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18657         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18658         (jka-compr-uninstall): Remove entries from
18659         jka-compr-added-to-file-coding-system-alist after they are used.
18660         (jka-compr-error): Remove unused var `curbuf'.
18661         (jka-compr-file-local-copy): Remove unused var `notfound'.
18663 2005-11-10  Romain Francoise  <romain@orebokech.com>
18665         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18667 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18669         * progmodes/gud.el (gud-menu-map): Move parentheses.
18670         (gdb): New command gud-pv.
18672 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18674         * tar-mode.el: Remove spurious or unnecessary leading stars
18675         in docstrings.
18676         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18677         (tar-parse-octal-integer-safe): Use mapc.
18678         (tar-header-block-summarize): Remove unused var `ck'.
18679         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18680         cleared before.  Obey default-enable-multibyte-characters.
18681         Use mapconcat.  Simplify setting of tar-header-offset.
18682         (tar-mode-map): Move initialization inside delcaration.
18683         (tar-flag-deleted): Use `abs'.
18684         (tar-expunge-internal): Remove unused var `line'.
18685         (tar-expunge-internal): Don't hardcode point-min==1.
18686         (tar-expunge): Widen while doing set-buffer-multibyte.
18687         (tar-rename-entry): Use file-name-coding-system.
18688         (tar-alter-one-field): Don't hardcode point-min==1.
18689         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18690         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18692 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18694         * add-log.el (add-log-current-defun): Handle class::method
18695         notation of c++.  Fix incorrect comment.
18697 2005-11-10  Alan Mackenzie  <acm@muc.de>
18699         * help-fns.el (describe-variable): Make C-h v work when a variable
18700         has variable documentation yet is unbound.
18702 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18704         * man.el (Man-highlight-references): Set an empty
18705         string to `Man-arguments' if it is nil.
18706         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18708 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18710         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18711         commenting conventions.
18713         * cus-dep.el (custom-make-dependencies): Simplify.
18714         Better follow the commenting conventions.
18716 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18718         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18719         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18720         All uses changed.
18721         (apropos-rewrite-regexp): Doc fix.
18722         (apropos-variable, apropos-command, apropos, apropos-value):
18723         Change prompt; carry through the argument renaming.
18725 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18727         * find-lisp.el: Require dired.
18728         (find-lisp-find-dired-internal): Do not call
18729         `abbreviate-file-name' on DIR.
18731 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18733         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18735 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18737         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18738         when using the speedbar.
18739         (gdb): New command gud-pp.
18740         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18742 2005-11-09  Juri Linkov  <juri@jurta.org>
18744         * replace.el (occur-excluded-properties): New defcustom.
18745         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18747 2005-11-08  Jay Belanger  <belanger@truman.edu>
18749         * calc/calc-units.el (math-convert-units): Replace any composite
18750         unit by its definition.
18752 2005-11-08  Lars Hansen  <larsh@soem.dk>
18754         * emacs-lisp/autoload.el (update-directory-autoloads):
18755         Add obsolete function alias.
18757 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18760         comment-indent-function.
18761         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18763         * reveal.el (reveal-post-command): Rework the handling of
18764         reveal-open-spots, so as to be more reliable.  There were several
18765         tricky corner cases where an open spot might be lost, or where
18766         a closed spot might end up on the list of open spots.
18767         Only reveal text that's ellipsised.
18769 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18771         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18773 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18775         * ibuffer.el (ibuffer): Search iconified frames too when
18776         getting Ibuffer buffer's window.
18778 2005-11-06  Richard M. Stallman  <rms@gnu.org>
18780         * progmodes/compile.el (compilation-internal-error-properties):
18781         save-excursion around the computation of MARKER.
18783 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
18785         * textmodes/flyspell.el (flyspell-external-point-words):
18786         flyspell-get-word returns a list, not just a string.
18788 2005-11-06  John Paul Wallington  <jpw@pobox.com>
18790         * ibuffer.el (ibuffer): Search all visible frames when getting
18791         Ibuffer buffer's window.
18793 2005-11-07  Masatake YAMATO  <jet@gyve.org>
18795         * man.el (Man-reference-regexp): Accept spaces between
18796         `Man-name-regexp' and `Man-section-regexp'.
18797         (Man-apropos-regexp): New variable.
18798         (Man-abstract-xref-man-page): Use value for `Man-target-string'
18799         if available.
18800         (Man-highlight-references, Man-highlight-references0):
18801         Handle the case when `Man-arguments' includes "-k".
18802         (Man-highlight-references0): Rename the argument `TARGET-POS' to
18803         `TARGET'. `TARGET' can be a number, function or nil.
18805 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
18807         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18808         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18809         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18810         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18811         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18812         (gdb-send-item): Use buffer-local-value and simplify.
18814 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
18816         * startup.el (command-line): Use `custom-reevaluate-setting' for
18817         `global-font-lock-mode'.
18819         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18820         by default, except in batch mode or when the -D option is given.
18822         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18823         specified keyword args on to `define-minor-mode'.  Update docstring.
18825 2005-11-05  Romain Francoise  <romain@orebokech.com>
18827         * replace.el (occur-engine): Add marker at end of line, too.
18829 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
18831         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18832         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18833         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18834         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18835         argument to all these routines, so the passphrase can be managed
18836         externally and passed in to the system.
18837         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18838         pgg-add-passphrase-to-cache function.
18840         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18841         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18842         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18843         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18844         argument to all these routines, so the passphrase can be managed
18845         externally and passed in to the system.
18846         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18847         function.
18849 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
18851         * font-lock.el: Don't deal with font-lock-face-attributes here,
18852         move the code ...
18854         * startup.el (command-line): ... here.  Use face-spec-set instead
18855         of custom-declare-face.
18857         * faces.el (face-spec-set): Reset the face if spec is not nil.
18859 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18861         * newcomment.el (comment-region-internal): Box more tightly in the
18862         common case where there's no TAB in the boxed text.
18864 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18866         * info.el (info-tool-bar-map): Use images prev-node, next-node and
18867         up-node.
18869 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
18871         * newsticker.el: Commentary updated.  Code formatting changed.
18872         (newsticker-version): Change to "1.9".
18873         (newsticker, newsticker-feed): Doc fix.
18874         (newsticker-url-list): Doc fix.  Add option "Weekly".
18875         (newsticker-retrieval-interval): Add option "Weekly".
18876         (newsticker-headline-processing): Doc fix.
18877         (newsticker-auto-mark-filter): Remove.
18878         (newsticker-auto-mark-filter-list): New.
18879         (newsticker-layout, newsticker-sort-method): Doc fix.
18880         (newsticker-hide-old-items-in-newsticker-buffer)
18881         (newsticker-heading-format, newsticker-item-format)
18882         (newsticker-desc-format): Doc fix.
18883         (newsticker-show-all-rss-elements): Remove.
18884         (newsticker-show-all-news-elements): New.
18885         (newsticker-faces, newsticker-ticker): Doc fix.
18886         (remove-from-invisibility-spec): Code formatting.
18887         (newsticker--process-ids): New.
18888         (newsticker-mode): Doc fix.
18889         (newsticker-mode): Change mode-line-format.
18890         (newsticker-start): Remove debug output.
18891         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
18892         (newsticker-w3m-show-inline-images): Code formatting.
18893         (newsticker-next-item): Call `force-mode-line-update'.
18894         (newsticker-previous-item): Call `force-mode-line-update'.
18895         (newsticker-next-feed): Call `force-mode-line-update'.
18896         (newsticker-previous-feed): Call `force-mode-line-update'.
18897         (newsticker-mark-all-items-at-point-as-read): Code formatting.
18898         (newsticker-show-old-items): Do not show descs.
18899         (newsticker-hide-entry): Hide too much.
18900         (newsticker-hide-entry, newsticker-show-entry)
18901         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18902         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18903         (newsticker-toggle-auto-narrow-to-item): Code formatting.
18904         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18905         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18906         (newsticker-get-news): Call `force-mode-line-update'.
18907         Collect process ids.
18908         (newsticker--sentinel): Change coding system handling.
18909         Move image retrieval to new functions newsticker--get-logo-url-*.
18910         Move feed parsing to new functions newsticker--parse-*.
18911         Update list of process ids.
18912         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18913         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18914         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18915         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18916         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18917         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18918         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18919         (newsticker--decode-coding-string): Remove.
18920         (newsticker--decode-numeric-entities): Check input.  Format code.
18921         (newsticker--remove-whitespace): Check input.
18922         (newsticker--do-forget-preformatted): Doc fix.
18923         (newsticker--decode-rfc822-date): Allow for missing time.
18924         (newsticker--update-process-ids): New.
18925         (newsticker--image-sentinel): Change comment.
18926         (newsticker--image-read): Change error message.
18927         (newsticker--imenu-goto): Doc fix.  Show headline title.
18928         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18929         (newsticker--buffer-do-insert-text): Clean whitespace in
18930         html-rendered headline title.  Code formatting.
18931         Call `newsticker--buffer-print-extra-elements'.
18932         (newsticker--buffer-print-extra-element): Remove.
18933         (newsticker--buffer-print-extra-elements): New.
18934         (newsticker--buffer-do-print-extra-element): New.
18935         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
18936         large sizes.
18937         (newsticker--run-auto-mark-filter)
18938         (newsticker--do-run-auto-mark-filter):
18939         Use `newsticker-auto-mark-filter-list'.
18941 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
18943         * net/rcirc.el: Use split-string OMIT-NULLS argument.
18944         (rcirc-print): Force redisplay before running hooks.  Do long
18945         buffer truncation after making new text read-only.  Deal with nil
18946         text when decoding strings.  If TARGET is nil, use either the
18947         currently selected buffer, if it is an rcirc buffer and of the
18948         same process or the process buffer.
18949         (rcirc-mode): Remove header-line.  Recompute short buffer names.
18950         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18951         (rcirc-short-buffer-name): Add variable.
18952         (rcirc-kill-buffer-hook): Recompute short buffer names.
18953         Remove nick from private channel.
18954         (rcirc-send-input): Send command text to current-buffer.
18955         Don't clear overlay arrow here.
18956         (rcirc-short-buffer-name): Return a short buffer name.
18957         (rcirc-update-short-buffer-names, rcirc-abbreviate)
18958         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18959         buffer-name abbreviations.
18960         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18961         Do not touch nick-table when killing a parted channel.
18962         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18963         Clear arrow from current buffer if it is now hidden.
18964         (rcirc-current-buffer): Add variable.
18965         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18966         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18967         Remove -face from names.
18968         (rcirc-update-activity-string): Print "DND" when globally ignoring
18969         activity.
18970         (rcirc-ignore-buffer-activity-flag): Rename from
18971         rcirc-ignore-channel-activity.
18972         (rcirc-ignore-all-activity-flag): Doc fix.
18973         (rcirc-channels): Remove variable.
18974         (rcirc-kill-buffer-hook):
18975         (rcirc-get-buffer-create): Add nick to private channel.
18976         (rcirc-multiline-edit-submit): Remove tabs.
18977         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18978         folded.
18979         (rcirc-remove-nick-channel): Bug fix.
18980         (rcirc-toggle-ignore-buffer-activity): Rename from
18981         rcirc-toggle-ignore-channel-activity.
18982         (rcirc-record-activity): Add buffers to the front of the list.
18983         (rcirc-update-activity): Remove killed buffers from list.
18984         (rcirc-process-server-response-1): Remove last argument if it is
18985         null before calling handler.
18986         (rcirc): Add "rcirc" defcustom prefix.
18987         (rcirc-prompt): Simplify default prompt.
18988         Use custom-initialize-default.
18989         (rcirc-private-chats): Remove variable.
18990         (rcirc-prompt): Change initialization.
18991         (rcirc-version): Remove function.
18992         (rcirc-id-string): Add constant.
18993         (rcirc-last-buffer): Remove variable.
18994         (rcirc-buffer-alist): Add variable.
18995         (rcirc-connect): Update variable setup.
18996         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18997         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18998         default.
18999         (rcirc-handler-generic): Trigger activity.
19000         (rcirc-send-message): Create the buffor of the target.
19001         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19002         (rcirc-get-buffer): Just return nil if there is no matching buffer.
19003         (rcirc-multiline-edit-cancel): Remove function.
19004         (rcirc-set-last-buffer): Remove function.
19005         (rcirc-get-any-buffer): Add function.
19006         (rcirc-join-channels): Don't print /join text.
19007         (rcirc-toggle-ignore-channel-activity): Add and update echo area
19008         messages.
19009         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19010         (rcirc-handler-NOTICE): Recognize CTCP responses.
19011         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19012         constructing TOPIC string for buffers we are not JOINed.
19013         (rcirc-handler-CTCP-response): Add handler.
19014         (rcirc-multiline-edit-submit): Restore the window-configuration
19015         before adjusting point.
19016         (rcirc): Add customization group.
19017         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19018         (rcirc-user-full-name, rcirc-startup-channels-alist)
19019         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19020         (rcirc-ignore-all-activity-flag, rcirc-time-format)
19021         (rcirc-input-ring-size, rcirc-read-only-flag)
19022         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19023         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19024         Change defvar to defcustom.
19025         (rcirc-update-prompt): Add optional ALL arg, which will update
19026         prompts in all rcirc buffers.  Regexp quote replacement text.
19027         (rcirc-fill-column): Accept frame-width as a value.
19028         (rcirc-set-changed): Add function.
19029         (rcirc-next-active-buffer): Write more meaningful messages.
19030         (rcirc-faces): Add customization group.
19031         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19032         (rcirc-nick-in-message-face, rcirc-prompt-face)
19033         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19034         (with-rcirc-process-buffer): Move before first usage.
19035         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19036         (rcirc-debug-flag): Rename from `rcirc-log-p'.
19037         (rcirc-debug): Rename from `rcirc-log'.
19038         (rcirc-format-response-string): Do not print `-' chars for a
19039         NOTICE with no sender.  Simplify output of server responses.
19041 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19043         (rcirc-browse-url-map, rcirc-browse-url-at-point)
19044         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19045         Make urls mouse and RET clickable.
19047 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19049         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19051 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19053         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19054         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19055         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19056         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19057         argument to all these routines, so the passphrase can be managed
19058         externally and passed in to the system.
19059         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19060         pgg-add-passphrase-to-cache function.
19062         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19063         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19064         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19065         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19066         argument to all these routines, so the passphrase can be managed
19067         externally and passed in to the system.
19068         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19069         function.
19071 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19073         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19074         from goto-address-url-regexp.
19076 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
19078         * textmodes/org.el (org-read-date, org-goto-calendar)
19079         (org-recenter-calendar, org-agenda-goto-calendar):
19080         Temporarily clear `calendar-move-hook'.
19082 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
19084         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19085         merging.
19087         * ediff-util.el (ediff-previous-difference): Don't skip regions that
19088         have merge clashes.
19090 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19092         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19093         Undo previous change.
19095         * startup.el (command-line): Use `custom-reevaluate-setting' for
19096         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
19097         tty-register-default-colors on Mac.
19099 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
19101         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19102         (gdb-buffer-type): Make it automatically buffer local...
19103         (gdb-get-create-buffer): ...and set it accordingly.
19104         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19105         actually work.
19107 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
19109         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19110         not red.
19112 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
19114         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19115         case GUD buffer is not visible.
19116         (gdb-goto-breakpoint): Try to force display in source buffer.
19117         (gdb-frame-gdb-buffer): Copy other similar functions.
19118         (gdb-restore-windows): Don't display source if not asked for.
19119         (gdb-assembler-buffer-name): Don't capitalise.
19121 2005-11-03  Richard M. Stallman  <rms@gnu.org>
19123         * wid-edit.el (key-sequence): New widget type.
19125         * simple.el (set-mark-command-repeat-pop): New variable.
19126         (set-mark-command): Only interpret plan C-@ after a pop as a pop
19127         if set-mark-command-repeat-pop is true.
19129         * info.el (Info-fontify-node): Don't display extra "see" if there
19130         already is one here.
19132         * mouse.el: Fix special handling of DEL after dragging a region:
19133         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19134         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
19136         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19138         * textmodes/ispell.el (ispell-command-loop): Change `i' description
19139         not to assume it pertains to an affix.
19141         * textmodes/flyspell.el (flyspell-post-command-hook):
19142         Bind deactivate-mark to prevent deactivation.
19144 2005-11-03  Lars Hansen  <larsh@soem.dk>
19146         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19147         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19148         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19150 2005-11-03  Romain Francoise  <romain@orebokech.com>
19152         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
19153         Update copyright years.
19155 2005-11-03  Sam Steingold  <sds@gnu.org>
19157         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19158         Use system-type instead of window-system because window-system is not
19159         correctly defined during loadup.
19161 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
19163         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19164         (xml-parse-tag): Join strings separated by a comment properly.
19166 2005-11-02  Andreas Schwab  <schwab@suse.de>
19168         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19170 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19172         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19173         (byte-optimize-pure-func): Quote the eval'd value.
19175         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19176         Rename from perl-font-lock-syntactic-face-function.
19177         Change the calling convention so it can be used as a font-lock MATCHER.
19178         Do the parse-partial-sexp loop outselves.
19179         (perl-font-lock-syntactic-keywords): Use it.
19180         (perl-mode): Don't set font-lock-syntactic-face-function any more.
19182 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
19184         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19185         disassembly buffer too.
19186         (gdb-exited): Remove overlay arrows when execution has finished.
19187         (gdb-info-frames-custom, gdb-info-threads-custom)
19188         (gdb-info-registers-custom): Don't add inappropriate text
19189         properties if inferior is not active.
19191 2005-11-02  Glenn Morris  <rgm@gnu.org>
19193         * progmodes/fortran.el (fortran-blink-match):
19194         Use `blink-matching-delay'.
19196 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
19198         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19200 2005-11-02  Lars Hansen  <larsh@soem.dk>
19202         * net/tramp.el (tramp-action-out-of-band): Handle scp message
19203         "Permission denied".
19205 2005-11-01  Richard M. Stallman  <rms@gnu.org>
19207         * textmodes/flyspell.el (flyspell-external-point-words):
19208         Pass nil to flyspell-get-word.
19210 2005-11-02  Kim F. Storm  <storm@cua.dk>
19212         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19213         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19215 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19217         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19218         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19219         (calendar-mouse-print-dates): Add optional `event' argument.
19220         Update interactive-spec.
19221         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19222         Use `calendar-event-to-date' instead of `event'.
19224 2005-11-02  Masatake YAMATO  <jet@gyve.org>
19226         * progmodes/ld-script.el (ld-script-builtins):
19227         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19228         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19229         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19231 2005-11-01  Romain Francoise  <romain@orebokech.com>
19233         * vc-sccs.el: Update copyright year.
19234         * ezimage.el: Likewise.
19236 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
19238         * info.el (Info-fontify-node): Use `string-width' for fontifying
19239         underlined titles.
19241 2005-11-01  Juri Linkov  <juri@jurta.org>
19243         * info.el (Info-fontify-node): Downcase node header keywords Node,
19244         Prev, Next, Up before comparison.
19245         (Info-history): Insert absolute directory name, and put invisible
19246         property on it.
19248 2005-11-01  Juri Linkov  <juri@jurta.org>
19250         * info.el (Info-file-supports-index-cookies): New variable.
19251         (Info-find-node-2): Check makeinfo version for index cookie support.
19252         (Info-index-nodes): Search for nodes with index cookies only when
19253         Info-file-supports-index-cookies is t.  Otherwise, search nodes
19254         with "Index" in the node name.
19255         (Info-index-node): Search index cookie in the current node only when
19256         Info-file-supports-index-cookies is t.  Otherwise, check the word
19257         "Index" in the node name.
19258         (Info-find-emacs-command-nodes): Remove code that searches nodes
19259         with "Index" node name in the top menu.
19261 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19263         * progmodes/scheme.el (scheme-mode-variables): Use the default
19264         comment-indent-function.
19266         * faces.el (face-attribute): Handle the case where a face inherits from
19267         a non-existent face.
19269         * simple.el (eval-expression-print-format): Use lisp-readable syntax
19270         for octal and hexa output, and merge the char into the paren.
19271         (kill-new): Use push.
19272         (copy-to-buffer): Use with-current-buffer.
19273         (completion-setup-function): Move code in loop to remove redundancy.
19274         (minibuffer-local-must-match-map): Don't add bindings that duplicate
19275         those inherited from minibuffer-local-completion-map.
19277         * savehist.el (savehist-mode) <defcustom>:
19278         Use custom-set-minor-mode if available.
19279         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19280         and emit a message if applicable.
19282 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
19284         * savehist.el: Sync up to version 19.
19285         (savehist-mode): New minor mode.
19286         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19287         (savehist-length): Remove (use history-length instead).
19288         (savehist-file-modes): Rename from savehist-modes.
19289         (savehist-save-hook, savehist-loaded): New vars.
19290         (savehist-load): Use savehist-mode.  Try to smooth up transition from
19291         old format to new format.
19292         (savehist-install): Allow savehist-autosave-interval to be nil.
19293         (savehist-save): Run the new hook.  Be more careful to only trim the
19294         history variables.
19295         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
19296         (savehist-printable): Print into a buffer rather than char-by-char.
19298 2005-11-01  John Wiegley  <johnw@newartisans.com>
19300         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19301         toggle-ignore keybinding (C-a).  The author said it had been
19302         disabled much earlier due to a possible incompatibility, but after
19303         many months of usage I have encountered no problems (and it is a
19304         rather useful option, especially for switching to " *temp*").
19306         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19307         support for OS/X's AddressBook, by calling out to the open source
19308         program "contacts" (installable through Fink).
19310         * net/eudc.el (eudc-expand-inline): If the
19311         `eudc-multiple-match-handling-method' is set to `all', delete the
19312         query string before inserting the query result.
19314         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19315         flag, to prevent Eshell from using the system ls when
19316         `eshell-ls-insert-directory' is in used.
19317         (eshell-ls-insert-directory): Disable font-lock in directory
19318         buffer so that Eshell's own fontification is seen.  This broke
19319         recently due to changes in font-lock, so this goes back to version
19320         21 behavior.
19322 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
19324         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19325         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19326         (gdb-many-windows): Doc fix.
19328 2005-10-31  Romain Francoise  <romain@orebokech.com>
19330         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19332 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19334         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19335         that global-font-lock-mode can be enabled by default.
19337         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19338         (font-lock-add-keywords, font-lock-remove-keywords)
19339         (font-lock-fontify-buffer): Remove autoload cookies.
19341         * jit-lock.el (jit-lock-register): Likewise.
19343         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19345 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19347         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19348         intact if there is no gud-comint-buffer.
19350 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19352         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19353         old prompt comint-prompt-read-only is t and GDB commands are
19354         issued from tool bar etc.
19356 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19358         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19360 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19362         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19363         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19365 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19367         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19368         starting at beginning of line.  Fontification is messed up when
19369         `open-paren-in-column-0-is-defun-start' set to t.
19370         Reported by John Paul Wallington <jpw@pobox.com>.
19372 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19374         * comint.el (comint-send-input): Call `comint-update-fence' when
19375         `comint-process-echoes' and `comint-prompt-read-only' are both
19376         non-nil, to avoid leftover read-only newline.
19378 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19380         * textmodes/flyspell.el (flyspell-external-point-words):
19381         Detect when WORD can't be checked properly because
19382         flyspell-get-word finds just part of it, and move on.
19384         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19385         boundarychar for Polish.
19386         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19387         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19389 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19391         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19392         (gdb-registers-font-lock-keywords): Delete.
19393         (gdb-registers-mode): Don't fontify.
19394         (gdb-info-registers-custom): Use text properties instead as, in
19395         future, changed register values will use font-lock-warning-face.
19396         (gdb-local-font-lock-keywords): Rename to...
19397         (gdb-locals-font-lock-keywords): ...for consistency.
19399 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19401         * vc.el (vc-switch-backend): Better error message if the buffer is
19402         not visiting a file under version control.
19404         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19406 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19408         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19409         ~/.emacs.d/.emacs.
19411 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19413         * replace.el (occur-mode-mouse-goto): Always go to other window.
19414         (occur-mode-goto-occurrence): Always switch in same window.
19416         * simple.el (undo): Display message at end, not at start.
19418         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19419         New arg REUSE-CELL.
19420         (cancel-timer-internal): New function.
19421         (timer-event-handler): Use cancel-timer-internal,
19422         and pass the cell it returns to timer-activate...
19424         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19425         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19426         (jit-lock-after-change): Test memory-full.
19428 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19430         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19431         part of the decoded armor to find the key-identifier.
19432         (pgg-gpg-lookup-key-owner): New function to return the
19433         human-readable identifier of a key owner.
19434         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19435         key itself.
19436         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19437         the key value) if we have a key and can match it against a secret
19438         key.  Also, added a note pointing out fact that the prompt only
19439         indicates the first matching key.
19441         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19442         pgg-decrypt-region.
19443         (pgg-pending-timers): A new hash for tracking the passphrase cache
19444         timers, so that new ones supercede old ones.
19445         (pgg-add-passphrase-to-cache): Rename from
19446         `pgg-add-passphrase-cache' to reduce confusion (all callers
19447         changed).  Modified to cancel old timers when new ones are added.
19448         (pgg-remove-passphrase-from-cache): Rename from
19449         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19450         changed).  Modified to cancel old timers when their keys are
19451         removed from the cache.
19452         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19453         XEmacs, an indirection to delete-itimer.
19454         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19455         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19456         users can only check cache without risk of prompting.  Correct bug in
19457         notruncate behavior.
19458         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19459         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19460         Add informative docstrings.
19461         (pgg-decrypt): Convey provided passphrase in subordinate call to
19462         pgg-decrypt-region.
19464         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19465         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19466         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19467         `passphrase' argument, so the passphrase can be managed externally
19468         and then passed in to the system.
19470         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19471         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19472         so the passphrase cache can be used reliably with identifiers
19473         besides a pgp packet's key id.
19475         * pgg-gpg.el (pgg-pgp-encrypt-region)
19476         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19477         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19478         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19479         argument to all these routines, so the passphrase can be managed
19480         externally and passed in to the system.
19482         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19483         `notruncate' argument, so the passphrase cache can be used
19484         reliably with identifiers besides a pgp packet's key id.
19486 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19488         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19489         symmetric encryption.
19490         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19491         encrypted session key.
19492         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19493         message ask for the passphrase in a proper way.
19495         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19496         New user commands for symmetric encryption.
19498 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19500         * textmodes/conf-mode.el (conf-assignment-sign)
19501         (conf-assignment-regexp): Fix docstrings.
19502         (conf-mode-initialize): New function.
19503         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19504         recognize recursive calls.
19505         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19506         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19507         (conf-xdefaults-mode): Use define-derived-mode and
19508         conf-mode-initialize.
19510 2005-10-29  Romain Francoise  <romain@orebokech.com>
19512         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19514 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19516         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19517         part of the decoded armor to find the key-identifier.
19518         (pgg-gpg-lookup-key-owner): New function to return the
19519         human-readable identifier of a key owner.
19520         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19521         key itself.
19522         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19523         the key value) if we have a key and can match it against a secret
19524         key.  Also, added a note pointing out fact that the prompt only
19525         indicates the first matching key.
19527         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19528         pgg-decrypt-region.
19529         (pgg-pending-timers): A new hash for tracking the passphrase cache
19530         timers, so that new ones supercede old ones.
19531         (pgg-add-passphrase-to-cache): Rename from
19532         `pgg-add-passphrase-cache' to reduce confusion (all callers
19533         changed).  Modified to cancel old timers when new ones are added.
19534         (pgg-remove-passphrase-from-cache): Rename from
19535         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19536         changed).  Modified to cancel old timers when their keys are
19537         removed from the cache.
19538         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19539         XEmacs, an indirection to delete-itimer.
19540         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19541         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19542         users can only check cache without risk of prompting.  Correct bug in
19543         notruncate behavior.
19544         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19545         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19546         Add informative docstrings.
19547         (pgg-decrypt): Convey provided passphrase in subordinate call to
19548         pgg-decrypt-region.
19550 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19552         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19553         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19554         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19555         `passphrase' argument, so the passphrase can be managed externally
19556         and then passed in to the system.
19558         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19559         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19560         so the passphrase cache can be used reliably with identifiers
19561         besides a pgp packet's key id.
19563         * pgg-gpg.el (pgg-pgp-encrypt-region)
19564         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19565         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19566         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19567         argument to all these routines, so the passphrase can be managed
19568         externally and passed in to the system.
19570         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19571         `notruncate' argument, so the passphrase cache can be used
19572         reliably with identifiers besides a pgp packet's key id.
19574 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19576         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19577         symmetric encryption.
19578         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19579         encrypted session key.
19580         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19581         message ask for the passphrase in a proper way.
19583         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19584         New user commands for symmetric encryption.
19586 2005-10-28  Bill Wohler  <wohler@newt.com>
19588         * help-mode.el (help-url): New button type.  Calls browse-url.
19589         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19590         Similar to Info nodes: URL `url'.
19591         (help-make-xrefs): Create help-url buttons for
19592         help-xref-url-regexp matches.
19594 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19596         * tool-bar.el (tool-bar-add-item-from-menu)
19597         (tool-bar-local-item-from-menu): Fix doc strings.
19599 2005-10-28  Romain Francoise  <romain@orebokech.com>
19601         * ldefs-boot.el: Update.
19603         * subr.el (locate-library): Move from help-fns.el.
19604         * help-fns.el (locate-library): Move to subr.el.
19606 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19608         * net/tramp.el (tramp-completion-mode): defvar moved up.
19610         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19612         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19614         * files.el (find-file-noselect): Use %d to format large file size.
19616         * bindings.el (mode-line-format): Add %e.
19618         * loadup.el ("facemenu"): Load unconditionally.
19619         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19620         ("x-dnd"): Load, when appropriate.
19622         * startup.el (command-line): Call before-init-hook earlier.
19623         Warn about some bad characters in -u user name.
19625         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19626         (flyspell-external-point-words): Error if misspelled word is not found.
19627         Set flyspell-large-region-beg at end of word.
19629 2005-10-28  Andreas Schwab  <schwab@suse.de>
19631         * view.el (View-revert-buffer-scroll-page-forward):
19632         Use view-page-size-default.
19634 2005-10-28  Juri Linkov  <juri@jurta.org>
19636         * international/quail.el (quail-get-current-str): Translate last
19637         raw character for deterministic input methods.
19639 2005-10-27  Jay Belanger  <belanger@truman.edu>
19641         * calc/calc-ext.el: Add functions to autoloads.
19642         (math-identity-matrix-p, math-ident-row-p): New functions.
19644         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19645         multiplication by an identity matrix; don't turn multiplication by
19646         an inverse matrix into division.
19647         (math-div-symbol-fancy): Replace division by matrices with
19648         multiplication by inverse.
19650         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19652         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19653         (calc-writeoutpower): New functions.
19655 2005-10-27  Romain Francoise  <romain@orebokech.com>
19657         * replace.el (occur-engine): Include colon in mouse-face highlight.
19659         * dired-x.el: Change Maintainer field.
19661 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19663         * longlines.el (longlines-mode): Bind after-change-functions to
19664         nil during initial decoding and final encoding.
19666 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19668         * term.el (term-emulate-terminal, term-handle-colors-array)
19669         (term-handle-ansi-escape): Specify the terminfo capabilities
19670         implemented.
19672 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19674         * info.el (Info-fontify-node): Fix detection of sentence-break
19675         before *Note.
19677 2005-10-26  Romain Francoise  <romain@orebokech.com>
19679         * smerge-mode.el: Add `tools' to file keywords.
19681 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19683         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19684         when the fringe is not available.
19686         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19687         (def-gdb-auto-update-trigger): Simplify construction.
19688         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19689         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19690         defined explicitly.
19691         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19692         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19693         defined explicitly.
19694         (gdb-info-locals-custom): Remove as it's a no-op.
19696 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19698         * longlines.el (longlines-mode): Remove narrowing before
19699         performing the initial decoding or final encoding.
19701 2005-10-25  Romain Francoise  <romain@orebokech.com>
19703         * emacs-lisp/find-func.el (find-library-name): Also strip
19704         extension if library name ends in .el, to take advantage of
19705         `find-library-suffixes'.
19707 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19709         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19711 2005-10-25  Juri Linkov  <juri@jurta.org>
19713         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19714         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19716 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19718         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19719         (blackbox-redefine-key): Add argument `map'.
19721         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19722         regions when moving the jit-lock-context-unfontify-pos boundary.
19724 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19726         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19728 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19730         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19732 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19734         * play/blackbox.el (blackbox-redefine-key): New function.
19735         (blackbox-mode-map): Use it to remap existing bindings for cursor
19736         motion instead of binding literal keys.
19738 2005-10-25  Glenn Morris  <rgm@gnu.org>
19740         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19741         diary does not end in a newline.  Do not assume a blank line at
19742         the start of the diary file.
19744 2005-10-25  Kenichi Handa  <handa@m17n.org>
19746         * international/quail.el (quail-translate-key): If the input
19747         method is deterministic and failed to handle the last key, restart
19748         the key handling loop from an appropriate key.
19750 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19752         * vc.el (vc-dired-mode): Extend comment for binding of
19753         `directory-listing-before-filename-regexp'.
19755 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19757         * textmodes/texinfo.el (texinfo-mode):
19758         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19759         not to unnecessarily expose emacs-mule's internal char codes.
19761 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19763         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19764         Display hand pointer and help-echo on disabled icon too.
19765         (gdb-mouse-until): New function.
19766         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19768 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19770         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19771         with 2005-10-23 change to doctor.el.
19773         * finder.el (finder-mode-map): Add follow-link binding.
19775 2005-10-25  Kim F. Storm  <storm@cua.dk>
19777         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19778         to gdb-mouse-toggle-breakpoint-fringe.
19779         (gdb-mouse-toggle-breakpoint-margin): Rename from
19780         gdb-mouse-toggle-breakpoint.  Fix doc.
19781         (gdb-mouse-toggle-breakpoint-fringe): New defun.
19782         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
19783         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19784         string properties also for fringe breakpoint bitmaps.
19786 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
19788         * textmodes/org.el (org-start-icalendar-file): Fix format form.
19790 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19792         * simple.el (completion-common-substring):
19793         Use `completion-common-substring' prior to `completion-base-size'.
19795 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
19797         * savehist.el: Require CL while compiling.
19798         (savehist-history-variables): Remove.
19799         (savehist-save-minibuffer-history, savehist-additional-variables)
19800         (savehist-minibuffer-history-variables): New vars.
19801         (savehist-save): Use them.
19802         (savehist-uninstall, savehist-minibuffer-hook): New funs.
19803         (savehist-install): New fun, extracted from savehist-load.
19804         (savehist-load): Use them.
19806 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19808         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19809         a dummy doc-string-elt property.
19810         (defalias, defvaralias, define-category): Add a docstring property.
19812         * image.el (defimage):
19813         * widget.el (define-widget):
19814         * custom.el (defface, defcustom): Add `doc-string' declaration.
19816         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19817         (defadvice): Add `doc-string' declaration.
19819         * emacs-lisp/byte-run.el (macro-declaration-function):
19820         Handle `doc-string' declarations.
19821         (define-obsolete-function-alias, define-obsolete-variable-alias):
19822         Add `doc-string' declaration.
19824 2005-10-24  Kenichi Handa  <handa@m17n.org>
19826         * international/utf-7.el (utf-7): Add autoload cookie.
19828         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19830 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
19832         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19833         list of directories passed to batch-update-autoloads.  Add "." to
19834         the list of the echoed directories.
19836         * pgg-def.el:
19837         * pgg-gpg.el:
19838         * pgg-parse.el:
19839         * pgg-pgp.el:
19840         * pgg-pgp5.el:
19841         * pgg.el: Moved here from the gnus subdirectory.
19843 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
19845         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19846         in case comint-prompt-read-only is set to t.
19848         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19849         in case comint-prompt-read-only is set to t.
19851 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
19853         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19854         Now a string.
19855         (icalendar-import-format): Handle CLASS, STATUS, URL.
19856         Rename `subject' to `summary'.
19857         (icalendar-import-format-summary): Rename from
19858         `icalendar-import-format-subject'.
19859         (icalendar-import-format-url, icalendar-import-format-status)
19860         (icalendar-import-format-class): New variables.
19861         (icalendar--rris): Take variable argument list.
19862         (icalendar--datestring-to-isodate): Remove unnecessary
19863         calendar-style check when converting dates with explicit month names.
19864         (icalendar-export-region): Change return type of conversion
19865         subroutines.  Bury current buffer unless error occurred.
19866         (icalendar--convert-to-ical)
19867         (icalendar--parse-summary-and-rest): New functions.
19868         (icalendar--convert-ordinary-to-ical)
19869         (icalendar--convert-weekly-to-ical)
19870         (icalendar--convert-yearly-to-ical)
19871         (icalendar--convert-block-to-ical)
19872         (icalendar--convert-cyclic-to-ical)
19873         (icalendar--convert-anniversary-to-ical): Change return type.
19874         Strip trailing blanks from subject.
19875         (icalendar--convert-sexp-to-ical): Change return type.
19876         Strip trailing blanks from subject.  Handle simple sexp
19877         entries as generated by icalendar.el.
19878         (icalendar--convert-float-to-ical)
19879         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19880         (icalendar-import-file): Doc fix.
19881         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19882         Correct call to icalendar--rris.
19883         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
19884         `summary'.
19885         (icalendar--add-diary-entry): Rename `subject' to `summary'.
19887 2005-10-24  Romain Francoise  <romain@orebokech.com>
19889         * server.el (server-sentinel): Set query-on-exit flag to nil on
19890         new client processes (it isn't inherited from the server process).
19892         * replace.el (occur-engine): Rearrange text properties.
19894 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19896         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19897         case-fold-search is nil.
19898         (debug-help-follow): Use help-xref-interned directly.
19900 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19902         * thumbs.el (thumbs-image-type): Add .pbm.
19904 2005-10-23  Richard M. Stallman  <rms@gnu.org>
19906         * faces.el (inhibit-face-set-after-frame-default): New variable.
19907         (set-face-attribute): Bind it.
19908         (face-set-after-frame-default): Test it.
19910         * help-fns.el (describe-simplify-lib-file-name): New function.
19911         (describe-function-1, describe-variable): Use it.
19913         * faces.el (describe-face): Use describe-simplify-lib-file-name.
19915         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19916         Eliminate nil as possible value.
19917         (tooltip-hide-delay): Reduce internal-border-width.
19919         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19920         (menu-bar-file-menu) <new-file>: Likewise.
19922         * simple.el (line-move-finish): Ignore fields computing LINE-END.
19924         * international/mule.el (load-with-code-conversion):
19925         Pass full file name to `eval-buffer' unless preloading.
19927         * textmodes/flyspell.el (flyspell-large-region):
19928         Call ispell-check-version.
19930         * textmodes/ispell.el (ispell-local-dictionary-overridden):
19931         Fix the make-variable-buffer-local call that was supposed
19932         to be for this variable.
19933         (ispell-aspell-supports-utf8): Doc fix.
19934         (ispell-find-aspell-dictionaries): Preserve elements of
19935         ispell-dictionary-alist for dictionaries that aspell doesn't report.
19936         (ispell-aspell-find-dictionary): Return nil on error.
19938         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19939         (doctor-symptoms): Likewise.
19941         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19943 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
19945         * cus-edit.el (custom-button, custom-button-pressed): New vars.
19946         (custom-raised-buttons): Add :set spec.
19947         (custom-button-unraised, custom-button-pressed-unraised):
19948         New faces, so that custom-raised-buttons actually does something.
19949         (custom-mode): Use custom-button and custom-button-pressed.
19951         * wid-edit.el (widget-specify-button): Don't ignore
19952         widget-mouse-face on graphic terminals.
19953         (widget-move-and-invoke): Cleanup.
19955 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
19957         * whitespace.el (whitespace-cleanup): Doc fix.
19959 2005-10-23  Romain Francoise  <romain@orebokech.com>
19961         * emulation/viper.el (viper-set-hooks): Quote forms passed to
19962         `eval-after-load' to avoid evaluating their result.
19964 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
19966         * files.el (directory-listing-before-filename-regexp):
19967         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
19969         * dired.el (dired-move-to-filename-regexp): Remove.
19970         All occurences replaced by `directory-listing-before-filename-regexp'.
19972         * dired-x.el, locate.el, vc.el:
19973         Replace `dired-move-to-filename-regexp' by
19974         `directory-listing-before-filename-regexp'.  In vc.el it is
19975         overwritten locally; maybe this can be handled in files.el too.
19977         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
19978         replaced by `directory-listing-before-filename-regexp'.
19980 2005-10-23  Andreas Schwab  <schwab@suse.de>
19982         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19983         and eval-next-after-load.
19985 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
19987         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19988         exist, create it.
19990 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
19992         * allout.el: Remove autoloads for mailcrypt and crypt++.
19993         Require pgg, pgg-gpg during compilation.
19994         (allout-version): Increment version number to 2.1, and use a literal
19995         rather than RCS Id.
19996         (allout-default-encryption-scheme): Remove.
19997         (allout-passphrase-verifier-handling)
19998         (allout-passphrase-verifier-string)
19999         (allout-file-passphrase-verifier-string)
20000         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20001         (allout-passphrase-hint-handling): Rename and simplify.
20002         (allout-init): Use `find-file-hook' if available, otherwise
20003         `find-file-hooks'.
20004         (allout-mode): Use `write-file-functions' if available, otherwise
20005         `local-write-file-hooks' and, instead of making auto-save-hook
20006         buffer local, make the write-file-hook activity contingent to
20007         allout-mode.
20008         (allout-mode): Use key-binding substitution in the docstring.
20009         (allout-kill-line): Spell-out kill ring data structure mutation
20010         instead of using byte-compiler-complaint-provoking `pop'.
20011         (allout-insert-listified): Use `insert' rather than `insert-string'
20012         (allout-toggle-current-subtree-encryption): Update docstring, adjust
20013         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20014         (allout-encrypt-string): Totally revamped vis new underlying
20015         encryption facilities.
20016         (allout-mc-activate-passwd): Remove.
20017         (allout-obtain-passphrase): New, more or less replaces
20018         allout-mc-activate-passwd.
20019         (allout-encrypted-key-info): More or less replaces
20020         allout-encrypted-text-type.
20021         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20022         (my-mark-marker): Use `(featurep 'xemacs)'.
20024 2005-10-23  Lars Hansen  <larsh@soem.dk>
20026         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20027         (byte-compile-file-form-defmumble, byte-compile-defun)
20028         (byte-compile-defmacro): Use it.
20029         (byte-compile-form): Don't call byte-compile-set-symbol-position
20030         when a byte-compile handler is called.
20032 2005-10-22  Romain Francoise  <romain@orebokech.com>
20034         * savehist.el (savehist-history-variables): Add `grep-find-history'.
20036         * subr.el (eval-after-load): Convert library name to an absolute
20037         file name using locate-library, since load-history no longer has
20038         library names in it.
20040 2005-10-22  Richard M. Stallman  <rms@gnu.org>
20042         * files.el (make-temp-file): Move from subr.el.
20043         * subr.el (make-temp-file): Move to files.el.
20045         * window.el (get-buffer-window-list): Move from subr.el.
20046         * subr.el (get-buffer-window-list): Move to window.el.
20048         * image.el (image-load-path): Use eval-at-startup to initialize.
20050         * subr.el (eval-at-startup): New macro.
20052         * subr.el: Much rearrangement of functions and division
20053         into pages.  No code changes.
20055 2005-10-22  Kenichi Handa  <handa@m17n.org>
20057         * tar-mode.el (tar-extract): Be sure to call
20058         find-operation-coding-system if set-auto-coding doesn't find a
20059         coding system.
20061 2005-10-22  Kim F. Storm  <storm@cua.dk>
20063         * image.el (image-type-header-regexps): Rename from image-type-regexps.
20064         Change users.
20065         (image-type-file-name-regexps): New defconst.
20066         (image-type-from-data): Simplify loop.
20067         (image-type-from-buffer): New defun.
20068         (image-type-from-file-header): Use it instead of image-type-from-data.
20069         Use image-search-load-path instead of only looking in data-directory.
20070         (image-type-from-file-name): New defun.
20071         (image-search-load-path): Change `pathname' to `filename'.
20072         Make PATH arg optional, default to image-load-path.
20074 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20076         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20078         * textmodes/paragraphs.el (sentence-end-base): New variable.
20079         (sentence-end): Use sentence-end-base.
20081 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20083         * font-lock.el (font-lock-default-fontify-region): Check the multiline
20084         property independently from the font-lock-multiline variable.
20086 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20088         * emacs-lisp/find-func.el (find-library-name): Doc fix.
20090         * startup.el (command-line): Convert library names
20091         in `load-history' to absolute file names.
20093         * subr.el (symbol-file): Doc fix.
20095         * loadhist.el (file-loadhist-lookup): Call locate-library
20096         instead of find-library-name.  Don't try converting
20097         abs file names to library names, since load-history no longer
20098         has library names in it.
20099         (file-dependents, file-provides, file-requires): Doc fixes.
20101 2005-10-21  Juri Linkov  <juri@jurta.org>
20103         * progmodes/etags.el (tags-table-mode): New function.
20104         (tags-verify-table): Replace initialize-new-tags-table with
20105         tags-table-mode.
20107         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20108         default value.
20109         (desktop-modes-not-to-save): Add tags-table-mode to the
20110         default value.
20112         * info.el (Info-index-next): Add total number of index
20113         alternatives to the message.
20115         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20116         backward only space (instead of space and period) before looking
20117         at sentence end.
20119         * simple.el (set-variable): Use user-variable-p instead of symbolp.
20120         Add the old variable value as 4th default-value arg of read-string.
20122 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20124         * cus-face.el (custom-declare-face): Make face from X resources
20125         also on Mac.
20127         * disp-table.el (standard-display-g1, standard-display-graphic):
20128         Refuse to use string glyphs also on Mac.
20129         (standard-display-european): Don't set terminal coding system also
20130         on Mac.
20132         * frame.el (display-screens): Use x-display-screens also on Mac.
20134 2005-10-21  Romain Francoise  <romain@orebokech.com>
20136         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
20138 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20140         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20141         and $? into sexps.
20143         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20144         warning face on open-paren-in-column-0.
20146         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20147         boundary case.  Fix typo.
20148         Suggested by Martin Rudalics <rudalics@gmx.at>.
20150 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
20152         * textmodes/org.el (org-combined-agenda-icalendar-file)
20153         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20154         (org-export-icalendar-this-file)
20155         (org-export-icalendar-all-agenda-files)
20156         (org-export-icalendar-combine-agenda-files): New commands.
20157         (org-export-icalendar, org-print-icalendar-entries)
20158         (org-start-icalendar-file, org-finish-icalendar-file)
20159         (org-ical-ts-to-string): New functions.
20160         (org-read-date, org-goto-calendar)
20161         (org-agenda-goto-calendar): Inhibit displaying diary entries by
20162         call to `calendar'.
20163         (orgtbl-setup): Remove the :keys arguments from the menu description.
20164         (org-after-save-iCalendar-file-hook): New variable.
20166 2005-10-21  Kenichi Handa  <handa@m17n.org>
20168         * language/vietnamese.el (tcvn-5712): Make it an alias of
20169         vietnamese-tcvn coding-system.
20171 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
20173         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20174         group id is given.
20176 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20178         * progmodes/sh-script.el (sh-escaped-line-re): New var.
20179         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20180         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20181         whose line is either continued or ends with a comment.
20183 2005-10-20  Romain Francoise  <romain@orebokech.com>
20185         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20187         * replace.el (occur-engine): Add follow-link property.
20189         * font-core.el (font-lock-mode): Doc fix.
20191 2005-10-20  Richard M. Stallman  <rms@gnu.org>
20193         * net/rcirc.el: New file.
20195 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
20197         * term.el (term-term-name): Initialize to "eterm-color".
20199 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
20201         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20202         for encryption functionality.
20203         Move allout customization subgroup from `editing' to `outlines' group.
20204         Fix commentary keywords to legitimate ones.
20205         Update author info (using my current email address, obscurified).
20206         (allout-encrypt-string, allout-encryption-produce-work-buffer)
20207         (allout-encrypted-topic-p, allout-encrypted-text-type)
20208         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20209         (allout-situate-encryption-key-verifier)
20210         (allout-get-encryption-key-verifier, allout-verify-key)
20211         (allout-next-topic-pending-encryption)
20212         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20213         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20214         (outline-key-verifier-handling, outline-key-hint-handling)
20215         (outline-encrypt-unencrypted-on-saves): New defcustoms.
20216         (allout-file-key-verifier-string, allout-encryption-scheme)
20217         (allout-key-verifier-string, allout-key-hint-string)
20218         (allout-after-save-decrypt): New variables.
20219         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20220         (allout-after-saves-handler): New hook functions.
20221         (allout-post-command-business): Do allout-after-save-decrypt.
20222         (allout-enable-file-variable-adjustment): Custom var to enable
20223         mechanism for adding and adjusting settings of Emacs file variables.
20224         (allout-adjust-file-variable, allout-file-vars-section-data):
20225         New functions, implement the mechanism.
20226         (outlineify-sticky): Use the file vars mechanism.
20227         (allout-inhibit-protection, allout-during-write-cue)
20228         (allout-override-protect, allout-before-change-protect): Remove.
20229         (allout-flag-region, allout-open-topic): Adjust read-only text.
20230         (allout-open-line-not-read-only): Add to facilitate read-only
20231         text based protection.
20232         (allout-kill-line): Revise to adjust read-only text, clue the
20233         user about the inhibition.
20234         (allout-unprotected): Use unwind-protect.
20235         (allout-shift-in, allout-shift-out): Disallow manually shifting a
20236         topic deeper than the offspring depth of the previous topic -
20237         avoiding confusing "containment discontinuities".
20238         (allout-reindent-bodies): Fix retention of body relative hanging
20239         indent during promotion of collapsed bodies.
20240         (allout-open-topic): Make it easy to open new topic with same
20241         bullet as current topic - topic creation functions provided with
20242         any universal argument provokes now prompt for bullet, defaulting
20243         to the bullet of the previous topic.
20244         (allout-plain-bullets-string, allout-distinctive-bullets-string):
20245         Plain bullet alternates `.' period and `,' comma only.  All other
20246         bullets are relegated to special status (but customizable).
20247         (allout-end-of-entry): Rename from allout-end-of-current-entry
20248         since it actually operates w.r.t. most immediately containing
20249         entry, visible or not.
20250         (allout-hide-current-entry, allout-show-current-entry): Use the
20251         revised version.
20252         (allout-old-expose-topic): Solidify deprecation.
20253         (allout-end-of-subtree): Add so we can span concealed as well
20254         as visible topics.
20255         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20256         (allout-end-of-current-heading): Tweak to just respect the first line.
20257         (allout-get-body-text): Add.
20258         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20259         when invoked interactively.
20260         (allout-up-current-level): Use `interactive-p'.
20261         (allout-mode, allout-init): Miscellaneous docstring and
20262         operational refinements, as well as hookups of new encryption stuff.
20263         (allout-beginning-of-current-entry): Now works as advertised.
20264         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20265         (allout-isearch-rectification): Refine condition for isearching.
20266         (allout-isearch-abort, allout-enwrap-isearch)
20267         (allout-flag-region, my-region-active-p): Relocate some macros.
20268         (allout-title): Fallback title is (buffer-name), not
20269         non-existing (current-buffer-name).
20270         (subst-char-in-string): Define if absent (for some XEmacs versions).
20272 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
20274         * mail/sendmail.el (mail-setup-hook, mail-aliases)
20275         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20276         (mail-citation-prefix-regexp, mail-signature-file)
20277         (mail-default-headers, mail-bury-selects-summary)
20278         (mail-send-nonascii): Add autoload cookies.
20280 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20282         * frame.el (blink-cursor-mode): Add `mac' to the list of
20283         window-system's that support blinking cursor.
20285 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
20287         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20289 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
20291         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20292         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20293         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20295 2005-10-20  Kim F. Storm  <storm@cua.dk>
20297         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20298         (ido-set-current-directory): Don't add / after final @.
20299         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20300         Explicitly handle ange-ftp completion oddities.
20301         (ido-make-file-list): Don't rotate list at tramp root to avoid
20302         triggering tramp file handler for expand-file-name via get-file-buffer.
20304 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20306         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20308 2005-10-19  Jay Belanger  <belanger@truman.edu>
20310         * calc/calc-units.el (math-standard-units): Add units, adjust
20311         symbols and update values.
20312         (math-unit-prefixes): Add more prefixes.
20314 2005-10-19  Romain Francoise  <romain@orebokech.com>
20316         * bookmark.el (bookmark-menu-heading): New face.
20317         (bookmark-bmenu-list): Use it.
20318         Don't fiddle with `baud-rate' at top-level.
20320 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
20322         * image.el (create-image, find-image): Mention max-image-size in
20323         docstring.
20325 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20327         * savehist.el (savehist-load): Revert to checking XEmacs.
20329         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20330         Various docstring and line-width fixups.
20331         (conf-mode): Use cond.
20332         Set font-lock-defaults.  Don't set comment-use-syntax.
20334 2005-10-18  David Ponce  <david@dponce.com>
20336         * tree-widget.el (tree-widget-button-click): New function.
20337         (tree-widget-button-keymap): Use it.
20339 2005-10-18  Romain Francoise  <romain@orebokech.com>
20341         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20342         (bookmark-bmenu-hide-filenames): Add follow-link property.
20343         Improve help-echo text.
20345         * ffap.el (find-file-at-point): Doc fix.
20347 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20349         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20351 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20353         Install to the CVS repository what I forgot to install in my
20354         2005-10-16 changes.
20356         * progmodes/python.el (python-complete-symbol): Pass the common
20357         prefix substring of completion to `display-completion-list'.
20359         * textmodes/org.el (org-complete): Ditto.
20361 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20363         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20365         * woman.el (WoMan-xref-man-page): New button type derived
20366         from `Man-abstract-xref-man-page'.
20367         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20369         * man.el (Man-abstract-xref-man-page): New button type.
20370         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20371         (Man-highlight-references): Add new optional argument `xref-man-type'.
20373 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20375         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20377 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20379         * cus-edit.el (Custom-move-and-invoke): Delete.
20380         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20382         * wid-edit.el (widget-move-and-invoke): New function, from
20383         Custom-move-and-invoke.
20385 2005-10-17  Bill Wohler  <wohler@newt.com>
20387         Move all remaining images from lisp/toolbar to etc/images, move
20388         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20389         the low resolution images in their own directory (low-color).
20391         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20392         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20393         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20394         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20395         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20396         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20397         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20399         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20400         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20401         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20402         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20403         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20404         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20405         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20406         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20407         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20408         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20409         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20410         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20411         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20412         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20413         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20415         To conform with convention, replace the underscore (_) in the
20416         following image names with dash (-) or (/) as appropriate.
20418         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20419         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20420         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20421         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20422         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20423         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20424         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20425         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20426         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20427         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20428         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20429         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20430         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20431         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20432         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20434         * info.el (info-tool-bar-map): Replace underscores in image names
20435         with dashes.
20437         * makefile.w32-in (WINS): Remove toolbar.
20439         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20441         * tool-bar.el: Move to lisp from toolbar.  Now that
20442         toolbar is empty, it should be deleted when folks run "cvs up -P".
20444 2005-10-18  Jay Belanger  <belanger@truman.edu>
20446         * calc/calc-store.el (calc-store-into): Get the proper variable name
20447         to display in message.
20449 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20451         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20452         expressions display in speedbar for all buffers when debugging.
20453         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20455         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20456         (speedbar-insert-button, speedbar-make-button):
20457         Use add-text-properties.
20458         (speedbar-update-localized-contents)
20459         (speedbar-update-directory-contents)
20460         (speedbar-update-special-contents): Use dolist.
20461         (speedbar-buffer-easymenu-definition): Add a menu separator.
20463 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20465         * makefile.w32-in: Use $(lisp) consistently.
20466         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20467         for shell specific generation of mh-autoloads.
20469 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20471         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20473 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20475         * jit-lock.el (jit-lock-fontify-now):
20476         Move jit-lock-context-unfontify-pos to avoid wasted work.
20478 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20480         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20481         `tramp-completion-mode' for checking if we are in completion mode.
20482         (tramp-completion-handle-file-name-all-completions): Reorder code
20483         in order to complete for file names only in case there are no
20484         method/user/host completions.  This is necessary for cooperation
20485         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20487 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20489         * longlines.el (longlines-search-forward)
20490         (longlines-search-backward): Match any number of spaces.
20492 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20494         * diff-mode.el (diff-mode): Doc fix.
20496 2005-10-16  David Reitter  <david.reitter@gmail.com>
20498         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20499         as default on darwin and windows systems.
20501 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20503         * arc-mode.el (archive-zip-extract): Doc fix.
20505 2005-10-16  Romain Francoise  <romain@orebokech.com>
20507         * mouse.el (mouse-1-click-follows-link): Doc fix.
20509 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20511         * savehist.el: Don't require CL at runtime.
20512         (savehist-xemacs): Remove.
20513         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20514         (savehist-no-conversion): Use (featurep 'xemacs).
20515         (savehist-load): Check existence of start-itimer rather than XEmacs.
20516         Use an idle timer.
20517         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20518         `delete-if-not'.
20520 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20522         * savehist.el: Newer version.
20523         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20524         (savehist-last-checksum, savehist-no-conversion): New vars.
20525         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20526         New functions.
20527         (savehist-load, savehist-save): Use them.
20528         (savehist-delimit): Remove.
20530 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20532         * progmodes/compile.el (compilation-goto-locus): Display the
20533         compilation buffer first and the source buffer second, in case they're
20534         in overlapping frames.  Don't raise the compilation frame if it was the
20535         selected window upon entry.  Pass the `other-window' arg to
20536         pop-to-buffer.
20538         * info.el (Info-fontify-node): Use dolist.
20539         Change add-text-properties to put-text-property.
20541 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20543         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20544         bound of search.
20546 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20548         * dabbrev.el (dabbrev-completion): Pass the common
20549         prefix substring of completion to `display-completion-list'.
20551         * filecache.el (file-cache-minibuffer-complete)
20552         (file-cache-complete): Ditto.
20554         * tempo.el (tempo-display-completions): Ditto.
20556         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20558         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20560         * eshell/em-hist.el (eshell-list-history): Ditto.
20562         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20564         * mail/mailalias.el (mail-complete): Ditto.
20566         * progmodes/etags.el (complete-tag): Ditto.
20568         * progmodes/make-mode.el (makefile-complete): Ditto.
20570         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20572         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20574         * progmodes/pascal.el (pascal-complete-word)
20575         (pascal-show-completions): Ditto.
20577         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20579         * simple.el (completion-common-substring): New variable.
20580         (completion-setup-function): Use `completion-common-substring'
20581         to put faces.
20583 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20585         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20586         (x-get-selection, mac-select-convert-to-string): Convert from/to
20587         UTF-16 clipboard data as in native byte order, no BOM.
20589 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20591         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20592         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20593         (gud-sentinel): Use speedbar-frame to check for speedbar.
20595 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20597         * savehist.el: New file.
20599 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20601         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20602         Fix bug in \bf fontification.
20604 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20606         * pcvs.el (cvs-edit-log-files): New var.
20607         (cvs-mode-edit-log): New arg `file'.
20608         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20609         Instead force the use of the original file and nothing else.
20610         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20611         the cvs-minor-wrap-function is set.
20612         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20614 2005-10-14  Bill Wohler  <wohler@newt.com>
20616         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20617         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20618         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20619         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20620         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20621         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20622         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20623         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20624         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20625         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20626         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20627         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20628         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20629         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20630         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20632         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20633         appropriately (for example, gud-break to gud/break).
20635 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20637         * longlines.el (longlinges-search-function)
20638         (longlines-search-forward, longlines-search-backward): New functions.
20639         (longlines-mode): Set isearch-search-fun-function to
20640         longlinges-search-function.
20642         * mouse.el (mouse-drag-region-1): Handle the case where a
20643         double-click event is bound to an arbitrary function.
20645 2005-10-14  David Ponce  <david@dponce.com>
20647         * recentf.el (recentf-track-opened-file)
20648         (recentf-track-closed-file, recentf-update-menu)
20649         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20650         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20651         mouse-1-click-follows-link.
20653 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20655         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20656         Gnome file-manager.png.  Suggested by
20657         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20659         * toolbar/README: Add diropen.xpm.
20661 2005-10-13  Bill Wohler  <wohler@newt.com>
20663         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20664         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20666 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20668         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20669         Don't waste the byte-compiler's time on constant data.
20671 2005-10-13  Kenichi Handa  <handa@m17n.org>
20673         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20674         byte with `escape-glyph' face.
20676         * international/fontset.el (ccl-encode-unicode-font):
20677         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20678         Handle the case that ucs-mule-to-mule-unicode translates a character to
20679         ASCII (usually for IPA characters).
20681 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20683         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20684         Don't hide the underline of titles if font-lock-mode is disabled.
20686 2005-10-12  Bill Wohler  <wohler@newt.com>
20688         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20689         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20690         files in MH-E-SRC have been updated.
20691         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20693 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20695         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20696         (mixal-mode-syntax-table): Add \n as end-comment.
20697         (mixal-operation-codes-alist): Immediately initialize to full value.
20698         (mixal-add-operation-code): Remove.
20699         (mixal-describe-operation-code): Make the arg non-optional.
20700         Use the interactive spec instead.
20701         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20702         (mixal-font-lock-keywords): Don't highlight comments here any more.
20703         (mixal-font-lock-syntactic-keywords): New var.
20704         (mixal-mode): Use it.  Fix comment-start-skip.
20706 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20708         * startup.el (command-line-x-option-alist): -nb => -nbi
20710 2005-10-12  Kim F. Storm  <storm@cua.dk>
20712         * startup.el (fancy-splash-default-action): Discard mouse click in
20713         the splash screen window, as it has no sensible meaning in the
20714         next window to be selected.  Fixes error reported by Jan D.
20716 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20718         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20720 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20722         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20723         Try to fix up minor layout issues like indentation, line break, etc...
20724         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20725         because it doesn't work.
20726         (mixal-operation-codes): Add some more codes.
20727         (mixal-font-lock-keywords): Process comments here.
20728         (mixal-mode): mixasm no longer needs -g option.
20730 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20732         * progmodes/sh-script.el (sh-tmp-file):
20733         Use mktemp -t.  Finish support for es and rc shells.
20735 2005-10-11  Jay Belanger  <belanger@truman.edu>
20737         * calc/calcalg2.el (calc-integral): With an argument, compute the
20738         definite integral.
20740 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20742         * mouse.el (mouse-drag-region-1): Don't try to catch a
20743         double-click when doing follow-link (it's overridden anyway).
20745 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20747         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20748         (autoload-print-form-outbuf): Add docstring.
20750 2005-10-11  Juri Linkov  <juri@jurta.org>
20752         * info.el (Info-mode-menu): Delete menu item "Edit".
20753         (Info-mode): Delete description of Info-edit from docstring,
20754         and rearrange descriptions of Info commands in the order
20755         they are documented in the Info manual.
20757 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20759         * calendar/appt.el (appt-check): Use diary-selective-display var.
20761 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20763         * net/newsticker.el (newsticker-start, newsticker-show-news):
20764         Add autoload cookies.
20766 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20768         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20770 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20772         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20774 2005-10-10  Jay Belanger  <belanger@truman.edu>
20776         * calc/calc-arith.el (math-check-known-scalarp)
20777         (math-check-known-matrixp): Check the values of arguments that are
20778         variables.
20779         (math-check-known-square-matrixp): New function.
20780         (math-known-square-matrixp): Use math-check-known-square-matrixp.
20781         (math-super-types): Add sqmatrix type.
20783         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20784         mode name `square' to `sqmatrix'.
20786         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20787         mode name `square' to `sqmatrix'.
20789 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20791         * progmodes/etags.el (select-tags-table-mode): Don't use
20792         selective-display.
20793         (tags-select-tags-table): Pass `button' to the action function.
20794         (select-tags-table): Place the side-info on button properties rather
20795         than in hidden text.  Abbreviate file names.
20796         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20797         (select-tags-table-select): Add `button' argument.
20798         Get side-info from the button property rather than from hidden text.
20800 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
20802         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20803         (gud-speedbar-buttons): Preserve point if possible.
20804         (gud-sentinel): Restore previous speedbar display type.
20806         * progmodes/gdb-ui.el (gdba): Improve diagram.
20807         (def-gdb-auto-update-handler, gdb-info-locals-handler)
20808         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20809         Call get-buffer-window once.
20811 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20813         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20814         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20815         (pascal-indent-command): Remove unused var `ind'.
20816         (pascal-indent-case): Remove unused var `oldpos'.
20817         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20818         since it's now used as a proper minor mode map.
20819         (pascal-outline): Rename to pascal-outline-mode.
20820         (pascal-outline-mode): Use define-minor-mode.
20821         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20822         selective-display.
20824 2005-10-10  Andreas Schwab  <schwab@suse.de>
20826         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20827         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
20829         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20830         outside source directory.
20832 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
20834         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20835         C-x' as a prefix.
20836         (orgtbl-mode-map): Full keymap instead of sparse, because all
20837         `self-insert-command' keys are redefined in this map.
20838         (org-export-as-html): Specify charset for HTML file, by taking it
20839         from the coding system.
20841 2005-10-10  Kenichi Handa  <handa@m17n.org>
20843         * textmodes/flyspell.el (flyspell-check-word-p):
20844         If unread-command-events is non-empty, don't call sit-for.
20846 2005-10-09  Richard M. Stallman  <rms@gnu.org>
20848         * font-lock.el (font-lock-syntactic-keywords)
20849         (font-lock-keywords): Doc fixes.
20851         * textmodes/flyspell.el (flyspell-external-point-words):
20852         Simplify logic, and don't try to check for consecutive appearances
20853         of one incorrect word.
20855 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
20857         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20858         separator.
20860         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20861         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20862         (gud-expansion-speedbar-buttons): New function.
20863         (gud-speedbar-buttons): Check for gud-comint-buffer.
20865 2005-10-09  Bill Wohler  <wohler@newt.com>
20867         * Makefile.in (updates): Add mh-loaddefs dependency.
20869 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
20871         * speedbar.el (speedbar-file-key-map): Fix typo.
20873 2005-10-09  Daniel Brockman  <daniel@brockman.se>
20875         * cus-start.el (line-spacing): Add custom spec.
20877 2005-10-09  Romain Francoise  <romain@orebokech.com>
20879         * textmodes/ispell.el (ispell-check-version): Fix last change.
20881 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20883         * term/x-win.el: Remove -i, --icon-type from comment.
20885         * startup.el (command-line-x-option-alist): Remove options -i,
20886         -itype, --icon-type, added -nb, --no-bitmap-icon
20888 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
20890         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20891         instead of :active.
20893 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20895         * textmodes/ispell.el (ispell-check-version):
20896         Ignore hyphen, and all that follows, in aspell's version text.
20898 2005-10-08  Jay Belanger  <belanger@truman.edu>
20900         * calc/calc-arith.el (math-known-square-matrixp): New function.
20901         (math-pow-fancy): Check for matrices before distributing exponent
20902         across products.
20904         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20905         fullscreen keypad.  Suggested by Luc Teirlinck.
20906         (calc-keypad-show-input): Add space for formatting.
20908         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20909         Add square matrix option.
20911         * calc/calc-poly.el (math-expand-term): Check for matrices instead
20912         of checking calc-matrix-mode when deciding how to expand.
20914         * calc/calc.el (calc-set-mode-line): Add square matrix option.
20916 2005-10-08  Lars Hansen  <larsh@soem.dk>
20918         * net/tramp.el (tramp-perl-directory-files-and-attributes):
20919         Add error handling.
20920         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20922 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
20924         Sync with Tramp 2.0.51.
20926         * net/tramp.el (tramp-handle-set-visited-file-modtime)
20927         (tramp-handle-insert-file-contents, tramp-handle-write-region):
20928         Insert special handling for `last-coding-system-used', again
20929         it still seems to be necessary (unlike stated before).
20930         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20931         (tramp-password-prompt-regexp): There might be other words before
20932         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20933         (tramp-chunksize): Improve docstring.
20934         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20935         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
20936         Christian Joergensen <bugs@razor.dk>.
20938 2005-10-07  Glenn Morris  <rgm@gnu.org>
20940         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20941         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20942         precision'.
20944 2005-10-07  Romain Francoise  <romain@orebokech.com>
20946         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20947         (ibuffer-do-shell-command-pipe-replace)
20948         (ibuffer-do-shell-command-file, ibuffer-do-eval)
20949         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20950         (ibuffer-do-revert, ibuffer-do-replace-regexp)
20951         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20952         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20953         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20954         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20955         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20956         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20957         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20958         Autoload file sans suffix.
20960         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20962 2005-10-07  David Ponce  <david@dponce.com>
20964         * recentf.el (recentf-menu-open-all-flag): New option.
20965         (recentf-digit-shortcut-command-name): New function.
20966         (recentf--shortcuts-keymap): New variable.
20967         (recentf-menu-shortcuts): New variable.
20968         (recentf-make-menu-items): Initialize it.  Replace the "More..."
20969         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20970         (recentf-menu-value-shortcut): New function.
20971         (recentf-make-menu-item): Use it.  No more in-lined.
20972         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20973         (recentf-open-most-recent-file): Rename from
20974         `recentf-open-file-with-key'.  Don't depend on key binding.
20975         (recentf-mode-map): New variable.
20976         (recentf-mode): Use it.
20978 2005-10-06  Bill Wohler  <wohler@newt.com>
20980         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
20982         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20983         (MH-E-SRC): New.  Used by mh-autoloads.
20984         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20985         files in MH-E-SRC have been updated.
20986         (compile, recompile, bootstrap): Depend on mh-autoloads.
20988 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
20990         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20991         gud-break and gud-remove icons when the fringe is not available.
20993         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20994         Typo.
20996 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20998         * play/zone.el (zone): Wrap body with save-window-excursion.
21000 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21002         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21003         Use the new `list-only' arg to diary-list-entries.
21005         * calendar/diary-lib.el: Use overlays rather than selective-display.
21006         (diary-selective-display): New var.
21007         (diary-header-line-format): Use it.
21008         (diary-list-entries): Add argument `list-only'.
21009         Put the buffer in diary-mode.  Don't add \^M at beg and end.
21010         Replace \^M by invisible overlays.
21011         (diary-unhide-everything): Replace \^M by invisible overlays.
21012         (print-diary-entries): Look for overlays rather than \^M.
21013         Add a space to the temp buffer name.
21014         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21015         Put the buffer in diary-mode.
21016         (list-sexp-diary-entries): Replace \^M by invisible overlays.
21017         (diary-anniversary): Make the year arg optional.
21018         (diary-time-regexp): New const.
21019         (diary-font-lock-keywords): Use it to accept a few more time formats.
21021         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21023 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
21025         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21026         Fix bug introduced 2005-07-03: Use (car (last ...))
21027         to faithfully reproduce replaced artist-last.
21028         (artist-set-arrow-points-for-poly): Likewise.
21029         Suggested by Johan Bockg\e,Ae\e(Brd.
21031 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
21033         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21034         * wid-edit.el (widget):
21035         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21036         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21038 2005-10-06  Kenichi Handa  <handa@m17n.org>
21040         * international/mule-cmds.el (set-language-environment):
21041         Fix setting up of case-table for unibyte mode.
21043         * simple.el (what-cursor-position): If the character is displayed
21044         by some `display' text property, show that.  Don't use
21045         single-key-description for eight-bit characters in multibyte mode.
21047 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
21049         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21050         (gdb-ann3): Set it.
21051         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21052         (gdb-info-frames-custom): Use inverse-video for first five
21053         characters of selected frame only.
21054         (gdb-get-frame-number): Select frame even when point is on frame
21055         number.
21057 2005-10-06  Masatake YAMATO  <jet@gyve.org>
21059         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21060         Put `font-lock-function-name-face'.
21061         (gdb-info-frames-custom): Put `font-lock-function-name-face'
21062         and `font-lock-variable-name-face'
21063         (gdb-registers-font-lock-keywords): New font lock keywords definition.
21064         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21065         (gdb-memory-font-lock-keywords): New font lock keywords definition.
21066         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21067         (gdb-local-font-lock-keywords): New font lock keywords definition.
21068         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21069         (gdb-threads-font-lock-keywords): New font lock keywords definition.
21070         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21072 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
21074         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21075         (ediff-merge-region-is-non-clash-to-skip): Previously called
21076         ediff-merge-region-is-non-clash.
21078         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21079         Use insert-buffer-substring.
21081         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21082         selecting files to patch.  Also bug fixes.
21084         * ediff-util.el (ediff-setup): Bug fix.
21085         (ediff-next-difference): Never skip clashes that differ in white
21086         space only.
21088         * ediff-wind.el (ediff-setup-control-frame)
21089         (ediff-destroy-control-frame): Check the menubar feature.
21091         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21092         (viper-refresh-mode-line): Use make-local-variable to localize
21093         some vars instead of make-variable-buffer-local.  Suggested by
21094         Stefan Monnier.
21096         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21097         (viper-restore-cursor-type, viper-set-insert-cursor-type):
21098         Use make-local-variable instead of make-variable-buffer-local.
21099         Suggested by Stefan Monnier.
21101         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21102         (viper-comint-mode-hook): Use make-local-variable on
21103         require-final-newline.
21104         (viper-non-hook-settings): Don't use make-variable-buffer-local.
21106 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21108         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21109         also the second char of a comment-start sequence.
21110         (scheme-sexp-comment-syntax-table): New var.
21111         (lambda, define): Set their scheme-doc-string-elt property.
21112         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21113         Use lisp-font-lock-syntactic-face-function now that it properly
21114         handles |...| symbols.
21115         (scheme-mode-variables): Set lisp-doc-string-elt-property,
21116         parse-sexp-lookup-properties and font-lock-extra-managed-props.
21118         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21119         bit from # to |.
21120         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21122         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21123         (lisp-doc-string-elt-property): New var.
21124         (lisp-font-lock-syntactic-face-function): Use it.
21125         Rewrite to recognize docstrings even for forms not at toplevel.
21127         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21128         annotation on the | part of #| rather than on the # part.
21129         (scheme-font-lock-syntactic-face-function): New function, to
21130         distinguish strings from |...| symbols.
21131         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
21132         syntax-table so that #|...|# is properly highlighted.
21134         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21135         Don't mark as docstring the 3rd elem of an unknown toplevel form.
21137 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21139         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21140         and C-e.
21142         * emacs-lisp/eldoc.el: Move comments into docstrings.
21143         (eldoc-message-commands): Initialize in its declaration.
21144         Add move-beginning-of-line and move-end-of-line.
21145         (eldoc-add-command, eldoc-add-command-completions)
21146         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21148         * outline.el (outline-mark-subtree): Activate the mark.
21150         * calendar/appt.el (appt-time-regexp): New var.
21151         (appt-add, appt-make-list): Use it.
21152         (appt-convert-time): Clean up.
21154         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21155         Don't set any syntax-table property here.
21156         (tex-font-lock-verb): New function.  Do it here.
21157         (tex-font-lock-syntactic-keywords): Use it.
21159 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21161         * wid-edit.el (widget-file-complete): Get the widget start point
21162         the right way.  Default directory to `/' if file has none.
21164         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21166         * textmodes/flyspell.el (flyspell-mode-on):
21167         Call ispell-maybe-find-aspell-dictionaries.
21169         * textmodes/ispell.el (ispell-word, ispell-region):
21170         Call ispell-maybe-find-aspell-dictionaries.
21171         (ispell-accept-buffer-local-defs):
21172         Don't call ispell-maybe-find-aspell-dictionaries
21174 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21176         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21178 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
21180         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21181         instead of `fboundp' in order to allow for anonymous functions.
21183 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
21185         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21186         case the user clicks on the link while another window is selected.
21187         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21189         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21190         functionality.
21191         (dframe-help-echo): Save point in case mouse tracking is off.
21193 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
21195         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21197 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21199         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21200         not change the global value of those vars.
21202         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21203         make-local-variable which we do not need any more.
21205 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
21207         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21208         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21209         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21210         (speedbar-path-line): Define obsolete aliases.
21211         (speedbar-line-directory): Doc fix.
21213         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21214         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21215         instead of speedbar-line-path.
21217 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21219         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21220         to nil if dropping on a window.  Handle dropping on a minibuffer window
21221         like dropping on a non-window part of Emacs.
21223 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21225         * net/ange-ftp.el: Use with-current-buffer.
21226         (ange-ftp-insert-directory): Do not follow symlinks any more.
21228         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21229         Remove interactive spec.
21231 2005-10-03  Kim F. Storm  <storm@cua.dk>
21233         * ido.el (ido-mode): Use custom-initialize-set.
21235 2005-10-02  Richard M. Stallman  <rms@gnu.org>
21237         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21238         Use insert-buffer-substring.
21240         * net/tramp.el: Pacify byte compiler warnings in pacification code.
21241         (tramp-handle-file-local-copy): Use insert-buffer-substring.
21243 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21245         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21246         in last change.
21247         (ange-ftp-insert-directory): Fix up the search for the case where
21248         `file' is absolute.
21250 2005-10-02  Romain Francoise  <romain@orebokech.com>
21252         * progmodes/compile.el (compile-goto-error): Delete extra paren.
21254 2005-10-02  Andreas Schwab  <schwab@suse.de>
21256         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21257         directory component in the session info.
21259 2005-10-01  Richard M. Stallman  <rms@gnu.org>
21261         * comint.el (comint-redirect-subvert-readonly): Doc fix.
21263         * simple.el (next-error-internal): New function.
21265         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21266         (compilation-start): Pass new arg to compilation-buffer-name.
21267         (compile-goto-error): Use next-error-internal.
21269 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21271         * speedbar.el: Remove RCS tag.
21272         (speedbar-check-read-only): Handle non-existent files.
21274         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21276         * info.el (Info-speedbar-hierarchy-buttons)
21277         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21279 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21281         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21282         Do not match newline.
21283         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21284         (bibtex-summary): Remove unnecessary save-excursion.
21285         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21287 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21289         * term/mac-win.el: Add charset info for "iso10646-1".
21290         Modify default fontset to use ATSUI-compatible fonts for some charsets
21291         if available.
21293 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21295         * speedbar.el: Re-apply arch tag.
21296         (speedbar-version): Rename to version 1.0.  Suggested by Eric
21297         M. Ludlam.
21298         Reapply two changes from Emacs CVS' version of speedbar lost
21299         during the merge:
21300         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21301         (speedbar-frame-parameters): Improve customize type.
21303 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21305         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21306         (ange-ftp-file-directory-p): Fix the symlink case.
21307         (ange-ftp-insert-directory): When listing a single file, get a list of
21308         the parent buffer and extract the relevant line.  Inspired from a patch
21309         by Katsumi Yamaoka <yamaoka@jpl.org>.
21310         (ange-ftp-file-name-sans-versions): Simplify.
21312 2005-09-30  Bill Wohler  <wohler@newt.com>
21314         Move MH-E image files from toolbar and mail directories into
21315         etc/images.
21317         * mail/reply2.*: Move to etc/images/mail/reply*.
21319         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21320         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21321         etc/images.
21323         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21324         * toolbar/reply*: Move to etc/images/mail.
21326         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21328 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
21330         * speedbar.el: New version 1.0pre3.
21332         Frame management code (including timer, and mouse click specifics)
21333         moved to dframe.el:
21334         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21335         (speedbar-timer): Removed.  Use dframe-timer.
21336         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21337         (speedbar-activity-change-focus-flag): Removed.  Use
21338         dframe-activity-change-focus-flag.
21339         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21340         dframe-update-speed.
21342         (speedbar-current-frame): New macro.  Use this instead of the
21343         variable speedbar-frame.
21345         (speedbar-use-images, speedbar-expand-image-button-alist)
21346         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21348         (speedbar-find-image-on-load-path): Removed.  Replaced by
21349         defezimage in ezimage.el.
21350         (speedbar-expand-image-button-alist): Removed.  Replaced by
21351         ezimage-expand-image-button-alist in ezimage.el.
21353         (speedbar-ignored-directory-regexp)
21354         (speedbar-add-ignored-directory-regexp)
21355         (speedbar-ignored-directory-expressions)
21356         (speedbar-line-directory, speedbar-buffers-line-directory)
21357         (speedbar-directory-line, speedbar-buffers-line-directory):
21358         Renamed, replacing `path' with `directory'.
21360         (speedbar-create-directory, speedbar-expand-line-descendants)
21361         (speedbar-toggle-line-expansion)
21362         (speedbar-contract-line-descendants): New commands.
21364         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21365         (speedbar-use-tool-tips-flag): New options.
21367         (speedbar-check-read-only, speedbar-require-version)
21368         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21369         (speedbar-handle-delete-frame, speedbar-try-completion)
21370         (speedbar-update-localized-contents): New functions.
21372         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21373         (speedbar-object-read-only-indicator): New variables.
21375         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21376         New hooks.
21378         (speedbar-separator-face): New face.
21380         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21381         (speedbar-ignored-modes): Add fundamental-mode.
21382         (speedbar-directory-unshown-regexp): Add . directories.
21384         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21385         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21386         `]' for full expand/close.
21387         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21389         (speedbar-check-vc): Support hidden files.
21390         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21391         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21392         state is nil, it is not checked out.
21394         (speedbar-line-text, speedbar-line-token): Support expand buttons
21395         with no text.
21396         (speedbar-refresh): Universal argument acts as power-click.
21397         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21398         that buffer to get variable values.
21400         And many other bugfixes.
21402         * dframe.el, ezimage.el, sb-image.el: New files.
21404         * sb-*.xpm: Remove files.  New image files installed into
21405         etc/images/ezimage.
21407 2005-09-30  Kenichi Handa  <handa@m17n.org>
21409         * ps-mule.el (ps-mule-show-warning): If a character is in
21410         ps-print-translation-table, don't treat it as non-printable.
21412 2005-09-30  David Ponce  <david@dponce.com>
21414         * tree-widget.el (tree-widget-themes-load-path): New variable.
21415         (tree-widget-themes-directory): Doc fix.
21416         (tree-widget-image-formats) [Emacs]: Doc fix.
21417         (tree-widget--locate-sub-directory): New function.
21418         (tree-widget-themes-directory): Use it.
21420         * recentf.el (recentf-filename-handlers): Rename from
21421         `recentf-filename-handler'.  Allow a list of functions.
21422         (recentf-menu-items-for-commands): Fix :help strings.
21423         (recentf-apply-filename-handlers): New function.
21424         (recentf-expand-file-name): Use it.
21425         (recentf-cleanup): Remove duplicates too.
21427 2005-09-29  Juri Linkov  <juri@jurta.org>
21429         * faces.el: Rearrange face definitions to be in the same order as
21430         their face descriptions in "(emacs)Standard Faces".
21432         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21434         * tooltip.el (tooltip): Add group `basic-faces'.
21436         * buff-menu.el (Buffer-menu-buffer): Remove group
21437         `font-lock-highlighting-faces'.
21439         * progmodes/compile.el (compilation-error, compilation-warning)
21440         (compilation-info, compilation-line-number, compilation-column-number):
21441         Change group from `font-lock-highlighting-faces' to `compilation'.
21443         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21444         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21445         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21446         (vhdl-font-lock-reserved-words-face)
21447         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21448         `font-lock-highlighting-faces'.
21450         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21452 2005-09-28  Kim F. Storm  <storm@cua.dk>
21454         * emulation/cua-base.el: Set CUA move property on additional commands:
21455         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21456         forward-sexp, backward-sexp, forward-list, backward-list.
21458 2005-09-28  Romain Francoise  <romain@orebokech.com>
21460         * comint.el (comint-show-output): Really set point at the
21461         beginning of the output when not using `comint-use-prompt-regexp'.
21463 2005-09-27  Jay Belanger  <belanger@truman.edu>
21465         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21466         in TeX mode.
21468 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21470         * textmodes/org.el (org-table-sum): Fix format string.
21472         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21473         Quote face names.
21475 2005-09-26  Romain Francoise  <romain@orebokech.com>
21477         * isearch.el (isearch-forward-regexp): Close doc string.
21479 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21481         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21483         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21485         * progmodes/compile.el (compilation-error-properties):
21486         When getting the file from the previous error message,
21487         correctly decode the new data format.
21489         * progmodes/cc-cmds.el (c-electric-paren):
21490         Call old-blink-paren only for close-paren.
21492 2005-09-24  Andreas Schwab  <schwab@suse.de>
21494         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21495         condition.
21497 2005-09-25  Romain Francoise  <romain@orebokech.com>
21499         * dired-aux.el (dired-copy-file-recursive):
21500         * dired.el (dired-delete-file):
21501         * ediff-mult.el (ediff-dir-diff-copy-file):
21502         * ediff-util.el (ediff-test-save-region):
21503         * forms.el (forms-mode):
21504         * ido.el (ido-file-internal, ido-delete-file-at-head):
21505         * log-edit.el (log-edit-done):
21506         * ses.el (ses-yank-resize):
21507         * play/gomoku.el (gomoku-human-plays, gomoku)
21508         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21509         (gomoku-offer-a-draw):
21510         * play/landmark.el (lm-human-resigns, lm):
21511         * net/eudcb-ldap.el (eudc-ldap-check-base):
21512         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21513         * progmodes/ebrowse.el (ebrowse-find-pattern):
21514         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21515         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21516         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21518         * vc.el (vc-delete-file):
21519         * play/gomoku.el (gomoku-terminate-game, gomoku)
21520         (gomoku-prompt-for-move, gomoku-human-takes-back):
21521         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21522         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21524 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21526         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21527         color rxvt terminals by using the code xterm.el used to use before
21528         2005-04-09 in order to match the colors used by rxvt.
21530 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21532         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21533         colors rxvt-unicode terminals by using the same code as xterm.el.
21535 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21537         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21538         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21539         new symbol used for the tex-verbatim face.
21541 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21543         * woman.el (woman-file-name):
21544         * wid-edit.el (widget-file-prompt-value)
21545         (widget-coding-system-prompt-value):
21546         * w32-fns.el (set-w32-system-coding-system):
21547         * vc.el (vc-version-diff, vc-annotate):
21548         * textmodes/reftex-auc.el (reftex-arg-cite)
21549         (reftex-arg-index-tag):
21550         * textmodes/refer.el (refer-get-bib-files):
21551         * textmodes/artist.el (artist-figlet-choose-font):
21552         * terminal.el (terminal-emulator):
21553         * replace.el (occur-read-primary-args):
21554         * rect.el (string-rectangle, string-insert-rectangle):
21555         * ps-print.el (ps-print-preprint):
21556         * progmodes/pascal.el (pascal-goto-defun):
21557         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21558         * progmodes/compile.el (compilation-find-file):
21559         * printing.el (pr-interactive-n-up):
21560         * play/animate.el (animate-birthday-present):
21561         * net/rcompile.el (remote-compile):
21562         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21563         * mail/rmailsum.el (rmail-summary-search-backward)
21564         (rmail-summary-search):
21565         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21566         (rmail-output-read-file-name):
21567         * mail/rmail.el (rmail-search, rmail-search-backwards):
21568         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21569         * locate.el (locate):
21570         * international/quail.el (quail-show-keyboard-layout):
21571         * international/mule.el (set-buffer-file-coding-system)
21572         (revert-buffer-with-coding-system, set-file-name-coding-system)
21573         (set-terminal-coding-system, set-keyboard-coding-system)
21574         (set-next-selection-coding-system):
21575         * international/mule-diag.el (describe-coding-system)
21576         (describe-font, describe-fontset):
21577         * international/mule-cmds.el (universal-coding-system-argument)
21578         (search-unencodable-char, describe-input-method)
21579         (set-language-environment, describe-language-environment):
21580         * international/codepage.el (codepage-setup):
21581         * international/code-pages.el (codepage-setup):
21582         * info.el (Info-search, Info-follow-reference)
21583         (Info-search-backward):
21584         * emacs-lisp/advice.el (ad-read-advised-function)
21585         (ad-read-advice-class, ad-clear-cache, ad-activate)
21586         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21587         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21588         (ad-read-regexp):
21589         * ediff-util.el (ediff-toggle-regexp-match):
21590         * ediff-ptch.el (ediff-prompt-for-patch-file):
21591         * dired-aux.el (dired-diff):
21592         * diff.el (diff):
21593         * cus-edit.el (custom-variable-prompt):
21594         * calendar/timeclock.el (timeclock-ask-for-project):
21595         * calc/calcalg3.el (calc-get-fit-variables):
21596         * calc/calc-store.el (calc-edit-variable)
21597         (calc-permanent-variable):
21598         * vc-mcvs.el (vc-mcvs-register):
21599         * shadowfile.el (shadow-define-literal-group):
21600         * woman.el (woman-file-name):
21601         * vc.el (vc-version-diff, vc-merge):
21602         * textmodes/reftex-index.el (reftex-index-complete-tag):
21603         * format.el (format-decode-buffer, format-decode-region):
21604         * emulation/viper-cmd.el (viper-read-string-with-history):
21605         * emacs-lisp/debug.el (cancel-debug-on-entry):
21606         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21607         * ediff.el (ediff-merge-revisions)
21608         (ediff-merge-revisions-with-ancestor, ediff-revision):
21609         * completion.el (interactive-completion-string-reader):
21610         * calc/calc-prog.el (calc-user-define-formula):
21611         Follow convention for reading with the minibuffer.
21613 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21615         * progmodes/python.el (python-describe-symbol): Add globals() and
21616         locals() to the arguments of emacs.ehelp.
21618 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21620         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21621         New function, code extracted from ispell-valid-dictionary-list.
21622         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21623         Call it.
21625 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21627         * subr.el (version-regexp-alist): Extend valid syntax for version
21628         strings: allow any of the characters -,_,+ to separate the
21629         alpha/beta/rc part from the version part.  Doc fix.
21630         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21632 2005-09-23  David Reitter  <david.reitter@gmail.com>
21634         * mail/mailclient.el: New file.
21636 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21638         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21639         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21640         Doc fixes.
21642         * progmodes/cc-mode.el (c-font-lock-init):
21643         Specify font-lock-lines-before.
21645 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21647         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21648         whole conflict.
21650 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21652         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21653         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21654         of `remap' feature when available.  Additional key bindings for
21655         better tty support.
21656         (org-mode-restart, org-force-self-insert): New commands.
21657         (org-time-stamp-inactive): New command.
21658         (org-remap): New function.
21659         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21660         (org-enable-fixed-width-editor): Move to `org-structure'
21661         customization group.
21662         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21663         blank field after field motion commands.
21665 2005-09-23  Kenichi Handa  <handa@m17n.org>
21667         * international/mule-cmds.el (set-language-environment):
21668         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21669         have to call utf-translate-cjk-load-tables.
21671 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21673         * mouse.el (mouse-move-drag-overlay): Fix last change.
21675 2005-09-22  David Ponce  <david@dponce.com>
21677         * tree-widget.el (tree-widget-value-create): Fix previous change.
21679 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21681         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21683 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21685         * mouse.el (mouse-move-drag-overlay): New function.
21686         (mouse-drag-region-1): Use it.
21687         Try to simplify a bit the state handling.  Handle clicks on links
21688         inside intangible areas.
21689         (mouse-save-then-kill): Minor simplification.
21690         (mouse-secondary-overlay): Make it always non-nil instead of
21691         recreating it each time.
21692         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21693         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21694         Simplify accordingly.
21696 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21698         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21700 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21702         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21703         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21704         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21705         to patch.
21707         * ediff-util.el: Use insert-buffer-substring.
21709         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21711         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21712         field boundaries in the minibuffer.
21713         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21714         (viper-minibuffer-post-command-hook): New hook.
21715         (viper-line): Don't move cursor at bolp.
21717         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21719         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21720         avoid compiler warnings.
21722         * emulation/viper-macs.el (ex-map): Better messages.
21724         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21726         * emulation/viper.el: Replace make-variable-buffer-local with
21727         viper-make-variable-buffer-local everywhere, to avoid warnings.
21729 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21731         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21732         Delete unused var `old-selected-window'.
21733         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21734         (mouse-drag-secondary): Delete unused var `start-frame'.
21736 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21738         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21740 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21742         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21743         Re-indent within 80 columns.  Use inhibit-read-only.
21745 2005-09-19  Romain Francoise  <romain@orebokech.com>
21747         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21749 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21751         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21752         unconditionally, since the after-change-function already did it.
21754 2005-09-19  Miles Bader  <miles@gnu.org>
21756         * net/newsticker.el: Get rid of CVS keyword.
21758 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21760         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21761         The prompt is formatted later.
21763 2005-09-19  David Ponce  <david@dponce.com>
21765         * tree-widget.el (tree-widget-value-create): Save the converted
21766         tree :node widget.
21768 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21770         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21771         variable `message'.
21773 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21775         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21776         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21777         <slawomir.nowaczyk.847@student.lu.se>.
21779 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
21781         * image.el (image-load-path): Use symbol `data-directory' instead
21782         of its value, for backward compatibility with packages that bind
21783         it during `find-image'.  Suggested by Katsumi Yamaoka.
21784         (image-search-load-path): Handle symbols whose values are strings.
21786 2005-09-18  Romain Francoise  <romain@orebokech.com>
21788         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21789         with-current-buffer form in save-excursion.
21791 2005-09-18  Deepak Goel  <deego@gnufans.org>
21793         * apropos.el (apropos-command): Fix `message' call: first arg
21794         should be a format spec.  In this and all other cases that appear
21795         below and elsewhere in the source code, I made a change only when
21796         two conditions were satisfied: [1] I can think of a possibility
21797         that the arguments would cause an error, for example, the code in
21798         question relies on external variables such as filenames.  [2] I
21799         was sure that the arg to `message' could not have been nil in the code.
21801         * textmodes/tildify.el (tildify-region): Ditto.
21803         * textmodes/reftex-index.el (reftex-index-change-entry)
21804         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21805         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21806         * textmodes/org.el (org-complete, org-deadline, org-schedule)
21807         (org-priority, org-table-sum):
21808         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21809         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21810         (flyspell-word, flyspell-display-next-corrections):
21811         * textmodes/bibtex.el (bibtex-print-help-message):
21812         * textmodes/artist.el (artist-key-set-point-poly):
21813         * term/mac-win.el (mac-services-insert-text):
21814         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21815         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21816         (vhdl-port-paste-testbench, vhdl-compose-new-component)
21817         (vhdl-compose-configuration):
21818         * progmodes/sh-script.el (sh-blink, sh-show-indent)
21819         (sh-set-indent, sh-learn-line-indent):
21820         * progmodes/ps-mode.el (ps-mode-target-column):
21821         * progmodes/idlwave.el (idlwave-make-tags)
21822         (idlwave-scan-library-catalogs):
21823         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21824         * progmodes/gud.el (gud-jdb-analyze-source):
21825         * progmodes/flymake.el (flymake-log):
21826         * progmodes/ebnf2ps.el (ebnf-generate-region):
21827         * progmodes/cmacexp.el (c-macro-expansion):
21828         * progmodes/ada-xref.el (ada-treat-cmd-string):
21829         * progmodes/ada-mode.el (ada-create-case-exception-substring)
21830         (ada-justified-indent-current, ada-batch-reformat):
21831         * play/zone.el (zone):
21832         * play/landmark.el (lm-move):
21833         * play/decipher.el (decipher-show-alphabet):
21834         * net/newsticker.el (newsticker--display-jump)
21835         (newsticker--display-scroll):
21836         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21837         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21838         * mail/feedmail.el (feedmail-dump-message-to-queue):
21839         * eshell/esh-proc.el (eshell-remove-process-entry):
21840         * emulation/ws-mode.el (ws-last-error):
21841         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21842         (viper-record-kbd-macro):
21843         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21844         * emacs-lisp/lisp-mnt.el (lm-report-bug):
21845         * emacs-lisp/find-func.el (find-function-noselect):
21846         * calendar/timeclock.el (timeclock-status-string)
21847         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21848         (timeclock-when-to-leave-string):
21849         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21850         * calc/calc-units.el (calc-enter-units-table):
21851         * calc/calc-mode.el (calc-mode-record-mode):
21852         * woman.el (woman-mini-help):
21853         * wdired.el (wdired-change-to-wdired-mode):
21854         * vc.el (vc-retrieve-snapshot):
21855         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21856         * startup.el (display-startup-echo-area-message):
21857         * simple.el (set-goal-column):
21858         * ses.el (ses-command-hook, ses-recalculate-cell):
21859         * server.el (server-process-filter):
21860         * printing.el (pr-interface-txt-print, pr-interface-printify)
21861         (pr-interface-ps):
21862         * pcvs.el (cvs-help):
21863         * log-edit.el (log-edit, log-edit-mode-help):
21864         * iswitchb.el (iswitchb-possible-new-buffer):
21865         * isearch.el (isearch-edit-string):
21866         * image-mode.el (image-mode, image-minor-mode):
21867         * ibuf-macs.el (define-ibuffer-filter):
21868         * hi-lock.el (hi-lock-find-patterns):
21869         * files.el (toggle-read-only):
21870         * ediff-util.el (ediff-copy-diff)
21871         (ediff-write-merge-buffer-and-maybe-kill):
21872         * echistory.el (Electric-history-undefined):
21873         * dnd.el (dnd-insert-text):
21874         * dired-aux.el (dired-query):
21875         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21876         * bookmark.el (bookmark-bmenu-locate):
21877         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21878         Fix `message' calls to ensure first arg is a format string.
21879         The change was made only when these two conditions were satisfied:
21880         [1] when there is a possibility that the arguments would cause an error
21881         for example, if the code in question relies on external variables
21882         such as filenames, and
21883         [2] if the arg to `message' could not have been nil in the code.
21885         * pcomplete.el (pcomplete--help): Fix `message' format spec.
21886         Not having a %s would be weird, though not technically wrong.
21888 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21890         * term/mac-win.el (mac-add-charset-info): Doc fix.
21892 2005-09-17  Romain Francoise  <romain@orebokech.com>
21894         * shell.el (shell-resync-dirs): Handle echoing processes more
21895         reliably.  Don't insert resync command if `comint-process-echoes'
21896         is non-nil.
21898 2005-09-17  Magnus Henoch  <mange@freemail.hu>
21900         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21901         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21902         aspell versions >= 0.60.
21903         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21904         only if ispell-aspell-supports-utf8 is non-nil.
21906 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21908         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21909         buffer-local value to lisp-indent-function.
21911 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
21913         * progmodes/glasses.el (glasses-make-readable): If
21914         glasses-separator differs from underscore, put appropriate
21915         overlays over underscore characters.
21916         (glasses-convert-to-unreadable): If glasses-separator differs from
21917         underscore, try to convert glasses-separator characters to
21918         underscores.
21920 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21922         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21923         Use with-syntax-table and dolist.
21925 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
21927         * textmodes/reftex-auc.el:
21928         * textmodes/reftex-cite.el:
21929         * textmodes/reftex-dcr.el:
21930         * textmodes/reftex-global.el:
21931         * textmodes/reftex-parse.el:
21932         * textmodes/reftex-ref.el:
21933         * textmodes/reftex-sel.el:
21934         * textmodes/reftex-toc.el:
21935         * textmodes/reftex-vars.el:
21936         * textmodes/reftex.el: Small changes to remove compiler warnings.
21938         * textmodes/reftex-index.el: Likewise.
21939         (reftex-query-index-phrase): More efficient use of markers.
21941 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21943         * image.el (image-load-path): New variable.
21944         (image-search-load-path): New function.
21945         (find-image): Search for images in `image-load-path'.
21947 2005-09-15  Richard M. Stallman  <rms@gnu.org>
21949         * follow.el: Change Maintainer field.
21951 2005-09-15  David Ponce  <david@dponce.com>
21953         * recentf.el (recentf-save-file-modes): New option.
21954         (recentf-save-list): Use it.
21956 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
21958         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21959         (mode-line-mule-info, mode-line-modified): Move bindings from
21960         mouse-3 to mouse-1.
21962 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
21964         * simple.el (sendmail-user-agent-compose): Revert last change.
21966 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21968         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21969         Use with-current-buffer.
21970         (ange-ftp-gwp-start): Remove unused var `gw-user'.
21971         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21972         (ange-ftp-insert-directory): Remove unused var `short'.
21973         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21975         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21976         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21978         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21979         (check-calendar-holidays, diary-list-entries): Autoload.
21980         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21981         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21983         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21984         which mistakenly removed a call to display-buffer.
21986 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
21988         * obsolete/iso-insert.el: Move to obsolete/ from international/.
21990 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
21992         * progmodes/hideshow.el
21993         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21994         (hs-allow-nesting): New user var.
21995         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21996         (hs-hide-block-at-point): When nesting allowed,
21997         if there is already an overlay in place, delete it.
21998         (hs-safety-is-job-n): Delete func; remove call sites.
21999         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22000         (hs-overlay-at): New func.
22001         (hs-already-hidden-p, hs-show-block): Use it.
22002         (hs-hide-all): Don't pre-clean if nesting allowed.
22003         (hs-show-all): Temporarily disallow
22004         nesting around call to `hs-discard-overlays'.
22006 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
22008         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22009         Delete unused local var.
22011 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
22013         * help-fns.el (describe-categories): "?\ " -> "?\s".
22014         (help-do-arg-highlight): Recognize also ARG-n, as in
22015         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
22017         * international/codepage.el (dos-unsupported-char-glyph):
22018         * net/newsticker.el (tool-bar-map, w3-mode-map)
22019         (w3m-minor-mode-map):
22020         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22021         (ent-alist):
22022         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22024 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
22026         * custom.el (custom-push-theme): Handle the case where a symbol is
22027         bound but face properties have not yet been assigned.
22029         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22030         Fix behavior if noerase is `t' and there is no mail buffer.
22032         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22033         if `continue' is nil, rather than signal an error.
22035 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22037         * font-lock.el (font-lock-keywords): Add autoload.
22039         * help-fns.el (describe-variable): Rearrange to put source link
22040         in a predictable place.
22042         * net/newsticker.el: New file.
22044 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22046         * calendar/calendar.el (calendar-for-loop): Add edebug info.
22047         (calendar-basic-setup): Use the new nil arg.
22048         (number-of-diary-entries): Move to diary-lib.el.
22050         * calendar/diary-lib.el: Use with-current-buffer, match-string.
22051         (diary-list-entries): Use with-syntax-table and dolist.
22052         Rename from list-diary-entries.
22053         Use number-of-diary-entries if `number' is nil.
22054         (diary, diary-view-entries): Use this new name and new nil arg value.
22055         (number-of-diary-entries): Move from calendar.el.
22056         (diary-unhide-everything): New function.
22057         (include-other-diary-files, fancy-diary-display)
22058         (diary-show-all-entries, make-diary-entry): Use it.
22059         (diary-mail-entries): Use buffer-string.
22060         (mark-diary-entries): Fix long standing paren typo.
22061         (diary-sexp-entry): Use count-lines.
22062         (make-diary-entry): Avoid `previous-line'.
22063         (diary-mode-map): New var.
22064         (diary-mode): Redraw cal after saving.  Setup header-line.
22065         (fancy-diary-display-mode): Use local-set-key.
22067         * startup.el (command-line): Try calling various terminal-init-foo-bar
22068         functions by stripping hyphenated suffixes from $TERM.
22070         * files.el (normal-mode): Check boundness of font-lock-keywords.
22072 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22074         * progmodes/compile.el: Don't decide a file's directory
22075         until the user actually tries to go there.
22076         (compilation-next-error-function):
22077         Pass compilation-find-file the directory from the file-struct.
22078         (compilation-internal-error-properties): Separate local FILE-STRUCT
22079         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
22080         (compilation-find-file): Arg DIR renamed to DIRECTORY.
22081         Expand it, and if nil, use default-directory.
22082         (compilation-get-file-structure): Don't mix specified directory
22083         with default directory.  Put specified directory into
22084         file-struct.  Don't make the file name absolute.
22086         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22087         (compile-command): Add autoload.
22088         (compilation-disable-input): Add autoload.
22090 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
22092         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22093         strings of the variables it can override.
22094         (time-stamp): New (as yet undocumented) time-stamp-format escapes
22095         %Q and %q, for fully-qualified domain name and unqualified host name.
22097 2005-09-11  Kim F. Storm  <storm@cua.dk>
22099         * emacs-lisp/authors.el (authors-aliases): Update list.
22100         (authors-fixed-entries): Update mldrag.el entry.
22102 2005-09-10  Alan Mackenzie  <acm@muc.de>
22104         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22105         from the region narrowed to.
22107 2005-09-10  Magnus Henoch  <mange@freemail.hu>
22109         * textmodes/ispell.el (ispell-check-version): Signal an error if
22110         aspell version is less than 0.60.
22112 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
22114         * progmodes/octave-inf.el (inferior-octave-startup):
22115         Resync current dir at the end.
22117 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
22119         * woman.el (woman-topic-at-point-default):
22120         Rename to woman-use-topic-at-point-default.
22121         (woman-topic-at-point): Rename to woman-use-topic-at-point.
22122         (woman-file-name): Reflect renames above.  Automatically use the
22123         word at point as topic if woman-use-topic-at-point is non-nil.
22124         Otherwise offer it as default but don't insert it in the
22125         minibuffer.  Also use `test-completion' instead of `assoc' as
22126         suggested by Stefan Monnier.
22128 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
22130         * vc.el (vc-directory, vc-update-change-log): Throw an error on
22131         the attempt to do it over Tramp.  This is not yet supported.
22133 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
22135         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22136         (menu-bar-non-minibuffer-window-p): New functions.
22137         ("Split Window", "Save As..."): Use them.
22138         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22139         ("Print Buffer", "Truncate Long Lines in this Buffer"):
22140         Use menu-bar-menu-frame-live-and-visible-p.
22141         ("Save Buffer", "Insert File", "Open Directory...")
22142         ("Open File...", "Visit New File..."):
22143         Use menu-bar-non-minibuffer-window-p.
22144         (kill-this-buffer-enabled-p, dired <menu-enable>):
22145         Use menu-bar-non-minibuffer-window-p.
22147 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22149         * cus-start.el (all): Don't complain about fringe-related
22150         built-ins if fringes are not supported.  Ditto about
22151         selection-related built-ins.  Fix the test for GTK-related built-ins.
22153         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22154         ("Postscript Print Buffer", "Print Region", "Save As...")
22155         ("Save", "Insert File...", "Open Directory...")
22156         ("Open File...", "Visit New File..."")
22157         ("Truncate Long Lines in this Buffer"): Don't look at
22158         menu-updating-frame if this display does not support multiple frames.
22160 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22162         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22164 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
22166         * woman.el: Format- and whitespace-related changes.
22168 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22170         * woman.el: Fix my email address.
22172 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22174         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22175         (sh-mode): Locally set skeleton-pair-default-alist.
22177         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22179         * progmodes/flymake.el: Require `compile' unconditionally.
22181         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22183         * woman.el (woman-file-name): Provide a default, not initial input.
22185         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22187         * font-lock.el (font-lock-support-mode): Doc fix.
22189         * descr-text.el (describe-property-list): Handle non-symbol prop names.
22191 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22193         * simple.el (blink-matching-open): Get rid of text props from
22194         the string shown in echo area.  Don't permanently set point.
22195         Some rearrangements.
22197 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22199         * recentf.el (recentf-filename-handler): Add custom choice
22200         `abbreviate-file-name'.
22202         * msb.el (msb--very-many-menus): Fix typo.
22204         * disp-table.el (standard-display-european): Don't set
22205         enable-multibyte-characters to nil.
22207 2005-09-08  David Ponce  <david@dponce.com>
22209         * recentf.el (recentf-show-file-shortcuts-flag): New option.
22210         (recentf-expand-file-name): Doc fix.
22211         (recentf-dialog-mode-map): Define digit shortcuts.
22212         (recentf--files-with-key): New variable.
22213         (recentf-show-digit-shortcut-filter): New function.
22214         (recentf-open-files-items): New function.
22215         (recentf-open-files): Use it.
22216         (recentf-open-file-with-key): New command.
22218 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
22220         * buff-menu.el (Buffer-menu-sort-by-column): New function.
22221         Suggested by Kim F. Storm.
22222         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22223         (Buffer-menu-make-sort-button): Use global keymap.
22225 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
22227         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22228         (Man-getpage-in-background-advice): Remove defadvice; it isn't
22229         necessary any longer with the remapped command.
22230         (Man-bgproc-sentinel-advice): Remove defadvice which counts
22231         formatting time only.
22233         * net/tramp.el (tramp-action-password)
22234         (tramp-multi-action-password): Compile the password prompt from
22235         `method', `user' and `host'.  Sometimes it isn't obvious which
22236         password to enter, for example with remote files offered by
22237         recentf.el, or with multiple steps.  Suggested by Robert Marshall
22238         <robert@chezmarshall.freeserve.co.uk>.
22240 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22242         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22243         Fix regexp for when "s///" is at the beginning of line.
22245 2005-09-07  Jay Belanger  <belanger@truman.edu>
22247         * calc/calc-poly.el (math-expand-term): Multiply out any powers
22248         when in matrix mode.
22250 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22252         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22253         non-anonymous functions.
22255 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
22257         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22258         when using a header line.  Otherwise, use mouse-1-click-follows-link.
22260         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22261         can't be moved; don't signal an error.
22263 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
22265         * cus-theme.el (custom-theme-write-faces): Save the current face
22266         spec, not the defface spec.
22268         * custom.el (custom-known-themes): Clarify meaning of "standard".
22269         (custom-push-theme): Save old values in the standard theme.
22270         (disable-theme): Correct typo.
22271         (custom-face-theme-value) Deleted unused function.
22272         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22274 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22276         * progmodes/compile.el (compilation-goto-locus): Take into account
22277         iconified frames when determining whether the buffer is
22278         already visible.
22279         Don't reset window height if the window already existed.
22281 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
22283         * custom.el (load-theme): Rename from require-theme.
22284         Add interactive spec.
22285         (enable-theme): Rename from custom-enable-theme.
22286         Add interactive spec.
22287         (disable-theme): Rename from custom-disable-theme.
22288         Add interactive spec.
22289         (custom-make-theme-feature): Doc fix.
22290         (custom-theme-directory): Doc fix.
22291         (provide-theme): Call enable-theme.
22293 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22295         * obsolete/lazy-lock.el (lazy-lock-mode):
22296         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22297         font-lock-mode if it's off.  Print a warning instead.
22299         * progmodes/compile.el (compilation-start): Ignore errors if the
22300         process died before we get to send-eof.
22302         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22303         Undo last change.  Enclosing the result in quotes broke things on Unix
22304         since tex-send-command passes it through shell-quote-argument.
22305         (tex-send-command): Pass `file' through convert-standard-filename
22306         when possible.
22307         (tex-uptodate-p): Handle the case where TeX hasn't put additional
22308         info in a transcript.
22310 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
22312         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22313         fix compilation warning.  Reorder the key definitions to group
22314         together keys emitted by the current version of xterm.
22316         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22317         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22318         Reorder predicates to correct min-color usage.
22320 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
22322         * longlines.el (longlines-mode): Inhibit read-only when encoding.
22323         Kill local variables when longlines-mode is turned off.
22325 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22327         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22329         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22331         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22333         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22334         (font-lock-lines-before): Change default to being inactive.
22335         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22336         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22338 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22340         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22341         Deactivate temporarily advice if active (not needed for Emacs 22,
22342         but for backwards compatibility).
22343         (tramp-exists-file-name-handler): Rewrite.  First implementation
22344         was too simple.
22345         (tramp-advice-make-auto-save-file-name):
22346         Call `tramp-handle-make-auto-save-file-name' (again, just for
22347         backwards compatibility).
22349 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22351         * progmodes/vhdl-mode.el
22352         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22353         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22354         (vhdl-set-default-project): New function (easier setting of default).
22355         (vhdl-port-copy): Handle extended identifiers for generics.
22356         (vhdl-compiler-alist): Better description for error message regexp.
22357         (vhdl-make): Query for target, use previous as default.
22358         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22359         (vhdl-font-lock-keywords-2): Fix fontification for record
22360         el. assign.
22361         (vhdl-speedbar-make-subpack-line): Add package body link.
22362         (vhdl-generate-makefile-1): Not include itself as dependency.
22363         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22364         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22365         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22366         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22367         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22368         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22369         (vhdl-import-project): Add string argument for `error'.
22370         (vhdl-compose-configuration)
22371         (vhdl-compose-configuration-architecture): Add configuration
22372         declaration generation.
22373         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22374         (vhdl-trailer-re): Add "record" keyword (better indentation).
22375         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22376         "[^ \t-\"]+".
22377         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22378         (vhdl-testbench-entity-file-name)
22379         (vhdl-testbench-architecture-file-name): Allow separate
22380         customization of testbench file names.
22381         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22382         (vhdl-get-visible-signals): Allow newline within alias declaration.
22383         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22384         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22385         (member-ignore-case): Alias for missing function in XEmacs.
22386         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22387         (vhdl-update-sensitivity-list): Ignore case on read signals.
22388         (vhdl-replace-string): Adjust case only for file names.
22389         (vhdl-update-sensitivity-list): Fix search for read signals.
22390         (vhdl-update-sensitivity-list): Exclude formal parameters.
22391         (vhdl-get-visible-signals): Include aliases of signals.
22392         (vhdl-get-visible-signals): Fix signal name searching.
22393         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22394         (vhdl-fixup-whitespace-region): Fix for character
22395         literals (e.g. `:').
22397 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22399         * ansi-color.el (comint-last-output-start):
22400         * bs.el (font-lock-verbose):
22401         * diff-mode.el (add-log-buffer-file-name-function):
22402         * dired-x.el (vm-folder-directory):
22403         * faces.el (help-xref-stack-item):
22404         * files.el (font-lock-keywords):
22405         * find-lisp.el (dired-buffers, dired-subdir-alist):
22406         * ido.el (cua-inhibit-cua-keys):
22407         * log-view.el (cvs-minor-wrap-function):
22408         * outline.el (font-lock-warning-face):
22409         * simple.el (compilation-current-error):
22410         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22411         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22412         * tooltip.el (comint-prompt-regexp):
22413         * w32-fns.el (explicit-shell-file-name):
22414         * term/mac-win.el (mac-charset-info-alist)
22415         (mac-services-selection, mac-system-script-code):
22416         * term/tty-colors.el (msdos-color-values):
22417         * term/w32-win.el (xlfd-regexp-registry-subnum):
22418         * term/x-win.el (x-keysym-table, x-selection-timeout)
22419         (x-session-id, x-session-previous-id):
22420         * textmodes/ispell.el (mail-yank-prefix):
22421         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22422         * textmodes/org.el (calc-embedded-close-formula)
22423         (calc-embedded-open-formula)
22424         (font-lock-unfontify-region-function):
22425         * textmodes/reftex-global.el (isearch-next-buffer-function)
22426         (TeX-master):
22427         * textmodes/reftex.el (font-lock-keywords):
22428         * textmodes/tex-mode.el (font-lock-comment-face)
22429         (font-lock-doc-face):
22430         * textmodes/texinfo.el (outline-heading-alist):
22431         Add defvars.
22433         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22434         (artist-spray-chars, artist-mode-init, artist-replace-string)
22435         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22436         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22437         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22439         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22440         (conf-align-assignments): "?\ " -> "?\s".
22442         * textmodes/reftex-index.el (TeX-master): Add defvar.
22443         (reftex-index-phrases-marker): Move up defvar.
22445         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22446         (reftex-toc-include-labels-indicator)
22447         (reftex-toc-include-index-indicator)
22448         (reftex-toc-max-level-indicator): Move up declarations.
22450         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22451         of args to `tramp-run-real-handler', even if it's empty in this case.
22453 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22455         * dired.el (dired-move-to-filename-regexp): Add date format for
22456         Mac OS X 10.3 in East Asian locales.
22458 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22460         * files.el (make-auto-save-file-name): Add file name handler call
22461         if applicable.
22463         * net/tramp.el (tramp-file-name-handler-alist)
22464         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22465         (tramp-handle-make-auto-save-file-name): Rename from
22466         `tramp-make-auto-save-file-name'.
22467         (tramp-exists-file-name-handler): New defun.
22468         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22469         `make-auto-save-file-name' is not a magic file name operation.
22471 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22473         * files.el (risky-local-variable-p):
22474         Match `-predicates' and `-commands.
22476         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22477         (custom-save-all): Visit the file if necessary;
22478         kill the buffer if we created it.
22479         (custom-save-delete): Don't visit file or kill buffer here.
22481 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22483         * textmodes/org.el (org-special-keyword): New face.
22484         (org-table-copy-down, org-table-eval-formula)
22485         (org-table-recalculate, org-init-section-numbers):
22486         Use `string-to-number' instead of `string-to-int'.
22487         (org-get-location): Use `insert-buffer-substring' instead of
22488         `insert-buffer'.
22489         (org-modify-diary-entry-string): New function.
22490         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22491         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22492         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22493         active region.
22494         (org-export-as-html): Handle QUOTE keyword.
22495         (org-quote-string): New option.
22496         (org-bookmark-jump-unhide): New function, used for
22497         `bookmark-after-jump-hook'.
22498         (org-diary-default-entry): Apply only when not called through
22499         `org-agenda'.
22501 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22503         * net/eudc.el (mode-popup-menu):
22504         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22505         * progmodes/ada-mode.el (compile-auto-highlight)
22506         (skeleton-further-elements):
22507         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22508         * progmodes/cmacexp.el (msdos-shells):
22509         * progmodes/compile.el (font-lock-extra-managed-props)
22510         (font-lock-keywords, font-lock-maximum-size)
22511         (font-lock-support-mode):
22512         * progmodes/grep.el (font-lock-lines-before):
22513         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22514         * progmodes/mixal-mode.el (compile-command):
22515         * progmodes/perl-mode.el (font-lock-comment-face)
22516         (font-lock-doc-face, font-lock-string-face):
22517         * progmodes/prolog.el (comint-prompt-regexp):
22518         * progmodes/sh-script.el (font-lock-comment-face)
22519         (font-lock-set-defaults, font-lock-string-face):
22520         * progmodes/sql.el (font-lock-keyword-face)
22521         (font-lock-set-defaults, font-lock-string-face):
22522         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22523         (itimer-version, lazy-lock-defer-contextually)
22524         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22525         Add defvars.
22527         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22528         (cperl-electric-keyword, cperl-electric-pod)
22529         (cperl-electric-backspace, cperl-forward-re)
22530         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22531         (vc-rcs-header, vc-sccs-header): Add defvars.
22533         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22534         (font-lock-syntactic-keywords, gud-find-expr-function):
22535         Add defvars.
22537         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22538         (gdb-frame-parameters): Declare before use.
22540         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22541         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22542         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22543         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22545         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22546         (idlwave-help-with-source): Use `insert-buffer-substring', not
22547         `insert-buffer'.
22549 2005-08-29  Juri Linkov  <juri@jurta.org>
22551         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22552         Put outline-back-to-heading function call inside save-excursion.
22554 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22556         * man.el (Man-init-defvars, Man-translate-references)
22557         (Man-support-local-filenames, Man-highlight-references):
22558         * progmodes/sql.el (sql-interactive-mode):
22559         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22561         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22562         (compilation-mode-font-lock-keywords): Add defvars.
22563         (checkdoc-interactive-loop): "?\ " -> "?\s".
22565         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22566         (font-lock-doc-face, font-lock-string-face)
22567         (font-lock-keywords-case-fold-search): Add defvars.
22568         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22570         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22571         Don't pass X and Y (they are ignored anyway).
22572         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22573         (mouse-delete-window): Make arguments optional.
22575         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22576         (caesar-translate-table, minor-modes, news-buffer-save)
22577         (news-group-name, news-minor-modes): Add defvars.
22579         * emacs-lisp/lselect.el (mouse-highlight-priority)
22580         (x-lost-selection-functions, zmacs-regions):
22581         * emacs-lisp/pp.el (font-lock-verbose):
22582         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22583         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22584         (ses-mode-map):
22585         * emacs-lisp/tcover-unsafep.el (safe-functions):
22586         * international/mule-cmds.el (mac-system-coding-system)
22587         (mac-system-locale):
22588         * language/ethio-util.el (rmail-current-message)
22589         (rmail-message-vector):
22590         * language/thai-util.el (thai-auto-composition-mode):
22591         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22592         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22593         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22594         (vm-primary-inbox, vm-spool-files):
22595         * mail/rmail.el (deleted-head, font-lock-fontified)
22596         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22597         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22598         (total-messages):
22599         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22600         (rmail-summary-mode-map):
22601         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22602         (rmail-last-label, rmail-last-multi-labels)
22603         (rmail-summary-vector, rmail-total-messages):
22604         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22605         * mail/rmailsum.el (msgnum):
22606         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22607         (rmail-current-message):
22608         * obsolete/fast-lock.el (font-lock-face-list):
22609         * obsolete/rnewspost.el (mail-reply-buffer):
22610         * obsolete/scribe.el (compile-command):
22611         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22613 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22615         * ibuf-ext.el (ibuffer-auto-update-changed):
22616         Use `frame-or-buffer-changed-p' to check whether we need to update.
22617         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22618         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22619         as a `frame-or-buffer-changed-p' state vector instead.
22621 2005-08-27  Romain Francoise  <romain@orebokech.com>
22623         * textmodes/makeinfo.el (makeinfo-compile):
22624         Use `compilation-start'.  Set `next-error-function' according to
22625         `disable-errors'.
22626         (makeinfo-next-error): New function.
22627         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22628         (makeinfo-buffer): Likewise.
22630         * progmodes/compile.el (compilation-start): Add autoload cookie.
22632         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22633         * textmodes/sgml-mode.el: Likewise.
22634         * progmodes/python.el: Likewise.
22636 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22638         * simple.el (blink-matching-paren-distance): Document the meaning
22639         of nil value, and allow to customize to nil.
22641         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22642         command.com, not command.exe.
22644 2005-08-26  John Wiegley  <johnw@newartisans.com>
22646         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22647         code around a bit so that an extraneous nil argument is not added
22648         to a command when no args are given.
22650         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22651         double-quoted argument resolves to nil, return it as an empty
22652         string rather than as nil.  This made it impossible to pass "" to
22653         a shell script as a null string argument.
22655 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22657         * outline.el (outline-invent-heading): New fun.
22658         (outline-promote, outline-demote): Use it.
22659         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22660         (outline-end-of-subtree): Remove unused var `opoint'.
22662 2005-08-26  David Reitter  <david.reitter@gmail.com>
22664         * menu-bar.el (truncate-lines, write-file, print-buffer)
22665         (ps-print-buffer-faces, ps-print-buffer, split-window):
22666         Disable menu items when the frame they refer to is invisible, or when
22667         they refer to a buffer and the minibuffer is selected.
22669 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22671         * progmodes/flymake.el (flymake-highlight-err-lines):
22672         Use save-excursion around flymake-highlight-line to preserve point.
22674 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22676         * progmodes/octave-mod.el: Change Author and Maintainer address.
22677         (octave-maintainer-address): Change Kurt's email address.
22678         * progmodes/octave-inf.el: Change Author and Maintainer address.
22679         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22681 2005-08-26  Kim F. Storm  <storm@cua.dk>
22683         * subr.el (version-list-<, version-list-<=, version-list-=):
22684         Rename from integer-list-*.
22685         (version-list-not-zero): Likewise.  Fix while loop.
22686         (version=): Use version-list-= instead of string-equal.
22688 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22690         * outline.el (outline-promote): Try shortening the heading.
22691         As last resort, read the heading to use.
22692         (outline-demote): As last resort, read the heading to use.
22694 2005-08-26  Romain Francoise  <romain@orebokech.com>
22696         * progmodes/compile.el (compilation-start): Doc fix.
22698         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22699         (antlr-font-lock-additional-keywords): Fix reference to
22700         `antlr-font-lock-literal-regexp' erroneously changed during the
22701         mass face rename.
22702         (antlr-run-tool): Use `compilation-start'.
22704         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22705         instead of the obsolete `compile-internal'.
22707 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22709         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22710         (number, original-date):
22711         * calendar/cal-china.el (date):
22712         * calendar/cal-coptic.el (date):
22713         * calendar/cal-french.el (date):
22714         * calendar/cal-hebrew.el (date, entry, number, original-date):
22715         * calendar/cal-islam.el (date, number, original-date):
22716         * calendar/cal-iso.el (date):
22717         * calendar/cal-julian.el (date):
22718         * calendar/cal-mayan.el (date):
22719         * calendar/cal-menu.el (date, event):
22720         * calendar/cal-persia.el (date):
22721         * calendar/lunar.el (date):
22722         * calendar/solar.el (date): Add defvars.
22724         * emerge.el:
22725         * ibuffer.el:
22726         * info-xref.el:
22727         * obsolete/bg-mouse.el:
22728         * obsolete/sun-curs.el:
22729         * obsolete/swedish.el: Move the `defvar's to the top level.
22731         * smerge-mode.el (smerge-refined-change): Add :group.
22733 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22735         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22736         (smerge-keep-n): Remove props.
22737         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22738         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22739         now that it's done in smerge-keep-n.
22740         (smerge-refined-change): New face.
22741         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22742         (smerge-refine): New funs.
22743         (smerge-basic-map): Bind smerge-refine.
22745 2005-08-25  Juri Linkov  <juri@jurta.org>
22747         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22748         compilation-process-setup-function and compilation-disable-input
22749         in grep-mode instead of let-bindings in grep.
22751         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22752         Delete "Automatic File De/compression" (auto-compression-mode).
22754 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22756         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22757         Silence warning about non-existent variable.
22759 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22761         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22762         Rename "Describe Key" to "Describe Key or Mouse Operation".
22764         * mail/mailalias.el (build-mail-aliases): Delete comments
22765         from the contents before processing them.
22767         * isearch.el (isearch-edit-string): Erase the Search prompt
22768         if user enters an empty string and there is no default.
22770         * comint.el (comint-file-name-prefix): Add autoload.
22772 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22774         * subr.el (play-sound): Rearrange to avoid warning.
22776 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22778         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22779         New hook.
22780         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22782 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22784         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22786         * custom.el (custom-theme-set-variables): Sort minor modes last.
22788 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22790         * subr.el (version-separator, version-regexp-alist): New vars used by
22791         version comparison funs.
22792         (integer-list-<, integer-list-=, integer-list-<=)
22793         (integer-list-not-zero): New funs for integer list comparison.
22794         (version-to-list, version=, version<, version<=): New funs for version
22795         comparison.
22797 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
22799         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22800         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22801         time to silence the byte-compiler.
22803         * ibuffer.el (ibuffer-compile-make-eliding-form)
22804         (ibuffer-check-formats): Use `with-no-warnings' to hide references
22805         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22806         so it's silly to get warnings for it).
22807         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22808         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22809         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22810         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22811         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22812         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22813         Defvar at compile time.
22814         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22815         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22816         Declare them before use.
22818         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22819         (info-xref-good, info-xref-bad): Defvar at compile time.
22821         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22822         Use `let*' instead of `let'.
22824         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22825         (*mouse-y*, menu, char): Defvar at compile time.
22826         (sc::menu): Declare it before use.
22827         (sc::pack-one-line): Use `let', not `let*'.
22829         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22830         (mail-send-hook): Defvar at compile time.
22832         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22833         Defvar at compile time.
22835         * term/sun-mouse.el (current-global-mousemap)
22836         (current-local-mousemap): Declare them before use.
22838 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
22840         * bookmark.el (bookmark-after-jump-hook): New hook.
22841         (bookmark-jump): Run `bookmark-after-jump-hook'.
22843 2005-08-23  Juri Linkov  <juri@jurta.org>
22845         * faces.el (minibuffer-prompt): Doc fix.
22847 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
22849         * progmodes/xscheme.el: Trivial changes to silence warnings.
22850         (xscheme-previous-mode, xscheme-previous-process-state):
22851         Add defvars.
22852         (xscheme-last-input-end, xscheme-process-command-line)
22853         (xscheme-process-name, xscheme-buffer-name)
22854         (xscheme-expressions-ring-max, xscheme-expressions-ring)
22855         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22856         (xscheme-control-g-synchronization-p)
22857         (xscheme-control-g-disabled-p, xscheme-string-receiver)
22858         (default-xscheme-runlight, xscheme-runlight)
22859         (xscheme-runlight-string, xscheme-process-filter-state)
22860         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22861         Move to beginning of file.
22862         (scheme-interaction-mode-commands-alist)
22863         (scheme-interaction-mode-map, scheme-debugger-mode-map):
22864         Declare them before use.  Note: the initialization code for the
22865         variables has not been moved because it uses functions that reference
22866         the variables.
22867         (xscheme-control-g-message-string, xscheme-process-filter-alist)
22868         (xscheme-prompt-for-expression-map): Declare them before use.
22869         (scheme-debugger-mode-commands): "?\ " -> "?\s".
22871 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
22873         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22875 2005-08-22  Juri Linkov  <juri@jurta.org>
22877         * faces.el (set-face-underline): Delete this duplicate function
22878         and make an obsolete alias to set-face-underline-p.
22879         (set-face-underline-p): Use docstring of set-face-underline.
22880         (describe-face): Create hyperlink to parent face.
22882         * info.el (Info-insert-dir): Use save-excursion around
22883         insert-buffer-substring.
22884         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22885         (Info-escape-percent): Delete function.
22886         (Info-fontify-node): Replace Info-escape-percent by
22887         replace-regexp-in-string with REP arg set to lambda that
22888         duplicates `%' and preserves text properties.
22890         * progmodes/compile.el (compilation-disable-input): Doc fix.
22891         (define-compilation-mode): Doc fix and refill.
22892         (kill-compilation): Use `mode-name' in the error message.
22893         (compilation-find-file): Use `compilation-error' in the
22894         read-file-name's prompt.
22896 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22898         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22899         (smerge-auto-leave): Make undo re-enable the mode.
22900         (debug-ignored-errors): Add the user-error of impossible resolution.
22901         (smerge-resolve): Move things around a bit, in preparation for later.
22902         (smerge-diff): Don't fail if the buffer has no associated file.
22903         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22904         (smerge-conflict-overlay): New function.
22905         (smerge-match-conflict): Don't add text properties here.
22906         (smerge-find-conflict): Instead, add an overlay here.
22907         Also check for the case where we're inside a conflict already, so as to
22908         obviate the need for font-lock-multiline, which is unbearably slow with
22909         large conflicts and ciomplex font-lock patterns.
22910         (smerge-remove-props): Remove overlay rather than text-properties.
22911         (smerge-mode): Don't set font-lock-multiline.
22912         Remove overlays when turned off.
22914 2005-08-21  Kim F. Storm  <storm@cua.dk>
22916         * ido.el (ido-ignore-item-p): Use save-match-data.
22917         Bind case-fold-search to ido-case-fold locally.
22919 2005-08-20  Richard M. Stallman  <rms@gnu.org>
22921         * files.el (normal-mode): If font lock is on, turn it off and on.
22923         * subr.el (replace-regexp-in-string): Doc fix.
22925         * startup.el (command-line-1): Don't suppress startup screen
22926         due to existing processes.
22928         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22930         * progmodes/compile.el (compilation-disable-input): Default to nil.
22932 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22934         * progmodes/compile.el (compilation-disable-input): New defcustom.
22935         (compilation-start): If compilation-disable-input is non-nil, send
22936         EOF to the compilation process.
22938 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
22940         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22941         Run the argument of tex-shell-cd-command through
22942         convert-standard-filename, to get the correct style of slashes on
22943         Windows, and enclose the result in quotes, in case the file name
22944         includes whitespace or other special characters.
22946 2005-08-19  Andreas Schwab  <schwab@suse.de>
22948         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22949         process.
22951 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
22953         * cus-start.el (minibuffer-prompt-properties): Correct typo.
22955 2005-08-18  Kim F. Storm  <storm@cua.dk>
22957         * scroll-lock.el: Fix errors due to incorrect line wrapping.
22959 2005-08-18  Richard M. Stallman  <rms@gnu.org>
22961         * scroll-lock.el: New file.
22963 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
22965         * dired.el (dired-move-to-end-of-filename):
22966         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22968 2005-08-18  Kim F. Storm  <storm@cua.dk>
22970         * ido.el (ido-everywhere): Fix defcustom :set function to disable
22971         rather than toggle mode when custom value is nil.
22972         (ido-everywhere): Fix defun doc string.
22974 2005-08-17  Richard M. Stallman  <rms@gnu.org>
22976         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22977         as tag instead of "Inviolable".
22979 2005-08-17  Kim F. Storm  <storm@cua.dk>
22981         * windmove.el (windmove-coordinates-of-position): Remove.
22982         (windmove-coordinates-of-window-position): Remove.
22983         (windmove-reference-loc): Use posn-at-point instead.
22985         * subr.el (insert-for-yank-1): Doc fix.
22987         * ido.el (ido-enter-matching-directory): Rename from
22988         ido-enter-single-matching-directory.  Change `slash' choice to
22989         `only'.  Add `first' choice.
22990         (ido-exhibit): Adapt to above changes.
22992 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
22994         * Makefile.in: Expand comment about building loaddefs.el.
22996 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
22998         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22999         Comment use of defadvice.
23001         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23003 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
23005         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23006         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23007         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23008         * progmodes/idlw-shell.el, progmodes/ld-script.el,
23009         * progmodes/which-func.el, ruler-mode.el, strokes.el,
23010         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23011         for backward compatibility for faces that did not appear in the
23012         previous Emacs release.
23014         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23016 2005-08-15  Kim F. Storm  <storm@cua.dk>
23018         * emulation/cua-base.el (cua-delete-region): Return t if
23019         deleted region was non-empty.
23020         (cua-replace-region): Inhibit overwrite-mode for
23021         self-insert-command if replaced region was non-empty.
23022         (cua--explicit-region-start, cua--status-string): Make them
23023         buffer-local at top-level...
23024         (cua-mode): ...rather than when mode is enabled.
23026 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
23028         * progmodes/vhdl-mode.el (vhdl-emacs-21):
23029         Set t for Emacs 21, 22, and so on.
23031 2005-08-15  David Ponce  <david@dponce.com>
23033         * tree-widget.el: Update Commentary header.
23034         (tree-widget-theme): Doc fix.
23035         (tree-widget-space-width): New option.
23036         (tree-widget-image-properties): Look up in the default theme too.
23037         (tree-widget--cursors): Only for images with arrow pointer shape.
23038         (tree-widget-lookup-image): Pointer shape is hand by default.
23039         (tree-widget-icon): Rename generic icon widget from
23040         `tree-widget-control'.
23041         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23042         derive from `tree-widget-icon'.
23043         (tree-widget-handle): Improve default look and feel of the text
23044         representation.
23045         (tree-widget): Rename :*-control properties to :*-icon properties.
23046         Add :action and :help-echo properties.
23047         (tree-widget-after-toggle-functions): Move.
23048         (tree-widget-close-node, tree-widget-open-node): Remove.
23049         (tree-widget-before-create-icon-functions): New hook.
23050         (tree-widget-value-create): Update to allow customization of icons
23051         and nodes at run-time via that new hook.
23052         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23053         (tree-widget-icon-action, tree-widget-icon-help-echo)
23054         (tree-widget-action, tree-widget-help-echo): New functions.
23056 2005-08-15  Kim F. Storm  <storm@cua.dk>
23058         * ido.el (ido-buffer-internal): Use with-no-warnings.
23059         (ido-make-merged-file-list): Use while-no-input.
23061 2005-08-15  Richard M. Stallman  <rms@gnu.org>
23063         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23064         (flyspell-large-region): Fix doc and custom type.
23066 2005-08-14  Richard M. Stallman  <rms@gnu.org>
23068         * files.el (interpreter-mode-alist): Doc fix.
23070         * mail/rmail.el (rmail-nonignored-headers): New variable.
23071         (rmail-clear-headers): Use it.
23072         (rmail-reply): Better handling of mail-followup-to header.
23074         * progmodes/sh-script.el (sh-font-lock-keywords-var):
23075         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
23076         don't try to refer to executable-font-lock-keywords.
23077         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23078         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23079         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23080         (sh-mode): Set comment-start-skip, local-abbrev-table,
23081         imenu-case-fold-search.
23082         (sh-set-shell): Don't set them here.
23083         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
23084         Don't cache the results in the original alist; don't ever modify
23085         that alist.
23087         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23089         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23090         empty.
23092 2005-08-15  Andreas Schwab  <schwab@suse.de>
23094         * desktop.el: Put autoload cookie at risky-local-variable declarations.
23096         * dired.el, info.el, mail/rmail.el: Revert last change.
23098 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
23100         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23101         modification in `eval-after-load' form.
23102         * info.el: Likewise.
23103         * mail/rmail.el: Likewise.
23105 2005-08-14  Juri Linkov  <juri@jurta.org>
23107         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23108         Remove highlighting of "Compilation started".  Highlight only
23109         the word "finished" in "Compilation finished".  Add highlighting
23110         of "interrupt", "killed", "terminated" and the exit code.
23111         (compilation-start): Add newline after header.  Use exactly the
23112         same time stamp format as the finishing message.
23113         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23115         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23116         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23117         Add highlighting of "interrupt", "killed", "terminated".
23119         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23120         enabled and the current command is self-insert-command, call it
23121         explicitly with overwrite-mode bound to nil, to not allow it
23122         to delete the character after the selected region.
23124 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
23126         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23127         move-end-of-line, end-of-line, and beginning-of-line to the list
23128         of commands after which the echo area is updated.
23130 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
23132         * cus-edit.el (custom-save-all, custom-save-delete):
23133         Bind recentf-exclude to exclude custom-file.
23135 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
23137         * mail/rmailsum.el (rmail-summary-end-of-message): New command
23138         to go to the bottom of the mail message.  Added to
23139         `rmail-summary-mode-map' with key "/".
23140         (rmail-summary-show-message): New (internal) function for use by
23141         both `rmail-summary-beginning/end-of-message'.
23142         (rmail-summary-beginning-of-message): Change to use
23143         rmail-summary-show-message.
23145         * mail/rmail.el (rmail-end-of-message): New command to go to the
23146         end of the current message.  Added to `rmail-mode-map' with key "/".
23147         (rmail-beginning-of-message): Fix to work as documented.
23148         (rmail-mode): Change documentation.
23150         * progmodes/compile.el (compilation-start): Add the line
23151         "Compilation started" with compilation start time.
23152         (compilation-mode-font-lock-keywords): Add `started' to keywords.
23154 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
23156         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23157         of menu items.
23159 2005-08-11  Richard M. Stallman  <rms@gnu.org>
23161         * simple.el (pop-global-mark): Reverse test of widen-automatically.
23163         * battery.el (battery-status-function): Don't use ignore-errors.
23165 2005-08-11  Lute Kamstra  <lute@gnu.org>
23167         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23168         define-obsolete-variable-alias.
23170 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23172         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23173         (ange-ftp-send-cmd): Revert last change, and expand
23174         the comment explaining the problem.
23176 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
23178         * ldefs-boot.el: Update.
23180         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23181         item to "Time, Load and Mail".  Change help echo text.
23183         * time.el (display-time-use-mail-icon, display-time-format)
23184         (display-time-string-forms): Shorten first line of docstrings.
23186 2005-08-10  Lars Hansen  <larsh@soem.dk>
23188         * desktop.el (desktop-buffer-mode-handlers):
23189         Make non-customizable.  Add autoload cookie.  Change initial value to
23190         nil; add elements in respective modules instead.  Fix doc string.
23191         (desktop-load-file): New function.
23192         (desktop-minor-mode-handlers): New autoloaded variable.
23193         (desktop-create-buffer): Call minor mode handlers.
23194         Use desktop-load-file to load major and minor mode modules prior to
23195         checking for a handler.
23196         (desktop-save): Don't add nil to desktop-minor-modes for minor
23197         modes with nil function in desktop-minor-mode-table.  Don't delete
23198         desktop file before rewriting it.
23199         (desktop-locals-to-save): Add autoload cookie.  Don't make
23200         automatically buffer-local.  Add variables column-number-mode,
23201         size-indication-mode, indent-tabs-mode,
23202         indicate-buffer-boundaries, indicate-empty-lines and
23203         show-trailing-whitespace.
23204         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23205         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
23206         (desktop-clear-preserve-buffers-regexp): Delete.
23207         (desktop-clear-preserve-buffers): Update initial value and docstring.
23208         (desktop-save-buffer): Fix doc string.
23210         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23211         (hilit-chg-desktop-restore): New function.
23212         (highlight-changes-mode): Add highlight-changes-mode to
23213         desktop-locals-to-save.
23215         * dired.el: Add handler to desktop-buffer-mode-handlers.
23216         (dired-restore-desktop-buffer): Remove autoload cookie.
23217         (dired-mode): Add autoload cookie.
23219         * info.el: Add handler to desktop-buffer-mode-handlers.
23220         (Info-restore-desktop-buffer): Remove autoload cookie.
23221         (Info-mode): Add autoload cookie.
23223         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23224         (mh-restore-desktop-buffer): Remove autoload cookie.
23225         (mh-folder-mode): Add autoload cookie.
23227         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23228         (rmail-restore-desktop-buffer): Remove autoload cookie.
23230 2005-08-11  Masatake YAMATO  <jet@gyve.org>
23232         * hexl.el (hexl-address-region):
23233         (hexl-ascii-region, hexl-font-lock-keywords):
23234         (hexl-highlight-line-range): Use the term "region"
23235         instead of "area" for consistency with the other symbols
23236         defined in hexl.el.
23238 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
23240         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23241         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23242         out by Juri Linkov).  Add `display-battery-mode'.
23244 2005-08-09  Juri Linkov  <juri@jurta.org>
23246         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23247         Remove `-text' from face variable names.
23248         (compilation-error-file-name, compilation-warning-file-name)
23249         (compilation-info-file-name): Delete faces.
23250         (compilation-line-number, compilation-column-number):
23251         Remove face underlining.
23252         (compilation-message-face): Set to `underline' value by default.
23253         (compilation-error-face, compilation-warning-face)
23254         (compilation-info-face): Remove `-file-name' from face names.
23255         (compilation-error-text-face, compilation-warning-text-face)
23256         (compilation-info-text-face): Delete face variables.
23257         (compilation-text-face): Delete function.
23259         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23260         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23261         (grep-error-face): Set to `compilation-error' instead of
23262         `compilation-error-face' (which is redefined to `grep-hit-face' in
23263         grep buffers).
23264         (grep-mode-font-lock-keywords): Remove `-text' from face variable
23265         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
23267         * dired-aux.el (dired-do-query-replace-regexp):
23268         Use `query-replace-read-args'.
23270         * replace.el (query-replace-read-from, query-replace-read-to)
23271         (query-replace-read-args): Rename arg `string' to `prompt'.
23273         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23275 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
23277         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23278         uploading files.
23279         (ange-ftp-canonize-filename): Handle file names beginning with ~
23280         correctly.
23282 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23284         * textmodes/fill.el (canonically-space-region)
23285         (fill-context-prefix, fill-french-nobreak-p)
23286         (fill-delete-newlines, fill-comment-paragraph)
23287         (justify-current-line): "?\ " -> "?\s".
23289 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
23291         * textmodes/fill.el (fill-nonuniform-paragraphs):
23292         Improve argument/docstring consistency.
23294 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23296         * textmodes/ispell.el (ispell-word): More fboundp checks.
23298         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23299         (find-file-noselect-1): Call it here, only if RAWFILE.
23300         (normal-mode): Always set some major mode.
23301         (save-some-buffers-action-alist): Change some explanation strings.
23302         (file-name-non-special): In the `quote' method, use unwind-protect.
23304 2005-08-09  Magnus Henoch  <mange@freemail.hu>
23306         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23307         (ispell-have-aspell-dictionaries): New variable.
23308         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23309         (ispell-get-aspell-config-value): New function.
23310         (ispell-aspell-find-dictionary): New function.
23311         (ispell-aspell-add-aliases): New function.
23312         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23313         appropriate.  Don't look for ispell dictionaries if we use aspell.
23314         (ispell-menu-map): Don't build a submenu of dictionaries.
23316 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23318         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23319         (sql-read-passwd): Use read-passwd.
23321         * progmodes/idlw-toolbar.el (idlwave-toolbar)
23322         (idlwave-toolbar-is-possible): Add defvars.
23324         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23325         Avoid warnings.
23327         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23328         (idlwave-system-class-info, idlwave-executive-commands-alist):
23329         Use defvar.
23331         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23333         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23334         Avoid warnings.
23336         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23337         and content-type: headers.
23339         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23341         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23342         and rename some of them to be more self-explanatory.
23344         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23346         * startup.el (command-line-1): Implement -scriptload.
23348         * replace.el (occur-engine): Initial *Occur* output not undoable.
23350         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23351         and improve help strings.
23353         * isearch.el (isearch-repeat): When changing direction,
23354         mark search successful.
23356         * ediff-init.el: Use (featurep 'xemacs).
23358         * comint.el (send-invisible): Identify buffer, if not selected.
23360         * align.el: Delete autoload for c-guess-basic-syntax.
23362 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23364         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23365         Improve argument/docstring consistency.  Doc fixes.
23366         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23367         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23368         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23369         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23370         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23371         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23372         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23373         Defvar at compile time.
23375 2005-08-09  Juri Linkov  <juri@jurta.org>
23377         * info.el: Replace `info' with upper-case `Info' where appropriate.
23378         (info-title-1, info-title-2, info-title-3, info-title-4)
23379         (info-menu-header): Move up face definitions.
23380         (info-menu-star): Rename from `info-menu-5'.
23381         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23382         (Info-fontify-visited-nodes): Fix docstring.
23383         (Info-hide-note-references): Fix docstring.
23384         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23385         menu items in the same way as on cross-references.
23386         (info-apropos): Fix sorting order and formatting to be like in the
23387         stand-alone Info browser.  Display error messages for 1 sec.
23388         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23389         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23390         from the menu bar.
23391         (Info-insert-dir): Restore point after calling
23392         `insert-buffer-substring'.
23394 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23396         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23397         (recompute-lucid-menubar): Add defvars.
23399         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23401         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23403         * net/net-utils.el (run-dig): Rename from `dig'.
23405         * play/gametree.el (gametree-mode): Use make-local-variable,
23406         not make-variable-buffer-local.
23408         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23410         * ansi-color.el (ansi-color-make-extent)
23411         (ansi-color-set-extent-face): Use fboundp, not functionp.
23413         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23414         not make-variable-buffer-local.
23416         * bookmark.el (Info-current-file): Add defvar.
23417         (bookmark-jump-noselect): Use with-no-warnings.
23419         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23421         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23423         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23425         * find-file.el (ada-procedure-start-regexp)
23426         (ada-package-start-regexp): Add defvars.
23428         * info.el (Info-insert-dir): Use insert-buffer-substring.
23430         * xml.el (xml-att-def-re): Add defvar.
23432         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23433         calling convention.
23435         * subr.el (while-no-input): Return t if there is input.
23437 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23439         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23441 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23443         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23444         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23446 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23448         * cmuscheme.el (scheme-start-file): Replace reference to
23449         `user-emacs-directory' by "~/.emacs.d/".
23451 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23453         * info.el (Info-dir-remove-duplicates): Avoid case folding
23454         in loop; instead, keep downcased strings for comparison.
23455         Suggested by Helmut Eller.
23457 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23459         Sync with Tramp 2.0.50.
23461         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23462         XEmacs case; not necessary anymore.
23463         (tramp-user-regexp): Allow "@" as part of user name.
23464         (tramp-handle-set-visited-file-modtime)
23465         (tramp-handle-insert-file-contents)
23466         (tramp-handle-write-region): No special handling for
23467         `last-coding-system-used, because this is done in
23468         `tramp-accept-process-output' now.
23469         (tramp-accept-process-output): New defun.
23470         (tramp-process-one-action, tramp-process-one-multi-action)
23471         (tramp-wait-for-regexp, tramp-wait-for-output)
23472         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23473         Howells <dhowells@redhat.com>.
23474         (clear-visited-file-modtime): Defadvice removed.  The check for
23475         unset buffer's modtime does not need to be based on
23476         `tramp-buffer-file-attributes'.  Suggested by RMS.
23477         (tramp-message): Insert "\n" if not being at beginning of line.
23478         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23479         sequence with same logic.
23480         (tramp-completion-handle-expand-file-name): Discard call of
23481         `tramp-drop-volume-letter'.  It is not necessary, and there have
23482         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23483         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23484         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23485         should always be visible.
23486         (tramp-handle-insert-directory, tramp-setup-complete)
23487         (tramp-set-process-query-on-exit-flag)
23488         (tramp-append-tramp-buffers): Pacify byte-compiler.
23489         (tramp-bug): Delete non-existing variables from list.
23490         Apply `tramp-load-report-modules' as pre-hook.
23491         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23492         `shell-prompt-pattern' because of non-7bit characters.
23493         Reported by Sebastian Luque <sluque@mun.ca>.
23494         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23495         (tramp-match-string-list): Remove function.
23496         (tramp-wait-for-regexp): Remove call of that function.
23497         Suggested by Kim F. Storm <storm@cua.dk>.
23498         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23499         instead of octal character code ?\600.  The latter resulted in a
23500         syntax error with XEmacs.
23502         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23503         XEmacs case; not necessary anymore.
23504         (tramp-smb-handle-write-region): No special handling for
23505         `last-coding-system-used, because this is done in
23506         `tramp-accept-process-output' now.
23507         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23509 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23511         * wid-edit.el (widget-choice-value-create):
23512         Unconditionally respect user choice.  Set :explicit-choice back to nil
23513         when no longer needed.
23514         (widget-choice-action): Unconditionally respect user choice.
23515         Eliminate :explicit-choice-value.
23517         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23519         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23520         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23521         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23522         running new function `toggle-indicate-empty-lines'.
23523         Rename "Customize" item to "Customize fringe".
23524         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23525         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23526         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23527         Delete "Empty lines only" item.
23528         (menu-bar-showhide-fringe-ind-customize): New function.
23529         (menu-bar-showhide-fringe-ind-mixed)
23530         (menu-bar-showhide-fringe-ind-box)
23531         (menu-bar-showhide-fringe-ind-right)
23532         (menu-bar-showhide-fringe-ind-left)
23533         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23534         instead of `fringe-indicators'.
23536 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23538         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23539         Change the date of last update.
23541 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23543         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23544         (viper-exec-yank, viper-put-back): Don't display modification msg
23545         if in the minibuffer.
23547         * viper-init.el (viper-replace-overlay-cursor-color)
23548         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23549         Make variables frame local.
23551         * viper-util.el (viper-append-filter-alist): Use append instead of
23552         nconc.
23554         * viper.el (viper-vi-state-mode-list)
23555         (viper-emacs-state-mode-list): Move help-mode and
23556         completion-list-mode from the first list to the second.
23557         (viper-mode): Docstring.
23558         (viper-go-away, viper-non-hook-settings): Don't localize
23559         minor-mode-alist in newer Emacsen.  Add advice to
23560         set-cursor-color.  Don't bind "\C-c\\".
23562 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23564         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23565         (scheme-macro-expand-command): New user options.
23566         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23567         (scheme-form-at-point, scheme-start-file)
23568         (scheme-interactively-start-process): New functions.
23569         (scheme-get-process): New function, extracted from `scheme-proc'.
23570         (run-scheme): Call `scheme-start-file' to get start file, and pass
23571         it to `make-comint'.
23572         (switch-to-scheme, scheme-proc):
23573         Call `scheme-interactively-start-process' if no Scheme buffer/process
23574         is available.
23576 2005-08-06  Juri Linkov  <juri@jurta.org>
23578         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23579         Use `compilation-text-face', `compilation-info-text-face' and
23580         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23581         (compilation-error): New face.
23582         (compilation-error-file-name): Inherit from
23583         `compilation-error' instead of `font-lock-warning-face'.
23584         (compilation-warning-file-name): Inherit from
23585         `compilation-warning' instead of `font-lock-warning-face'.
23586         (compilation-info, compilation-error-file-name)
23587         (compilation-warning-file-name, compilation-info-file-name)
23588         (compilation-line-number, compilation-column-number): Doc fix.
23589         (compilation-error-text-face, compilation-warning-text-face)
23590         (compilation-info-text-face): New face variables.
23591         (compilation-line-face, compilation-column-face)
23592         (compilation-enter-directory-face)
23593         (compilation-leave-directory-face): Doc fix.
23594         (compilation-text-face): New function.
23596         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23597         instead of 1 to display binary file names as info file links.
23598         (grep-error-face): Use `compilation-error-face' instead of
23599         `font-lock-keyword-face'.
23600         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23601         and `compilation-warning-text-face' instead of
23602         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23603         instead of `grep-error-face'.
23605 2005-08-05  Kenichi Handa  <handa@m17n.org>
23607         * international/code-pages.el: Add autoload cookies for all coding
23608         systems.
23610 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23612         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23614 2005-08-04  Juri Linkov  <juri@jurta.org>
23616         * progmodes/compile.el (compilation-mode-map):
23617         * progmodes/grep.el (grep-mode-map):
23618         Bind TAB to `compilation-next-error' and [backtab] to
23619         `compilation-previous-error'.
23621         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23622         matching line numbers, column numbers and their ranges with regexp
23623         matching only line numbers.
23624         (grep-context-face): New face variable.
23625         (grep-mode-font-lock-keywords): Use it.
23627         * faces.el (read-face-name): Delete duplicate faces.
23629 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23631         * thumbs.el (thumbs-find-image): Don't make variables
23632         automatically buffer local.
23633         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23634         (thumbs-image-num): Make automatically buffer local.
23635         (thumbs-show-thumbs-list): Use `make-local-variable', not
23636         `make-variable-buffer-local'.
23637         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23639         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23640         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23641         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23642         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23643         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23644         (feelings-about, foullst, found, hello, history, howareyoulst)
23645         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23646         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23647         (neglst, obj, object, owner, please, problems, qlist)
23648         (random-adjective, relation, remlst, repetitive-shortness)
23649         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23650         (shortlst, something, sportslst, stallmanlst, states, subj)
23651         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23652         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23653         Defvar at compile time.
23655         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23656         not `make-variable-buffer-local'.
23658 2005-08-02  Kim F. Storm  <storm@cua.dk>
23660         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23661         rectangle overlay in selected window.
23663 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23665         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23666         instead of display group.  Make `indicate-buffer-boundaries'
23667         customizable through Custom.
23669 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23671         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23672         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23673         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23674         (gdb-put-string): Fix typos in docstrings.
23676 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23678         Update copyright notices of files in progmodes directory for
23679         release of Emacs 22.1.
23681         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23683         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23684         Don't barf if the GUD buffer has been killed.
23686 2005-08-01  Kim F. Storm  <storm@cua.dk>
23688         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23690 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23692         * simple.el (next-error-follow-minor-mode):
23693         make-variable-buffer-local -> make-local-variable.
23695         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23697         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23698         (byte-compile-form-make-variable-buffer-local): New functions to warn
23699         about misuses of make-variable-buffer-local where make-local-variable
23700         was meant.
23702 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23704         * bs.el (bs-attributes-list): Doc fix.
23705         (bs): Update url-link.
23707         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23708         (desktop-load-default): Simplify.
23710         * ibuffer.el (ibuffer-columnize-and-insert-list)
23711         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23712         (ibuffer-unmark-all, ibuffer-toggle-marks)
23713         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23714         (ibuffer-compile-make-format-form, ibuffer-format-column)
23715         (ibuffer-current-buffers-with-marks)
23716         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23717         (ibuffer): Doc fix.
23718         (ibuffer-mode): Fix typo in docstring.
23719         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23720         with `define-obsolete-variable-alias'.
23721         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23723 2005-07-29  Kenichi Handa  <handa@m17n.org>
23725         * international/mule-cmds.el (select-message-coding-system):
23726         Be sure to use LF for end-of-line.  If no coding system is decided,
23727         return iso-8859-1-unix.
23729 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23731         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23732         (ange-ftp-pending-error-line): New vars.
23733         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23734         to handle the non-fatal no-route-to-host messages.
23735         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23737 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23739         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23740         (isearch-quote-char, isearch-printing-char)
23741         (isearch-text-char-description): "?\ " -> "?\s".
23742         (isearch-lazy-highlight-cleanup)
23743         (isearch-lazy-highlight-initial-delay)
23744         (isearch-lazy-highlight-interval)
23745         (isearch-lazy-highlight-max-at-a-time)
23746         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23747         Declare with define-obsolete-*-alias macros.
23748         (isearch-forward): Fix typo in docstring.
23749         (search-invisible, search-ring-yank-pointer)
23750         (regexp-search-ring-yank-pointer): Doc fixes.
23752         * recentf.el (recentf-menu-append-commands-p): Declare with
23753         `define-obsolete-variable-alias'.
23754         (recentf-max-saved-items, recentf-menu-filter)
23755         (recentf-arrange-by-rule-subfilter): Doc fixes.
23756         (recentf-menu-append-commands-flag)
23757         (recentf-initialize-file-name-history, recentf-expand-file-name)
23758         (recentf-clear-data): Fix typos in docstrings.
23760 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23762         * progmodes/gdb-ui.el: Smarten comments.
23763         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23765 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23767         * term/apollo.el (terminal-init-apollo): New function containing
23768         all former top level forms in the file.
23769         * term/bobcat.el (terminal-init-bobcat):
23770         * term/cygwin.el (terminal-init-cygwin):
23771         * term/iris-ansi.el (terminal-init-iris-ansi):
23772         * term/linux.el (terminal-init-linux):
23773         * term/news.el (terminal-init-news):
23774         * term/rxvt.el (terminal-init-rxvt):
23775         * term/sun.el (terminal-init-sun):
23776         * term/tvi970.el (terminal-init-tvi970):
23777         * term/vt100.el (terminal-init-vt100):
23778         * term/vt102.el (terminal-init-vt102):
23779         * term/vt125.el (terminal-init-vt125):
23780         * term/vt200.el (terminal-init-vt200):
23781         * term/vt201.el (terminal-init-vt201):
23782         * term/vt220.el (terminal-init-vt220):
23783         * term/vt240.el (terminal-init-vt240):
23784         * term/vt300.el (terminal-init-vt300):
23785         * term/vt320.el (terminal-init-vt320):
23786         * term/vt400.el (terminal-init-vt400):
23787         * term/vt420.el (terminal-init-vt420):
23788         * term/wyse50.el (terminal-init-wyse50):
23789         * term/xterm.el (terminal-init-xterm): Likewise.
23791         * term/README: Describe the terminal-init-* functionality.
23793         * startup.el (command-line): After loading the terminal initialization
23794         file call the corresponding terminal initialization function.
23796 2005-07-27  Kenichi Handa  <handa@m17n.org>
23798         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23799         negative.
23801         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23802         (ps-mule-composition-prologue): Fix for the case that
23803         RelativeCompose is false.
23805 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23807         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23809         * descr-text.el (describe-char): Handle the case where the list of
23810         chars is displayed in a separate frame.
23811         Be a bit more discriminating when looking for the char.
23813 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
23815         * bookmark.el (bookmark-automatically-show-annotations)
23816         (bookmark-read-annotation-text-func): Doc fixes.
23817         (bookmark-save): Improve argument/docstring consistency.
23818         (bookmark-get-bookmark, bookmark-get-bookmark-record)
23819         (bookmark-alist-from-buffer)
23820         (bookmark-upgrade-file-format-from-0)
23821         (bookmark-grok-file-format-version)
23822         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23823         (bookmark-read-annotation-mode)
23824         (bookmark-insert-current-bookmark, bookmark-jump)
23825         (bookmark-exit-hook): Fix typos in docstrings.
23826         (bookmark-exit-hooks): Define as obsolete alias.
23827         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23828         not `bookmark-exit-hooks'.  Fix docstring.
23829         (bookmark-bmenu-select): "?\ " -> "?\s".
23831 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
23833         * startup.el (command-line): Fix typo.
23835 2005-07-24  Richard M. Stallman  <rms@gnu.org>
23837         * tooltip.el (tooltip-mode): Test emacs-basic-display,
23838         not emacs-quick-startup.
23840 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
23842         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23843         (reb-next-match, reb-show-subexp): Use `with-selected-window'
23844         instead of `reb-with-current-window'.
23845         (reb-prev-match): Likewise.  Also, don't move left if the search
23846         was unsuccessful.
23847         (reb-initialize-buffer): New function.
23848         (re-builder, reb-change-syntax): Use it.
23850         * man.el (Man-goto-page): Make second argument NOERROR optional.
23852 2005-07-23  Richard M. Stallman  <rms@gnu.org>
23854         * man.el (Man-bgproc-sentinel): Check here for failure to find
23855         any man page in the output, and report the error here.
23856         (Man-arguments): Make it permanent local.
23857         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
23858         (Man-mode): Pass t for NOERROR.
23860         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23861         (grep-mode-font-lock-keywords):
23862         Don't use compilation-...-face for messages that are not file names.
23864         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23865         Don't use compilation-...-face for messages that are not file names.
23867 2005-07-22  Juri Linkov  <juri@jurta.org>
23869         * startup.el (normal-splash-screen): Update menu name.
23871         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23873 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
23875         * term/xterm.el: Load term/rxvt if the terminal is actually an
23876         rxvt terminal.
23877         (xterm-rxvt-set-background-mode): Remove, not used anymore.
23879         * term/rxvt.el (function-key-map): Use substitute-key-definition
23880         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
23882         * term/cygwin.el: New file.
23884 2005-07-22  Kim F. Storm  <storm@cua.dk>
23886         * image-file.el (insert-image-file, image-file-yank-handler):
23887         Fix last change to maintain a (unique) yank-handler on yanked images.
23889 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
23891         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23892         of the file size (as in "177B" for 177 bytes).  This happens with
23893         "ls -lh" on FreeBSD.
23895 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
23897         * hilit-chg.el (highlight-changes-global-initial-state)
23898         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23899         (hilit-chg-fixup, highlight-changes-mode):
23900         Fix typos in docstrings.
23901         (highlight-changes-global-modes, highlight-changes-rotate-faces):
23902         Doc fixes.
23904 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
23906         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23907         mode function using `eval-after-load'.
23909 2005-07-21  Kim F. Storm  <storm@cua.dk>
23911         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23912         included when reporting an Emacs crash, and tell about the DEBUG file.
23914         * image-file.el (insert-image-file): Add yank-handler.
23915         (image-file-yank-handler): Yank handler to make unique copies of
23916         images when they are yanked into a buffer next to each other.
23918 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
23920         * comint.el (comint-use-prompt-regexp, comint-send-input)
23921         (comint-source-default, comint-extract-string)
23922         (comint-get-source, comint-word, comint-completion)
23923         (comint-source, comint-prompt-read-only, comint-update-fence):
23924         Fix typos in docstrings.
23925         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23926         Declare with define-obsolete-*-alias macros.
23927         (comint-previous-matching-input-from-input)
23928         (comint-next-matching-input-from-input)
23929         (comint-previous-matching-input, comint-next-matching-input)
23930         (comint-forward-matching-input):
23931         Improve argument/docstring consistency.
23933         * desktop.el (desktop-clear-preserve-buffers-regexp):
23934         Also preserve the *server* buffer.
23936         * simple.el (clone-indirect-buffer): Doc fix.
23937         (fixup-whitespace, just-one-space)
23938         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23939         (next-error, next-error-highlight)
23940         (next-error-highlight-no-select, next-error-last-buffer)
23941         (next-error-buffer-p, next-error-find-buffer, next-error)
23942         (previous-error, next-error-no-select, previous-error-no-select)
23943         (open-line, split-line, minibuffer-prompt-width, kill-new)
23944         (binary-overwrite-mode): Fix typos in docstrings.
23945         (set-fill-column): Fix typo in message.
23947         * skeleton.el (skeleton-proxy-new): Doc fix.
23949         * strokes.el (strokes-load-hook): Doc fix.
23950         (strokes-grid-resolution, strokes-get-grid-position)
23951         (strokes-renormalize-to-grid, strokes-read-stroke)
23952         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23953         (strokes-global-map): Fix typos in docstrings.
23954         (strokes-help): Doc fix.  Fix help message and pass it through
23955         `substitute-command-keys'.
23957         * tempo.el (tempo-insert-prompt, tempo-interactive)
23958         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23959         (tempo-insert-string-functions, tempo-local-tags)
23960         (tempo-define-template, tempo-insert-template)
23961         (tempo-insert-prompt-compat, tempo-is-user-element)
23962         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23963         Fix typos in docstrings.
23965         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23966         (vcursor-key-bindings, vcursor-use-vcursor-map)
23967         (vcursor-find-window, vcursor-scroll-down)
23968         (vcursor-disable, vcursor-beginning-of-buffer)
23969         (vcursor-end-of-buffer): Fix typos in docstrings.
23970         (vcursor-relative-move, vcursor-get-char-count):
23971         Improve argument/docstring consistency.
23973         * version.el: "?\ " -> "?\s".
23975         * wid-edit.el (widget-default-create, widget-after-change)
23976         (widget-default-format-handler, widget-checklist-add-item)
23977         (widget-radio-add-item, widget-choose, widget-specify-secret)
23978         (widget-field-value-create, widget-field-value-get)
23979         (widget-editable-list-format-handler)
23980         (widget-editable-list-entry-create, widget-group-value-create)
23981         (widget-documentation-link-add)
23982         (widget-documentation-string-value-create): "?\ " -> "?\s".
23983         (widget-convert-text): Doc fix.
23984         (widget-narrow-to-field, widget-field-find)
23985         (widget-url-link-action, widget-emacs-library-link-action)
23986         (widget-color-notify): Fix typos in docstrings.
23988         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23989         (x-select-text, set-w32-system-coding-system)
23990         (w32-add-charset-info): Fix typos in docstrings.
23992         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23993         (cua-enable-cua-keys, cua-use-hyper-key)
23994         (cua-virtual-rectangle-edges): Fix typos in docstrings.
23995         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23997         * net/tramp.el (tramp-handle-load): Fix typo in error message.
23999         * emacs-lisp/re-builder.el (regexp-builder): Declare with
24000         `defalias' instead of faking it.
24002         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24003         (eshell-ls-missing, eshell-ls-dired-initial-args)
24004         (eshell-ls-use-in-dired): Fix typos in docstrings.
24006 2005-07-20  Kim F. Storm  <storm@cua.dk>
24008         * emulation/cua-base.el (cua-mode): Improve doc string.
24010 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
24012         * abbrev.el (expand-region-abbrevs): Doc fix.
24013         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24014         Improve argument/docstring consistency.
24016         * arc-mode.el (archive-get-descr, archive-alternate-display):
24017         Doc fixes.
24018         (archive-l-e): Improve argument/docstring consistency.
24019         (archive-tmpdir, archive-unixdate, archive-unixtime)
24020         (archive-chmod-entry): Fix typos in docstrings.
24021         (archive-unflag, archive-unflag-backwards)
24022         (archive-unmark-all-files): "?\ " -> "?\s".
24024         * buff-menu.el (Buffer-menu-unmark): Doc fix.
24025         (Buffer-menu-not-modified, Buffer-menu-execute)
24026         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24027         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24029         * composite.el (compose-string, encode-composition-rule)
24030         (compose-last-chars): Fix typos in docstrings.
24032         * desktop.el (desktop-enable, desktop-basefilename):
24033         Declare with `define-obsolete-variable-alias'.
24034         (desktop-internal-v2s): Don't quote keywords.
24035         (desktop-clear): "?\ " -> "?\s".
24037         * dired.el (dired-align-file, dired-flag-backup-files)
24038         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24039         (dired-listing-switches, dired-ls-F-marks-symlinks)
24040         (dired-dwim-target, dired-load-hook, dired-mode-hook)
24041         (dired-directory, dired-faces, dired, dired-revert)
24042         (dired-mode, dired-summary, dired-view-file)
24043         (dired-copy-filename-as-kill, dired-delete-file)
24044         (dired-no-confirm, dired-unmark-all-marks)
24045         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24046         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24047         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24048         Fix typos in message strings.
24050         * dired-x.el (virtual-dired): Declare with `defalias'.
24051         (dired-mark-unmarked-files, dired-local-variables-file)
24052         (dired-omit-here-always): Doc fix.
24053         (dired-omit-mode, dired-find-subdir)
24054         (dired-enable-local-variables, dired-clean-up-buffers-too)
24055         (dired-extra-startup, dired-mark-extension, dired-jump)
24056         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24057         (dired-smart-shell-command, dired-guess-shell-alist-user)
24058         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24059         (dired-x-bind-find-file, dired-x-submit-report):
24060         Fix typos in docstrings.
24061         (dired-mark-unmarked-files): "?\ " -> "?\s".
24063         * dirtrack.el (dirtrack-list): Fix typos in docstring.
24065         * faces.el (describe-face): "?\ " -> "?\s".
24066         (read-all-face-attributes, read-face-font, modify-face)
24067         (face-attr-construct, italic): Fix typos in docstrings.
24068         (frame-update-face-colors): Declare with
24069         `define-obsolete-function-alias'.
24071         * files.el (find-file-noselect, recode-file-name): Doc fixes.
24072         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24073         (magic-mode-alist, buffer-file-numbers-unique)
24074         (write-file-functions, get-free-disk-space):
24075         Fix typos in docstrings.
24076         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24077         (write-contents-hooks, write-file-hooks):
24078         Declare with `define-obsolete-variable-alias'.
24080         * forms-d2.el (arch-rj): Fix typo in docstrings.
24081         (arch-tocol): Likewise.  "?\ " -> "?\s".
24083         * frame.el (set-frame-font, cursor-in-non-selected-windows):
24084         Fix typo in docstring.
24085         (set-screen-width, set-screen-height): Delete redundant info in
24086         doctrings.
24087         (new-frame, screen-height, screen-width): Declare with
24088         `define-obsolete-function-alias'.
24089         (delete-frame-hook, blink-cursor): Declare with
24090         `define-obsolete-variable-alias'.
24092         * paths.el (prune-directory-list): Fix typos in docstring.
24094         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24095         (cvs-prefix-get): Fix typos in docstrings.
24097         * ps-print.el (ps-extend-face-list, ps-extend-face)
24098         (ps-print-background-image): Fix typos in docstrings.
24099         (ps-default-fg, ps-default-bg): Doc fixes.
24101         * s-region.el (s-region-bind): Doc fix.
24102         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24104         * textmodes/org.el (org-table-formula-substitute-names)
24105         (org-table-get-vertical-vector): Doc fixes.
24106         (org-table-recalculate): Remove unused argument to `message'.
24108 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
24110         * textmodes/org.el (org-table-column-names)
24111         (org-table-column-name-regexp)
24112         (org-table-named-field-locations): New variables.
24113         (org-archive-subtree): Protect `this-command' when calling
24114         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24115         the kill buffer.
24116         (org-complete): Remove fixed-formula completion.
24117         (org-edit-formulas-map): New variable.
24118         (org-table-edit-formulas): New command.
24119         (org-finish-edit-formulas, org-abort-edit-formulas)
24120         (org-show-variable, org-table-get-vertical-vector): New functions.
24121         (org-table-maybe-eval-formula): Handle `:=' fields.
24122         (org-table-get-stored-formulas, org-table-store-formulas)
24123         (org-table-get-formula, org-table-modify-formulas)
24124         (org-table-replace-in-formulas): Handle named field formulas.
24125         (org-table-get-specials): Store locations of named fields.
24127 2005-07-19  Juri Linkov  <juri@jurta.org>
24129         * progmodes/grep.el (grep-regexp-alist)
24130         (grep-mode-font-lock-keywords, grep-process-setup):
24131         Use default GNU grep match color "01;31m" instead of "01;41m".
24132         (grep-regexp-alist, grep-mode-font-lock-keywords):
24133         Use `\\[[0-9]*m' instead of `\\[00m'.
24134         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24135         sgr_start where its handling is more important.  Use the real
24136         length of sgr_start instead of constant 8.
24137         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24138         specially.  Delete all remaining escape sequences.
24139         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24140         (grep-regexp-alist): Make hyperlink only for binary file name
24141         instead of the whole line.
24142         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24143         (grep-mode): Add autoload.
24145         * emacs-lisp/find-func.el (find-function-regexp):
24146         Add `define-compilation-mode'.
24148 2005-07-19  Juri Linkov  <juri@jurta.org>
24150         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24151         (compare-windows-sync-string-size, compare-windows-recenter)
24152         (compare-windows-highlight, compare-windows): Add version 22.1.
24153         (compare-windows) <defface>: Inherit from lazy-highlight instead
24154         of duplicating its default value.
24156         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24157         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24159         * descr-text.el (describe-char): Create link buttons for `charset'
24160         and `code point'.  Add the current input method name with a link
24161         button to `to input' field.  Print face names of display table
24162         characters in `The display table entry is displayed by' section
24163         instead of printing face-id in the `display' field.
24164         Guess hardcoded faces and create a link button for them.
24165         Skip empty fields when calculating max-width.
24166         Treat `widget-create' specially while inserting strings from the
24167         collected field list.
24168         (describe-char-after): Made obsolete in version 22.1, not 21.5.
24170         * diff-mode.el (diff-file-header): Change foreground color from
24171         yellow to green on light backgrounds.
24172         (diff-context): Inherit from `shadow' only for color/grayscale
24173         with more than 88 colors.
24174         (diff-indicator-removed, diff-indicator-added)
24175         (diff-indicator-changed): New faces.
24176         (diff-font-lock-keywords): Use new faces.  Regroup rules.
24177         Add "^---$" for `normal' diff format.  Fontify `#' lines with
24178         font-lock-comment-delimiter-face and font-lock-comment-face.
24179         Add `#' to ^[^...] in the rule for `diff-context-face'.
24181         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24182         a button-like box.  Inherit from `highlight' on low colors.
24183         (shadow): Use shades of gray only for color/grayscale with
24184         more than 88 colors.  Use green for light backgrounds with
24185         8 colors, and yellow for dark backgrounds with 8 colors.
24187         * font-lock.el (font-lock-regexp-grouping-backslash):
24188         Don't inherit from escape-glyph (use bold for all cases).
24190         * info.el (info-xref-visited): Use light foreground color `violet'
24191         for dark backgrounds instead of dark color `magenta3'.
24192         (info-title-1): Use `yellow' color for dark backgrounds.
24194         * isearch.el (isearch): Use not-too-dark magenta3 instead of
24195         too-light magenta2.
24197         * replace.el (match): Use slightly more light RoyalBlue3 instead
24198         of dark RoyalBlue4.
24200         * wid-edit.el (widget-inactive): Inherit from `shadow'.
24202 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
24204         * novice.el (disabled-command-hook): Declare it with
24205         `define-obsolete-variable-alias'.
24207         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24208         (desktop-buffer-misc-functions, desktop-buffer-handlers)
24209         (desktop-load-default): Add release to obsolescence info.
24210         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24211         (desktop-append-buffer-args, desktop-read):
24212         Fix typos in docstrings.
24213         (desktop-kill): Fix typo in message.
24214         (desktop-save): Doc fix.
24216 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24218         * viper-cmd.el (viper-escape-to-state): Bug fix.
24219         (viper-envelop-ESC-key): Change the definition of fast
24220         keysequence so it'll work with keyboard macros.
24222         * ediff.el (ediff-patch-buffer): Change the docstring.
24224 2005-07-19  Kenichi Handa  <handa@m17n.org>
24226         * international/mule-cmds.el (select-safe-coding-system): Try to
24227         use an auto-coding (if any) before anything else.  If the found
24228         auto-coding is invalid, show a warning message.
24230         * international/mule.el (find-auto-coding): New function created
24231         by modifying the body of set-auto-coding.
24232         (set-auto-coding): Use find-auto-coding to find a coding.
24234 2005-07-18  Richard M. Stallman  <rms@gnu.org>
24236         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24237         not isearch-mode-end-hook-error.
24238         (allout-before-change-protect): Fix error message.
24240 2005-07-18  Juri Linkov  <juri@jurta.org>
24242         * allout.el (allout-mode):
24243         * calculator.el (calculator-copy):
24244         * custom.el (custom-known-themes):
24245         * dired.el (dired-desktop-buffer-misc-data)
24246         (dired-restore-desktop-buffer):
24247         * dired-x.el (dired-omit-marker-char):
24248         * files.el (basic-save-buffer):
24249         * font-core.el (font-lock-mode):
24250         * calendar/calendar.el (calendar-goto-hebrew-date)
24251         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24252         (calendar-goto-persian-date):
24253         * language/ethio-util.el (ethio-sera-to-fidel-region):
24254         * textmodes/picture.el (picture-mode):
24255         Delete duplicate duplicate words.
24257 2005-07-18  Juri Linkov  <juri@jurta.org>
24259         * isearch.el (isearch-mode-map): Remove key bindings for regexp
24260         chars * ? } |.
24261         (isearch-fallback): Don't call `isearch-process-search-char'.
24262         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24263         (isearch-process-search-char): Call `isearch-fallback' for regexp
24264         chars * ? } |.
24265         (isearch-return-char): Make obsolete with `make-obsolete' instead
24266         of simply documenting it as obsolete in the docstring.
24267         (isearch-fallback): Refill docstring.
24269         * international/isearch-x.el
24270         (isearch-process-search-multibyte-characters): Remove unneeded
24271         `concat'.  Add intermediate values to `junk-hist' instead of
24272         `minibuffer-history'.  Test the length of `str'.
24274 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
24276         * allout.el (allout-resolve-xref): Fix typos in error strings.
24277         (allout-before-change-protect): Remove unneeded `concat'.
24279         * array.el (array-mode, array-reconfigure-rows)
24280         (untabify-backward): Fix typos in docstrings.
24281         (array-reconfigure-rows): Use `insert-buffer-substring', not
24282         `insert-buffer'.
24284         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24285         * progmodes/ada-mode.el (ada-make-body):
24286         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24288         * dired.el (dired-log):
24289         * tar-mode.el (tar-subfile-save-buffer):
24290         * play/zone.el (zone-pgm-stress-destress):
24291         Use `insert-buffer-substring', not `insert-buffer'.
24293 2005-07-17  Simon Josefsson  <jas@extundo.com>
24295         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24297 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
24299         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24300         Add plain auth method.
24301         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24303 2005-07-17  Kim F. Storm  <storm@cua.dk>
24305         * ido.el (dired-other-window): Add ido property.
24307 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
24309         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24310         Fix typo in docstring.
24311         (byte-compile-interactive-only-functions): Add `insert-buffer' and
24312         `insert-file-literally'.
24314         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24315         info and delete redundant message.  Doc fix.
24316         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24317         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24319 2005-07-16  Richard M. Stallman  <rms@gnu.org>
24321         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24322         (byte-compile-and): Use byte-compile-and-recursion.
24323         (byte-compile-or-recursion): New function.
24324         (byte-compile-or): Use that.
24325         (byte-compile-if): Guard the else-clause too.
24326         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24328         * isearch.el (isearch-mode-end-hook-quit): New variable.
24329         (isearch-done): Bind it.
24330         (isearch-mode-end-hook): Doc fix.
24332         * allout.el (allout-isearch-did-quit): Variable deleted.
24333         (allout-real-isearch-abort): Function name no longer used.
24334         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24335         (allout-isearch-rectification): isearch-mode always exists.
24336         Don't set allout-isearch-did-quit.
24337         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24338         allout-isearch-did-quit.
24339         (allout-enwrap-isearch): Just add the hook.
24340         (allout-isearch-abort): Function deleted.
24341         (allout-pre-command-business): Avoid warning.
24343         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24344         Correctly avoid warnings.
24345         (pascal-outline): Likewise.
24347         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24349         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24351         * play/tetris.el (tetris-mode): Avoid warning.
24353         * play/snake.el (snake-mode): Avoid warning.
24355         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24356         (gamegrid-set-display-table): Avoid warning.
24357         (gamegrid-set-timer): Likewise.
24358         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24359         (gamegrid-add-score-with-update-game-score-1): Take FILE
24360         as argument.
24361         (gamegrid-add-score-with-update-game-score): Pass that argument.
24362         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24364         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24366         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24367         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24369         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24370         and insert-file.
24372         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24373         (sc-ask): Avoid warnings.
24375         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24376         (eshell-hist-initialize): Use that var the natural way.
24378         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24380         * emacs-lisp/re-builder.el (reb-cook-regexp):
24381         Avoid warning calling lre-compile-string.
24382         (reb-color-display-p): Avoid warning.
24384         * calculator.el (calculator-last-input): Guard uses
24385         of event-key and key-press-event-p.
24386         (event-key, key-press-event-p): Delete definitions.
24388         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24389         (find-gc-source-directory, find-gc-subrs-callers)
24390         (find-gc-noreturn-list, find-gc-source-files)
24391         (find-gc-subrs-called): Vars renamed and defvar'd.
24393         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24394         (checkdoc-overlay-put, checkdoc-delete-overlay)
24395         (checkdoc-overlay-start, checkdoc-overlay-end)
24396         (checkdoc-mode-line-update, checkdoc-char=):
24397         Define such that compiler knows they are defined.
24398         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24399         (checkdoc-read-event): Delete.  Use read-event directly.
24401         * whitespace.el (whitespace-make-overlay)
24402         (whitespace-overlay-put, whitespace-delete-overlay)
24403         (whitespace-overlay-start, whitespace-overlay-end):
24404         Define such that compiler knows they are defined.
24405         (whitespace): Move conditional inside.
24407         * tempo.el (tempo-insert-template): Suppress warning.
24409         * ediff-diff.el (longlines-mode): Add defvar.
24411 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24413         * server.el: Bind "C-x #" in a way that works even if C-x is
24414         redefined to a command key, not a prefix key.
24416 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24418         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24419         cl-make-type-test till execution time.
24421 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24423         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24424         arg ARG and use it.
24426 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24428         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24430 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24432         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24433         a defcustom with two :set or :type keywords.
24435 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24437         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24438         Don't give ^M comment-end syntax.
24440 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24442         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24443         Don't consider gdbmi (gdb-mi.el has its own update functions).
24444         (gdb-var-delete): Make it work for gdbmi as well.
24445         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24447         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24448         (gud-speedbar-menu-items): Correct logic for enabling items.
24450 2005-07-15  Kim F. Storm  <storm@cua.dk>
24452         * ido.el: Fix commentary.
24453         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24454         Use with-no-warnings around ffap-guesser.
24455         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24456         Let bind minibuffer-completing-file-name to t.
24458 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24460         * startup.el (site-run-file, keyboard-type): Doc fixes.
24461         (command-line): Check for "--basic-display" argument; also for
24462         "--quick", not "--bare-bones" (which was renamed).
24463         (fancy-splash-text): Add missing item "Getting New Versions".
24464         (normal-splash-screen): Fix typos and improve consistency with
24465         `fancy-splash-text'.  Update copyright year.
24467         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24468         valid binding for `help-char'.
24470         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24472 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24474         * term.el (term-mode): Disable cua-mode for term buffers.
24476 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24478         * add-log.el (add-log-mailing-address, change-log-merge):
24479         Doc fixes.
24480         (change-log-get-method-definition): Fix typo in docstring.
24482 2005-07-14  Kim F. Storm  <storm@cua.dk>
24484         * emulation/cua-base.el:
24485         (cua--pre-command-handler-1, cua--pre-command-handler)
24486         (cua--post-command-handler-1, cua--post-command-handler):
24487         Split in two.  Check (buffer local) value of cua-mode.
24488         (cua-selection-mode): New command.
24490 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24492         * custom.el (custom-initialize-safe-set)
24493         (custom-initialize-safe-default): Doc fixes.
24495         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24496         and simplify :init-value again.
24498         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24499         and simplify :init-value again.  Delete autoload.
24501         * startup.el (command-line): Use `custom-reevaluate-setting' again
24502         for tooltip-mode.
24504         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24505         a defcustom with two :initialize keywords.
24507 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24509         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24510         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24511         (allout-post-command-business, allout-flag-region)
24512         (isearch-reenable-font-lock, allout-yank)
24513         (allout-insert-latex-header, allout-insert-latex-trailer)
24514         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24515         (allout-latex-verb-quote): Fix typos in docstrings.
24516         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24517         (allout-unprotected, allout-prefix-data):
24518         Improve argument/docstring consistency.
24519         (allout-chart-subtree): Fix argument spec.
24520         (allout-open-topic): Rename `use_sib_bullet' argument to
24521         `use-sib-bullet'.  Doc fix.
24523         * whitespace.el (whitespace-check-buffer-leading)
24524         (whitespace-check-buffer-trailing)
24525         (whitespace-check-buffer-indent)
24526         (whitespace-check-buffer-spacetab)
24527         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24528         (whitespace-check-leading-whitespace)
24529         (whitespace-check-trailing-whitespace)
24530         (whitespace-check-spacetab-whitespace)
24531         (whitespace-check-indent-whitespace)
24532         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24533         (whitespace-modes): Fix typos in docstrings.
24534         (defgroup, defcustom): Doc fixes.
24536         * winner.el (winner-mode, winner-boring-buffers)
24537         (winner-pending-undo-ring): Doc fixes.
24538         (winner-ring): Remove unneeded `progn'.
24539         (winner-equal): `defsubst' it.
24540         (winner-redo): Fix message.
24542 2005-07-13  Kim F. Storm  <storm@cua.dk>
24544         * simple.el (line-move-1): Always use vertical-motion to
24545         do the last (or only) line move to ensure some movement.
24546         Undo 2005-06-23 change--don't check for overlays.
24548 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24550         * term/mac-win.el (ccl-encode-mac-roman-font)
24551         (ccl-encode-mac-centraleurroman-font)
24552         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24553         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24554         Change charset-id boundary of dimension to ?\xef.
24555         (mac-char-fontspec-list): New constant.
24556         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24557         argument.  Nil uses itself as family in font-spec.  Previous
24558         behavior for nil is now provided by non-nil non-string argument.
24559         All callers changed.  Add font-specs for Mac fonts to
24560         "fontset-default" unless iso8859-1 fonts are installed.
24562 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24564         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24565         a continuation line if the \ is preceded by SPC or TAB.
24566         (sh-get-indent-info): Simplify.
24567         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24568         Use with-current-buffer.
24570         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24571         when the matched text is empty.
24573 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24575         * startup.el (command-line): Revert to previous handling of
24576         tooltip-mode.  Explain in comment why the complexity is needed.
24578         * tooltip.el (tooltip-mode): Revert to previous implementation of
24579         its defcustom.
24581         * frame.el (blink-cursor-mode): Revert to previous implementation
24582         of its defcustom.  Update comment.
24584 2005-07-12  Lars Hansen  <larsh@soem.dk>
24586         * desktop.el: Update e-mail address.
24588 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24590         * term/mac-win.el (mac-services-mail-selection)
24591         (mac-services-mail-to): New functions.
24592         (mac-application-menu-map): Bind them.
24594 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24596         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24598 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24600         * custom.el (custom-reevaluate-setting): Doc fix.
24602 2005-07-11  Jay Belanger  <belanger@truman.edu>
24604         * calc/calc.el (calc-embedded-announce-formula-alist)
24605         (calc-embedded-open-close-plain-alist)
24606         (calc-embedded-open-close-mode-alist): Add checks for additional
24607         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24609 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24611         * custom.el (custom-enable-theme): Don't add theme to
24612         `custom-enabled-themes' with `push' because there is no
24613         setf-method for `delq'.
24615 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24617         * custom.el (custom-declare-variable): Doc fix.
24619         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24620         from the alists.
24622         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24623         Do nothing if edebug-active.
24625         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24626         (edebug-display): Do it here instead.
24628 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24630         * cus-face.el (custom-theme-set-faces): Make it work.
24631         (custom-reset-faces): Doc fix.
24632         (custom-theme-reset-internal-face, custom-theme-face-value):
24633         Functions deleted.
24635         * custom.el (custom-push-theme): Maintain list of the settings
24636         of a given theme in its theme-settings property.
24637         Maintain position of old settings in the theme-value
24638         or theme-face property.
24639         (custom-enabled-themes): New variable.
24640         (custom-theme-enabled-p): New function.
24641         (provide-theme): Update custom-enabled-themes.
24642         Disable and reenable the `user' theme.
24643         (require-theme): Doc fix.
24644         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24645         (custom-theme-value, custom-theme-variable-value): Likewise.
24646         (custom-theme-reset-internal): Likewise.
24647         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24648         (custom-enable-theme, custom-disable-theme): New functions.
24649         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24650         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24651         (custom-theme-reset-variables): Simplify.
24652         (deftheme, custom-declare-theme, custom-make-theme-feature):
24653         Definitions moved.
24655 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24657         * longlines.el (longlines-show-region)
24658         (longlines-unshow-hard-newlines): Recognize hard newlines by
24659         non-nil hard property, instead of t.
24661 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24663         * viper-cmd.el (viper--key-maps): New variable.
24664         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24665         emulation-mode-map-alists.
24666         (viper-envelop-ESC-key): Use viper-subseq.
24667         (viper-search-forward/backward/next): Disable debug-on-error.
24669         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24670         (viper-ESC-key): New defcustoms.
24672         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24674         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24675         (viper-subseq): Copy of subseq from cl.el.
24677         * viper.el (viper-go-away, viper-set-hooks): Use
24678         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24680         * viper-mous.el (viper-current-frame-saved): Use defvar.
24682         * viper-init.el: Get rid of -face in face names.
24684         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24685         Make it work with longlines mode
24687         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24689         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24691         * ediff-init.el: Get rid of -face in face names.
24693 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24695         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24696         and with-timeout-unsuspend.
24698         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24699         and with-timeout-unsuspend.
24701         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24702         (with-timeout): Bind that variable to record timers.
24703         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24705         * emacs-lisp/debug.el (debug-help-follow): New function.
24706         (debugger-mode-map): Use that instead of help-follow.
24707         (debugger-setup-buffer): Use eval-buffer-list
24708         to handle eval-buffer frames.
24710 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24712         * timezone.el (timezone-parse-date): Change first regexp
24713         so it will not mistakenly match dates with no time zone.
24715 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24717         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24719 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24721         * custom.el (custom-initialize-safe-set)
24722         (custom-initialize-safe-default): New functions.
24724         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24725         and simplify :init-value.
24727         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24728         and simplify :init-value.  Delete obsolete comment.
24730         * startup.el (command-line): Use `custom-reevaluate-setting' to
24731         handle `tooltip-mode'.  Delete obsolete comment.
24733         * files.el (set-visited-file-name): Avoid calling
24734         `file-name-nondirectory' with a nil argument.
24736 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24738         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24739         was called with nil for the buffer, handle the read position right.
24740         Handle read position for eval-region, too.
24742 2005-07-09  Juri Linkov  <juri@jurta.org>
24744         * fringe.el (fringe-mode): Add period in docstring.
24745         (fringe-query-style): Build prompt depending on `all-frames' arg.
24747         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24748         to not create links to unrelated functions in the Help buffer.
24750         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24751         Doc fix.
24753         * simple.el (next-error-hook): New variable.
24754         (next-error): Use it.  Doc fix.
24756         * textmodes/ispell.el (ispell-command-loop): Add current
24757         dictionary name and program name to mode-line-format.
24758         (ispell-region, ispell-process-line): Add current dictionary name
24759         and program name to messages.
24761 2005-07-08  Jay Belanger  <belanger@truman.edu>
24763         * calc/calc.el (calc-embedded-announce-formula-alist)
24764         (calc-embedded-open-close-formula-alist)
24765         (calc-embedded-open-close-word-alist)
24766         (calc-embedded-open-close-plain-alist)
24767         (calc-embedded-open-close-new-formula-alist)
24768         (calc-embedded-open-close-mode-alist)
24769         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24770         (calc-embedded-mode-hook): New variables.
24772         * calc/calc-embed.el (calc-embedded-firsttime)
24773         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24774         New variables.
24775         (calc-do-embedded): Use calc-embedded-firsttime,
24776         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24777         determine whether or not to run hooks.
24778         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24779         calc-embedded-firsttime-formula appropriately.
24780         Set calc-embedded delimiter variables according to mode.
24782 2005-07-08  Richard M. Stallman  <rms@gnu.org>
24784         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24785         Check for "emacs", etc., as entire symbol, not just as word.
24786         (checkdoc-file-comments-engine): Use regexp-quote on FN.
24788         * files.el (set-visited-file-name): Report the error
24789         for "empty filename" earlier.
24790         (kill-some-buffers): Ignore buffers already dead.
24792         * fringe.el (fringe-mode): Doc fix.
24794         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24795         Check for (featurep 'xemacs) and turn off warnings in what it guards.
24796         Use unwind-protect to ensure byte-compile-unresolved-functions
24797         is updated.
24799         * whitespace.el (whitespace-buffer-leading-cleanup):
24800         Simplify w/ skip-chars-forward.
24801         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24803         * mail/rmail.el (rmail-only-expunge): Fix paren error.
24804         Unconditionally try to leave point at the same old place.
24806 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
24808         * comint.el (comint-postoutput-scroll-to-bottom)
24809         (comint-show-maximum-output): Take scroll-margin into consideration.
24811 2005-07-08  Kim F. Storm  <storm@cua.dk>
24813         * ido.el (ido-use-filename-at-point): New choice `guess'.
24814         (ido-file-internal): Try ffap-guesser if selected.
24816         * ido.el (ido-before-fallback-functions): New hook.
24817         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24818         (ido-read-file-name): Run it.
24820 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
24822         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24823         strings rather than a list of symbols to the completion function.
24825 2005-07-07  Jay Belanger  <belanger@truman.edu>
24827         * calc/calc-units.el (math-apply-units): Change the places in
24828         which units are simplified.
24830 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
24832         * cus-edit.el (customize-option, customize-option-other-window):
24833         Make them handle aliases.
24835         * custom.el (custom-variable-p): Make it recursively follow
24836         aliases.  Mention that in the docstring.
24838 2005-07-07  Richard M. Stallman  <rms@gnu.org>
24840         * cus-start.el (exec-path): Use `directory' instead of `file'.
24841         Fix tag for nil.
24843 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24845         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24846         when called non-interactively.  Doc fix.
24848 2005-07-07  Lute Kamstra  <lute@gnu.org>
24850         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24851         new address as well.
24853 2005-07-07  Kenichi Handa  <handa@m17n.org>
24855         * international/mule.el (make-coding-system):
24856         Describe `ascii-incompatible' property in the docstring.
24857         (set-file-name-coding-system): Signal an error if coding-system is
24858         ascii-incompatible.
24859         (set-keyboard-coding-system): Likewise.
24861         * international/mule-cmds.el (set-default-coding-systems):
24862         Don't set default-file-name-coding-system and
24863         default-keyboard-coding-system if coding-system is ASCII-incompatible.
24865         * international/utf-16.el: Declare that all UTF-16-based coding
24866         systems are ASCII-incompatible.
24868 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
24870         * progmodes/gud.el: Require font-lock for displaying errors.
24871         Used by gdb-ui.el.
24873 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
24875         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24876         values for the pattern lists which are `read'able but not
24877         `append'able (like symbols).
24879 2005-07-06  Richard M. Stallman  <rms@gnu.org>
24881         * progmodes/flymake.el (flymake-float-time): Instead of
24882         with-no-warnings, test for XEmacs.
24883         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24884         to avoid warning.
24886 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
24888         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24890 2005-07-05  Lute Kamstra  <lute@gnu.org>
24892         * battery.el: Add support for Darwin (with much debugging help
24893         from Samuel Lauber <sam124@operamail.com>).
24894         (battery-status-function, battery-echo-area-format)
24895         (battery-mode-line-format): Add support for pmset on Darwin.
24896         (battery-load-low, battery-load-critical): New user options.
24897         (battery-pmset): New function.
24899 2005-07-05  Lute Kamstra  <lute@gnu.org>
24901         Update FSF's address in GPL notices.
24903         * textmodes/page-ext.el: Update FSF's address.
24905 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
24907         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24908         filling from using prefix when filling a single-line docstring.
24910         * progmodes/flymake.el: Remove useless eval-when-compile.
24912         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24914 2005-07-04  Richard M. Stallman  <rms@gnu.org>
24916         * textmodes/org.el (org-file-apps-defaults-gnu):
24917         Rename from org-file-apps-defaults-linux.
24918         (org-default-apps): Don't test system-type for `linux'.
24919         (org-file-apps): Doc fix.
24921 2005-07-04  David Ponce  <david@dponce.com>
24923         * tree-widget.el: Improve header Commentary section.
24924         (tree-widget) [defgroup]
24925         (tree-widget-image-enable, tree-widget-themes-directory)
24926         (tree-widget-theme, tree-widget-image-properties-emacs)
24927         (tree-widget-image-properties-xemacs, tree-widget-create-image)
24928         (tree-widget-image-formats, tree-widget-control)
24929         (tree-widget-empty-control, tree-widget-leaf-control
24930         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24931         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24932         (tree-widget-keep, tree-widget-after-toggle-functions)
24933         (tree-widget-open-node, tree-widget-close-node): Doc fix.
24934         (tree-widget-open-control, tree-widget-close-control): Fix doc and
24935         :help-echo message.
24936         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
24937         (tree-widget-image-properties): Doc fix.  Clearer implementation.
24938         (tree-widget--cursors): New constant.
24939         (tree-widget-lookup-image): New function split from
24940         `tree-widget-find-image'.  Clearer implementation.
24941         (tree-widget-find-image): Use it.
24942         (tree-widget-button-keymap): Use `set-keymap-parent'.
24943         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24944         Define the sub-widgets here.
24945         (tree-widget-node): Check that :node is not a tree-widget.
24946         (tree-widget-get-super, tree-widget-open-control)
24947         (tree-widget-close-control, tree-widget-empty-control)
24948         (tree-widget-leaf-control, tree-widget-guide)
24949         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24950         (tree-widget-no-handle, tree-widget-value-delete)
24951         (tree-widget-map): Remove.
24952         (tree-widget-children-value-save): Doc fix.  Simplified.
24953         (tree-widget-value-create): Update according to previous changes.
24955 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
24957         * textmodes/org.el: Leading space replaced by TABS.
24958         (org-recalc-marks, org-table-rotate-recalc-marks)
24959         (org-table-get-specials): Treat "^" and "_" marks.
24960         (org-table-justify-field-maybe): Optional argument NEW.
24961         (org-table-eval-formula): Parsing of the format simplified.
24962         New modes C,I.  Honor the %= parameter in the current table.
24963         Avoid unnecessary re-align by using the NEW argument to
24964         `org-table-justify-field-maybe'.
24965         (org-calc-default-modes): Default for date-format mimicks org-mode.
24966         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24968 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
24970         * cus-face.el (custom-theme-set-faces): Make it handle face
24971         aliases whose alias declarations are pre- or autoloaded.
24973 2005-07-04  Juri Linkov  <juri@jurta.org>
24975         * faces.el (read-face-name): Put the code for getting a face name
24976         from the buffer before adding the faces from the `face' property.
24977         Use `completing-read-multiple' instead of `completing-read'.
24978         Require `crm'.  Add default value and post-process the returned
24979         list of faces.
24981         * emacs-lisp/crm.el (crm-find-current-element)
24982         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24984         * emacs-lisp/lisp-mode.el (eval-defun-1):
24985         * emacs-lisp/edebug.el (edebug-eval-defun):
24986         Remove unnecessary quotes.
24988 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
24990         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24991         (prolog-indent-level): Fix typo in docstring.
24993         * info.el (Info-history, Info-history-forward)
24994         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24996         * add-log.el (add-change-log-entry):
24997         * comint.el (comint-dynamic-list-input-ring)
24998         (comint-dynamic-list-completions):
24999         * dabbrev.el (dabbrev-expand):
25000         * delim-col.el (delimit-columns-rectangle-line):
25001         * diff-mode.el (diff-context->unified, diff-reverse-direction)
25002         (diff-unified->context):
25003         * ediff-init.el (ediff-abbrev-jobname):
25004         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25005         (ediff-replace-session-activity-marker-in-meta-buffer):
25006         * info.el (Info-summary):
25007         * lpr.el (printify-region):
25008         * printing.el (pr-create-interface):
25009         * ps-print.el (ps-print-quote):
25010         * ses.el (ses-column-widths, ses-print-cell)
25011         (ses-adjust-print-width, ses-center):
25012         * shell.el (shell-file-name-quote-list):
25013         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25014         (strokes-fill-current-buffer-with-whitespace)
25015         (strokes-xpm-for-stroke, strokes-list-strokes)
25016         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25017         * term.el (term-dynamic-list-input-ring)
25018         (term-dynamic-list-completions):
25019         * calc/calc.el (math-format-stack-value):
25020         * emacs-lisp/edebug.el (edebug-display-freq-count):
25021         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25022         (delphi-new-comment-line):
25023         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25024         * progmodes/executable.el (executable-set-magic):
25025         * progmodes/python.el (inferior-python-mode):
25026         * progmodes/scheme.el (scheme-mode-syntax-table):
25027         * progmodes/sh-script.el (sh-maybe-here-document):
25028         * progmodes/sql.el (sql-copy-column):
25029         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25030         * textmodes/bibtex.el (bibtex-mode):
25031         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25032         (sgml-auto-attributes):
25033         * textmodes/table.el (table-insert, table-shorten-cell)
25034         (table--generate-source-scan-lines, table-delete-row)
25035         (*table--cell-delete-char, table--spacify-frame)
25036         (table--horizontally-shift-above-and-below)
25037         (table--cell-insert-char, table--cell-blank-str)
25038         (table--fill-region-strictly):
25039         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25040         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25042         * add-log.el (change-log):
25043         * apropos.el (apropos):
25044         * comint.el (comint-completion, comint-source):
25045         * dabbrev.el (dabbrev):
25046         * delim-col.el (columns):
25047         * diff-mode.el (diff-mode):
25048         * ediff.el (ediff):
25049         * ediff-diff.el (ediff-diff):
25050         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25051         * ediff-mult.el (ediff-mult):
25052         * ediff-ptch.el (ediff-ptch):
25053         * ediff-wind.el (ediff-window):
25054         * facemenu.el (facemenu):
25055         * indent.el (indent):
25056         * info.el (info):
25057         * jka-cmpr-hook.el (compression, jka-compr):
25058         * lpr.el (lpr):
25059         * outline.el (outlines):
25060         * pcmpl-cvs.el (pcmpl-cvs):
25061         * pcmpl-rpm.el (pcmpl-rpm):
25062         * printing.el (printing):
25063         * ps-print.el (postscript, ps-print, ps-print-horizontal)
25064         (ps-print-vertical, ps-print-headers, ps-print-font)
25065         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25066         (ps-print-background, ps-print-printer, ps-print-page)
25067         (ps-print-miscellany):
25068         * ses.el (ses):
25069         * shell.el (shell, shell-directories, shell-faces):
25070         * startup.el (initialization):
25071         * strokes.el (strokes):
25072         * term.el (term):
25073         * uniquify.el (uniquify):
25074         * w32-vars.el (w32):
25075         * calc/calc.el (calc):
25076         * emacs-lisp/bytecomp.el (bytecomp):
25077         * emacs-lisp/cl-indent.el (lisp-indent):
25078         * emacs-lisp/edebug.el (edebug):
25079         * emacs-lisp/elp.el (elp):
25080         * emacs-lisp/testcover.el (testcover):
25081         * emacs-lisp/trace.el (trace):
25082         * emulation/viper-ex.el (viper-ex):
25083         * emulation/viper-mous.el (viper-mouse):
25084         * mail/mailalias.el (mailalias):
25085         * mail/supercite.el (supercite, supercite-frames)
25086         (supercite-attr, supercite-cite, supercite-hooks):
25087         * net/rcompile.el (remote-compile):
25088         * net/rlogin.el (rlogin):
25089         * obsolete/ooutline.el (outlines):
25090         * progmodes/delphi.el (delphi):
25091         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25092         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25093         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25094         (ebnf-optimization):
25095         * progmodes/etags.el (etags):
25096         * progmodes/executable.el (executable):
25097         * progmodes/idlwave.el (idlwave):
25098         * progmodes/pascal.el (pascal):
25099         * progmodes/prolog.el (prolog):
25100         * progmodes/python.el (python):
25101         * progmodes/scheme.el (scheme):
25102         * progmodes/sh-script.el (sh, sh-script):
25103         * progmodes/sql.el (SQL):
25104         * progmodes/tcl.el (tcl):
25105         * textmodes/bibtex.el (bibtex, bibtex-autokey):
25106         * textmodes/enriched.el (enriched):
25107         * textmodes/makeinfo.el (makeinfo):
25108         * textmodes/sgml-mode.el (sgml):
25109         * textmodes/table.el (table-hooks):
25110         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25111         * textmodes/texinfo.el (texinfo):
25112         * textmodes/two-column.el (two-column):
25113         Finish `defgroup' description with period.
25115         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25116         * eshell/esh-var.el (eshell-var):
25117         * progmodes/vhdl-mode.el (vhdl-testbench):
25118         * textmodes/org.el (org): Fix typos in docstrings.
25120         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25121         consistency.
25123         * progmodes/flymake.el (flymake-find-file): Remove.
25124         (flymake-float-time): Use `with-no-warnings'.
25125         (flymake-check-start-time, flymake-check-was-interrupted)
25126         (flymake-err-info, flymake-is-running, flymake-last-change-time)
25127         (flymake-new-err-info): `defvar' at compile time.
25129 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
25131         * replace.el (occur-hook): Doc fix.
25132         (occur-1): Don't call `occur-hook' if there are no matches.
25134 2005-07-03  Richard M. Stallman  <rms@gnu.org>
25136         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25137         global-map, save the same map.
25138         (global-map): Don't alter it at top level.
25139         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25140         Then alter it here instead.
25141         (tpu-edt-off): Set global-map to the saved one.
25143         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25144         All references simplified.
25145         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
25146         (zmacs-regions): Add defvar.
25147         (repeat-complex-command-map): Everything about that deleted.
25149         * textmodes/artist.el (artist-key-is-drawing)
25150         (artist-key-endpoint1, artist-key-poly-point-list)
25151         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25152         (artist-key-compl-table, artist-rb-save-data)
25153         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25154         Don't put them in eval-when-compile.
25155         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25157         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25158         Use with-no-warnings.
25160         * net/browse-url.el (dos-windows-version): Add defvar.
25162         * mail/supercite.el (filladapt-prefix-table): Add defvar.
25164         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25165         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25166         (rmail-new-summary-line-count): Rename from new-summary-line-count.
25167         Add defvar.
25168         (rmail-summary-beginning-of-message): Use with-no-warnings.
25169         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25171         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25172         Use with-no-warnings.
25174         * emulation/vi.el (vi-mark-region): Use c-mark-function.
25175         (c-mark-function): Add point-moving-unit property.
25176         (vi-goto-line): Use with-no-warnings.
25178         * emulation/edt.el (edt-last-copied-word): Add defvar.
25179         (zmacs-region-stays): Likewise.
25180         (edt-mark-section-wisely): Use c-mark-function for C.
25181         Use makr-defun for Fortran.
25182         (time-string): defvar deleted.
25183         (edt-display-the-time): Don't set time-string.
25185         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25187         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25188         Don't warn when name is not constant
25189         or for defining the group `emacs'.
25191         * tooltip.el (gud-tooltip-mode): Add defvar.
25193         * startup.el (default-frame-background-mode): Add defvar.
25195         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25197         * info.el (tool-bar-map): Add defvar.
25199         * dired.el (dnd-protocol-alist): Add defvar.
25201         * dired-aux.el (dired-query): Display question with answer, when
25202         the user answers.
25204         * custom.el (custom-add-option): Doc fix.
25206         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25208 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
25210         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25211         bogus name from the last change.
25213 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
25215         * custom.el (custom-declare-variable): Fix typos in comment.
25216         (custom-known-themes): Doc fix.
25217         (custom-theme-directory): New defcustom.
25218         (require-theme): Make it check `custom-theme-directory'.
25220         * cus-theme.el (custom-new-theme-mode): New function.
25221         (custom-theme-name, custom-theme-variables, custom-theme-faces)
25222         (custom-theme-description): Add compiler defvars.
25223         (customize-create-theme): Add doc to the "*New Custom Theme*"
25224         buffer.  Use `custom-new-theme-mode'.
25225         (custom-theme-write): Put the created buffer in emacs-lisp-mode
25226         and save it to the `custom-theme-directory'.  Make this the
25227         default directory of the buffer.
25229 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
25231         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25232         Fix unbalanced parentheses.
25234 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25236         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25237         into flymake-mode and delegate to flymake-mode.
25239         * find-file.el (ff-which-function-are-we-in): Clean up.
25241 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
25243         * replace.el (occur-rename-buffer): Fix docstring.
25245         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25246         (edt-last-copied-word, edt-learn-macro-count)
25247         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25248         (edt-rect-start-point, edt-user-global-map, rect-start-point)
25249         (time-string, zmacs-region-stays):
25250         * emulation/edt-mapper.el (edt-save-function-key-map)
25251         (EDT-key-name): `defvar' to silence the byte-compiler.
25253 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
25255         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25256         font-lock-regexp-backslash.  Doc fix.
25257         (font-lock-regexp-backslash-grouping-construct): Rename from
25258         font-lock-regexp-backslash-construct.  Doc fix.
25259         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25260         grouping constructs.
25262 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
25264         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25265         updating all the prerequisites.
25267 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
25269         * textmodes/org.el (org-agenda-start-on-weekday)
25270         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25271         (org-agenda-use-time-grid, org-archive-location)
25272         (org-allow-space-in-links, org-usenet-links-prefer-google)
25273         (org-enable-table-editor, org-export-default-language)
25274         (org-export-html-show-new-buffer, org-fill-paragraph)
25275         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25276         (org-goto-quit, org-occur, org-eval-in-calendar)
25277         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25278         (org-agenda-diary-entry, org-remember-help)
25279         (org-table-convert-region, org-at-table-p)
25280         (org-table-move-row-down, org-table-move-row-up)
25281         (org-table-copy-region, org-table-toggle-vline-visibility)
25282         (org-table-get-stored-formulas, org-table-get-specials)
25283         (org-recalc-commands, org-table-eval-formula)
25284         (org-table-formula-substitute-names, orgtbl-make-binding)
25285         (org-format-org-table-html, org-format-table-table-html)
25286         (org-format-table-table-html-using-table-generate-source)
25287         (org-customize): Fix typos in docstrings.
25288         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25289         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25290         (org-back-to-heading): Doc fixes.
25291         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25292         (org-agenda-change-all-lines, org-get-header):
25293         Improve argument/docstring consistency.
25294         (orgtbl-error): Fix error message.
25296         * progmodes/flymake.el (flymake-find-possible-master-files)
25297         (flymake-master-file-compare, flymake-get-line-err-count)
25298         (flymake-highlight-line, flymake-gui-warnings-enabled):
25299         Fix typos in docstrings.
25300         (flymake-parse-line, flymake-get-project-include-dirs-function)
25301         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25302         Doc fixes.
25303         (flymake-get-project-include-dirs-function)
25304         (flymake-make-err-menu-data):
25305         Improve argument/docstring consistency.
25307 2005-07-01  Lute Kamstra  <lute@gnu.org>
25309         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25310         Catch errors with ignore-errors.  Use temporary buffer.
25311         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
25313         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25314         background color faces.
25315         (facemenu-set-foreground, facemenu-set-background):
25316         Use facemenu-set-face-from-menu.
25317         (facemenu-set-face-from-menu): Treat face names that start with
25318         "fg:" or "bg:" as special.
25319         (facemenu-add-new-color): Don't create faces.  Simplify.
25321 2005-06-30  Richard M. Stallman  <rms@gnu.org>
25323         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25324         (crm-find-current-element): Likewise.
25326 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25328         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25330 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25332         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25333         (archive-mouse-extract): Make it an obsolete alias.
25334         (archive-mode-map): Don't use archive-mouse-extract any more.
25335         (archive-mode, archive-extract): write-contents-hooks ->
25336         write-contents-functions.
25337         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25338         first arg.
25339         (archive-rename-entry): Update the call.
25340         (archive-zip-summarize): Remove unused var `method'.
25341         (archive-lzh-summarize): Remove unused var `creator'.
25343         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25344         dedicated frame upon exit.
25346         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25347         (archive-zip-extract, archive-zip-expunge)
25348         (archive-zip-update, archive-zip-update-case): Use executable-find.
25349         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25350         Use restore-buffer-modified-p.
25351         (archive-extract, archive-add-new-member, archive-write-file-member):
25352         Use with-current-buffer.
25353         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25355 2005-06-30  Andreas Schwab  <schwab@suse.de>
25357         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25359 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25361         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25363 2005-06-30  Juri Linkov  <juri@jurta.org>
25365         * faces.el (vertical-border): Inherit from mode-line-inactive
25366         only on tty.
25368 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25370         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25371         example, -NLINES in the `occur' docstring).
25373         * replace.el (occur-1): When no matches are found, do not set the
25374         `buffer-read-only' and modified flags for the occur buffer,
25375         because it is deleted.
25377         * emulation/cua-base.el (cua-check-pending-input)
25378         (cua-repeat-replace-region, cua-mode, cua-debug)
25379         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25380         Fix typos in docstrings.
25382         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25383         (cua-cut-region-to-global-mark)
25384         (cua--cut-rectangle-to-global-mark):
25385         Remove period from end of messages.
25387         * emulation/cua-rect.el (cua-do-rectangle-padding):
25388         Remove period from end of messages.
25389         (cua--rectangle-seq-format): Fix typo in docstring.
25390         (cua-sequence-rectangle, cua-fill-char-rectangle):
25391         Improve argument/docstring consistency.
25393 2005-06-29  Juri Linkov  <juri@jurta.org>
25395         * faces.el (default-frame-background-mode): New internal variable.
25396         (frame-set-background-mode): Use it.
25398         * startup.el (normal-top-level): Set default-frame-background-mode
25399         instead of frame-background-mode.  Before setting it, test for its
25400         nil value.  Remove tests for frame-background-mode and frame
25401         parameter `reverse'.  Add test for "unspecified-fg".
25403         * term/xterm.el (xterm-rxvt-set-background-mode):
25404         * term/rxvt.el (rxvt-set-background-mode):
25405         Set default-frame-background-mode instead of frame-background-mode.
25407 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25409         * simple.el (set-variable): Warn about obsolete user variables.
25411         * imenu.el (imenu--completion-buffer):
25412         * mouse.el (mouse-buffer-menu-alist):
25413         * msb.el (msb-invisible-buffer-p):
25414         * calendar/diary-lib.el (diary-header-line-format):
25415         * emacs-lisp/pp.el (pp-buffer):
25416         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25417         * textmodes/picture.el (picture-replace-match):
25418         Change space constants followed by a sexp to "?\s ".
25420         * play/decipher.el (decipher-loop-with-breaks):
25421         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25422         constants "protected" from end of line by a comment to "?\s".
25424 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25426         * font-lock.el (save-buffer-state): Use `declare'.
25428         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25429         reset the syntax-table to cperl-mode-syntax-table.
25430         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25431         "foo_print_bar" is not matched as a reserved keyword.
25433 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25435         * textmodes/org.el (orgtbl-setup): New function, for delayed
25436         setup for the orgtbl commands.
25437         (org-calc-default-modes): New option.
25438         (orgtbl-make-binding): Use `defun' to get better help display.
25439         (org-diary): Call `org-compile-prefix-format'.
25440         (org-table-formula-substitute-names): New function.
25441         (org-agenda-day-view, org-agenda-week-view): New commands.
25442         (org-agenda-toggle-week-view): Command removed.
25443         (org-tbl-menu): Split off from org-org-menu.
25444         (org-mode): Move removal of outline-mode menus to here.
25445         (org-table-formula-debug): New option.
25446         (org-table-insert-row): Keep first field if just "#" or "*".
25447         (org-mode): Paragraph regexps fixed.
25448         (org-table-recalculate-regexp): New constant.
25449         (org-table-justify-field-maybe): Avoid replace if not necessary.
25450         (org-copy-special, org-cut-special): Use `call-interactively'.
25451         (org-table-copy-region): Take region from `interactive' call.
25452         (org-trim): Return string even if no match.
25453         (org-formula): New face.
25454         (org-set-font-lock-defaults): No longer highlight "FIXME".
25455         But highlight formula-related fields in table.
25456         (org-table-p): Use regexp, not fontification.
25457         (org-table-align): Handle white space at end of line.
25458         (org-table-formula-evaluate-inline): New option.
25459         (org-mode): Auto-wrapping in comment lines turned off.
25460         (org-table-copy-down): Evaluate only in copied field, not in
25461         destination.
25462         (org-table-current-formula): Variable removed.
25463         (org-table-store-formulas, org-table-get-stored-formulas)
25464         (org-table-modify-formulas, org-table-replace-in-formulas)
25465         (org-table-maybe-eval-formula): New functions.
25466         (org-table-get-formula): Modify to use stored formulas.
25467         (org-table-insert-column, org-table-delete-column)
25468         (org-table-move-column): Call `org-table-modify-formulas'.
25469         (org-complete): Add completion for keyword formulas.
25470         (orgtbl-mode): Pull orgtbl-mode-map to start of
25471         minor-mode-map-alist.
25473 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25475         * progmodes/python.el (python-check): Require `compile' before
25476         modifying its variables.
25478         * newcomment.el (comment-indent-default): Don't get fooled by an early
25479         end of buffer.
25481 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25483         * ps-print.el (ps-print-version): Fix version number.
25485 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25487         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25489 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25491         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25492         (flyspell-local-mouse-map): Declaration deleted.
25493         (flyspell-mouse-map): Bind only mouse-2.
25494         (flyspell-mode-map): Don't test flyspell-use-local-map.
25495         (flyspell-overlay-keymap-property-name): Var deleted.
25496         (flyspell-mode-on): Don't make local bindings for
25497         flyspell-mouse-map and flyspell-mode-map.
25498         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25500         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25502         * progmodes/compile.el (compilation-next-error-function):
25503         Don't switch buffers; operate on the current buffer.
25505         * progmodes/compile.el (compilation-error-file-name)
25506         (compilation-warning-file-name, compilation-info-file-name)
25507         (compilation-line-number, compilation-column-number): New faces.
25508         (compilation-error-face, compilation-warning-face)
25509         (compilation-info-face, compilation-line-face)
25510         (compilation-column-face): Use them.
25512         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25514         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25516         * bindings.el (global-map): Bind insertchar and its variants.
25518 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25520         * textmodes/artist.el (artist-text-overwrite)
25521         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25523 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25525         * ps-print.el: It was not working the page selection for printing.
25526         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25527         (ps-print-version): New version 6.6.7.
25528         (ps-end-sheet): New fun.
25529         (ps-header-sheet, ps-end-job): Call it.
25531 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25533         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25535 2005-06-27  Lute Kamstra  <lute@gnu.org>
25537         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25538         background color faces.
25539         (facemenu-get-face): Delete function.
25540         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25541         (facemenu-add-new-color): Make second argument mandatory.
25542         Create the appropriate face and return it.  Simplify.
25543         (facemenu-set-foreground, facemenu-set-background): Don't check if
25544         color is defined.  Use return value of facemenu-add-new-color.
25546 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25548         * progmodes/gud.el (gud-filter): Add missing argument to
25549         with-selected-window.
25551 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25553         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25554         a :require to the defcustom.
25556         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25557         defcustoms corresponding to minor modes.
25559 2005-06-26  David Ponce  <david@dponce.com>
25561         * recentf.el: Require tree-widget instead of wid-edit.
25562         (recentf-filename-handler): Fix widget :type.
25563         (recentf-cancel-dialog, recentf-open-more-files)
25564         (recentf-open-files-action): Doc fix.
25565         (recentf-dialog-goto-first): New function.
25566         (recentf-dialog-mode-map): Set parent keymap first.
25567         (recentf-dialog-mode): Define with define-derived-mode.
25568         Don't display continuation lines in dialogs.
25569         (recentf-edit-list): Rename from recentf-edit-selected-items.
25570         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25571         Simplify.
25572         (recentf-edit-list-validate): New function.
25573         (recentf-edit-list): Update accordingly.
25574         (recentf-open-files-item-shift): Remove.
25575         (recentf-open-files-item): Convert menu elements into tree and
25576         link widgets.  Don't create the widgets.
25577         (recentf-open-files): Update accordingly.
25578         (recentf-save-list): Untabify.
25580 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25582         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25583         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25584         partially contained in the active region.  Do not take active
25585         region into account when called from Lisp, unless INTERACTIVE arg
25586         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25587         avoid trouble with fields.  Make marker point nowhere when no
25588         longer used.  Always return nil.  Doc fix.
25589         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25590         into account when called from Lisp, unless INTERACTIVE arg is
25591         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25592         avoid trouble with fields.  Make marker point nowhere when no
25593         longer used.  Always return nil.  Doc fix.
25594         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25595         interchangeable.  Do not take active region into account when
25596         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25597         message in echo area when called from Lisp, unless INTERACTIVE arg
25598         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25599         Return the number of matches.  Doc fix.
25600         (occur): Doc fix.
25601         (perform-replace): Make comment follow double space convention for
25602         the sake of `outline-minor-mode'.
25604         * faces.el (facep): Doc fix.
25606 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25608         * facemenu.el (facemenu-enable-faces-p): New function.
25609         (facemenu-background-menu, facemenu-foreground-menu)
25610         (facemenu-face-menu): Add menu-enable property.
25612         * jka-compr.el (jka-compr-insert-file-contents):
25613         Special handling if cannot find the uncompression program.
25615         * cus-face.el (custom-face-attributes): Add autoload.
25617         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25618         Bind comment-indent-function locally.
25620         * window.el (save-selected-window): Use save-current-buffer.
25622         * subr.el (with-selected-window): Use save-current-buffer.
25624         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25625         and with-current-buffer.
25627 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25629         * simple.el (line-move-1): Fix previous change.
25631 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25633         * replace.el (occur-1): Set `buffer-read-only' and the
25634         buffer-modified flag before running `occur-hook' to protect
25635         against unintentional buffer switches that can lead to data loss.
25637 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25639         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25640         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25641         initial error.
25643         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25644         after fresh input.
25645         (gdb-var-create-handler): Put name of expression in quotes.
25647 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25649         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25650         elements of RING in order, and without bogus nil elements.
25652 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25654         * simple.el (set-variable): Args renamed; doc fix.
25655         (line-move-1): When there are overlays around, use vertical-motion.
25657         * faces.el (escape-glyph): Use brown against light background.
25658         (nobreak-space): Rename from no-break-space.
25659         Fix previous change.
25661         * dired-aux.el (dired-do-copy): Fix arg prompt.
25663         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25665 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25667         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25668         rather than "Distributor".
25670 2005-06-23  Lute Kamstra  <lute@gnu.org>
25672         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25673         (debug-on-entry): Use it.  New interactive declaration that uses
25674         function-called-at-point.
25676 2005-06-23  Kim F. Storm  <storm@cua.dk>
25678         * subr.el (save-match-data): Add comment about using evaporate arg
25679         to set-match-data.
25681 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25683         * cus-edit.el (customize-face)
25684         (customize-face-other-window): Handle face aliases.
25686         * faces.el (face-documentation, set-face-attribute)
25687         (face-spec-set): Handle face aliases.
25689 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25691         * help-mode.el (help-make-xrefs): If a symbol representing a face
25692         name is not followed by the word "face", it could still be a
25693         function or variable name, so don't bypass other checks.
25695 2005-06-22  Juri Linkov  <juri@jurta.org>
25697         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25698         Replace aliased functions with calls where second arg `inherit' is t.
25700 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25702         * progmodes/gdb-ui.el (gdb-error): New variable.
25703         (gdb-error): New function.
25704         (gdb-annotation-rules): Act on error-begin and error annotations.
25705         (gdb-concat-output): Use font-lock-warning-face for errors.
25707 2005-06-22  Miles Bader  <miles@gnu.org>
25709         * bindings.el (propertized-buffer-identification): Use renamed
25710         `Buffer-menu-buffer' face.
25712         * faces.el (vertical-border): Rename from `vertical-divider'.
25713         (escape-glyph): Change dark-background color back to `cyan'.
25715 2005-06-21  Juri Linkov  <juri@jurta.org>
25717         * faces.el (face-user-default-spec): Try getting `customized-face'
25718         prior to `saved-face'.
25719         (frame-background-mode): Refill docstring.
25721         * emacs-lisp/lisp-mode.el (eval-defun-1):
25722         * emacs-lisp/edebug.el (edebug-eval-defun):
25723         Set `saved-face' temporarily to nil before calling form.
25724         Set `customized-face' to the new spec after that.
25726 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25728         * subr.el (1value, lambda, key-substitution-in-progress):
25729         Doc fixes.
25731         * autoinsert.el (auto-insert-alist):
25732         * ses.el (ses-call-printer):
25733         * subr.el (noreturn):
25734         * emacs-lisp/lisp.el (check-parens):
25735         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25736         * net/browse-url.el (browse-url-mosaic):
25737         * progmodes/cc-defs.el (c-safe-scan-lists):
25738         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25739         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25740         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25741         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25742         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25743         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25745 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25747         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25749 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25751         * calendar/appt.el (appt-make-list): Activate the package, if
25752         not already active (for backwards compatibility).
25754 2005-06-20  Kim F. Storm  <storm@cua.dk>
25756         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25758 2005-06-20  Miles Bader  <miles@gnu.org>
25760         * faces.el (vertical-divider): New face.
25762 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25764         * simple.el (kill-whole-line): Doc fix.
25765         (next-error-buffer-p, next-error-find-buffer)
25766         (clone-indirect-buffer): Fix typos in docstrings.
25767         (comment-line-break-function): Doc fix: don't say variable
25768         is automatically buffer-local (it isn't).
25770 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25772         * net/tramp-ftp.el (top):
25773         * net/tramp-smb.el (top):
25774         * net/tramp-util.el (top):
25775         * net/tramp-uu.el (top):
25776         * net/tramp-vc.el (top):
25777         * net/tramp.el (top): Revert copyright years back to original
25778         ones.  Tramp has a life outside GNU Emacs.
25780 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
25782         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25784 2005-06-18  Juri Linkov  <juri@jurta.org>
25786         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25787         end of first regexp to limit the match to the position between
25788         line number and source line with same separator character as used
25789         between file name and line number.  In the second regexp limit
25790         mouse-face area to file name and line number by adding new group
25791         for them and referring it in HYPERLINK arg.
25792         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25793         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25794         previous line where grep markers may be already removed.
25796 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
25798         * progmodes/ps-mode.el: Update version and maintainer's email address.
25800 2005-06-18  Steve Youngs  <steve@xemacs.org>
25802         * net/browse-url.el (browse-url-browser-function)
25803         (browse-url-default-browser): Add firefox.
25804         (browse-url-firefox-program, browse-url-firefox-arguments)
25805         (browse-url-firefox-startup-arguments)
25806         (browse-url-firefox-new-window-is-tab): New defcustoms.
25807         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25809 2005-06-17  Richard M. Stallman  <rms@gnu.org>
25811         * startup.el (command-line): Warn if specified user name has
25812         no home directory.
25814         * term.el (term-get-old-input, term-input-filter, term-input-sender)
25815         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25817         * longlines.el (longlines-mode, longlines-show-hard-newlines):
25818         Doc fixes.
25820         * faces.el (underline): Try bold if terminal doesn't support underline.
25822         * mail/sendmail.el (mail-setup-with-from): New variable.
25823         (mail-insert-from-field): New function.
25824         (sendmail-send-it): Call it.
25825         (mail-setup): Optionally call it here.
25827         * term/linux.el: Call tty-no-underline.
25829 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
25831         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25833 2005-06-17  Miles Bader  <miles@gnu.org>
25835         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25836         (ediff-current-diff-C, ediff-current-diff-Ancestor)
25837         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25838         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25839         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25840         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25841         Remove "-face" suffix from face names.
25842         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25843         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25844         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25845         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25846         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25847         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25848         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25849         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25850         New backward-compatibility aliases for renamed faces.
25851         (ediff-current-diff-face-A, ediff-current-diff-face-B)
25852         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25853         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25854         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25855         (ediff-even-diff-face-A, ediff-even-diff-face-B)
25856         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25857         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25858         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25859         Use renamed ediff faces.
25861         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25862         Remove "-face" suffix from face names.
25863         (eshell-test-ok-face, eshell-test-failed-face):
25864         New backward-compatibility aliases for renamed faces.
25865         (eshell-run-test): Use renamed eshell-test faces.
25867         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25868         face name.
25869         (eshell-prompt-face): New backward-compatibility alias for renamed
25870         face.
25871         (eshell-emit-prompt): Use renamed eshell-prompt face.
25873         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25874         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25875         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25876         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25877         Remove "-face" suffix from face names.
25878         (eshell-ls-directory-face, eshell-ls-symlink-face)
25879         (eshell-ls-executable-face, eshell-ls-readonly-face)
25880         (eshell-ls-unreadable-face, eshell-ls-special-face)
25881         (eshell-ls-missing-face, eshell-ls-archive-face)
25882         (eshell-ls-backup-face, eshell-ls-product-face)
25883         (eshell-ls-clutter-face):
25884         New backward-compatibility aliases for renamed faces.
25885         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25887         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25888         Remove "-face" suffix from face name.
25889         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25890         instead of literal face.
25892 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
25894         * emacs-lisp/warnings.el (display-warning, lwarn)
25895         (warning-minimum-log-level): Doc fixes.
25896         (warning-minimum-level, warning-minimum-log-level):
25897         Add :debug to :type choices.
25899         * progmodes/ada-mode.el (ada-format-paramlist)
25900         (ada-get-indent-case, ada-check-matching-start)
25901         (ada-check-defun-name, ada-goto-matching-decl-start)
25902         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25903         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25904         (ada-make-subprogram-body): Follow error conventions.
25905         (ada-case-exception-file, ada-indent-comment-as-code)
25906         (ada-indent-handle-comment-special, ada-indent-renames)
25907         (ada-indent-return, ada-search-directories-internal)
25908         (ada-tab-policy, ada-case-exception-substring)
25909         (ada-other-file-alist, ada-matching-start-re)
25910         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25911         (ada-imenu-generic-expression, ada-compile-goto-error)
25912         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25913         (ada-popup-menu, ada-add-extensions, ada-mode)
25914         (ada-region-selected, ada-create-case-exception)
25915         (ada-create-case-exception-substring, ada-after-keyword-p)
25916         (ada-activate-keys-for-case, ada-adjust-case-region)
25917         (ada-adjust-case-buffer, ada-format-paramlist)
25918         (ada-scan-paramlist, ada-insert-paramlist)
25919         (ada-indent-newline-indent)
25920         (ada-indent-newline-indent-conditional)
25921         (ada-justified-indent-current, ada-goto-previous-word)
25922         (ada-indent-current, ada-get-indent-open-paren)
25923         (ada-get-indent-paramlist, ada-get-indent-end)
25924         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25925         (ada-get-indent-block-start, ada-get-indent-subprog)
25926         (ada-get-indent-noindent, ada-get-indent-label)
25927         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25928         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25929         (ada-goto-stmt-end, ada-goto-next-word)
25930         (ada-check-matching-start, ada-check-defun-name)
25931         (ada-goto-matching-decl-start, ada-goto-matching-start)
25932         (ada-goto-matching-end, ada-search-ignore-string-comment)
25933         (ada-in-decl-p, ada-looking-at-semi-or)
25934         (ada-looking-at-semi-private, ada-in-paramlist-p)
25935         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25936         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25937         (ada-next-procedure, ada-previous-procedure, ada-next-package)
25938         (ada-previous-package, ada-create-menu)
25939         (ada-fill-comment-paragraph-justify)
25940         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25941         (ada-other-file-name, ada-last-which-function-line)
25942         (ada-last-which-function-subprog, ada-which-function)
25943         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25944         (ada-gen-treat-proc, ada-check-emacs-version)
25945         (ada-continuation-indent, ada-align-region-separate):
25946         Fix typos in docstrings.
25947         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25949 2005-06-16  Lute Kamstra  <lute@gnu.org>
25951         * simple.el (fundamental-mode): Run after-change-major-mode-hook
25952         conditionally.
25954 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
25956         * comint.el (comint-replace-by-expanded-filename)
25957         (comint-prompt-regexp, comint-delimiter-argument-list)
25958         (comint-preinput-scroll-to-bottom):
25959         * info.el (Info-hide-cookies-node):
25960         * ls-lisp.el (ls-lisp-classify):
25961         * find-file.el (ff-search-directories, ff-special-constructs)
25962         (ff-find-other-file):
25963         * font-lock.el (font-lock-keywords):
25964         * shell.el (shell-prompt-pattern)
25965         (shell-dynamic-complete-functions, shell-mode)
25966         (shell-delimiter-argument-list):
25967         * term.el (term-replace-by-expanded-filename)
25968         (term-prompt-regexp, term-delimiter-argument-list):
25969         * woman.el (woman-ignore, woman0-if):
25970         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25971         * emacs-lisp/elint.el (elint-init-env):
25972         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25973         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25974         * language/ethio-util.el (ethio-tilde-escape)
25975         (ethio-use-three-dot-question):
25976         * net/zone-mode.el (zone-mode-load-time-setup):
25977         * progmodes/cc-align.el (c-lineup-argcont):
25978         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25979         * progmodes/cperl-mode.el (cperl-set-style-back):
25980         * progmodes/inf-lisp.el (inferior-lisp-prompt):
25981         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25982         Fix spellings in docstrings.
25984         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25985         * progmodes/modula2.el (m2-for): Fix spellings.
25987         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25989         * simple.el (undo-more): Don't use `format' on `error' arguments.
25990         Improve argument/docstring consistency.
25991         (pending-undo-list): Doc fix.
25993         * smerge-mode.el (smerge-ensure-match):
25994         * emulation/vip.el (vip-ex):
25995         * net/zone-mode.el (zone-mode-update-serial):
25996         * progmodes/idlwave.el (idlwave-complete):
25997         * progmodes/vhdl-mode.el (vhdl-visit-file)
25998         (vhdl-compose-wire-components):
25999         Don't use `format' on `error' arguments.
26001         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26002         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26003         (tooltip-help-tips): Fix typos in docstrings.
26005 2005-06-16  David Ponce  <david@dponce.com>
26007         * tree-widget.el (tree-widget-value-create): Simplify last change.
26009 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
26011         * ido.el (ido-incomplete-regexp): New variable.
26012         (ido-set-matches-1): Handle invalid-regexp error and set
26013         ido-incomplete-regexp.
26014         (ido-incomplete-regexp): New face.
26015         (ido-completions): Use it.
26016         (ido-complete, ido-exit-minibuffer, ido-completions):
26017         Handle incomplete regexps.
26018         (ido-completions): Add check for complete match when entering a regexp.
26020 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26022         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26024 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26026         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26027         by field delimiters.
26029 2005-06-15  David Ponce  <david@dponce.com>
26031         * tree-widget.el: eval-and-compile inlined functions so they will
26032         be available at run-time too.
26033         (tree-widget-super-format-handler)
26034         (tree-widget-format-handler): Remove.
26035         (tree-widget-value-create): Handle the :indent property.
26037 2005-06-15  Miles Bader  <miles@gnu.org>
26039         * progmodes/which-func.el (which-func): Only inherit
26040         `font-lock-function-name-face' when that makes sense against the
26041         default mode-line face, otherwise set the face color explicitly.
26043         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26044         faces instead of (non-existent) variables.
26046 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26048         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26049         (iswitchb-get-matched-buffers): Likewise.  Simplify.
26051 2005-06-14  Miles Bader  <miles@gnu.org>
26053         * progmodes/ld-script.el (ld-script-location-counter):
26054         Remove "-face" suffix from face name.
26055         (ld-script-location-counter-face):
26056         New backward-compatibility alias for renamed face.
26057         (ld-script-location-counter-face): Use renamed face.
26059         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26060         (cperl-hash): Remove "-face" suffix from face names.
26061         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26062         New backward-compatibility aliases for renamed faces.
26063         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26064         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26066         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26067         name.
26068         (which-func-face): New backward-compatibility alias for renamed face.
26069         (which-func-format): Use renamed which-func face.
26071         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26072         (vhdl-function, vhdl-directive, vhdl-reserved-word)
26073         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26074         names.
26075         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26076         (vhdl-speedbar-configuration, vhdl-speedbar-package)
26077         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26078         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26079         (vhdl-speedbar-architecture-selected)
26080         (vhdl-speedbar-configuration-selected)
26081         (vhdl-speedbar-package-selected)
26082         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26083         names.
26084         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26085         Use renamed faces.
26086         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26087         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26088         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26089         Use renamed faces.
26090         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26091         names.
26092         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26093         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26094         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26095         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26096         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26097         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26099         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26100         face name.
26101         (sh-heredoc-face): New backward-compatibility alias for renamed face.
26102         (sh-heredoc-face): Use renamed sh-heredoc face.
26104         * progmodes/idlw-help.el (idlwave-help-link):
26105         Remove "-face" suffix from face name.
26106         (idlwave-help-link-face):
26107         New backward-compatibility alias for renamed face.
26108         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26110         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26111         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26112         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26113         New backward-compatibility aliases for renamed faces.
26114         (idlwave-shell-disabled-breakpoint-face)
26115         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26117         * progmodes/flymake.el (flymake-errline, flymake-warnline):
26118         Remove "-face" suffix from face names.
26119         (flymake-errline-face, flymake-warnline-face):
26120         New backward-compatibility aliases for renamed faces.
26121         (flymake-highlight-line): Use renamed flymake faces.
26123         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26124         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26125         (ebrowse-member-class, ebrowse-progress):
26126         Remove "-face" suffix from face names.
26127         (ebrowse-tree-mark-face, ebrowse-root-class-face)
26128         (ebrowse-file-name-face, ebrowse-default-face)
26129         (ebrowse-member-attribute-face, ebrowse-member-class-face)
26130         (ebrowse-progress-face):
26131         New backward-compatibility aliases for renamed faces.
26132         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26133         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26134         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26135         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26137         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26138         antlr-syntax)
26139         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26140         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26141         names.
26142         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26143         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26144         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26145         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26146         backward-compatibility aliases for renamed faces.
26147         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26148         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26149         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26150         remove "font-lock-".  Use renamed antlr-mode faces.
26151         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
26152         literal face-names with face variable references.
26154         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26155         face name.
26156         (Buffer-menu-buffer-face): New backward-compatibility alias for
26157         renamed face.
26158         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26160 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
26162         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26163         Eliminate "-face" suffix.
26164         (makefile-targets): Inherit from font-lock-function-name-face and
26165         eliminate "-face" suffix.
26166         (makefile-shell): Remove attributes and eliminate "-face" suffix.
26167         (makefile-*-font-lock-keywords): Append makefile-targets in rule
26168         actions, instead of prepending, to make it less visible.
26169         (makefile-previous-dependency, makefile-match-dependency):
26170         Don't match a target on a continuation line.
26172         * files.el (auto-mode-alist): Put Makefile in gmake mode.
26174 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
26176         * progmodes/gdb-ui.el (menu): Re-order menu items.
26177         (gdb-tooltip-print): Respect tooltip-use-echo-area.
26179         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26180         Define in tooltip.el.
26181         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26182         (gud-tooltip-tips): Respect tooltip-use-echo-area and
26183         gud-tooltip-echo-area.
26185         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26186         backward compatibility and make obsolete.
26187         (tooltip-help-tips): Use tooltip-use-echo-area.
26188         (tooltip-show-help-function): Rename to...
26189         (tooltip-show-help): ...this, because it is a function.
26190         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26192 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
26194         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26195         (edebug-print-length, edebug-print-level, edebug-print-circle)
26196         (edebug-modify-breakpoint, edebug-eval-last-sexp)
26197         (edebug-eval-print-last-sexp): Doc fixes.
26199 2005-06-14  Kim F. Storm  <storm@cua.dk>
26201         * ido.el (ido-mode): Make a new keymap every time we enable ido,
26202         as the coverage buffer/file/both may change.
26204 2005-06-14  Lute Kamstra  <lute@gnu.org>
26206         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26207         and run-mode-hooks.  Simplify.
26209         * mail/rmailedit.el (rmail-edit-mode):
26210         * progmodes/octave-inf.el (inferior-octave-mode):
26211         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26213         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26214         and run-mode-hooks.
26215         (recentf-edit-list, recentf-open-files): Don't call
26216         kill-all-local-variables directly.
26218         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26220 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
26222         * emacs-lisp/byte-run.el (make-obsolete)
26223         (define-obsolete-function-alias): Rename arguments FUNCTION and
26224         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26225         (make-obsolete-variable, define-obsolete-variable-alias):
26226         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26227         respectively.
26229         * isearchb.el (isearchb-activate):
26230         * pcvs.el (cvs-mode):
26231         * ses.el (ses-load):
26232         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26233         * net/tramp.el (tramp-find-file-exists-command)
26234         (tramp-find-shell):
26235         * progmodes/ada-mode.el (ada-create-case-exception)
26236         (ada-create-case-exception-substring, ada-make-subprogram-body):
26237         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26238         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26239         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26240         * textmodes/org.el (org-promote, org-evaluate-time-range)
26241         (org-agenda-next-date-line, org-agenda-previous-date-line)
26242         (org-agenda-error, org-open-at-point, org-table-move-row)
26243         (org-format-table-table-html-using-table-generate-source)
26244         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26245         * textmodes/reftex.el (reftex-access-scan-info):
26246         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26247         (reftex-toc-promote-prepare): Follow error conventions.
26249         * diff-mode.el (diff-mode): Fix typo in docstring.
26251         * forms.el (forms--intuit-from-file): Fix reference to
26252         `forms-number-of-fields' in error message.
26253         (forms-print): Fix quoting in error message.
26255         * forms.el (forms-mode):
26256         * emulation/vi.el (vi-goto-insert-state):
26257         * progmodes/flymake.el (flymake-new-err-info)
26258         (flymake-start-syntax-check-for-current-buffer)
26259         (flymake-simple-cleanup):
26260         * eshell/esh-var.el (eshell/export):
26261         * progmodes/gud.el (xdb):
26262         * textmodes/flyspell.el (flyspell-incorrect-hook)
26263         (flyspell-maybe-correct-transposition)
26264         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26266 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
26268         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26269         minibuffer prompt.
26271 2005-06-13  Kim F. Storm  <storm@cua.dk>
26273         * subr.el (add-to-ordered-list): New defun.
26275         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26276         add cua--keymap-alist to emulation-mode-map-alists.
26278 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26280         * subr.el (complete-in-turn): New macro.
26281         (dynamic-completion-table, lazy-completion-table): Add debug info.
26283         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26284         in preference to face aliases.
26286         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26287         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26288         Remove unused vars `start' and `firstline'.
26289         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26290         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26292 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
26294         * cus-start.el (all): Don't complain about missing GTK-related
26295         variables, unless either `gtk' is boundp or this isn't a
26296         `windows-nt' build.
26298 2005-06-13  Lute Kamstra  <lute@gnu.org>
26300         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26301         run-mode-hooks.
26303         * ediff-mult.el (ediff-meta-mode):
26304         * ediff-util.el (ediff-mode): Use run-mode-hooks.
26306         * ledit.el (ledit-mode): Use delay-mode-hooks.
26308         * woman.el (woman-mode-line-format): Delete constant.
26309         (woman-mode-map): Initialize it properly.
26310         (woman-mode): Set mode-class property to special.
26311         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
26312         Set major-mode and mode-name.  Don't set mode-line-format directly.
26313         (Man-getpage-in-background): Don't reference woman-mode-line-format.
26315         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26316         string argument obsolete.
26318 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
26320         * textmodes/org.el (org-CUA-compatible): New option.
26321         (org-disputed-keys): New variable.
26322         (org-key): New function.
26323         (orgtbl-make-binding): Add docstring to the created function.
26324         (org-mode): Set paragraph start/separate regexps.
26325         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26326         (org-archive-location, org-archive-mark-done)
26327         (org-archive-stamp-time): New options.
26328         (org-archive-subtree): New command.
26329         (org-fill-paragraph): New function.
26330         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26331         (org-fake-empty-table-line): Function removed.
26332         (org-format-org-table-html): Do not create empty table lines at
26333         separator lines.  Improved table header treatment.
26334         (org-link-format): New option.
26335         (org-make-link): New function.
26336         (org-insert-link, org-store-link): Use org-make-link.
26337         (org-open-file): Quote file name for shell command, to allow
26338         spaces in file names.
26339         (org-link-regexp): Fix bug with mailto link.
26340         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26341         New constants.
26342         (org-export-as-html): Deal with the optional angles around a link.
26343         Better treatment of file: links.
26344         (org-open-at-point): Replace @{ and @} with < and >.
26345         (org-run-mode-hooks): Function removed.
26346         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26348 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26350         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26351         MI command -data-list-register-values.
26352         (gdb-post-prompt): Indent properly.
26354 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26356         * hilit-chg.el (highlight-changes-colors): Rename from
26357         `highlight-changes-colours'.
26358         (highlight-changes-colours): Keep as obsolete alias.
26359         (highlight-changes-face-list): Doc fix.
26360         (hilit-chg-make-list): Use `highlight-changes-colors'.
26362 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26364         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26365         defun-prompt-regexp.
26367 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26369         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26370         and cygwin.
26372         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26373         Don't use an old loaddefs.el, as in Makefile.in.
26375 2005-06-12  Lute Kamstra  <lute@gnu.org>
26377         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26379         * man.el (Man-mode-map): Initialize it properly.
26380         (Man-mode): Set mode-class property to special.
26382         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26384 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26386         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26387         A newline is needed in the docstring there.
26389         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26390         Doc fixes.
26392 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26394         * printing.el: Doc fix.  The menubar is no more changed when printing
26395         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26396         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26397         (pr-version): New version number (6.8.4).
26398         (pr-menu-bind): New command.
26399         (pr-update-menus): Docstring and code fix.
26400         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26401         Docstring fix.
26402         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26403         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26405 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26407         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26408         "Returns" to "return", document useful return values, etc.
26410 2005-06-11  Alan Mackenzie  <acm@muc.de>
26412         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26413         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26414         (adaptive-file-function): Minor amendment to doc-string.
26416 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26418         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26419         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26420         Fix :type--it is `integer', not `string'.
26422         * faces.el (modeline-highlight): Rename from (the erroneous)
26423         `modeline-higilight'.
26425 2005-06-11  Lute Kamstra  <lute@gnu.org>
26427         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26428         lisp-interaction-mode-map but make it the parent.
26429         (edebug-eval-mode): Use define-derived-mode.
26431 2005-06-11  Andreas Schwab  <schwab@suse.de>
26433         * bindings.el: Add binding of `ESC functionkey' for every
26434         `M-functionkey'.
26435         * hexl.el (hexl-mode-map): Likewise.
26437 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26439         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26440         [msft]: update regexp for newer msft compilers.
26442 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26444         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26445         ATTLIST portions of included DTDs.
26446         (xml-parse-dtd): Eliminate use of inefficient match-data.
26448 2005-06-10  Miles Bader  <miles@gnu.org>
26450         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26451         (mpuz-text): Remove "-face" suffix from face names.
26452         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26453         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26454         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26456         * play/gomoku.el (gomoku-O, gomoku-X):
26457         Remove "-face" suffix from face names.
26458         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26459         New backward-compatibility aliases for renamed faces.
26460         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26462 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26464         * thumbs.el: Fixes for changes of 2005-06-09.
26465         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26466         as a directory.
26467         (thumbs-thumbname): Remove directory separator from format string;
26468         `thumbs-thumbsdir' now returns a valid directory name.
26469         (thumbs-temp-dir): New defsubst.
26470         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26471         Use it.
26473         * cus-edit.el (minibuffer):
26474         * files.el (make-backup-file-name-function):
26475         * filesets.el (filesets-external-viewers):
26476         * hilit-chg.el (highlight-changes-colours)
26477         (highlight-changes-face-list, highlight-changes-rotate-faces):
26478         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26479         * kmacro.el (kmacro-call-macro):
26480         * log-edit.el (log-edit-changelog-full-paragraphs):
26481         * mouse.el (mouse-1-click-follows-link):
26482         * skeleton.el (skeleton-autowrap):
26483         * subr.el (insert-for-yank-1):
26484         * tempo.el (tempo-insert-region):
26485         * terminal.el (terminal-emulator):
26486         * time.el (display-time-mail-face):
26487         * vc.el (vc-annotate):
26488         * vcursor.el (vcursor-copy-line):
26489         * woman.el (woman-bold-headings, woman-ignore)
26490         (woman-default-faces, woman-monochrome-faces):
26491         * calendar/todo-mode.el (todo-insert-threshold):
26492         * emulation/pc-select.el (pc-select-selection-keys-only)
26493         (pc-selection-mode):
26494         * emulation/vip.el (vip-find-char-forward):
26495         * emulation/viper-cmd.el (viper-find-char-forward):
26496         * international/mule-cmds.el
26497         (select-safe-coding-system-accept-default-p)
26498         (input-method-exit-on-invalid-key):
26499         * international/mule-diag.el (describe-coding-system):
26500         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26501         * net/browse-url.el (browse-url-xterm-program):
26502         * obsolete/lazy-lock.el (lazy-lock-mode):
26503         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26504         (cperl-mode):
26505         * progmodes/cpp.el (cpp-face-light-name-list)
26506         (cpp-face-dark-name-list):
26507         * progmodes/delphi.el (delphi-newline-always-indents):
26508         Fix spellings in docstrings.
26510         * ido.el (ido-mode, ido-file-extensions-order)
26511         (ido-default-file-method, ido-default-buffer-method)
26512         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26513         (ido-decorations, ido-read-file-name-as-directory-commands)
26514         (ido-read-file-name-non-ido, ido-work-directory-list)
26515         (ido-ignore-item-temp-list, ido-current-directory)
26516         (ido-magic-forward-char, ido-enter-find-file)
26517         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26518         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26520 2005-06-10  Lute Kamstra  <lute@gnu.org>
26522         * play/dunnet.el (dun-mode): Use define-derived-mode.
26523         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26524         obsolete alias.
26526         * play/doctor.el (doctor-mode-map): Remove defvar.
26527         (doctor-mode): Use define-derived-mode.
26529         * mail/mspools.el (mspools-mode):
26530         * net/eudc-hotlist.el (eudc-hotlist-mode):
26531         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26533 2005-06-10  Miles Bader  <miles@gnu.org>
26535         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26536         Remove "-face" suffix from face names.
26537         (flyspell-incorrect-face, flyspell-duplicate-face):
26538         New backward-compatibility aliases for renamed faces.
26539         (flyspell-mode-on, make-flyspell-overlay)
26540         (flyspell-highlight-incorrect-region)
26541         (flyspell-highlight-duplicate-region)
26542         (flyspell-display-next-corrections)
26543         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26545         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26546         from face name.
26547         (texinfo-heading-face): New backward-compatibility alias for
26548         renamed face.
26549         (texinfo-heading-face): Use renamed texinfo-heading face.
26551         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26552         suffix from face names.
26553         (tex-math-face, tex-verbatim-face):
26554         New backward-compatibility aliases for renamed faces.
26555         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26556         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26557         literal face name.
26559         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26560         name.
26561         (table-cell-face): New backward-compatibility alias for renamed face.
26562         (table--put-cell-face-property, table--update-cell-face):
26563         Use renamed table-cell face.
26565         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26566         from face name.
26567         (sgml-namespace-face): New backward-compatibility alias for
26568         renamed face.
26569         (sgml-namespace-face): Use renamed sgml-namespace face.
26571         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26572         (org-level-4, org-level-5, org-level-6, org-level-7)
26573         (org-level-8, org-warning, org-headline-done)
26574         (org-deadline-announce, org-scheduled-today)
26575         (org-scheduled-previously, org-link, org-done, org-table)
26576         (org-time-grid): Remove "-face" suffix from face names.
26577         (org-level-1-face, org-level-2-face, org-level-3-face)
26578         (org-level-4-face, org-level-5-face, org-level-6-face)
26579         (org-level-7-face, org-level-8-face, org-warning-face)
26580         (org-headline-done-face, org-deadline-announce-face)
26581         (org-scheduled-today-face, org-scheduled-previously-face)
26582         (org-link-face, org-done-face, org-table-face)
26583         (org-time-grid-face):
26584         New backward-compatibility aliases for renamed faces.
26585         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26586         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26587         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26588         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26590         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26591         (viper-minibuffer-emacs, viper-minibuffer-insert)
26592         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26593         (viper-search-face, viper-replace-overlay-face)
26594         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26595         (viper-minibuffer-vi-face):
26596         New backward-compatibility aliases for renamed faces.
26597         (viper-search-face, viper-replace-overlay-face)
26598         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26599         (viper-minibuffer-vi-face): Use renamed viper faces.
26601         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26602         Remove "-face" suffix from face names.
26603         (testcover-nohits-face, testcover-1value-face):
26604         New backward-compatibility aliases for renamed faces.
26605         (testcover-mark): Use renamed testcover faces.
26607         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26608         face name.
26609         (diary-button-face): New backward-compatibility alias for renamed face.
26610         (diary-entry): Use renamed diary-button face.
26612         * calendar/calendar.el (diary, calendar-today, holiday)
26613         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26614         (diary-face, calendar-today-face, holiday-face):
26615         New backward-compatibility aliases for renamed faces.
26616         (eval-after-load "facemenu", diary-entry-marker)
26617         (calendar-today-marker, calendar-holiday-marker, diary-face):
26618         Use renamed calendar faces.
26620         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26621         (compare-windows-face): New backward-compatibility alias for
26622         renamed face.
26623         (compare-windows-highlight): Use renamed compare-windows face.
26625         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26626         (strokes-char-face): New backward-compatibility alias for renamed face.
26627         (strokes-encode-buffer): Use renamed strokes-char face.
26629         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26630         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26631         Remove "-face" suffix from face names.
26632         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26633         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26634         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26635         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26636         Use renamed pcvs faces.
26637         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26638         * pcvs-defs.el (cvs-mode-map): Likewise.
26639         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26641         * info.el (info-title-1, info-title-2, info-title-3)
26642         (info-title-4): Remove "-face" suffix from and downcase face names.
26643         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26644         (Info-title-4-face):
26645         New backward-compatibility aliases for renamed faces.
26646         (Info-fontify-node): Use renamed info faces.
26648         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26649         Remove "-face" suffix from face names.
26650         (highlight-changes-face, highlight-changes-delete-face):
26651         New backward-compatibility aliases for renamed faces.
26652         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26653         (hilit-chg-make-list): Use renamed highlight-changes faces.
26655         * generic-x.el (show-tabs-tab, show-tabs-space):
26656         Remove "-face" suffix from face names.
26657         (show-tabs-tab-face, show-tabs-space-face):
26658         New backward-compatibility aliases for renamed faces.
26659         (show-tabs-generic-mode-font-lock-defaults-1)
26660         (show-tabs-generic-mode-font-lock-defaults-2):
26661         Use renamed show-tabs faces.
26663         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26664         (smerge-markers): Remove "-face" suffix from face names.
26665         (smerge-mine-face, smerge-other-face, smerge-base-face)
26666         (smerge-markers-face):
26667         New backward-compatibility aliases for renamed faces.
26668         (smerge-mine-face, smerge-other-face, smerge-base-face)
26669         (smerge-markers-face): Use renamed smerge faces.
26671         * log-view.el (log-view-file, log-view-message): Remove "-face"
26672         suffix from face names.
26673         (log-view-file-face, log-view-message-face):
26674         New backward-compatibility aliases for renamed faces.
26675         (log-view-file-face, log-view-message-face): Use renamed log-view
26676         faces.
26678         * paren.el (show-paren-match, show-paren-mismatch):
26679         Remove "-face" suffix from face names.
26680         (show-paren-match-face, show-paren-mismatch-face):
26681         New backward-compatibility aliases for renamed faces.
26682         (show-paren-function): Use renamed show-paren faces.
26684         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26685         (ruler-mode-margins, ruler-mode-fringes)
26686         (ruler-mode-column-number, ruler-mode-fill-column)
26687         (ruler-mode-comment-column, ruler-mode-goal-column)
26688         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26689         suffix from face names.
26690         (ruler-mode-default-face, ruler-mode-pad-face)
26691         (ruler-mode-margins-face, ruler-mode-fringes-face)
26692         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26693         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26694         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26695         New backward-compatibility aliases for renamed faces.
26696         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26697         (ruler-mode-column-number, ruler-mode-fill-column)
26698         (ruler-mode-comment-column, ruler-mode-goal-column)
26699         (ruler-mode-tab-stop, ruler-mode-current-column)
26700         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26701         faces.
26703         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26704         face name.
26705         (whitespace-highlight-the-space): Use renamed face.
26706         (whitespace-highlight-face): New backward-compatibility alias for
26707         renamed face.
26709         * woman.el (woman-italic, woman-bold, woman-unknown)
26710         (woman-addition, woman-symbol-face):
26711         Remove "-face" suffix from face names.
26712         (woman-italic-face, woman-bold-face, woman-unknown-face)
26713         (woman-addition-face):
26714         New backward-compatibility aliases for renamed faces.
26715         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26716         (woman-decode-region, woman-replace-match)
26717         (woman-display-extended-fonts, woman-special-characters)
26718         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26719         Use renamed woman faces.
26721         * longlines.el (longlines-visible-face): Face removed.
26723         * diff-mode.el (diff-header, diff-file-header, diff-index)
26724         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26725         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26726         suffix from face names.
26727         (diff-header-face, diff-file-header-face, diff-index-face)
26728         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26729         (diff-changed-face, diff-function-face, diff-context-face)
26730         (diff-nonexistent-face): New backward-compatibility aliases for
26731         renamed faces.
26732         (diff-header-face, diff-file-header-face)
26733         (diff-index, diff-index-face, diff-hunk-header)
26734         (diff-hunk-header-face, diff-removed, diff-removed-face)
26735         (diff-added, diff-added-face, diff-changed-face, diff-function)
26736         (diff-function-face, diff-context-face, diff-nonexistent)
26737         (diff-nonexistent-face): Use renamed diff-mode faces.
26739         * progmodes/compile.el (compilation-warning-face)
26740         (compilation-info-face): Remove "-face" suffix from face names.
26741         (compilation-warning-face, compilation-info-face):
26742         New backward-compatibility aliases for renamed faces.
26743         (compilation-warning-face, compilation-info-face):
26744         Use renamed compilation faces.
26746         * add-log.el (change-log-date, change-log-name)
26747         (change-log-email, change-log-file, change-log-list)
26748         (change-log-conditionals, change-log-function)
26749         (change-log-acknowledgement): Remove "-face" suffix from face names.
26750         (change-log-date-face, change-log-name-face)
26751         (change-log-email-face, change-log-file-face)
26752         (change-log-list-face, change-log-conditionals-face)
26753         (change-log-function-face, change-log-acknowledgement-face):
26754         New backward-compatibility aliases for renamed faces.
26755         (change-log-font-lock-keywords): Use renamed change-log faces.
26757         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26758         (custom-set, custom-changed, custom-saved, custom-button)
26759         (custom-button-pressed, custom-documentation, custom-state)
26760         (custom-comment, custom-comment-tag, custom-variable-tag)
26761         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26762         (custom-group-tag): Remove "-face" suffix from face names.
26763         (custom-magic-alist, custom-magic-value-create)
26764         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26765         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26766         (custom-set-face, custom-changed-face, custom-saved-face)
26767         (custom-button-face, custom-button-pressed-face)
26768         (custom-documentation-face, custom-state-face)
26769         (custom-comment-face, custom-comment-tag-face)
26770         (custom-variable-tag-face, custom-variable-button-face)
26771         (custom-face-tag-face, custom-group-tag-face-1)
26772         (custom-group-tag-face):
26773         New backward-compatibility aliases for renamed faces.
26775         * wid-edit.el (widget-documentation, widget-button)
26776         (widget-field, widget-single-line-field, widget-inactive)
26777         (widget-button-pressed): "-face" suffix removed from face names.
26778         (widget-documentation-face, widget-button-face)
26779         (widget-field-face, widget-single-line-field-face)
26780         (widget-inactive-face, widget-button-pressed-face):
26781         New backward-compatibility aliases for renamed faces.
26782         (widget-documentation-face, widget-button-face)
26783         (widget-button-pressed-face, widget-specify-field)
26784         (widget-specify-inactive): Use renamed widget faces.
26786 2005-06-10  Kenichi Handa  <handa@m17n.org>
26788         * term/x-win.el (x-clipboard-yank): Remove condition-case
26789         wrapping.
26791 2005-06-11  Kenichi Handa  <handa@m17n.org>
26793         * add-log.el (change-log-font-lock-keywords): Make the regexp for
26794         date lines stricter.
26796 2005-06-10  Zhang Wei  <id.brep@gmail.com>
26798         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26799         of x-get-selection.
26801 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26803         * comint.el (comint-mode, comint-snapshot-last-prompt):
26804         * frame.el (frame-current-scroll-bars):
26805         * term.el (term-mode, term-check-proc, term-input-sender)
26806         (term-simple-send, term-extract-string, term-word)
26807         (term-match-partial-filename):
26808         * window.el (window-current-scroll-bars):
26809         * emulation/cua-base.el (cua-normal-cursor-color)
26810         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26811         (cua-global-mark-cursor-color):
26812         * mail/undigest.el (rmail-forward-separator-regex):
26813         Fix typos in docstrings.
26815         * comint.el (comint-check-proc, make-comint-in-buffer)
26816         (comint-source-default): Doc fixes.
26818         * term.el (term-send-string): Improve argument/docstring consistency.
26820 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
26822         * comint.el (comint-send-input): Bind `inhibit-read-only' around
26823         call to `delete-region'.
26824         (comint-mode-hook): Do not enable Font Lock by default.
26826 2005-06-09  Lute Kamstra  <lute@gnu.org>
26828         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26829         could be void.
26831 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
26833         * emacs-lisp/debug.el (debugger-will-be-back): New var.
26834         (debug): Use it.
26835         (debugger-step-through, debugger-continue, debugger-jump)
26836         (debugger-return-value): Set it when needed.
26837         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26838         Use inhibit-read-only.
26840 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
26842         * window.el (shrink-window-if-larger-than-buffer)
26843         (window-size-fixed): Fix typo in docstring.
26845         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
26846         thumbnails directory on loading.
26847         (thumbs-conversion-program): Use `eq' to check the system type,
26848         not `equal'.
26849         (thumbs-temp-dir): Initialize to `temporary-file-directory',
26850         not "/tmp".  Fix docstring.
26851         (thumbs-thumbsdir): New function to return the thumbnails
26852         directory, creating it if needed.
26853         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26854         (thumbs-temp-file): Delete variable and make it into a function.
26855         (thumbs-resize-image, thumbs-modify-image): Use it.
26856         (thumbs-kill-buffer): Simplify.
26857         (thumbs-gensym): Defalias or duplicate CL `gensym'.
26858         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26859         docstrings.
26861 2005-06-09  Kim F. Storm  <storm@cua.dk>
26863         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26864         set-match-data to free markers in match-data.
26866         * replace.el (replace-match-data): Pass RESEAT arg `t' to
26867         match-data to unchain markers in match-data.
26869 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
26871         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26872         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
26873         unnecessary now.
26875 2005-06-08  Richard M. Stallman  <rms@gnu.org>
26877         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26878         give the variable a doc string that doesn't say don't set it directly.
26880         * textmodes/ispell.el (ispell-check-version):
26881         Use match-string-no-properties.
26882         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26883         (ispell-buffer-local-words): Likewise.
26885         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26886         except on terminals with enough colors to really display it.
26887         (makefile-dependency-regex): Delete spurious `bb'.
26889         * faces.el (escape-glyph): Use blue once again in last case.
26890         (no-break-space): Redefine so that it isn't invisible on a tty.
26892 2005-06-08  Kim F. Storm  <storm@cua.dk>
26894         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26895         also when reading directory name.
26897 2005-06-08  Lute Kamstra  <lute@gnu.org>
26899         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26900         (flyspell-mode-line-string): Remove autoload cookie.
26901         (flyspell-mode): Remove defvar.
26903 2005-06-07  Lute Kamstra  <lute@gnu.org>
26905         * textmodes/org.el (org-run-mode-hooks): New function.
26906         (org-agenda-mode): Use it.
26908 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
26910         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26912 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26914         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26916 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
26918         * font-lock.el (font-lock-add-keywords): Doc fix.
26920 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
26922         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26923         (tex-compile-default): In the absence of any history, use the order in
26924         tex-compile-alist to choose the preferred command.
26925         (tex-compile-commands): Reorder a bit.
26927         * textmodes/flyspell.el (flyspell-auto-correct-binding)
26928         (flyspell-incorrect-face, flyspell-duplicate-face):
26929         Use (X)Emacs-agnostic code.
26930         (flyspell-mode-map): Don't overwrite at each load.  Remove code
26931         redundant with the subsequent add-minor-mode.  Merge Emacs and
26932         XEmacs code.
26933         (flyspell-word): Minor simplification.
26934         (flyspell-math-tex-command-p): Quieten the byte-compiler.
26935         (flyspell-external-point-words): Remove unused vars `size' and `start'.
26936         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26937         Merge the corresponding Emacs code.
26938         (flyspell-correct-word, flyspell-xemacs-popup):
26939         Use flyspell-do-correct.
26941         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26942         a dedicated window.
26944         * international/latexenc.el (latexenc-find-file-coding-system):
26945         Undo part of last patch, to turn off a compiler warning.
26947 2005-06-06  Juri Linkov  <juri@jurta.org>
26949         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26950         Rename `tmm-inactive-face' to `tmm-inactive'.
26952 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
26954         * iswitchb.el: Rename faces.
26956 2005-06-06  Kim F. Storm  <storm@cua.dk>
26958         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26959         (cua-global-mark): Remove -face suffix from face names.
26961         * emulation/cua-gmrk.el (cua--init-global-mark):
26962         Remove cua-global-mark face setup.
26964 2005-06-06  Richard M. Stallman  <rms@gnu.org>
26966         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26967         just like other allowed characters.
26968         (makefile-match-dependency): Exclude leading and training whitespace
26969         from the range of regexp subexp 1.
26970         (makefile-macroassign-regex): Don't try to match the body,
26971         just the name of the macro being defined.
26973         * info.el (Info-read-node-name-2): New function.
26974         (Info-read-node-name-1): Use that.
26975         Add a completion-base-size-function property.
26977         * simple.el (completion-setup-function): Look for
26978         completion-base-size-function property of minibuffer-completion-table.
26980         * files.el (locate-file-completion): Doc fix.
26982         * printing.el: Don't call pr-update-menus; user must do that.
26984         * emacs-lisp/debug.el (debugger-window): New variable.
26985         (debug): Use debugger-window if it is set and still alive.
26986         Record debugger-window for next entry.
26988         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26990 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
26992         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26993         (hack-one-local-variable, hack-local-variables)
26994         (hack-local-variables-prop-line): Pass that arg.
26996 2005-06-06  Kim F. Storm  <storm@cua.dk>
26998         * ido.el (ido-first-match, ido-only-match, ido-subdir)
26999         (ido-indicator): Remove -face suffix from face names.
27001 2005-06-06  Juri Linkov  <juri@jurta.org>
27003         * font-lock.el (font-lock-regexp-backslash)
27004         (font-lock-regexp-backslash-construct): New faces.
27005         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
27006         after `('.  Add `while-no-input' to control structures.
27008         * faces.el (no-break-space, shadow): New faces.
27009         (escape-glyph): Use less loud colors pink2 and red4.
27011         * diff-mode.el (diff-context-face)
27012         * dired.el (dired-ignored)
27013         * rfn-eshadow.el (file-name-shadow)
27014         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27016         * info.el (Info-title-1-face): Use green instead of yellow because
27017         bold yellow is not readable on light backgrounds.
27019         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27020         before selecting the desired mode to not spend time fontifying
27021         old contents.
27023 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
27025         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27026         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27028         * ps-print.el (ps-default-fg, ps-default-bg):
27029         Fix typos in docstrings.
27031         * isearchb.el (isearchb): Don't pass a spurious second argument to
27032         `iswitchb-completions'.
27034 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
27036         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27037         to preserve point.
27038         (gdb-find-file-hook): Add doc string.
27040         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27041         C dereferenced pointer expression.
27042         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
27044         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27046         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27047         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27048         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27049         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27050         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27051         Make background transparent.
27053 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
27055         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
27056         (font-lock-remove-keywords): Doc fix.
27057         (font-lock-mode-major-mode): Compiler defvar.
27058         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27060         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27061         (font-lock-mode): Update `font-lock-mode-major-mode'.
27062         (font-lock-set-defaults): Compiler defvar.
27063         (font-lock-default-function): Take `font-lock-mode-major-mode'
27064         into account.
27066         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27067         keep track of which major mode it enabled the minor mode for.
27068         Use find-file-hook again.  Update docstring.
27070         * simple.el (eval-expression-print-level)
27071         (eval-expression-print-length, eval-expression-debug-on-error):
27072         Doc fixes.
27074 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
27076         * iswitchb.el (iswitchb-single-match-face)
27077         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27078         (iswitchb-invalid-regexp-face): New faces.
27079         (iswitchb-completions): Use them.
27080         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27081         now marked as an obsolete alias.
27082         (iswitchb-read-buffer): Remove check for bound font variables.
27083         (iswitchb-invalid-regexp): New free variable.
27084         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27085         set iswitchb-invalid-regexp.
27086         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27087         invalid regexps.
27088         (iswitchb-completions): Add check for complete match when entering
27089         a regexp.
27090         (iswitchb-completions): Remove require-match argument.
27091         (iswitchb-exhibit): Fix caller.
27092         (iswitchb-common-match-inserted): New variable.
27093         (iswitchb-complete, iswitchb-completion-help): Use it.
27095 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
27097         * url-http.el (url-http-chunked-encoding-after-change-function):
27098         Use `url-http-debug' instead of `message'.
27100 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
27102         * url-http.el (url-http-parse-headers): Pass redirected URL as a
27103         callback argument.
27105 2005-06-04  Kim F. Storm  <storm@cua.dk>
27107         * simple.el (line-move): Only call sit-for when moving backwards.
27109         * ido.el (ido-make-merged-file-list-1): New defun split from
27110         ido-make-merged-file-list.
27111         (ido-make-merged-file-list): Bind throw-on-input around call to
27112         ido-make-merged-file-list-1.  Return input-pending-p if
27113         interrupted by more input available.
27114         (ido-read-internal): Handle input-pending-p return value from
27115         ido-make-merged-file-list.
27117 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27119         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27120         compatibility code.
27122         * international/latexenc.el (latexenc-find-file-coding-system):
27123         Don't inherit the EOL part of the coding-system from the
27124         tex-main buffer.  Fit within 80 columns.
27126 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
27128         * tmm.el (tmm-inactive-face): New face.
27129         (tmm-remove-inactive-mouse-face): New function.
27130         (tmm-prompt, tmm-add-one-shortcut)
27131         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27132         but not selectable.
27134 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
27136         * faces.el (face-equal): Improve argument/docstring consistency.
27138 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
27140         * progmodes/make-mode.el (makefile-targets-face)
27141         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27142         (makefile-bsdmake-dependency-regex)
27143         (makefile-makepp-rule-action-regex)
27144         (makefile-bsdmake-rule-action-regex): New constants.
27145         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27147         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27148         Allow (...) within `...' for makepp messages.
27150 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
27152         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27154         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27155         "." files are deleted from all file lists before comparison.
27157         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27158         (viper-ESC-key): Made them customizable.
27160         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27162 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
27164         * autorevert.el (auto-revert-buffers): Use save-match-data.
27166 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27168         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27169         menu items with a nil command binding.
27171 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
27173         * emacs-lisp/cl-macs.el (defsetf):
27174         Improve argument/docstring consistency.
27176         * faces.el (list-faces-display): Improve the formatting by
27177         computing the maximum length required for any face-name (reworked
27178         patch of 1999-01-11, accidentally deleted on 1999-07-21).
27179         (internal-find-face): Remove redundant info in docstring.
27181 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
27183         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27184         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27185         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27186         (gdb-assembler-custom): Improve regexps.
27187         (def-gdb-auto-update-handler): Use window point to preserve point.
27189 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27191         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27193 2005-05-31  Jay Belanger  <belanger@truman.edu>
27195         * calc/calc-embed.el (calc-embedded-word): Change argument passed
27196         to calc-embedded.
27197         (calc-embedded-make-info): Have plain prefix argument select
27198         entire line.
27200 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
27202         * faces.el (list-faces-display): Signal error if passed a regexp
27203         that matches no face name.
27205         * simple.el (filter-buffer-substring): Fix typo in docstring.
27207 2005-05-31  Richard M. Stallman  <rms@gnu.org>
27209         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27210         (vhdl-emacs-21): Doc fix.
27211         (vhdl-mode): Unconditionally set comment-padding.
27212         (vhdl-fixup-whitespace-region): Insert spaces only where
27213         there are none.
27214         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27216 2005-05-30  John Wiegley  <johnw@newartisans.com>
27218         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27219         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27220         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27221         `directory-sep-char' to ?/, and all uses of `string-to-int' to
27222         `string-to-number'.
27224 2005-05-30  Jay Belanger  <belanger@truman.edu>
27226         * calc/calc.el (calc-bug-address): Fix docstring.
27227         (calc-window-hook, calc-trail-window-hook): New variables.
27228         (calc-trail-display): Restore use of calc-trail-window-hook.
27229         (calc): Restore use of calc-window-hook.
27231 2005-05-31  Masatake YAMATO  <jet@gyve.org>
27233         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27235         * help-fns.el (help-C-file-name): Add autoload mark for
27236         `find-function-noselect'.
27238 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27240         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27241         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27243 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27245         * calendar/diary-lib.el (mark-included-diary-files): Only kill
27246         included diary buffer if it was not already being visited.
27247         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27249         * calendar/icalendar.el (top-level): Do not require appt.
27251         * mail/supercite.el (sc-select-attribution): Only use a list
27252         element from sc-attrib-selection-list if it returns a string.
27253         Reported by Davide G. M. Salvetti <salve@debian.org>.
27255 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
27257         * thumbs.el (thumbs-thumbname): The resulting thumbname now
27258         includes a hash value to improve its uniqueness, and has a ".jpg"
27259         extension.  Also, it is now a valid filename on all systems.
27260         (thumbs-make-thumb): Use `let', not `let*'.
27261         (thumbs-show-thumbs-list): Check for JPEG availability.
27263 2005-05-30  Richard M. Stallman  <rms@gnu.org>
27265         * filesets.el (filesets-menu-ensure-use-cached):
27266         Prevent warning when emacs-version>= is undefined.
27268         * printing.el (pr-interactive-n-up): Use string-to-number.
27270         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27272         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27273         Warn only when name to be defined is quoted.
27275 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
27277         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27278         Make regexp more robust.
27279         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27280         Force regeneration of disassembly.
27282 2005-05-29  Jay Belanger  <belanger@truman.edu>
27284         * calc/calc.el (calc-user-invocation): Check if
27285         calc-invocation-macro is non-nil.
27287 2005-05-29  Juri Linkov  <juri@jurta.org>
27289         * add-log.el (change-log-font-lock-keywords):
27290         Add `+' to e-mail regexp to accept mail address with keywords.
27292         * man.el (Man-name-regexp): Add `:' to accept qualified names.
27294 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
27296         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27298         * ielm.el (inferior-emacs-lisp-mode): Ditto.
27300 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27302         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27303         Undo the change that moves to end of the current word.
27305 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27307         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27308         Throw error when count <= 0 to ensure input is a number.
27309         (gdb-read-memory-custom): Pick up address from buffer.
27310         (gdb-memory-mode): Allow user to increment and decrement
27311         memory address from header line.
27313 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27315         * flyspell.el (flyspell-version): Function deleted.
27316         (flyspell-auto-correct-previous-hook): Doc fix.
27318         * jit-lock.el (jit-lock-function, jit-lock-after-change):
27319         Do nothing if memory is full.
27321         * font-lock.el (font-lock-fontify-syntactically-region):
27322         Pass t for GREEDY to looking-back.
27324         * saveplace.el (save-place-alist-to-file): Write the file
27325         using write-region.
27327         * subr.el (looking-back): New argument GREEDY.
27329         * progmodes/compile.el (compilation-start): Set the mode
27330         before inserting the initial text.
27332         * progmodes/which-func.el (which-func-update-1): Turn the mode
27333         off in case of error by setting which-func-mode.
27335 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27337         * flyspell.el (flyspell-auto-correct-previous-word):
27338         Narrow down to what's on the screen, and recenter overlays
27339         at the end of the next word.
27341 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27343         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27344         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27345         (flyspell-abbrev-p): Default to nil.
27346         (flyspell-use-global-abbrev-table-p): Doc fix.
27347         (flyspell-large-region): Allow nil as value.
27348         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27350         (mail-mode-flyspell-verify): More robust handling
27351         of `mail-header-separator'.  More efficient signature detection.
27352         Allow for regexp metacharacters in message-header-separator.
27353         Adding `To' not to be checked in mail-mode-flyspell-verify.
27355         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27356         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27357         Bind flyspell-auto-correct-binding.
27358         Bind C-. and C-, .
27359         (flyspell-mode-map): Likewise.
27360         (flyspell-mode): Doc fix.
27361         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27362         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27363         (flyspell-word-cache-result): New var, always local.
27364         (flyspell-check-pre-word-p): Doc fix.
27365         (flyspell-check-changed-word-p): Handle spc like newline.
27366         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27367         (flyspell-word-search-backward, flyspell-word-search-forward):
27368         New functions.
27369         (flyspell-word): Return t if nothing to check.
27370         When parsing TeX code, check for after } or \.
27371         Use flyspell-word-search-backward to find previous word.
27372         Return nil if duplicated word.
27373         For word already checked, return same value as last time.
27374         Set flyspell-word-cache-result after checking.
27375         Don't clobber the return value.
27376         (flyspell-get-word): Major rewrite.
27377         (flyspell-external-point-words): New locals pword, pcount.
27378         Fix size used in progress message.
27379         Find the proper corresponding word in flyspell-large-region-buffer.
27380         (flyspell-region): Check for flyspell-large-region = nil.
27381         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27382         (flyspell-auto-correct-word): Check that WORD is a cons.
27383         (flyspell-correct-word): Likewise.
27385 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27387         * progmodes/make-mode.el (makefile-rule-action-regex)
27388         (makefile-macroassign-regex, makefile-makepp-mode)
27389         (makefile-bsdmake-mode): Continuation lines may be empty.
27390         Reported by Joshua Varner.
27391         (makefile-makepp-font-lock-keywords): Add $(stem).
27393 2005-05-28  Karl Berry  <karl@gnu.org>
27395         * textmodes/tex-mode.el: Now that tex-send-command calls
27396         shell-quote-argument (2005-03-31 change), remove all calls to
27397         shell-quote-argument; they all end up invoking tex-send-command.
27398         The double quoting loses on filenames with non-safe characters,
27399         such as "@".  Reported by Frederik Fouvry.
27401 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27403         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27404         about preserving point.
27406 2005-05-27  Jay Belanger  <belanger@truman.edu>
27408         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27409         Info-goto-node.
27411         * calc/calc-embed.el (calc-embed-arg): New variable.
27412         (calc-do-embedded-activate, calc-embedded-activate-formula)
27413         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27414         variable by new variable.
27415         (calc-embedded-make-info): Replace undeclared variable by new
27416         variable.  When selecting region with positive prefix
27417         argument, use end of previous line instead of beginning of line.
27419         * calc/calc-aent.el (calc-arg-values): Declare it.
27421         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27422         Declare them.
27424         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27426         * calc/calc.el (calc-alg-map): Declare it.
27428         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27430 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27432         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27433         (gdb-registers-buffer, toggle-gdb-all-registers):
27434         Toggle display of floating point registers.
27435         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27437         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27438         (toggle-gud-tooltip-dereference):
27439         Rename from gud-toggle-tooltip-dereference.
27441 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27443         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27445 2005-05-27  Jay Belanger  <belanger@truman.edu>
27447         * calc/calc-prog.el (calc-kbd-report): Remove.
27448         (calc-kbd-query): Rewrite.
27450 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27452         * image.el (image-library-alist): Move to image.c.
27453         (image-type-available-p): Doc fix.
27455 2005-05-27  Lute Kamstra  <lute@gnu.org>
27457         * calc/calc.el (calc):
27458         * outline.el (outline-1, outline-2, outline-3, outline-4)
27459         (outline-5, outline-6, outline-7, outline-8):
27460         * textmodes/dns-mode.el (dns-mode):
27461         * textmodes/sgml-mode.el (sgml-namespace-face):
27462         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27463         (tex-verbatim-face, tex-use-reftex):
27464         * textmodes/texinfo.el (texinfo-heading-face):
27465         Specify customization group.
27467         * longlines.el: Don't require easy-mmode.
27468         (longlines-visible-face): Specify customization group.
27470 2005-05-27  Kenichi Handa  <handa@m17n.org>
27472         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27473         encoding table of windows-1251.
27475         * international/ucs-tables.el (ucs-set-table-for-input):
27476         If translation-table-for-input of a coding system is a symbol, get
27477         its translation-table property.
27479         * international/code-pages.el: Don't register a coding system into
27480         non-iso-charset-alist more than once.
27481         (cp-make-coding-system): Likewise.
27483 2005-05-26  John Wiegley  <johnw@newartisans.com>
27485         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27486         `eshell-resume-eval' is wrapped in a list, it indicates that the
27487         command was run asynchronously.  In that case, unwrap the value
27488         before checking the delimiter value.
27490         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27491         character before a space at the end of a line is \, assume the space
27492         is part of the last argument rather than a final argument separator.
27494         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27495         is in use, and the target is `t' or `nil' (which are the most common
27496         values), don't assume that the symbol target is a buffer.
27498 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27500         * calendar/calendar.el (calendar-mode-line-format):
27501         Use mode-line-highlight as mouse-face.
27503         * time.el (display-time-string-forms, display-time-update):
27504         Use mode-line-highlight as mouse-face.
27506 2005-05-26  Jay Belanger  <belanger@truman.edu>
27508         * calc/calc.el (calc-language-alist): Remove extra defvar.
27510 2005-05-26  Lute Kamstra  <lute@gnu.org>
27512         * arc-mode.el (archive-mode):
27513         * bookmark.el (bookmark-read-annotation-mode)
27514         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27515         * bs.el (bs-mode):
27516         * calc/calc-yank.el (calc-edit-mode):
27517         * calc/calc.el (calc-mode, calc-trail-mode):
27518         * calculator.el (calculator-mode):
27519         * chistory.el (command-history-mode):
27520         * comint.el:
27521         * cus-edit.el (custom-mode):
27522         * descr-text.el (describe-text-mode):
27523         * ebuff-menu.el (Electric-buffer-menu-mode):
27524         * ediff-util.el (ediff-mode):
27525         * emacs-lisp/re-builder.el (reb-mode):
27526         * emulation/vi.el (vi-mode-setup):
27527         * emulation/ws-mode.el (wordstar-mode):
27528         * eshell/esh-mode.el (eshell-mode):
27529         * forms.el (forms-mode):
27530         * help-mode.el (help-mode):
27531         * hexl.el (hexl-mode):
27532         * ibuffer.el (ibuffer-mode):
27533         * ielm.el (inferior-emacs-lisp-mode):
27534         * info.el (Info-mode, Info-edit-mode):
27535         * international/swedish.el:
27536         * ledit.el (ledit-from-lisp-mode):
27537         * locate.el (locate-mode):
27538         * mail/rmail.el (rmail-mode):
27539         * mail/rmailedit.el (rmail-edit-mode):
27540         * mail/rmailsum.el (rmail-summary-mode):
27541         * mail/supercite.el (sc-electric-mode):
27542         * net/eudc.el (eudc-mode):
27543         * net/quickurl.el (quickurl-list-mode):
27544         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27545         * obsolete/ooutline.el (outline-mode):
27546         * obsolete/options.el (Edit-options-mode):
27547         * obsolete/rnews.el (news-mode):
27548         * obsolete/rnewspost.el (news-reply-mode):
27549         * play/5x5.el (5x5-mode):
27550         * play/decipher.el (decipher-mode, decipher-stats-mode):
27551         * play/gomoku.el (gomoku-mode):
27552         * play/snake.el (snake-mode):
27553         * play/solitaire.el (solitaire-mode):
27554         * play/tetris.el (tetris-mode):
27555         * progmodes/ada-mode.el (ada-mode):
27556         * progmodes/antlr-mode.el (antlr-mode):
27557         * progmodes/autoconf.el (autoconf-mode):
27558         * progmodes/dcl-mode.el (dcl-mode):
27559         * progmodes/delphi.el (delphi-mode):
27560         * progmodes/ebrowse.el (ebrowse-tree-mode)
27561         (ebrowse-electric-list-mode, ebrowse-member-mode)
27562         (ebrowse-electric-position-mode):
27563         * progmodes/f90.el (f90-mode):
27564         * progmodes/fortran.el (fortran-mode):
27565         * progmodes/icon.el (icon-mode):
27566         * progmodes/idlw-help.el (idlwave-help-mode):
27567         * progmodes/idlw-shell.el (idlwave-shell-mode):
27568         * progmodes/idlwave.el (idlwave-mode):
27569         * progmodes/inf-lisp.el (inferior-lisp-mode):
27570         * progmodes/m4-mode.el (m4-mode):
27571         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27572         * progmodes/modula2.el (modula-2-mode):
27573         * progmodes/octave-inf.el (inferior-octave-mode):
27574         * progmodes/octave-mod.el (octave-mode):
27575         * progmodes/pascal.el (pascal-mode):
27576         * progmodes/sh-script.el (sh-mode):
27577         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27578         * progmodes/vhdl-mode.el (vhdl-mode):
27579         * progmodes/xscheme.el (scheme-interaction-mode):
27580         * replace.el (occur-mode):
27581         * ses.el (ses-mode):
27582         * simple.el (completion-list-mode):
27583         * skeleton.el:
27584         * speedbar.el (speedbar-mode):
27585         * term.el (term-mode):
27586         * terminal.el (terminal-edit-mode):
27587         * textmodes/reftex-index.el (reftex-index-mode)
27588         (reftex-index-phrases-mode):
27589         * textmodes/reftex-sel.el (reftex-select-label-mode)
27590         (reftex-select-bib-mode):
27591         * textmodes/reftex-toc.el (reftex-toc-mode):
27592         * wdired.el (wdired-change-to-wdired-mode):
27593         * wid-browse.el (widget-browse-mode):
27594         Use run-mode-hooks.
27596         * array.el (array-mode):
27597         * calendar/todo-mode.el (todo-mode):
27598         * man.el (Man-mode):
27599         * play/landmark.el (lm-mode):
27600         * play/mpuz.el (mpuz-mode):
27601         Use kill-all-local-variables and run-mode-hooks.
27603         * subr.el (delay-mode-hooks): Specify indentation.
27605 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27607         * xml.el (xml-substitute-special): Don't die for undefined xml
27608         entities.
27610 2005-05-26  Jay Belanger  <belanger@truman.edu>
27612         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27613         of nil.
27615 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27617         * progmodes/gdb-ui.el (gdb-frame-address):
27618         Rename from gdb-current-address.
27619         (gdb-previous-frame-address): Rename from gdb-previous-address.
27620         (gdb-selected-frame): Rename from gdb-current-frame.
27621         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27622         (gdb-frame-number): Rename from gdb-current-stack-level.
27623         (gdb-ann3): Match new mode-name for disassembly buffer.
27624         Extend initialization of variables.
27625         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27626         (gdb-memory-mode): Use mouse-face in header line.
27627         (gdb-assembler-buffer-name): Call it disassembly and give frame
27628         in mode line.
27629         (gdb-source-spec-regexp, gdb-assembler-custom)
27630         (gdb-invalidate-assembler, gdb-frame-handler):
27631         Make robust to leading zeroes in address format.
27633 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27635         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27636         define `org-mode'.
27637         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27639 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27641         * log-edit.el (log-edit-changelog-entries): Distinguish between
27642         filenames like xfns.c and fns.c.
27644 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27646         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27647         point after reverting.
27648         (Buffer-menu-make-sort-button): Handle the case where
27649         `Buffer-menu-use-header-line' is nil.
27651 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27653         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27654         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27655         and `:' to them.
27657 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27659         * startup.el (normal-top-level): Allow modification of load-path while
27660         we're iterating over it.
27662 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27664         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27665         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27666         (thumbs-resize-interactive, thumbs-insert-image)
27667         (thumbs-insert-thumb, thumbs-dired-show-marked)
27668         (thumbs-find-image-at-point, thumbs-delete-images)
27669         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27670         (thumbs-increment-image-size, thumbs-decrement-image-size):
27671         Fix typos in docstrings.
27673 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27675         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27676         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27677         (cperl-mode): Use them.
27679 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27681         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27682         Doc fixes.
27684 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27686         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27687         Bind C-d to gdb-inferior-io-eof.
27689         * dired.el (dired-dnd-popup-notice): Use message-box.
27691 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27693         * bindings.el (mode-line-major-mode-keymap):
27694         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27696         * faces.el (mode-line-highlight): New face.
27698         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27699         as mouse-face.
27701         * bindings.el (top-level, help-echo, mode-line-modified)
27702         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27703         as mouse-face.
27705 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27707         * progmodes/cc-engine.el (c-guess-basic-syntax):
27708         Remove spurious call to `zerop'.
27710         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27712 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27714         CC Mode update to 5.30.10:
27716         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27717         could go past the limit in decoration level 2, thereby causing
27718         errors during interactive fontification.
27720         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27721         the file is evaluated interactively.
27723         * cc-engine.el (c-guess-basic-syntax): Handle operator
27724         declarations somewhat better in C++.
27726         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27727         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27728         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27729         (awk-mode): Use it.
27730         (make-local-hook): Suppress warning about obsoleteness.
27732         * cc-engine.el, cc-align.el, cc-cmds.el
27733         (c-append-backslashes-forward, c-delete-backslashes-forward)
27734         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27735         Compensate for return value from `forward-line' when it has moved
27736         but not to a different line due to eob.
27738         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27739         `objc-method-intro' and `objc-method-args-cont'.
27741 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27743         CC Mode update to 5.30.10:
27745         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27746         in the copyright statement.  Incidentally, change "along with GNU
27747         Emacs" to "along with this program" where it occurs.
27749         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27750         so that it is interactive, hence can be found by M-x awk-mode
27751         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27752         <gmorris+emacs@ast.cam.ac.uk>.
27754         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27755         Mode's regexps.
27757 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27759         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27760         c-parse-state, to avoid a lisp error (on bad code).
27762 2005-05-23  Lute Kamstra  <lute@gnu.org>
27764         * subr.el (font-lock-defaults): Remove defvar as it's already
27765         defined in font-core.el.
27767         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27769 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27771         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27772         more general and work when GDB variable "print pretty" is on,
27773         as with Emacs, for example.
27775 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27777         * font-core.el: Update comment.
27779         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27780         Use `after-change-major-mode-hook' instead of `find-file-hook'.
27782         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27784 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
27786         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27787         and `yank-handler' in the doc strings.
27789 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
27791         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
27793 2005-05-22  Richard M. Stallman  <rms@gnu.org>
27795         * help.el (describe-key): Move print-help-return-message call
27796         out of conditional.
27798         * progmodes/etags.el (list-tags): Use with-no-warnings.
27800         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27801         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27802         (starttls-extra-args, starttls-extra-arguments): Add defvars.
27804         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27806         * language/viet-util.el (viet-viscii-nonascii-translation-table):
27807         Add defvar.
27809         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27810         Use defvar, not defconst.
27812         * hexl.el (hexl-follow-line): Use with-no-warnings.
27814         * emulation/tpu-extras.el: Use write-file-functions instead of
27815         write-file-hooks.
27817         * dired.el (dired-font-lock-keywords): Fontify files with junk
27818         extensions even if marked by -F.
27820 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
27822         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27823         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27824         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27825         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27826         (concatenate, list-length, get*, getf, cl-remprop):
27827         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27828         (etypecase, progv, lexical-let, lexical-let*)
27829         (multiple-value-bind, multiple-value-setq, shiftf):
27830         Improve argument/docstring consistency.
27832         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27834 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
27836         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27837         doesn't exist.
27839         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
27840         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27842 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
27844         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27845         already deleted variables: auto-fill-hook, blink-paren-hook,
27846         lisp-indent-hook, inhibit-local-variables, unread-command-event,
27847         suspend-hooks, comment-indent-hook, meta-flag,
27848         before-change-function, after-change-function,
27849         font-lock-doc-string-face.
27851 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
27853         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27855 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
27857         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27858         rmail-dont-reply-to.
27860 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27862         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27863         literal blank when splitting new-header-values.
27865 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
27867         * calendar/cal-menu.el (cal-menu-update): Add separator as a
27868         string so that tmm doesn't create a completion entry for it.
27870         * textmodes/table.el (table-disable-menu): Ditto.
27872 2005-05-21  Richard M. Stallman  <rms@gnu.org>
27874         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27876         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27878         * net/rcompile.el (remote-compile): Use compilation-start.
27880         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27882 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
27884         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27885         Default to makefile-bsdmake-mode on BSD systems.
27887         * imenu.el (imenu-generic-expression, imenu--generic-function'):
27888         REGEXP may also be a search function now.  The part of doc-string
27889         for describing the structure was 95% identical to that of
27890         `imenu--generic-function'.  Unify it there.
27892         * progmodes/make-mode.el (makefile-imenu-generic-expression):
27893         Use function to find dependencies, because regexp alone is so complex,
27894         it easily goes into an endless loop.
27895         (makefile-makepp-mode): Also add submenu for Perl functions
27896         defined in the makefile.
27897         (makefile-bsdmake-mode): Special imenu-generic-expression no
27898         longer needed, due to function call.
27899         (makefile-match-dependency): Take BOUND into account when checking
27900         if we're through.
27902 2005-05-20  Jay Belanger  <belanger@truman.edu>
27904         * calc/calc-units.el (calc-invalidate-units-table):
27905         Use inhibit-read-only.
27906         (math-build-units-table-buffer): Use view-mode.
27908 2005-05-20  David Kastrup  <dak@gnu.org>
27910         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27911         easy-menu-add is not a nop on Emacs; and clarify when to call it.
27913 2005-05-20  Lute Kamstra  <lute@gnu.org>
27915         * diff-mode.el (diff-header-face, diff-file-header-face)
27916         (diff-index-face, diff-hunk-header-face, diff-removed-face)
27917         (diff-added-face, diff-changed-face, diff-function-face)
27918         (diff-context-face, diff-nonexistent-face): Put them in the
27919         diff-mode customization group.
27921 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
27923         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27925         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27927         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27928         Minor regexp-optimization.
27930 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
27932         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27933         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27934         (org-agenda-add-time-grid-maybe): New function.
27935         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27936         (org-table-create): `dotimes' instead of `mapcar'.
27937         (org-xor): Simplify implementation.
27938         (org-agenda): `inhibit-redisplay' turned on.
27939         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27940         a consistent line after a state change.
27941         (org-agenda-remove-times-when-in-prefix): New option.
27942         (org-prefix-has-time): New variable.
27943         (org-parse-time-string): Optional argument NODEFAULT.
27944         (org-format-agenda-item): Parse items for time-of-day
27945         specifications and move these into the prefix if possible.
27946         (org-agenda-priority): Get current heading, not previous heading
27947         during agenda remote editing.
27949 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
27951         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27952         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27953         (remove-duplicates, delete-duplicates, substitute)
27954         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27955         (nsubstitute-if-not, find, find-if, find-if-not, position)
27956         (position-if, position-if-not, count, count-if, count-if-not)
27957         (mismatch, search, sort*, stable-sort, merge, member*)
27958         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27959         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27960         (intersection, nintersection, set-difference, nset-difference)
27961         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27962         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27963         (nsublis, tree-equal): Improve argument/docstring consistency.
27965         * subr.el (send-string, send-region): Remove obsolescence declaration.
27966         (window-dot, set-window-dot, read-input, show-buffer)
27967         (eval-current-buffer, string-to-int):
27968         Add release number to obsolescence declarations.
27970 2005-05-19  Kim F. Storm  <storm@cua.dk>
27972         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27973         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27975 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
27977         * faces.el (list-faces-display): Make back button respect optional
27978         regexp arg.
27980 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
27982         * calculator.el (calculator-radix-grouping-mode)
27983         (calculator-radix-grouping-digits, calculator-displayer)
27984         (calculator-radix-grouping-separator, calculator-copy-displayer):
27985         * dabbrev.el (dabbrev-search-these-buffers-only):
27986         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27987         (diff-advance-after-apply-hunk, diff-mode-hook)
27988         (diff-minor-mode-prefix):
27989         * imenu.el (imenu-use-popup-menu):
27990         * jit-lock.el (jit-lock-context-time):
27991         * newcomment.el (comment-fill-column, comment-column)
27992         (comment-style, comment-padding, comment-multi-line)
27993         (comment-empty-lines, comment-auto-fill-only-comments):
27994         * reveal.el (reveal-around-mark):
27995         * uniquify.el (uniquify-buffer-name-style)
27996         (uniquify-after-kill-buffer-p)
27997         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27998         (uniquify-min-dir-content, uniquify-separator)
27999         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28000         * w32-vars.el (w32-fixed-font-alist):
28001         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28002         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28003         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28004         * progmodes/perl-mode.el (perl-indent-level)
28005         (perl-continued-statement-offset, perl-continued-brace-offset)
28006         (perl-brace-offset, perl-brace-imaginary-offset)
28007         (perl-label-offset, perl-indent-continued-arguments)
28008         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28009         * progmodes/tcl.el (tcl-indent-level)
28010         (tcl-continued-indent-level, tcl-auto-newline)
28011         (tcl-tab-always-indent, tcl-electric-hash-style)
28012         (tcl-help-directory-list, tcl-use-smart-word-finder)
28013         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28014         (inferior-tcl-source-command):
28015         * textmodes/fill.el (enable-kinsoku):
28016         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28017         * textmodes/table.el (table-yank-handler):
28018         Specify missing group (and type, if simple) in defcustom.
28020 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
28022         * progmodes/compile.el (compilation-finish-function): Fix defvar.
28024 2005-05-19  Richard M. Stallman  <rms@gnu.org>
28026         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28028         * subr.el (event-basic-type): Don't get an error.
28029         (left-fringe-p): Function deleted.
28031         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28032         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28034         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28035         in recursive copy.
28037         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28039         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28041         * emacs-lisp/bytecomp.el
28042         (byte-compile-file-form-custom-declare-variable):
28043         Call byte-compile-nogroup-warn if appropriate.
28045         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28046         (compilation-set-window): Don't call left-fringe-p; do it directly.
28048 2005-05-19  Jay Belanger  <belanger@truman.edu>
28050         * calc/calc-graph.el (calc-graph-format-data): Make sure
28051         var-PlotRejects is bound before trying to check its value.
28053 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
28055         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28056         definition of this variable from reftex-global.el to reftex.el,
28057         because it is needed in the menu.
28059 2005-05-19  Lute Kamstra  <lute@gnu.org>
28061         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28062         years are fixed.  Don't insert a space after a dash.
28064 2005-05-19  Kim F. Storm  <storm@cua.dk>
28066         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28068 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
28070         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28071         strings, because (eq ... ?\\) is fairly frequent.
28073         * progmodes/make-mode.el (makefile-add-this-line-targets):
28074         Simplify and integrate into `makefile-pickup-targets'.
28075         (makefile-add-this-line-macro): Simplify and integrate into
28076         `makefile-pickup-macros.
28077         (makefile-pickup-filenames-as-targets): Simplify.
28078         (makefile-previous-dependency, makefile-match-dependency):
28079         Don't stumble over `::'.
28081 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
28083         * subr.el (post-command-idle-hook, post-command-idle-delay):
28084         Remove obsoletion of post-command-idle-hook and
28085         post-command-idle-delay.
28087         * faces.el (list-faces-display): Provide button when describe-face
28088         is called to take user back to the list of faces.
28090         * help-fns.el (describe-variable): Remove hyperlinks in a
28091         variable's value as these are quite frequently inappropriate.
28093         * follow.el (follow-submit-feedback, follow-mode):
28094         Remove references to post-command-idle-hook.
28096 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
28098         * progmodes/make-mode.el (makefile-previous-dependency)
28099         (makefile-match-dependency): Check for := (and in bsd mode also
28100         !=) to give a better result, even when font-lock is not on.
28102 2005-05-18  Jay Belanger  <belanger@truman.edu>
28104         * calc/calc-help.el (calc-s-prefix-help):
28105         Add `calc-copy-special-constant' to help string.
28107 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
28109         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28111 2005-05-18  Jay Belanger  <belanger@truman.edu>
28113         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28114         in linear factors are in proper order.
28116 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
28118         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28119         Support for jurabib.
28121         * textmodes/reftex.el (featurep): Define aliases for overlay
28122         commands, for XEmacs compatibility, and use these aliases in
28123         overlay initializations.
28124         (reftex-highlight): Use `reftex-move-overlay'.
28125         (reftex-unhighlight): Use `reftex-delete-overlay'.
28126         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
28127         (reftex-access-search-path): Use `reftex-uniquify' instead of
28128         `reftex-uniq'
28130         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28131         `before-string' property modification enables for Emacs as well.
28132         (reftex-select-item): Use `reftex-delete-overlay'.
28133         (reftex-select-mark): Use `reftex-make-overlay' and
28134         `reftex-overlay-put'.
28135         (reftex-select-unmark): Use `reftex-delete-overlay' and
28136         `reftex-overlay-put'.
28138 2005-05-18  Lute Kamstra  <lute@gnu.org>
28140         * emacs-lisp/lisp.el (check-parens): Fix docstring.
28142 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
28144         * add-log.el (add-change-log-entry):
28145         * array.el (array-make-template, array-reconfigure-rows)
28146         (array-init-max-row, array-init-max-column)
28147         (array-init-columns-per-line, array-init-field-width):
28148         * replace.el (replace-match-maybe-edit, perform-replace):
28149         * textmodes/spell.el (spell-region):
28150         Replace `read-input' by `read-string'.
28152         * forms.el (forms-mode):
28153         * finder.el (finder-compile-keywords):
28154         * shadowfile.el (shadow-read-files):
28155         Replace `eval-current-buffer' by `eval-buffer'.
28157         * terminal.el (te-pass-through):
28158         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28159         (ange-ftp-raw-send-cmd):
28160         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28161         (send-process-next-char, telnet-initial-filter, telnet):
28162         Replace `send-string' by `process-send-string'.
28164         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28165         (prolog-consult-region): Replace `send-string' by
28166         `process-send-string'; replace `send-region' by `process-send-region'.
28168         * progmodes/delphi.el (delphi-log-msg):
28169         Replace `set-window-dot' by `set-window-point'.
28171         * subr.el (window-dot, set-window-dot, read-input, send-string)
28172         (send-region, show-buffer, eval-current-buffer):
28173         Make really obsolete, as the comment says.
28175 2005-05-17  Kim F. Storm  <storm@cua.dk>
28177         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28178         (cua--init-keymaps): Bind C-return instead of S-return to set
28179         rectangle mark.
28181         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28182         instead of S-return to toggle/clear rectangle mark.
28184 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
28186         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28187         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28188         Also fontify plain strings assigned to variables, mostly so that a
28189         colon has a face and is thus not taken as a dependency separator.
28190         (makefile-previous-dependency): Inline the new matcher, because it
28191         is too complex to work in both directions.
28192         (makefile-match-dependency): Eliminate `backward' arg (see above).
28193         Completely reimplemented so as to not sometimes go into an endless
28194         loop.  It should also be more efficient, because first it only
28195         searches for `:', instead of applying the very complex regexp.
28196         (makefile-mode): Cancel `font-lock-support-mode', because blocks
28197         to be fontified in one piece can be too long for JIT.
28198         Makefiles are never *that* big.
28200 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
28202         * dired.el (dired-mode): Simplify.
28204 2005-05-17  Lute Kamstra  <lute@gnu.org>
28206         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28207         defcustom for the mode hook variable.
28209         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28210         Emacs Lisp Reference Manual.
28212 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
28214         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28215         (evenp, list*):
28216         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28217         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28219         * net/tramp-smb.el (tramp-smb-open-connection):
28220         Pass `tramp-chunksize' as fifth (required) argument.
28222 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
28224         * font-lock.el (lisp-font-lock-keywords-1):
28225         Set `font-lock-negation-char-face' for [^...] char group.
28226         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28228         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28229         a var, and refine it to mask one more level of nested vars.
28230         (makefile-rule-action-regex): Turn it into a var, and refine it so
28231         it recognizes backslashed continuation lines as belonging to the
28232         same command.
28233         (makefile-macroassign-regex): Refine it so it recognizes
28234         backslashed continuation lines as belonging to the same command.
28235         (makefile-var-use-regex): Don't look at the next char, because it
28236         might be the same one to be skipped by the initial [^$], leading
28237         to an overlooked variable use.
28238         (makefile-make-font-lock-keywords): Remove two parameters, which
28239         are now variables that some of the modes set locally.
28240         Handle dependency and rule action matching through functions, because
28241         regexps alone match too often.  Dependency matching now comes
28242         last, so it can check, whether a colon already matched something else.
28243         (makefile-mode): Inform that font-lock improves makefile parsing
28244         capabilities.
28245         (makefile-match-dependency, makefile-match-action): New functions.
28247 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
28249         * emacs-lisp/cl-extra.el (equalp): Doc fix.
28251         * align.el (align-regexp):
28252         * ansi-color.el (ansi-color-get-face):
28253         * array.el (array-reconfigure-rows, array-init-max-row)
28254         (array-init-max-column, array-init-columns-per-line)
28255         (array-init-field-width):
28256         * dired-aux.el (dired-trample-file-versions):
28257         * dired-x.el (dired-mark-sexp):
28258         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28259         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28260         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28261         * faces.el (face-read-integer):
28262         * files.el (backup-extract-version, insert-directory):
28263         * hexl.el (hexl-insert-decimal-char):
28264         * server.el (server-process-filter):
28265         * shell.el (shell-extract-num):
28266         * startup.el (command-line-1):
28267         * term.el (term-command-hook):
28268         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28269         (time-stamp-do-number):
28270         * time.el (display-time-update):
28271         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28272         (timezone-fix-time):
28273         * vms-patch.el (vms-suspend-resume-hook):
28274         * calendar/appt.el (appt-convert-time):
28275         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28276         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28277         * calendar/cal-islam.el (mark-islamic-diary-entries):
28278         * calendar/calendar.el (calendar-cursor-to-date)
28279         (calendar-star-date):
28280         * calendar/diary-lib.el (diary-attrtype-convert)
28281         (mark-diary-entries, diary-entry-time):
28282         * calendar/solar.el (solar-get-number):
28283         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28284         * emacs-lisp/re-builder.el (reb-display-subexp):
28285         * emulation/edt.el (edt-set-scroll-margins):
28286         * emulation/tpu-extras.el (tpu-set-scroll-margins):
28287         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28288         (vip-get-ex-count):
28289         * emulation/viper-ex.el (viper-get-ex-token)
28290         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28291         * international/fontset.el (fontset-plain-name):
28292         * mail/feedmail.el (feedmail-look-at-queue-directory):
28293         * mail/mailalias.el (mail-get-names):
28294         * mail/rmail.el (rmail-convert-to-babyl-format):
28295         * mail/rmailsum.el (rmail-make-basic-summary-line)
28296         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28297         (rmail-summary-goto-msg):
28298         * mail/smtpmail.el (smtpmail-read-response):
28299         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28300         (ange-ftp-vms-add-file-entry):
28301         * play/gametree.el (gametree-looking-at-ply)
28302         (gametree-current-branch-score):
28303         * progmodes/ada-xref.el (ada-prj-find-prj-file)
28304         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28305         * progmodes/cperl-mode.el (condition-case):
28306         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28307         (ebrowse-set-member-buffer-column-width)
28308         (ebrowse-select-1st-to-9nth):
28309         * progmodes/etags.el (etags-snarf-tag):
28310         * progmodes/flymake.el (flymake-parse-line):
28311         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28312         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28313         (idlwave-shell-menu-def):
28314         * progmodes/ps-mode.el (ps-run-goto-error):
28315         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28316         (vhdl-speedbar-contract-level):
28317         * term/mac-win.el (x-handle-numeric-switch):
28318         * term/sun-mouse.el (sun-get-frame-data):
28319         * term/w32-win.el (x-handle-numeric-switch):
28320         * term/x-win.el (x-handle-numeric-switch):
28321         * textmodes/ispell.el (ispell-parse-output):
28322         * textmodes/nroff-mode.el (nroff-outline-level):
28323         * textmodes/reftex-cite.el (reftex-bib-sort-year)
28324         (reftex-bib-sort-year-reverse, reftex-format-citation):
28325         * textmodes/reftex-parse.el (reftex-init-section-numbers)
28326         (reftex-section-number):
28327         * textmodes/texinfmt.el (texinfo-paragraphindent):
28328         Replace `string-to-int' by `string-to-number'.
28330         * international/latexenc.el: Add page marker to force the "Local
28331         Variables:" string out of the last page.
28333 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28335         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28336         tooltip-change-major-mode.
28337         (gud-tooltip-print-command): Remove case where gud-minor-mode
28338         is gdb ("--fullname").
28339         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28340         explain to user.
28342 2005-05-16  Jay Belanger  <belanger@truman.edu>
28344         * calc/calc-store.el (calc-copy-special-constant): New function.
28346         * calc/calc-ext.el (calc-init-extensions): Add binding for
28347         `calc-copy-special-constant'.
28349         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28350         for the `calc-copy-special-constant' command.
28352 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28354         * subr.el (left-fringe-p): New function.
28356         * progmodes/compile.el (compilation-setup): Set local value of
28357         overlay-arrow-string to "" always.
28358         (compilation-set-window): Left fringe then don't scroll.
28359         No left fringe then no arrow and scroll message to top.
28360         (compilation-context-lines): Adjust doc string accordingly.
28362 2005-05-16  Kim F. Storm  <storm@cua.dk>
28364         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28365         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28366         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28367         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28368         (ido-read-file-name): Handle commands with ido property value
28369         equal to find-file as reading a file name, to allow C-d to enter dired.
28370         (ibuffer-find-file): Add ido property with value find-file.
28372 2005-05-15  Kim F. Storm  <storm@cua.dk>
28374         * subr.el (open-network-stream-nowait): Remove.
28375         (open-network-stream-server): Remove.
28377 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28379         * faces.el (describe-face): Output a definition link button.
28381         * help-mode.el (help-face-def): New button type.
28383         * emacs-lisp/copyright.el (copyright-fix-years):
28384         Match properly if the first year is 2-digit.
28385         Don't mess up the whitespace after the years by filling.
28387         * dired-aux.el (dired-mark-confirm):
28388         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28390         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28391         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28392         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28394         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28395         Set font-lock-comment-start-skip.
28397         * font-lock.el (font-lock-comment-start-skip): New variable.
28398         (font-lock-comment-end-skip): New variable.
28399         (font-lock-fontify-syntactically-region): Use them if non-nil.
28401 2005-05-15  Jay Belanger  <belanger@truman.edu>
28403         * calc/calc-store.el (calc-store-value): Return a string rather
28404         than display it as a message.
28405         Use calc-var-name for variable name.
28406         (calc-store-into): Add the result of calc-store-value to message.
28407         (calc-copy-variable): Add a message.
28408         (calc-store-exchange): Improve error messages.
28409         (calc-store-binary, calc-store-map): Don't reset the values of
28410         special constants.
28412 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28414         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28415         manual to docstring.
28417         * files.el (hack-local-variables-confirm): Add STRING argument.
28418         Make the function handle non file visiting buffers correctly.
28419         (hack-local-variables-prop-line, hack-local-variables)
28420         (hack-one-local-variable): Use STRING arg of
28421         `hack-local-variables-confirm'.
28423 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28425         Sync with Tramp 2.0.49.
28427         * net/tramp.el (tramp-handle-dired-call-process)
28428         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28429         because the contents of the Tramp buffer is changed before
28430         insertion (`expand-file' and alike).
28431         (tramp-handle-insert-directory): If `localname' has an empty
28432         nondirectory name, it must not be quoted.
28433         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28434         variable `tramp-chunksize'.  Change callees.
28435         (tramp-open-connection-setup-interactive-shell): Check remote host
28436         for buggy `send-process-string' implementation.
28437         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28438         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28439         (tramp-handle-shell-command): `insert-buffer' cannot be used
28440         because the contents of the Tramp buffer is changed before
28441         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28442         <frederic.bothamy@free.fr>.
28443         (tramp-set-auto-save): Actions should be done for Tramp file name
28444         handler only.  Ange-FTP has its own auto-save mechanism.
28445         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28446         (tramp-set-auto-save-file-modes): Set file modes of
28447         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28448         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28449         (tramp-bug): Remove obsolete variable.
28450         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28451         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28453 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28455         * ibuf-ext.el (define-ibuffer-filter filename):
28456         If `dired-directory' is a list, use its car.
28458 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28460         * ibuffer.el (define-ibuffer-column filename):
28461         If `dired-directory' is a list, use its car.
28463 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28465         * subr.el (symbol-file): Doc fix.
28467         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28468         (byte-compile-form): Call byte-compile-nogroup-warn.
28469         (byte-compile-warning-types): Doc fix.
28471         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28473         * progmodes/cc-engine.el (c-literal-faces):
28474         Add font-lock-comment-delimiter-face.
28476         * net/net-utils.el (dig): Use with-no-warnings.
28478         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28479         (sc-recite-frame-alist, sc-default-cite-frame)
28480         (sc-default-uncite-frame, sc-default-recite-frame)
28481         (sc-attrib-selection-list, sc-rewrite-header-list):
28482         Mark as risky-local-variable.
28484         * international/ogonek.el (ogonek-jak, ogonek-how):
28485         Don't use beginning-of-buffer.
28487         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28489         * calendar/solar.el (solar-data-list): Move definition up.
28491         * dnd.el (dnd-protocol-alist): Add autoload.
28493         * progmodes/sh-script.el: Many doc usage fixes.
28494         (sh-indent-after-do): Change default to match common styles.
28496 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28498         * files.el (interpreter-mode-alist)
28499         (auto-mode-interpreter-regexp): Doc fixes.
28501 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28503         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28505         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28507 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28509         * dired.el (dired-mode): make-variable-buffer-local =>
28510         make-local-variable.
28512 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28514         * term/mac-win.el (mac-select-convert-to-string): Try coding
28515         systems in mac-script-code-coding-systems if specified one cannot
28516         encode string for `com.apple.traditional-mac-plain-text'.
28518 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28520         * progmodes/make-mode.el (makefile-targets-face)
28521         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28522         (makefile-dependency-regex): Fix it to not make the colon in
28523         $(var:a=b) special.
28524         (makefile-rule-action-regex): New regexp for highlighting embedded
28525         Shell strings.
28526         (makefile-macroassign-regex): Handle != for highlighting as
28527         embedded Shell strings.
28528         (makefile-var-use-regex): New const.
28529         (makefile-statements, makefile-automake-statements)
28530         (makefile-gmake-statements, makefile-makepp-statements)
28531         (makefile-bsdmake-statements): New consts.
28532         (makefile-make-font-lock-keywords): New function.
28533         (makefile-automake-font-lock-keywords)
28534         (makefile-gmake-font-lock-keywords)
28535         (makefile-makepp-font-lock-keywords)
28536         (makefile-bsdmake-font-lock-keywords): New consts.
28537         (makefile-mode-map): Add switchers between the various submodes.
28538         (makefile-mode): Document the availability of the variants.
28539         (makefile-automake-mode, makefile-gmake-mode)
28540         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28542         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28543         new variants of makefile-mode.
28545 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28547         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28548         the inheritance.
28550 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28552         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28553         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28555         * files.el (normal-mode): Extend the scope of the
28556         `enable-local-variables' binding to include the `set-auto-mode' call.
28557         (magic-mode-alist): Doc fix.
28559 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28561         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28562         font-lock-comment-face rather than copying its setting.
28564 2005-05-12  Andreas Schwab  <schwab@suse.de>
28566         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28568 2005-05-12  Lute Kamstra  <lute@gnu.org>
28570         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28571         defcustom for the mode hook variable.  Delete the last argument.
28572         * generic-x.el: Fix callers of define-generic-mode.
28573         (generic-x-modes): Delete group.
28574         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28575         generic-x customization group.
28577 2005-05-12  Kim F. Storm  <storm@cua.dk>
28579         * font-lock.el (font-lock-negation-char-face): Default to "off".
28581         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28582         font-lock-negation-char-face to ! in !=.
28584 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28586         * add-log.el (find-change-log): Fix typos in the docstring
28587         of function.
28589 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28591         * international/latexenc.el (latexenc-find-file-coding-system):
28592         Avoid `re-search-forward' when looking for input encoding because
28593         of speed and safety.  Better regular expressions for recognizing
28594         input encoding.  Limit a search for TeX-master/tex-main-file to
28595         the local variable section.
28597 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28599         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28600         syntax of $ to "'" (quote).
28602 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28604         * dnd.el (dnd-protocol-alist): Improve custom type.
28606         * dired.el (dired-dnd-protocol-alist): New variable.
28607         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28608         `dired-mode-hook' to the end.
28610 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28612         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28613         comment-end if comment-start-skip is not set.
28614         Obey the font-lock-comment-delimiter-face variables.
28616 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28618         * files.el (executable-find): Move from executable.el.  Use
28619         locate-file.
28620         * progmodes/executable.el (executable-find): Move to files.el.
28622         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28623         when trying to ensure forward progress.
28625 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28627         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28628         (mouse-select, mouse-select-internal, mouse-extend-internal):
28629         Use it to implement mouse-1-click-follows-link functionality.
28631 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28633         * font-lock.el (font-lock-fontify-syntactically-region):
28634         Use font-lock-comment-delimiter-face for comment delimiters.
28636 2005-05-10  Jay Belanger  <belanger@truman.edu>
28638         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28639         preserving embedded modes.
28641 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28643         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28645         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28646         Move from ada-stmt.el.
28647         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28649         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28650         Move to ada-mode.el.
28651         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28653         * cus-edit.el (custom-file): Call file-chase-links.
28655         * files.el (read-directory-name): Fix previous change.
28656         (hack-local-variables-confirm): New function.
28657         (hack-local-variables-prop-line, hack-local-variables)
28658         (hack-one-local-variable): Use it.
28660 2005-05-10  Lute Kamstra  <lute@gnu.org>
28662         * font-lock.el (font-lock-keywords-alist)
28663         (font-lock-removed-keywords-alist): Clarify docstrings.
28665 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28667         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28668         (gdb-source-info): Check for preprocessor info.
28669         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28670         a macro for a function.
28671         (gdb-info-breakpoints-custom): Try to find file again if not already
28672         found (user might have used GDB dir command).
28673         (gdb-get-location): Update gdb-location-alist correctly for change
28674         to gdb-info-breakpoints-custom.
28676         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28677         (gud-tooltip-print-command): Add gdbmi case.
28678         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28679         preprocessor info.
28681 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28683         * startup.el (fancy-splash-insert): Fix typo in doc string.
28685 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28687         * obsolete/float.el (string-to-float):
28688         * obsolete/hilit19.el (hilit-add-pattern):
28689         * obsolete/rnews.el (news-parse-range, news-select-message)
28690         (news-get-pruned-list-of-files): Replace `string-to-int' by
28691         `string-to-number'.
28693         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28694         `find-file-not-found-hooks'; use `add-hook'.
28695         (uncompress-while-visiting): Set `write-file-functions', not
28696         `write-file-hooks'; use `add-hook'.
28698 2005-05-09  Kim F. Storm  <storm@cua.dk>
28700         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28701         (cua-paste): Handle clipboard action.
28702         (cua--init-keymaps): Remap clipboard-kill-region and
28703         clipboard-kill-ring-save.
28705 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28707         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28708         Improve commentary.
28710         * simple.el (next-error-overlay-arrow-position): Revert the change
28711         made on 2005-04-30.
28713 2005-05-07  Jay Belanger  <belanger@truman.edu>
28715         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28716         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28717         `calc-sel-reselect'.
28719         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28720         Calc is in embedded mode.
28722 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28724         * progmodes/compile.el (compilation-setup):
28725         Set overlay-arrow-string to an empty string on text terminals.
28727         * textmodes/ispell.el (ispell-program-name): Try looking for
28728         "aspell" along exec-path, and if found, use it as the default
28729         speller program.
28731 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28733         * international/mule.el (sgml-xml-auto-coding-function):
28734         Recognize encoding='FOO' in single quotes as well as in double quotes.
28736 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28738         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28739         as well as `interactive', so that defmacro* would recognize
28740         `declare' forms.
28742 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28744         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28745         Explain more about the LIGHTER arg's usage in the doc string.
28746         Add commentary to clarify what the code does.  Fix the regexp that
28747         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28748         since it could have characters special to regular expressions.
28750 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28752         * replace.el (occur-1): Bind inhibit-read-only so that
28753         erase-buffer doesn't barf on read-only text properties (likewise
28754         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28755         (occur-engine): Don't set buffer-read-only here.
28757 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28759         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28760         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28761         sometimes mistakenly reused as a *cvs* buffer.
28763 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28765         * tooltip.el: Move code for GUD tooltips into gud.el.
28766         (require): CL no longer needed to compile case.
28767         (tooltip-mode): Do not toggle functions for GUD tooltips.
28768         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28769         gud-tooltip-mode in gud.el.
28770         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28771         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28772         tooltip-gud prefix with gud-tooltip and obsolete.
28773         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28774         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28775         (tooltip-mouse-motion): Mouse movement functions/variable.
28776         Rename in gud.el by adding gud prefix.
28777         (tooltip-gud-original-filter, tooltip-gud-dereference)
28778         (tooltip-gud-event, tooltip-toggle-gud-tips)
28779         (tooltip-gud-process-output, tooltip-gud-print-command)
28780         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
28781         gud.el by replacing tooltip-gud prefix with gud-tooltip.
28782         (gdb-tooltip-print): Move to gdb-ui.el.
28784         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28785         (require): CL needed to compile case.
28786         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28787         tooltip-gud-tips-p.  Make it a minor-mode.
28788         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28789         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28790         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28791         (gud-tooltip-change-major-mode)
28792         (gud-tooltip-activate-mouse-motions-if-enabled)
28793         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28794         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28795         (gud-tooltip-original-filter, gud-tooltip-dereference)
28796         (gud-tooltip-event, tooltip-toggle-gud-tips)
28797         (gud-tooltip-process-output, gud-tooltip-print-command)
28798         (gud-tooltip-tips): Move from tooltip.el.
28800         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28801         (gdb-cpp-define-alist-flags): Doc fix.
28802         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28803         gud-tooltip-mode is t.
28805 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28807         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28808         evaporate if their text is deleted.
28809         (goto-address-at-point): Make it work as a mouse binding as well.
28810         (goto-address-at-mouse): Obsolete it.  Update users.
28812 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
28814         * calendar/appt.el (top-level): No longer activate on load.
28816 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
28818         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28819         * net/webjump.el (webjump):
28820         * progmodes/idlw-help.el (idlwave-do-context-help1)
28821         (idlwave-highlight-linked-completions):
28822         * textmodes/po.el (po-find-file-coding-system-guts):
28823         Replace `assoc-ignore-case' by `assoc-string'.
28825 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
28827         * files.el (locate-file): Doc fix.
28829         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28830         Remove the redundant test for ms-dos.
28832         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28833         look for the preprocessor with exec-suffixes.  If not found in
28834         standard places, look in exec-path.  Remove most of the tests that
28835         used system-type.
28837         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28839         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28841         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28842         file-name clash with jka-compr.el on 8+3 filesystems.
28844 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28846         * term/mac-win.el: Don't define or bind scroll bar functions if
28847         x-toolkit-scroll-bars is t.
28848         (x-select-text, x-get-selection-value): Clear
28849         x-last-selected-text-clipboard if x-select-enable-clipboard is
28850         nil.
28851         (PRIMARY): Put mac-scrap-name property.
28852         (mac-select-convert-to-file-url): New function.
28853         (public.file-url): New selection target type.  Add to
28854         selection-converter-alist.
28855         (x-get-selection, x-selection-value): Handle it.
28856         (x-cut-buffer-or-selection-value): New alias.
28858 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
28860         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28861         entry to avoid calling bibtex-find-entry with arg global
28862         being t.  Remove arg key.
28863         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28864         (bibtex-copy-summary-as-kill): Change accordingly.
28866 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
28868         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28869         (org-agenda-date-later): Use with-current-buffer.
28871 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
28873         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28874         (define-obsolete-variable-alias): Doc Fixes.
28876 2005-05-06  Kim F. Storm  <storm@cua.dk>
28878         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
28879         vertical-motion when selective-display is active.
28881         * ido.el (ido-setup-hook): New hook.
28882         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28883         (ido-input-stack): New var.
28884         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
28885         ido-next-work-file binding to M-O.
28886         Bind M-f to ido-wide-find-file-or-pop-dir.
28887         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28888         (ido-read-internal): Run ido-setup-hook.
28889         Catch quit in read-file-name and read-string to cancel edit.
28890         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28891         Automatically pop-all when completing a directory name (RET).
28892         (ido-file-internal): Add with-no-warnings around ffap and dired code.
28893         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28894         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28895         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28896         New functions for M-b/M-f to move among the directory components.
28897         (ido-make-merged-file-list): Catch quit to cancel merge.
28898         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28899         (ido-completion-help): No warnings for ido-completion-buffer-full.
28901 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
28903         * font-lock.el (font-lock-negation-char-face): New face and variable.
28904         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28905         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28906         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28907         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28909 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
28911         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28912         Fix typo in docstring.
28914         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28915         (ebrowse-print-statistics-line)
28916         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28918         * term/w32-win.el (image-library-alist): Add additional name for
28919         Xpm library.
28921 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
28923         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28924         use gcc instead of cpp.
28926         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28927         (gdb-create-define-alist): Use it.
28928         (gdb-cpp-define-alist-program): Update for MS-DOS.
28930 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
28932         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28934 2005-05-04  Richard M. Stallman  <rms@gnu.org>
28936         * help.el (describe-key): No error when UNTRANSLATED is nil.
28938         * simple.el (line-move-1): Fix previous change to signal errors
28939         appropriately.
28941 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
28943         * calendar/icalendar.el (icalendar-version): Now at 0.12.
28944         (icalendar-duration-correction): Remove.
28945         (icalendar--get-event-properties): Split result at commas.
28946         (icalendar--decode-isoduration): New optional argument
28947         DURATION-CORRECTION.
28948         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28949         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28950         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28951         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28952         (icalendar--convert-anniversary-to-ical): New functions, extracted
28953         from icalendar-export-region, with bug fixes.
28954         (icalendar-export-region): Use the above functions.
28955         (icalendar-import-buffer): Check before saving diary file.
28956         (icalendar--convert-recurring-to-diary)
28957         (icalendar--convert-non-recurring-all-day-to-diary)
28958         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28959         extracted from icalendar--convert-ical-to-diary, with bug fixes.
28960         (icalendar--convert-ical-to-diary): Use the above functions.
28962 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
28964         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28965         Remove these recent additions.
28966         (c-mode): Restore to before 2005-04-28.
28968         * progmodes/cc-vars.el (cc-define-list-program): Remove this
28969         recent addition.
28971         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28972         (gdb-define-alist): New variables.
28973         (gdb-create-define-alist): New function.
28974         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28975         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28976         with string-to-number.
28977         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
28979         * progmodes/gud.el: Replace string-to-int with string-to-number.
28980         (gud-find-file): Handle gdb-define-alist.
28982         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28984 2005-05-02  Jay Belanger  <belanger@truman.edu>
28986         * calc/calc-aent.el (math-read-token):
28987         * calc/calc-bin.el (calc-word-size):
28988         * calc/calc-ext.el (calc-read-number-fancy):
28989         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28990         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28991         * calc/calc-frac.el (calc-over-notation):
28992         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28993         (calc-graph-num-points, calc-graph-init):
28994         * calc/calc-prog.el (calc-read-parse-table-part)
28995         (calc-edit-macro-repeats):
28996         * calc/calc-yank.el (calc-do-grab-rectangle):
28997         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28998         Replace `string-to-int' by `string-to-number'.
29000 2005-05-02  Kim F. Storm  <storm@cua.dk>
29002         * kmacro.el: Use executing-kbd-macro-index variable.
29004 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
29006         * net/rlogin.el (rlogin-parse-words): Delete func.
29007         (rlogin): Use split-string, not rlogin-parse-words.
29008         Also, if there are option-like elements in the parsed args,
29009         take the host to be the first arg immediately following them.
29010         Suggested by Michael Mauger.
29012 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29014         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29016 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29018         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29019         (cc-mode-cpp-program): Rename to cc-define-list-program and
29020         move to cc-vars.el.
29022         * progmodes/cc-vars.el (cc-define-list-program):
29023         Change to "gcc -E -dM -".  Make customizable.
29025 2005-05-02  Kim F. Storm  <storm@cua.dk>
29027         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29029 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29031         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29033         * international/mule-util.el (truncate-string): Remove alias and
29034         obsolete declaration.
29036         * international/mule-cmds.el (update-iso-coding-systems):
29037         Remove alias and obsolete declaration.
29039         * international/mule.el (coding-system-parent): Remove alias and
29040         obsolete declaration.
29042         * subr.el (define-function, sref): Remove aliases and obsolete
29043         declarations.
29044         (chars-in-region): Remove obsolete declaration.
29046 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29048         * info.el (Info-mode): Set widen-automatically to nil, locally.
29050         * simple.el (widen-automatically): New variable.
29051         (pop-global-mark): Obey widen-automatically.
29053 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
29055         * term/xterm.el (function-key-map): Call substitute-key-definition
29056         before the keymap size is increased by a lot of define-key calls.
29058 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29060         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29061         Rename ARG to ELEMENT.  Doc fix.
29063 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29065         * allout.el (allout-exposure): Remove macro and obsolete declaration.
29066         Remove references to allout-exposure/change to allout-new-exposure.
29068         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29069         bytecode symbols.
29071         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29072         (compiled-function-p, focus-frame, unfocus-frame):
29073         Remove aliases and obsolete declarations.
29074         Back out inadvertent changes from previous commit.
29076 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29078         * files.el (require-final-newline): Make Custom tags consistent
29079         with mode-require-final-newline.
29080         (mode-require-final-newline): Doc fix.
29082 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29084         * international/latexenc.el (latexenc-find-file-coding-system):
29085         Fix regular expressions.
29087 2005-05-01  David Kastrup  <dak@gnu.org>
29089         * international/latexenc.el (latexenc-find-file-coding-system):
29090         Fix regular expressions.
29092 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29094         * subr.el (string-to-int): Make obsolete.
29096 2005-04-30  Richard M. Stallman  <rms@gnu.org>
29098         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29100         * loadup.el: load jka-comp-hook.
29102         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29103         (jka-compr-handler): Add autoload.  `put' calls moved
29104         to jka-comp-hook.el.
29105         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29106         (jka-compr-inhibit): Autoload.
29108         * jka-comp-hook.el: New file.
29109         Enable the mode by default.
29111         * files.el (backup-buffer-copy): Use copy-file instead
29112         of write-region, and put back the 'excl.
29114 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
29116         * progmodes/flymake.el (flymake-split-string)
29117         (flymake-split-string, flymake-log, flymake-pid-to-names)
29118         (flymake-reg-names, flymake-get-source-buffer-name)
29119         (flymake-unreg-names, flymake-add-line-err-info)
29120         (flymake-add-err-info): Clarify docstrings.
29121         (flymake-popup-menu, flymake-make-emacs-menu)
29122         (flymake-make-xemacs-menu): Add docstrings.
29123         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29124         Set variables directly throughout.
29126 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
29128         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29129         exists.  Initialize cc-define-alist.
29130         (c-mode): Add cc-create-define-alist locally to after-save-hook.
29131         If there is no file (Macroexpansion) don't create an alist.
29133 2005-04-29  Sam Steingold  <sds@gnu.org>
29135         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29136         (cc-create-define-alist): Use it instead of the hard-coded string.
29138 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29140         * international/mule-conf.el (file-coding-system-alist): Fix regexp
29141         for latexenc.
29143 2005-04-29  Lute Kamstra  <lute@gnu.org>
29145         * emacs-lisp/generic.el: Improve commentary section.
29146         (define-generic-mode): Improve docstring.
29148 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
29150         * textmodes/org.el (many places): Change to quiet the byte compiler.
29151         (org-prefix-format-compiled): New variable.
29152         (org-compile-prefix-format): New function.
29153         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29154         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29155         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29156         (org-get-entries-from-diary): Use `org-get-time-of-day' for
29157         consistency with entries from `org-mode' files.
29158         (org-get-time-of-day): Fix bug with partial matches early in a line.
29159         (org-non-link-chars): New constant.
29160         (org-link-regexp): Respect `org-non-link-chars'.
29161         (org-agenda-day-view): Remove command.
29162         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29163         (org-follow-bbdb-link, org-store-link): Search also company field.
29164         (org-highlight-overlay): New variable.
29165         (org-highlight, org-unhighlight): New functions.
29166         (org-agenda-mode): Add pre-command-hook to remove highlight.
29167         (org-evaluate-time-range): Behavior depends upon whether time stamp
29168         contains a time or not.
29169         (org-show-subtree, org-show-entry): New functions.
29170         (org-agenda-cleanup-fancy-diary): Remove empty lines.
29172 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
29174         * comint.el (comint-output-filter-functions): Add autoload cookie.
29176 2005-04-28  Kim F. Storm  <storm@cua.dk>
29178         * ido.el (ido-everywhere): Fix last change.
29180 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29182         * international/latexenc.el: New file.
29183         * international/mule-conf.el (file-coding-system-alist): For .tex,
29184         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29186 2005-04-28  Lute Kamstra  <lute@gnu.org>
29188         * font-lock.el (font-lock-add-keywords)
29189         (font-lock-remove-keywords): Clarify docstring.
29190         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29191         Don't start docstrings with a `*'.
29192         (font-lock-update-removed-keyword-alist): Give it a docstring.
29194         * generic-x.el: Update commentary section.
29195         Only require font-lock when compiling.
29196         Define all modes conditionally.
29197         Place all generic modes in the generic-x-modes customization group.
29198         (generic-x-modes): New customization group.
29199         (generic-default-modes, generic-mswindows-modes)
29200         (generic-unix-modes, generic-other-modes): New constants.
29201         (generic-define-mswindows-modes, generic-define-unix-modes):
29202         Update docstrings.  Make them obsolete.
29203         (generic-extras-enable-list): New default value.  Update docstring.
29204         Improve :type.  Change :set function.
29205         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29206         Fix docstring.
29208         * emacs-lisp/generic.el (generic-mode-internal):
29209         Simplify font-lock-defaults.
29210         (define-generic-mode): Fix docstring.
29212 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29214         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29215         font-lock-face property to highlight matches.
29217 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
29219         * progmodes/cc-mode.el (cc-create-define-alist): New function.
29220         (cc-define-alist): New variable.
29221         (c-mode): Make it local and initialize it.
29223         * progmodes/gdb-ui.el (gdb-active-process): New variable.
29224         (gdb-exited): New function.
29225         (gdb-annotation-rules): Use it.
29226         (gdb-starting): Set gdb-active-process to t.
29227         (gdb-stopping): Amend doc string.
29228         (gdb-reset): Set gdb-active-process to nil.
29230         * tooltip.el (tooltip-gud-tips): Show the associated #define
29231         directives when a C program under GDB is not executing.
29233 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29235         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29236         font-lock-fontify-syntactic-keywords.
29238         * font-lock.el (font-lock-default-fontify-region): Don't force
29239         parse-sexp-lookup-properties to nil.
29241 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
29243         * man.el (man-mode-syntax-table): Set up `:' to have
29244         word-constituent syntax.
29246 2005-04-27  Lute Kamstra  <lute@gnu.org>
29248         * novice.el (disable-command): Don't add spurious newlines to the
29249         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
29251 2005-04-26  Jay Belanger  <belanger@truman.edu>
29253         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29254         than one window before deleting window.
29256 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
29258         * shell.el (shell-prompt-pattern): Doc fix.
29259         (shell-mode): Set paragraph-separate buffer locally to "\\'".
29261         * comint.el (comint-prompt-regexp, comint-get-old-input)
29262         (comint-use-prompt-regexp)
29263         (comint-use-prompt-regexp-instead-of-fields)
29264         (comint-replace-by-expanded-history, comint-send-input)
29265         (comint-output-filter, comint-get-old-input-default)
29266         (comint-line-beginning-position, comint-bol, comint-show-output)
29267         (comint-backward-matching-input, comint-forward-matching-input)
29268         (comint-next-prompt, comint-previous-prompt):
29269         Rename `comint-use-prompt-regexp-instead-of-fields' to
29270         `comint-use-prompt-regexp'.  Keep old name as alias and declare
29271         obsolete.
29272         (comint-use-prompt-regexp): Shorten first line of doc string.
29274         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29275         Set paragraph-separate buffer locally to "\\'".
29277         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29278         Adapt to above name change.
29280         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29281         (smbclient-prompt-regexp): Ditto.
29283         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29285 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
29287         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29288         gdb-location-list.
29289         Break lines that are over 80 characters wide.
29291 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29293         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29294         New fun and var, to preserve compatibility.
29296         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29298 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
29300         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29301         name to file-newer-than-file-p.
29303 2005-04-26  Richard M. Stallman  <rms@gnu.org>
29305         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29307         * progmodes/python.el (python-mode):
29308         Use new name eldoc-documentation-function.
29310         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29312         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29313         (eldoc-documentation-function):
29314         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
29316 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
29318         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29320 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29322         * term/xterm.el (function-key-map): Fix strings for
29323         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
29324         {C,S,A,C-S}-{f1-f12}.
29326 2005-04-26  Kenichi Handa  <handa@m17n.org>
29328         * international/mule-cmds.el (select-safe-coding-system):
29329         Fix previous change.
29331 2005-04-26  Lute Kamstra  <lute@gnu.org>
29333         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29335         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29336         (font-lock-comment-delimiter-face): Ditto.
29338         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29340 2005-04-25  Jay Belanger  <belanger@truman.edu>
29342         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29343         to t while inserting information; use help-mode.
29345 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29347         * term.el (ansi-term-color-vector): Use the xterm colors.
29348         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29350 2005-04-25  Lute Kamstra  <lute@gnu.org>
29352         * font-core.el (font-lock-defaults): Fix docstring.
29354         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29356 2005-04-25  Kenichi Handa  <handa@m17n.org>
29358         * international/mule-cmds.el (select-safe-coding-system):
29359         Don't check consistency with coding: spec, etc if raw-text or
29360         no-conversion was found to be safe.
29362 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29364         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29365         citation markers at start of each line.
29367         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29368         citation markers at start of each line.
29370         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29372         * files.el (mode-require-final-newline): Fix previous change.
29373         (require-final-newline): Fix type label.
29375 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29377         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29378         statement in buffer (broken by 2004-11-24 change).
29380 2005-04-24  Kim F. Storm  <storm@cua.dk>
29382         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29383         and read-file-name-function values.  Don't overwrite existing
29384         non-nil values if ido-mode is enabled without ido-everywhere.
29386 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29388         * files.el (mode-require-final-newline): Minor doc fix.
29390 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29392         * subr.el (syntax-after): Doc fix.
29393         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29394         bits, not 8 bits.
29396         * files.el (mode-require-final-newline): Doc fix.
29397         (backup-buffer-copy): Fix last change.
29399 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29401         * term/mac-win.el: Require select.  Set selection-coding-system to
29402         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29403         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29404         (x-select-enable-clipboard): New variables.
29405         (x-select-text, x-get-selection, x-selection-value)
29406         (x-get-selection-value, mac-select-convert-to-string)
29407         (mac-services-open-file, mac-services-open-selection)
29408         (mac-services-insert-text): New functions.
29409         (CLIPBOARD, FIND): Put mac-scrap-name property.
29410         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29411         (public.tiff): Put mac-ostype property.
29412         (selection-converter-alist): Add entries for them.
29413         (mac-application-menu-map): New keymap.
29414         (interprogram-cut-function, interprogram-paste-function): Set to
29415         x-select-text and x-get-selection-value, respectively.
29416         (split-window-keep-point): Set to t.
29418 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29420         * files.el (read-directory-name): Always pass non-nil
29421         DEFAULT-FILENAME arg to read-file-name.
29422         (backup-buffer-copy, basic-save-buffer-2): Take care against
29423         writing thru an unexpected existing symlink.
29424         (revert-buffer): In indirect buffer, revert the base buffer.
29425         (magic-mode-alist): Doc fix.
29426         (buffer-stale-function): Doc fix.
29427         (minibuffer-with-setup-hook): Avoid warning.
29428         (mode-require-final-newline): Doc and custom fix.
29430         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29432         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29433         use the default appearance.
29434         (font-lock-comment-delimiter-face): New face, new variable.
29436         * imenu.el (imenu--generic-function): The official position of a
29437         definition is the start of the line that BEG is in.
29439         * midnight.el (midnight-timer): Move defvar up.
29441         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29443         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29445         * startup.el (command-line): Use with-no-warnings.
29447         * window.el (window-size-fixed): New defvar.
29449         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29451         * mail/rmail.el (rmail-font-lock-keywords):
29452         Use font-lock-comment-delimiter-face.
29454         * mail/sendmail.el (mail-font-lock-keywords):
29455         Use font-lock-comment-delimiter-face.
29457         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29459 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29461         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29462         Specify t for LAXMATCH when matching directories.
29463         Save match data around compilation-compat-error-properties form.
29465 2005-04-23  David Kastrup  <dak@gnu.org>
29467         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29468         Mention that the autoloaded aliases should be kept for AUCTeX.
29470 2005-04-23  Andreas Schwab  <schwab@suse.de>
29472         * isearch.el (isearch-forward): Doc fix.
29474 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29476         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29477         (jit-lock-stealth-nice): Change default value to 0.5.
29479 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29481         * abbrev.el (write-abbrev-file): Write table entries in
29482         alphabetical order by table name.
29484 2005-04-22  Kim F. Storm  <storm@cua.dk>
29486         * ido.el (ido-read-internal): Fix `list' completion.
29488 2005-04-22  Kenichi Handa  <handa@m17n.org>
29490         * recentf.el (recentf-save-file-coding-system): New variable.
29491         (recentf-save-list): Encode the file by
29492         recentf-save-file-coding-system and add coding: tag.
29494 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29496         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29498 2005-04-21  Lute Kamstra  <lute@gnu.org>
29500         * loadhist.el (unload-feature): Don't remove a function from hooks
29501         if it is about to be restored to an autoload .  Remove functions
29502         that will become unbound from auto-mode-alist.  Simplify the code.
29504         * subr.el (assq-delete-all): New implementation that is linear,
29505         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29506         (rassq-delete-all): New function.
29508         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29509         Add size-indication-mode.
29511 2005-04-21  Kenichi Handa  <handa@m17n.org>
29513         * international/mule-cmds.el: Add autoload for widget-value in
29514         eval-when-compile.
29516 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29518         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29519         Add tooltip-mode.
29521         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29523 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29525         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29526         (inferior-lisp-filter-regexp, inferior-lisp-program)
29527         (inferior-lisp-load-command, inferior-lisp-prompt)
29528         (inferior-lisp-mode-hook, lisp-source-modes)
29529         (inferior-lisp-load-hook): defvar->defcustom.
29530         (inferior-lisp-program, inferior-lisp-prompt)
29531         (inferior-lisp-load-hook): Doc fixes.
29532         (inferior-lisp-install-letter-bindings): Small change in
29533         introductory comment.
29535 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29537         * vc.el (vc-annotate-color-map): Change some colors so that text
29538         using them as foreground is readable on both white and black
29539         backgrounds.
29541 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29543         * international/mule-conf.el (translation-table-for-input):
29544         Remove redundant declaration.
29546 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29548         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29550         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29551         (tooltip-toggle-gud-tips): New function.
29553 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29555         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29556         right angle brackets.
29558 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29560         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29562 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29564         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29565         Remove.  Update callers to use expand-file-name instead.
29567         * subr.el (syntax-class): New function.
29569         * simple.el (blink-matching-open): Use it.
29571         * paren.el (show-paren-function): Use it to recognize parens that are
29572         also used in 2-char comment markers.
29574 2005-04-19  Lute Kamstra  <lute@gnu.org>
29576         * loadhist.el (unload-feature): Update for new format of
29577         load-history.  Simplify the code.
29579 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29581         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29582         (mac-add-charset-info): New function.  Initialize variable
29583         mac-charset-info-alist using it.
29584         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29585         for translation.
29586         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29587         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29588         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29589         New CCL programs.
29591 2005-04-19  Kim F. Storm  <storm@cua.dk>
29593         * simple.el (next-buffer, prev-buffer, next-error)
29594         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29595         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29597         * bindings.el (next-buffer, prev-buffer, next-error)
29598         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29599         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29600         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29601         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29603 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29605         * isearch.el (isearch-edit-string): Make the search-ring available for
29606         minibuffer history commands.
29607         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29608         the default history commands now work just as well.
29609         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29611 2005-04-18  Kim F. Storm  <storm@cua.dk>
29613         * emulation/cua-base.el (cua--pre-command-handler): Add more
29614         elaborate check for shift modifier on non-window systems.
29616 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29618         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29620 2005-04-18  Kim F. Storm  <storm@cua.dk>
29622         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29623         and make it optional.  Don't test tooltip-gud-echo-area here.
29624         (tooltip-gud-process-output, gdb-tooltip-print):
29625         Pass tooltip-gud-echo-area to tooltip-show.
29626         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29628 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29630         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29631         `display-graphic-p' may not be bound yet.
29633 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29635         * startup.el (command-line): No longer enable Xterm Mouse mode by
29636         default in terminals compatible with xterm.
29638         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29640 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29642         * tooltip.el (tooltip-gud-echo-area): Rename from
29643         tooltip-use-echo-area.
29644         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29645         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29646         area independently of where help tooltips are displayed.
29648 2005-04-17  David Kastrup  <dak@gnu.org>
29650         * cus-theme.el (custom-theme-write-variables): Quote variables
29651         where necessary.
29653 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29655         * simple.el (yank-excluded-properties): Add follow-link to value.
29657         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29659         * startup.el (fancy-splash-max-time): Just 30 seconds.
29660         (fancy-splash-delay): Just 7.
29661         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29663         * loadhist.el (unload-feature): Update for new format of load-history.
29664         Simplify the code.
29666         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29667         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29669         * mail/sendmail.el (mail-font-lock-keywords):
29670         Don't fontify subject text.
29671         Don't fontify the text of a citation.
29673 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29675         * comint.el (comint-output-filter): Run comint-output-filter-functions
29676         with point where the user had it.
29678 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29680         * international/ucs-tables.el (ucs-set-table-for-input):
29681         Disable when using unify-on-decoding.
29683 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29685         * emulation/cua-base.el (cua-global-mark-face): Add special case
29686         for displays supporting a high number of colors.
29688 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29690         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29692 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29694         * filesets.el (filesets-add-buffer): If user supplies a name of a
29695         non-existing fileset, create a new fileset.
29697 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29699         * textmodes/org.el (org-up-heading-all): Fix bug with
29700         `outline-up-heading-all'.
29702 2005-04-16  Andreas Schwab  <schwab@suse.de>
29704         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29705         /etc/permissions.d/* and /etc/aliases.d/*.
29707 2005-04-16  Kenichi Handa  <handa@m17n.org>
29709         * international/code-pages.el (cp-make-coding-system):
29710         Set `translation-table-for-input' property value to the symbol
29711         ucs-mule-to-mule-unicode, not to that value.
29712         (pt154): Escape guillemet by `\'.
29714 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29716         * loadup.el: Load tooltip if x-show-tip is fboundp.
29718         * startup.el (command-line): Add comment.
29720         * tooltip.el (tooltip-mode): Specify correct standard value for
29721         Custom in init-value.
29723 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29725         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29726         possible.
29728 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29730         * textmodes/org.el (org-agenda-date-prompt): Rename from
29731         `org-agenda-date-today'.
29732         (org-evaluate-time-range): Insert at point instead of directly
29733         after time range.
29734         (org-first-headline-recenter, org-subtree-end-visible-p)
29735         (org-optimize-window-after-visibility-change): New functions
29736         (org-agenda-post-command-hook): Don't allow point at end of line,
29737         to make sure it always hits the text properties.
29738         (org-agenda-next-date-line, org-agenda-previous-date-line):
29739         New commands.
29740         (org-set-regexps-and-options): Category may contain white space.
29741         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29742         Improve marker positions.
29743         (org-agenda-new-marker): Argument POS made optional.
29744         (org-agenda-get-timestamps): Deadlines which are done are listed
29745         in org-done-face now.
29746         (org-agenda-get-todos, org-agenda-get-timestamps)
29747         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29748         Set `undone-face' and `done-face' properties.
29749         (org-last-todo-state-is-todo): New variable.
29750         (org-todo): Set `org-last-todo-state-is-todo'.
29751         (org-agenda-todo): Change face according to
29752         `org-last-todo-state-is-todo'.  And change other lines referring to
29753         the same entry.
29754         (org-calendar-goto-agenda): New command.
29755         (org-calendar-to-agenda-key): New option.
29756         (org-startup-folded): New allowed value `content'.
29757         (org-set-regexps-and-options): Accept new value `content' for
29758         `org-startup-folded'.
29759         (org-get-current-options): Handle new value `content' for
29760         `org-startup-folded'.
29761         (org-insert-todo-heading): New command.
29762         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29763         interactively in empty file and option
29764         `org-insert-mode-line-in-empty-file' has been set.
29765         (org-agenda-todo, org-agenda-priority): Modify to use
29766         `org-agenda-change-all-lines'.
29767         (org-warning-face): Change color on dark background
29769 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29771         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29772         use preferences AppleLocale and AppleLanguages, and variable
29773         mac-system-locale for default locale.  On Mac OS Classic, use
29774         mac-system-coding-system for default coding systems.
29776         * term/mac-win.el: Don't set file-name-coding-system.
29777         Decode variables system-name, emacs-build-system, user-login-name, and
29778         user-full-name by mac-system-coding-system on Mac OS Classic.
29779         (mac-system-coding-system): New variable.
29781 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
29783         * startup.el (command-line): Handle `xterm-mouse-mode' before
29784         reading init file.
29786         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29788 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
29790         * progmodes/sh-script.el (sh-here-document-word): Make it a
29791         defcustom.  Doc fix.
29792         (sh-add): Bash uses $(( )) for arithmetic.
29793         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29794         (sh-maybe-here-document): Remove quotes and leading whitespace
29795         from heredoc word when closing.  Indent heredoc with tabs if word
29796         starts with "-".
29798 2005-04-13  Richard M. Stallman  <rms@gnu.org>
29800         * simple.el (undo): Fix previous change.
29802         * custom.el (defface): Doc fix.
29804 2005-04-13  Lute Kamstra  <lute@gnu.org>
29806         * Makefile.in (DONTCOMPILE): Remove list.
29807         (compile, compile-always): Don't use DONTCOMPILE.
29808         (update-authors): Load the library in which batch-update-authors
29809         is defined.
29810         * makefile.w32-in (DONTCOMPILE): Remove list.
29811         (compile, compile-always): Fix comments.
29812         (update-authors): Load the library in which batch-update-authors
29813         is defined.
29815         * generic-x.el (generic-mode-ini-file-find-file-hook):
29816         Rename to ini-generic-mode-find-file-hook.
29817         Keep generic-mode-ini-file-find-file-hook as an alias.
29818         (ini-generic-mode-find-file-hook): Rename from
29819         generic-mode-ini-file-find-file-hook.  Fix docstring.
29820         (ini-generic-mode): Docstring change.
29821         (bat-generic-mode-run-as-comint): Silence the byte compiler.
29823         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29824         called from lisp.
29826         * generic.el: Move to the emacs-lisp subdir.
29828 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
29830         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29831         and C-S- function and cursor motion keys.
29833 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
29835         * startup.el (command-line): Enable Xterm Mouse mode by default.
29836         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29837         for Custom.  No longer show "Mouse" in mode line when enabled.
29838         Doc fix.
29840 2005-04-12  Kim F. Storm  <storm@cua.dk>
29842         * emulation/cua-base.el (cua-rectangle-face)
29843         (cua-rectangle-noselect-face): Define face attributes here.
29845         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29847 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29849         * startup.el (command-line): Turn off blinking cursor if
29850         cursorBlink in resources is off or false.
29852 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29854         * term/mac-win.el (dnd): Require dnd.
29855         (mac-drag-n-drop): Call dnd-handle-one-url.
29856         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29857         (kTextEncodingISOLatin2): Remove constants.
29858         (mac-script-code-coding-systems): New constant.
29859         (mac-handle-language-change): New function.
29860         (special-event-map): Bind it to `language-change' event.
29861         (mac-centraleurroman, mac-cyrillic): New coding systems.
29862         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29863         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29864         and mac-cyrillic-encoder to encode-mac-centraleurroman and
29865         encode-mac-cyrillic, respectively.
29867 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29869         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29870         Don't set overlay-arrow-string to "=>" as this is done
29871         globally in C now.
29873 2005-04-12  Lute Kamstra  <lute@gnu.org>
29875         * generic-x.el (rc-generic-mode, rul-generic-mode):
29876         Fix auto-mode-alist entries.
29877         (etc-fstab-generic-mode): Tweak fontification.
29879         * generic.el (generic-make-keywords-list): Fix docstring.
29880         (generic-mode-internal): Simplify generic-font-lock-keywords.
29882 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29884         * whitespace.el (whitespace-buffer-leading)
29885         (whitespace-buffer-trailing): Revert the incorrect test inversion.
29886         However, fix the highlight area for the leading and
29887         trailing whitespaces to show space.
29889 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
29891         * whitespace.el (whitespace-version): Bump to 3.5
29893         (whitespace-buffer-leading, whitespace-buffer-trailing):
29894         Invert sense of the test to highlight the whitespace.
29896 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29898         * progmodes/gud.el (gud-display-line): GUD uses its own
29899         overlay arrow now so don't set overlay-arrow-string.
29900         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29902 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
29904         * term.el (term-ansi-current-bold, term-ansi-current-underline)
29905         (term-ansi-current-reverse, term-ansi-current-invisible)
29906         (term-ansi-face-already-done): Change to boolean.
29907         (term-reset-terminal, term-handle-colors-array): Handle the above
29908         vars accordingly.
29909         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29910         (term-emulate-terminal): Use the new name.
29912         * faces.el (secondary-selection): Use yellow1, not yellow.
29913         (trailing-whitespace): Use red1, not red.
29915 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29917         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29918         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29919         (dired-dnd-handle-file): Call dnd-get-local-file-uri
29921         * cus-edit.el (dnd): New group.
29923         * term/w32-win.el (dnd): Require dnd
29924         (w32-drag-n-drop): Call dnd-handle-one-url.
29926         * x-dnd.el: Require dnd.
29927         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29928         Call dnd-handle-one-url.
29929         (x-dnd-types-alist, x-dnd-insert-utf8-text)
29930         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29931         to dnd-insert-text.
29932         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29933         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29934         (x-dnd-get-local-file-name, x-dnd-open-local-file)
29935         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29937         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29939 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
29941         * wdired.el: Doc fixes.
29942         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29943         (wdired-use-dired-vertical-movement): Rename from
29944         wdired-always-move-to-filename-beginning.
29945         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29946         (wdired-change-to-wdired-mode): Change mode name.
29947         (wdired-newline): Delete.
29949 2005-04-11  Richard M. Stallman  <rms@gnu.org>
29951         * whitespace.el (whitespace-highlight-the-space):
29952         Don't call whitespace-unhighlight-the-space here.
29954         * simple.el (undo): Record t in undo-equiv-table
29955         for the redo record made by an undo-in-region.
29957 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
29959         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29960         (gdb-frame-inferior-io-buffer): New Functions to control
29961         display of separate IO buffer.
29962         (menu): Add them to menu-bar.
29963         (gdb-display-buffer): Check for buffer another frame.
29964         Protect GUD buffer.
29965         (gdb-setup-windows): Create IO buffer if not already there.
29966         (gdb-memory-mode): Remove purecopy noops.
29968 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
29970         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29971         and pass to self-insert-command.
29973 2005-04-11  Lute Kamstra  <lute@gnu.org>
29975         * generic.el: Commentary section cleanup.
29976         (generic): Delete.
29977         (generic-use-find-file-hook, generic-lines-to-scan)
29978         (generic-find-file-regexp, generic-ignore-files-regexp)
29979         (default-generic-mode, generic-mode-find-file-hook)
29980         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29981         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
29982         (generic-use-find-file-hook, generic-lines-to-scan)
29983         (generic-find-file-regexp, generic-ignore-files-regexp)
29984         (default-generic-mode, generic-mode-find-file-hook)
29985         (generic-mode-ini-file-find-file-hook): Move from generic.el.
29987 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
29989         * bookmark.el (bookmark-write-file): Catch errors writing file.
29990         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29992 2005-04-10  Richard M. Stallman  <rms@gnu.org>
29994         * startup.el (fancy-splash-tail): Update copyright year.
29995         (command-line): Split part of -Q into -D.
29996         (emacs-basic-display): New defvar.
29997         (fancy-splash-text): Correct name of menu item.
29999         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30001         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30002         lines in one node.
30004         * comint.el (comint-send-input): New arg ARTIFICIAL.
30005         Callers in this file changed.
30007         * abbrev.el (define-abbrevs): Read system abbrevs properly.
30009         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30011 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
30013         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
30014         `ldap-search-internal'.
30016 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30018         * files.el (set-auto-mode-1): Use line-end-position.
30020         * international/latin-1.el:
30021         * international/latin-2.el:
30022         * international/latin-3.el:
30023         * international/latin-4.el:
30024         * international/latin-5.el:
30025         * international/latin-8.el:
30026         * international/latin-9.el: Give punctuation syntax to NBSP.
30028         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30029         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30030         Use char-classes to accept non-ascii letters, accepted in some recent
30031         bibtex implementations.
30033 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
30035         * custom.el (custom-set-minor-mode): Any non-nil value for the
30036         variable should enable the mode when set through Custom.
30038 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30040         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30041         TAB binding so tab-always-indent is obeyed.
30042         (vhdl-minibuffer-local-map): Move initialization into declaration.
30043         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30044         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30045         (vhdl-hooked-abbrev): Avoid test for XEmacs.
30046         (vhdl-current-line): Use line-beginning-position.
30047         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30048         with-output-to-temp-buffer, so the current position can be recorded.
30050 2005-04-10  Masatake YAMATO  <jet@gyve.org>
30052         * progmodes/compile.el (compilation-error-regexp-alist-alist):
30053         Add regexp for gcov.
30055 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
30057         * calendar/time-date.el (time-to-seconds, seconds-to-time)
30058         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30059         syntax which Emacs 20 doesn't support.
30061 2005-04-09  Richard M. Stallman  <rms@gnu.org>
30063         * help.el (describe-key-briefly, describe-key):
30064         Replace strings as event types with "(any string)".
30066 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30068         * arc-mode.el (archive-mode-map): Move initialization into
30069         the declaration.  Override *all* bindings of `undo'.
30070         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30072 2005-04-09  Jay Belanger  <belanger@truman.edu>
30074         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30076 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
30078         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30079         (xterm-register-default-colors): Update color values computation
30080         to match xterm-200.
30082 2005-04-09  Kenichi Handa  <handa@m17n.org>
30084         * international/code-pages.el (iso-latin-7): Fix the map.
30086 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
30088         * emacs-lisp/lisp.el (defun-prompt-regexp)
30089         (parens-require-spaces, buffer-end, end-of-defun)
30090         (insert-parentheses): Doc fixes.
30092 2005-04-08  Kim F. Storm  <storm@cua.dk>
30094         * comint.el (comint-highlight-prompt): Fix face spec.
30095         * hi-lock.el (hi-green): Likewise.
30097 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30099         * cus-edit.el (custom-modified-face):
30100         * comint.el (comint-highlight-input): Fix previous changes.
30101         * term.el (term-handle-ansi-escape): Add a comment.
30103 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30105         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30106         in the buffer and in whitespace-highlighted-space.
30107         (whitespace-unhighlight-the-space): Simplify.
30108         (whitespace-buffer): Simplify.
30110 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30112         * textmodes/table.el (table-cell-face): Add special case for
30113         displays supporting a high number of colors.
30114         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30115         (vhdl-font-lock-reserved-words-face)
30116         (vhdl-speedbar-architecture-face)
30117         (vhdl-speedbar-instantiation-face)
30118         (vhdl-speedbar-architecture-selected-face)
30119         (vhdl-speedbar-instantiation-selected-face): Likewise.
30120         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30121         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30122         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30123         (ebrowse-root-class-face, ebrowse-member-attribute-face)
30124         (ebrowse-progress-face): Likewise.
30125         * progmodes/compile.el (compilation-info-face): Likewise.
30126         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30127         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30128         * calendar/calendar.el (diary-face): Likewise.
30129         * woman.el (woman-italic-face, woman-bold-face)
30130         (woman-unknown-face): Likewise.
30131         * wid-edit.el (widget-button-pressed-face): Likewise.
30132         * whitespace.el (whitespace-highlight-face): Likewise.
30133         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30134         * pcvs-info.el (cvs-marked-face): Likewise.
30135         * info.el (info-xref): Likewise.
30136         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30137         * hilit-chg.el (highlight-changes-face)
30138         (highlight-changes-delete-face): Likewise.
30139         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30140         (hi-red-b): Likewise.
30141         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30142         * font-lock.el (font-lock-keyword-face)
30143         (font-lock-function-name-face, font-lock-warning-face): Likewise.
30144         * cus-edit.el (custom-invalid-face, custom-modified-face)
30145         (custom-set-face, custom-changed-face, custom-variable-tag-face)
30146         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30147         * comint.el (comint-highlight-prompt): Likewise.
30149 2005-04-08  Lute Kamstra  <lute@gnu.org>
30151         * font-lock.el (font-lock-keywords): Docstring fixes.
30153 2005-04-08  Kenichi Handa  <handa@m17n.org>
30155         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30156         chars are more than a limit, print " and more..." at the tail.
30158 2005-04-08  Kim F. Storm  <storm@cua.dk>
30160         * emacs-lisp/authors.el (authors-aliases): Update list.
30161         (authors-ignored-files): New list.
30162         (authors-fixed-entries): Fix typo.
30163         (authors-renamed-files-alist): Update list.
30164         (authors-add): Check authors-ignored-files.
30166 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
30168         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30169         optional, to ensure backward compatibility.
30171 2005-04-08  Stephen Eglen  <stephen@gnu.org>
30173         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30175 2005-04-08  Kim F. Storm  <storm@cua.dk>
30177         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30179         * mouse.el (mouse-on-link-p): Doc fix.
30181 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
30183         * ielm.el (ielm-prompt-read-only): Doc fix.
30185         * comint.el (comint-prompt-read-only): Doc fix.
30187 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
30189         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30190         ensure dired always handles wildcards passed to ffap.
30191         (find-file-at-point): Use it.
30192         (ffap-dired-wildcards): Doc fix.
30194 2005-04-07  Juri Linkov  <juri@jurta.org>
30196         * simple.el (next-error-overlay-arrow-position): New defvar.
30197         Put "=>" on its property `overlay-arrow-string'.  Add it to
30198         `overlay-arrow-variable-list'.
30200         * progmodes/compile.el (compilation-setup):
30201         Set `next-error-overlay-arrow-position' to nil.  Also set it to
30202         nil in the local hook `kill-buffer-hook'.  Make local variable
30203         `overlay-arrow-string' and set it to "=>".
30204         (compilation-goto-locus): Set BOL position to
30205         `next-error-overlay-arrow-position' instead of
30206         `overlay-arrow-position'.
30208         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30209         locally instead of adding it to the global hook.
30210         (Info-kill-buffer): Move up.
30212 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
30214         * term/xterm.el (xterm-standard-colors): Update color values from
30215         xterm-200.
30217 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30219         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30221         * fast-lock.el:
30222         * lazy-lock.el: Move them to the obsolete subdir.
30224 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30226         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30227         (wdired-add-replace-advice): Remove.
30228         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30230 2005-04-06  Kim F. Storm  <storm@cua.dk>
30232         * startup.el (command-line): Add --bare-bones alias for -Q.
30234 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30236         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30237         create the startup fontset if a font specification ends with
30238         `mac-roman'.
30240 2005-04-06  Lute Kamstra  <lute@gnu.org>
30242         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30243         change.
30245         * emacs-lisp/copyright.el (copyright-update-year): Replace the
30246         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
30248 2005-04-05  Lute Kamstra  <lute@gnu.org>
30250         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30251         (define-generic-mode): Ditto.  Fix debug declaration.
30253         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30254         Put them in the generic-x group.
30256         * calendar/timeclock.el (timeclock): Doc fix.
30258         * generic.el (define-generic-mode): Don't use custom-current-group.
30259         Document default :group value.
30260         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30261         (define-global-minor-mode): Don't use custom-current-group.
30263 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
30265         * startup.el (command-line-1): Display startup-echo-area-message
30266         when fancy splash screen is in use.
30268         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30269         (sh-escaped-newline): New face.
30270         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30271         newline, and use sh-escaped-newline face.
30273         * progmodes/tcl.el (tcl-escaped-newline): New face.
30274         (tcl-builtin-list): New variable.
30275         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30276         newlines.  Fix keywords subexpression number.
30278 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
30280         * textmodes/org.el (org-diary-default-entry): Fix call to
30281         `add-to-diary-entry'.
30283 2005-04-05  Kim F. Storm  <storm@cua.dk>
30285         * ediff-init.el: Use (featurep 'xemacs).
30287 2005-04-05  David Ponce  <david@dponce.com>
30289         * cus-edit.el (face): Derive from symbol widget.  Display sample
30290         of the current face on the fly.
30291         (widget-face-sample-face-get, widget-face-notify): New functions.
30292         (widget-face-value-create): Remove.
30294         * wid-edit.el (widget-field-end): Temporarily remove field
30295         narrowing before to call `get-char-property'.
30297 2005-04-04  Jay Belanger  <belanger@truman.edu>
30299         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30300         (math-read-subscripts): New variable.
30301         (math-read-preprocess-string): Process subscripts.
30303 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
30305         * comint.el (comint-prompt-read-only): Doc fix.
30307         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30308         `-1'.  Doc fix.
30310 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
30312         * textmodes/org.el (org-insert-mode-line-in-empty-file):
30313         Change default value to nil.
30315 2005-04-04  Lute Kamstra  <lute@gnu.org>
30317         * autorevert.el (auto-revert-mode): Specify :group.
30318         * battery.el (display-battery-mode): Specify :group.
30319         * diff-mode.el (diff-minor-mode): Specify :group.
30320         * font-core.el (font-lock-mode): Specify :group.
30321         * hl-line.el (hl-line-mode): Specify :group.
30322         * iimage.el (iimage): New customization group.
30323         (iimage-mode): Specify :group.
30324         * longlines.el (longlines-mode): Specify :group.
30325         * master.el: Don't require easy-mmode.
30326         (master): New customization group.
30327         (master-mode): Specify :group.
30328         * msb.el (msb-mode): Specify :group.
30329         * reveal.el (reveal-mode): Specify :group.
30330         * simple.el (next-error-follow-minor-mode): Specify :group.
30331         * smerge-mode.el (smerge-mode): Specify :group.
30332         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30333         * emulation/cua-base.el (cua-mode): Specify :group.
30334         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30335         * language/thai-util.el (thai-auto-composition-mode)
30336         (thai-word-mode): Specify :group.
30337         * mail/supercite.el (sc-minor-mode): Specify :group.
30338         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30339         * progmodes/flymake.el (flymake-mode): Specify :group.
30340         * progmodes/glasses.el (glasses-mode): Specify :group.
30341         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30342         * textmodes/enriched.el (enriched-mode): Specify :group.
30343         * textmodes/refill.el (refill-mode): Specify :group.
30345         * add-log.el (change-log-font-lock-keywords): Names in
30346         parenthesized lists can contain spaces.
30348 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30350         * startup.el (fancy-splash-text): Shorten default text of
30351         "Emacs Tutorial" line.  Also, if the current language env
30352         indicates an available tutorial file other than TUTORIAL,
30353         extract its title and append it to the line in parentheses.
30354         (fancy-splash-insert): If arg is a thunk, funcall it.
30356 2005-04-04  Jay Belanger  <belanger@truman.edu>
30358         * calc.el (calc-language-alist): Add tags to customization type.
30360 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30362         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30363         Doc fix.
30365 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30367         * add-log.el (change-log-font-lock-keywords): The manual
30368         describing a Change Log entry, says: (...) "Aside from these
30369         header lines, every line in the change log starts with a space or
30370         a tab.".  The font-lock was not highlighting lines started with
30371         spaces, added support for it.
30373 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30375         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30376         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30377         complex example in the docstring.
30378         (bibtex-font-lock-url): Use pop.
30380 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30382         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30384         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30386 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30388         * filesets.el (filesets-set-default): Doc fix.
30390 2005-04-03  Lute Kamstra  <lute@gnu.org>
30392         * generic.el (define-generic-mode): Add argument to specify
30393         keywords for defcustom.
30394         (default-generic-mode): Specify :group.
30396         * generic-x.el: Specify :group for all generic modes.
30398         * desktop.el (desktop-no-desktop-file-hook)
30399         (desktop-after-read-hook): Doc fix.
30401 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30403         * simple.el (visible-mode): Use explicit :group keyword.
30404         This changes the group of `visible-mode-hook' from paren-blinking
30405         to editing-basics.
30407 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30409         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30410         mailbox specifications as well as URLs.
30411         (rmail-insert-inbox-text): Remove unused conditional branches.
30413 2005-04-01  Jay Belanger  <belanger@truman.edu>
30415         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30416         (calc-gnuplot-print-command): Move definitions to calc.el.
30418         * calc/calc-embed.el (calc-embedded-announce-formula)
30419         (calc-embedded-open-formula, calc-embedded-close-formula)
30420         (calc-embedded-open-word, calc-embedded-close-word)
30421         (calc-embedded-open-plain, calc-embedded-close-plain)
30422         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30423         (calc-embedded-open-mode, calc-embedded-close-mode):
30424         Move definitions to calc.el.
30426         * calc/calc.el (calc-settings-file, calc-language-alist):
30427         Make customizable.
30428         (calc-embedded-announce-formula, calc-embedded-open-formula)
30429         (calc-embedded-close-formula, calc-embedded-open-word)
30430         (calc-embedded-close-word, calc-embedded-open-plain)
30431         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30432         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30433         (calc-embedded-close-mode, calc-gnuplot-name)
30434         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30435         from other files and make customizable.
30437 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30439         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30440         Use buffer-live-p.
30441         (cvs-mode-run): Don't call cvs-update-header here.
30442         (cvs-run-process): Call cvs-update-header.
30443         Use process properties for cvs-postprocess and cvs-buffer so that
30444         the sentinel can behave better if the temp buffer is killed.
30445         Use a pipe rather than a tty, to better handle unexpected prompts.
30446         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30448 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30450         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30451         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30453 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30455         * generic.el (define-generic-mode): Add indentation rule.
30457 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30459         * files.el (mode-require-final-newline): Make Custom correctly
30460         report a nil value and allow to set it to nil via Custom.
30461         Doc fix.
30463 2005-04-01  Kenichi Handa  <handa@m17n.org>
30465         * international/characters.el: Enable the correct case setting for
30466         dotless-i and dotted-I.
30468 2005-04-01  Kim F. Storm  <storm@cua.dk>
30470         * ido.el (ido-file-internal): Fall back to non-ido command if
30471         initial directory is on slow ftp (or tramp) host.
30473 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30475         * emacs-lisp/autoload.el (make-autoload):
30476         Handle define-global-minor-mode.
30478         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30479         Rename from easy-mmode-define-global-mode.
30480         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30482         * progmodes/scheme.el (scheme-mode-syntax-table):
30483         Update syntax of | and # for two-character comment syntax.
30485 2005-03-31  Lute Kamstra  <lute@gnu.org>
30487         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30488         (define-minor-mode): Call custom-current-group at load-time.
30490         * generic.el (define-generic-mode): Add debug declaration.
30491         Add defcustom for the mode hook.
30492         (generic-mode-internal): Use run-mode-hooks.
30494 2005-03-31  Kim F. Storm  <storm@cua.dk>
30496         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30497         (mouse-fixup-help-message): New defun called by show_help_echo
30498         to fixup mouse-2 prefix in help messages when applicable.
30500         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30502 2005-03-31  Kenichi Handa  <handa@m17n.org>
30504         * language/thai-word.el (thai-find-word-ends): Pay attention to
30505         the case that we reach the end of buffer.
30507         * textmodes/fill.el (fill-text-properties-at): New function.
30508         (fill-newline): Use fill-text-properties-at instead of
30509         text-properties-at.
30511 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30513         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30514         not comint-quote-filename.
30516 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30518         * help-fns.el (help-with-tutorial): Revert last change.
30520 2005-03-31  Kim F. Storm  <storm@cua.dk>
30522         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30524 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30526         * calendar/cal-china.el: Update reference to "Calendrical
30527         Calculations" book; there's a new edition.
30528         * calendar/cal-coptic.el: Likewise.
30529         * calendar/cal-french.el: Likewise.
30530         * calendar/cal-hebrew.el: Likewise.
30531         * calendar/cal-islam.el: Likewise.
30532         * calendar/cal-iso.el: Likewise.
30533         * calendar/cal-julian.el: Likewise.
30534         * calendar/cal-mayan.el: Likewise.
30535         * calendar/cal-persia.el: Likewise.
30536         * calendar/calendar.el: Likewise.
30537         * calendar/holidays.el: Likewise.
30538         * calendar/lunar.el: Likewise.
30539         * calendar/solar.el: Likewise.
30541         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30542         white space from doc string.
30544 2005-03-30  Jay Belanger  <belanger@truman.edu>
30546         * calc/calc-help.el (calc-full-help): Remove email address.
30548 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30550         * help-fns.el (help-with-tutorial): Delete title line.
30552 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30554         * calendar/cal-x.el (calendar-one-frame-setup)
30555         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30556         rather than `symbol' for set-window-dedicated-p.
30558         * calendar/appt.el (appt-buffer-name): Make it a constant.
30559         (appt-add): Doc fix.
30561         * filesets.el (filesets-menu-path, filesets-menu-before)
30562         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30563         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30564         (filesets-add-submenu): Delete and use add-submenu instead.
30566 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30568         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30569         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30570         (org-diary-default-entry): New function.
30571         (org-get-entries-from-diary): Better parsing of diary entries.
30572         (org-agenda-check-no-diary): New function.
30573         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30574         linking to diary entries.
30575         (org-agenda-execute-calendar-command): New function.
30576         (org-agenda): Improve visible section in window.
30577         Use `org-fit-agenda-window'.
30578         (org-fit-agenda-window): New option.
30579         (org-move-subtree-down): Better handling of empty lines
30580         at end of subtree.
30581         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30582         levels up.
30583         (org-fontify-done-headline): New option.
30584         (org-headline-done-face): New face.
30585         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30586         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30587         When current field is non-empty, it is copied to next row.
30588         (org-table-copy-from-above): Fix bug which made it
30589         impossible to copy fields containing only a single non-white character.
30591 2005-03-30  Kim F. Storm  <storm@cua.dk>
30593         * kmacro.el (kmacro-end-macro): Isearch may store this command
30594         into the macro -- so ignore it when executing keyboard macro.
30596 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30598         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30600 2005-03-29  Kenichi Handa  <handa@m17n.org>
30602         * language/thai.el ("Thai"): Set setup-function and exit-function
30603         for Thai language environment.
30605         * language/thai-util.el: Require thai-word.
30606         (thai-word-mode-map): New variable.
30607         (thai-word-mode): New minor mode.
30608         (setup-thai-language-environment-internal): New function.
30609         (exit-thai-language-environment-internal): New function.
30611         * language/thai-word.el (thai-word-table): Declare it by defvar,
30612         use dolist to initialize it.
30613         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30614         (thai-fill-find-break-point): New functions.
30616 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30618         * simple.el (idle-update-delay): Move definition up.
30619         (set-mark): Doc fix.
30621 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30623         * longlines.el: New file.
30625         * simple.el (buffer-substring-filters): New variable.
30626         (filter-buffer-substring): New function.
30627         (kill-region, copy-region-as-kill): Use it.
30629         * register.el (copy-to-register, append-to-register)
30630         (prepend-to-register): Use filter-buffer-substring.
30632 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30634         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30635         (gud-filter-pending-text): Move in front of gdb.
30636         (gud-overlay-arrow-position): New variable.
30637         (gud-sentinel, gud-display-line): Use it in place of
30638         overlay-arrow-position.
30640 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30642         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30643         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30644         (fortran-font-lock-keywords-4): New variable.
30645         (fortran-blocks-re, fortran-end-block-re)
30646         (fortran-start-block-re): New constants, for hideshow.
30647         (hs-special-modes-alist): Add a Fortran entry.
30648         (fortran-mode-map): Bind fortran-end-of-block,
30649         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30650         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30651         (fortran-looking-at-if-then, fortran-end-of-block)
30652         (fortran-beginning-of-block): New functions, for hideshow.
30654         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30655         Doc fix.  Tweak regexp.
30656         (f90-beginning-of-block): Push mark first.
30658 2005-03-29  Jay Belanger  <belanger@truman.edu>
30660         * calc/calc.el: Update copyright date.
30661         (calc-version): Increase to 2.1.
30662         (calc-version-date): Remove.
30664         * calc/calc-help.el: Update copyright date.
30665         (calc-full-help): Remove reference to calc-version-date.
30666         Update copyright date.
30668 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30670         * vc.el (vc-do-command): Use a pipe for async processes, so password
30671         prompts don't show up at places where the user can't reply.
30673 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30675         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30676         on the file name we pass to the inferior shell.
30678 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30680         * progmodes/which-func.el (which-function): Be robust in the face of an
30681         imenu--make-index-alist failure.
30683 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30685         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30687         * progmodes/python.el (python-preoutput-filter): Fix last change.
30689 2005-03-29  Lute Kamstra  <lute@gnu.org>
30691         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30692         functions and compiled macros.
30693         (debug-convert-byte-code): Handle macros too.
30694         (debug-on-entry-1): Don't signal an error when trying to clear a
30695         function that is not set to debug on entry.
30697 2005-03-29  Jay Belanger  <belanger@truman.edu>
30699         * calc/calc-lang.el: Add functions to math-function-table
30700         properties of tex and math.
30702 2005-03-29  Kenichi Handa  <handa@m17n.org>
30704         * ps-mule.el (ps-mule-plot-string): Translate characters by
30705         ps-print-translation-table.
30706         (ps-mule-begin-job): Call find-charset-region/string with
30707         ps-print-translation-table.
30708         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30710         * ps-print.el (ps-print-translation-table): New variable.
30711         (ps-plot-region): Translate characters by ps-print-translation-table.
30713 2005-03-29  Juri Linkov  <juri@jurta.org>
30715         * simple.el (next-error-highlight-timer): New variable.
30717         * progmodes/compile.el (compilation-goto-locus):
30718         Use `next-error-highlight-timer' instead of `sit-for'.
30720 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30722         * mail/supercite.el (sc-mail-field): Use assoc-string.
30723         (sc-get-address): Simplify regexps.
30725         * files.el (minibuffer-with-setup-hook): New macro.
30726         (find-file-read-args): Use it to avoid let-binding
30727         minibuffer-with-setup-hook (which breaks turning on/off
30728         file-name-shadow-mode while in the prompt).
30730         * complete.el (PC-read-include-file-name-internal):
30731         Use test-completion.
30733 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30735         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30737 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30739         * window.el (window-buffer-height): Use count-screen-lines.
30741         * progmodes/python.el (python-preoutput-leftover): New var.
30742         (python-preoutput-filter): Use it.
30743         (python-send-receive): Loop until all the result has been received.
30745 2005-03-28  Juri Linkov  <juri@jurta.org>
30747         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30749         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30750         "Recover Crashed Session".
30751         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30752         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30753         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30754         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30755         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30756         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30757         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30758         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30760         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30761         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30762         Ediff Sessions", "Toggle use of separate control buffer frame",
30763         "Use separate frame for Ediff control buffer".
30765         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30766         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30767         "Rename Bookmark", "Delete Bookmark".
30769         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30770         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30771         Add `:active Info-index-alternatives' to "Next Matching Item".
30773         * wdired.el (wdired-change-to-wdired-mode):
30774         Mention `wdired-abort-changes' key in the initial message.
30776         * international/mule.el (auto-coding-alist): Associate non-ascii
30777         image filename extensions with `no-conversion'.
30779 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30781         * international/iso-acc.el:
30782         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30784 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
30786         * textmodes/sgml-mode.el (html-mode): Doc update.
30788         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30790 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
30792         * term.el (term-move-columns): Fix face after extending a line.
30793         (term-insert-spaces): Likewise.
30794         (term-reset-terminal): Fix off by one error.
30796 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30798         * international/mule.el (auto-coding-alist): Add .xpi files.
30800         * files.el (auto-mode-alist): Add .xpi files.
30802 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
30804         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30806 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
30808         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30810 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
30812         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30813         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
30815         * calendar/cal-move.el (calendar-beginning-of-year): Move the
30816         cursor to Jan 1 when needed.
30817         (calendar-end-of-year): Fix -/+ typo.
30818         Reported by Chong Yidong <cyd@stupidchicken.com>.
30820 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30822         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30824         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30825         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
30827 2005-03-25  Richard M. Stallman  <rms@gnu.org>
30829         * filesets.el (filesets-init): Add autoload.
30831         * mail/mailalias.el (mail-directory): Doc fix.
30833 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
30835         * mail/mailalias.el (mail-directory-process): Do nothing if
30836         mail-directory-process is an atom.
30837         (mail-get-names): Ignore mail-directory-names if it is an atom.
30838         (mail-directory-process defvar): Doc fix.
30839         (mail-names): Doc fix.
30841 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
30843         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30845 2005-03-26  Kenichi Handa  <handa@m17n.org>
30847         * international/mule-util.el (detect-coding-with-priority):
30848         Call update-coding-systems-internal before detect-coding-region.
30850 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
30852         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30853         (gdb-frames-mode-map): Add follow-link property.
30855 2005-03-25  Jay Belanger  <belanger@truman.edu>
30857         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30858         for variables.
30860 2005-03-25  Juri Linkov  <juri@jurta.org>
30862         * image-mode.el: Optimize image filename extension regexps in
30863         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
30864         in `auto-mode-alist'.
30865         (image-mode): Add `image-toggle-display-text' to local hook
30866         `change-major-mode-hook'.  Display the image as an image by
30867         default.  Set `cursor-type' and `truncate-lines' if the image
30868         is already displayed.  Take into account the current mode (image
30869         or text) in message.
30870         (image-minor-mode): New minor mode.
30871         (image-mode-maybe, image-toggle-display-text): New functions.
30872         (image-toggle-display): Use called-interactively-p.
30873         Let-bind `inhibit-read-only' to t.
30875         * image-mode.el (image-minor-mode): Set `cursor-type' and
30876         `truncate-lines' if the image is already displayed.  Add turning
30877         image-minor-mode off to `change-major-mode-hook'.  Add message.
30878         Call `image-toggle-display-text' after turning image-minor-mode off.
30880 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
30882         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30883         Terminal.app, use utf-8.
30884         (set-display-table-and-terminal-coding-system): Add coding-system arg.
30885         (set-locale-environment): Use it.
30887         * term/xterm.el: Undo last change, better done in mule-cmds.el.
30889         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30891         * progmodes/python.el (python-close-block-statement-p)
30892         (python-outdent-p, python-current-defun): Use symbol-end.
30894 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
30896         * files.el (save-some-buffers): Doc fix.
30898 2005-03-25  Werner Lemberg  <wl@gnu.org>
30900         * complete.el, thumbs.el: Replace `legal' with `valid'.
30901         * calendar/calendar.el: Replace `legal' with `valid'.
30902         * emacs-lisp/advice.el: Replace `legal' with `valid'.
30903         * mail/supercite.el: Replace `legal' with `valid'.
30904         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30905         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30906         Replace `legal' with `valid'.
30907         * textmodes/reftex-vars.el, textmodes/reftex.el:
30908         Replace `legal' with `valid'.
30910 2005-03-25  Werner Lemberg  <wl@gnu.org>
30912         * calc/calc-forms.el, calc/calc-sel.el
30913         * midnight.el, vc-cvs.el
30914         * emacs-lisp/cl-macs.el
30915         * emulation/vip.el
30916         * eshell/esh-io.el, eshell/esh-var.el
30917         * mail/supercite.el
30918         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30919         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30920         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30921         * progmodes/sh-script.el, progmodes/xscheme.el
30922         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30923         * textmodes/reftex-index.el, textmodes/reftex-parse.el
30924         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30925         * textmodes/reftex.el, textmodes/org.el:
30926         Replace `illegal' with `invalid'.
30928 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30930         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30931         (flymake-find-buildfile, flymake-find-possible-master-files)
30932         (flymake-check-include, flymake-parse-line): Replace loops over the
30933         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30935         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30936         Substitute file-name-as-directory in the rest of the file.
30937         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30938         (flymake-replace-region): Remove unused arg `buffer'.
30939         (flymake-check-patch-master-file-buffer): Update calls to it.
30940         (flymake-add-err-info): Remove unused var `count'.
30941         (flymake-mode): Use define-minor-mode.
30943         * progmodes/flymake.el: Use with-current-buffer.
30944         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30945         flymake-replace-regexp-in-string, flymake-line-beginning-position)
30946         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30947         Avoid testing for `xemacs'.
30948         (flymake-nop): Move.
30949         (flymake-region-has-flymake-overlays): Return the computed value.
30950         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30951         Remove unused var `endline'.
30952         (flymake-get-line-count): Remove unused function.
30953         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30955         * emulation/vi.el:
30956         * generic.el:
30957         * hilit-chg.el (global-highlight-changes):
30958         * hi-lock.el (hi-lock-mode):
30959         * follow.el: find-file-hooks -> find-file-hook.
30961         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30963 2005-03-24  Juri Linkov  <juri@jurta.org>
30965         * dired.el (dired-mode-map): Add menu item "Compare directories"
30966         for dired-compare-directories.
30968         * dired-aux.el (dired-compare-directories): Add autoload cookie.
30969         Doc fix.  Replace `read-file-name' with `read-directory-name'.
30971 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30973         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30975 2005-03-24  Jay Belanger  <belanger@truman.edu>
30977         * calc/calc-embed.el (calc-embedded-mode-change): Save all
30978         relevant mode settings in calc-embedded-original-modes when modes
30979         are permanently changed.
30981 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
30983         * autoinsert.el: find-file-hooks -> find-file-hook.
30985 2005-03-24  Lute Kamstra  <lute@gnu.org>
30987         * generic.el (generic-font-lock-defaults): Make it obsolete.
30988         (generic-font-lock-keywords): New variable to replace
30989         generic-font-lock-defaults.
30990         (generic-mode-set-font-lock): Delete it.
30991         (generic-mode-internal): Don't call generic-mode-set-font-lock.
30992         (generic-bracket-support): Add docstring.
30994         * generic-x.el: Rename generic-font-lock-defaults to
30995         generic-font-lock-keywords throughout.
30996         (mailagent-rules-setup-function): Delete it.
30997         (mailagent-rules-generic-mode): Use anonymous function instead.
30998         (show-tabs-generic-mode-font-lock-defaults-1)
30999         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31000         Quote faces.
31001         (show-tabs-tab-face, show-tabs-space-face): Specify background,
31002         not foreground.
31004         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31005         Recognize define-generic-mode.
31007 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31009         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31010         if there's no completion table.
31012 2005-03-23  Miles Bader  <miles@gnu.org>
31014         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31015         Remove tty-specific variants, as they're no longer needed.
31017 2005-03-23  Lute Kamstra  <lute@gnu.org>
31019         * generic-x.el: Code cleanup: make args constant whenever possible.
31020         (installshield-statement-keyword-list)
31021         (installshield-system-functions-list)
31022         (installshield-system-variables-list, installshield-types-list)
31023         (installshield-funarg-constants-list): Make them constants.
31025         * generic.el (generic-make-keywords-list): Add autoload cookie.
31027         * calendar/time-date.el: Add comment on time value formats.
31028         Don't require parse-time.
31029         (with-decoded-time-value): New macro.
31030         (encode-time-value): New function.
31031         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31032         (days-to-time): Return a valid time value when arg is huge.
31033         (time-since): Use time-subtract.
31034         (time-to-number-of-days): Use time-to-seconds.
31036 2005-03-23  David Ponce  <david@dponce.com>
31038         * recentf.el (recentf-keep): New option.
31039         (recentf-menu-action): Default to `find-file'.
31040         (recentf-keep-non-readable-files-flag)
31041         (recentf-keep-non-readable-files-p)
31042         (recentf-file-readable-p, recentf-find-file)
31043         (recentf-cleanup-remote): Remove.
31044         (recentf-include-p): More robust.
31045         (recentf-keep-p): New function.
31046         (recentf-remove-if-non-kept): Rename from
31047         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
31048         All callers updated.
31049         (recentf-menu-items-for-commands): Fix help string.
31050         (recentf-track-closed-file): Update.  Doc fix.
31051         (recentf-cleanup): Update.  Count removed files.  Doc fix.
31053 2005-03-23  Kim F. Storm  <storm@cua.dk>
31055         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31056         Don't inherit from fringe face (now happens automatically).
31058 2005-03-22  Kim F. Storm  <storm@cua.dk>
31060         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31061         position values.
31063 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31065         * menu-bar.el (showhide-date-time): Remove.
31066         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31067         (menu-bar-make-mm-toggle): Simplify.
31069 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31071         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31072         Accept qualified variable and function names.
31074 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
31076         * bindings.el (completion-ignored-extensions):
31077         Remove ".lis" for `vax-vms'.
31079 2005-03-22  Andreas Schwab  <schwab@suse.de>
31081         * generic-x.el: Revert last change.
31082         * ldefs-boot.el: Update.
31084 2005-03-22  Jay Belanger  <belanger@truman.edu>
31086         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31087         (calc-embedded-save-original-modes)
31088         (calc-embedded-restore-original-modes): New functions.
31089         (calc-do-embedded): Save original modes when entering embedded mode
31090         and restore when leaving embedded mode.
31091         (calc-embedded-modes-change): Change the value of
31092         calc-embedded-original-modes to reflect permanent changes.
31094 2005-03-22  Lute Kamstra  <lute@gnu.org>
31096         * generic-x.el: Require generic again.
31098 2005-03-22  Miles Bader  <miles@gnu.org>
31100         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31101         Tweak details to look good on both ttys and bitmap displays, light
31102         or dark background, etc.
31104 2005-03-21  Kim F. Storm  <storm@cua.dk>
31106         * tooltip.el (tooltip-show-help-function): Check car and cdr of
31107         mouse position.
31109 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31111         * icomplete.el: Don't forcibly turn on the mode upon load.
31112         (icomplete-mode): Use define-minor-mode.
31113         (icomplete-eoinput): Default to nil.
31114         (icomplete-minibuffer-setup): Remove autoload.
31115         (icomplete-tidy): Simplify.
31116         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31117         in the initial state or if the user has modified the field.
31118         Fix handling of icomplete-max-delay-chars.
31119         Remove code that handles the oddball case where
31120         minibuffer-completion-table is an integer.
31121         Wrap icomplete-completions in while-no-input in case building
31122         completions takes more time than expected.
31123         (icomplete-completions): Simplify.
31125 2005-03-21  Richard M. Stallman  <rms@gnu.org>
31127         * jka-compr.el (jka-compr-really-do-compress):
31128         Make variable buffer-local.
31130         * image-mode.el: Handle .xpm files too.
31131         (image-toggle-display): Preserve modification flag.
31133         * help.el (where-is): Don't mention aliases with no key bindings.
31135 2005-03-21  Lute Kamstra  <lute@gnu.org>
31137         * generic.el: Fix commentary section.  Don't require cl for
31138         compilation.
31139         (generic-mode-list): Add autoload cookie.
31140         (generic-use-find-file-hook, generic-lines-to-scan)
31141         (generic-find-file-regexp, generic-ignore-files-regexp)
31142         (generic-mode, generic-mode-find-file-hook)
31143         (generic-mode-ini-file-find-file-hook): Fix docstrings.
31144         (define-generic-mode): Make it a defmacro.  Fix docstring.
31145         (generic-mode-internal): Code cleanup.  Add autoload cookie.
31146         (generic-mode-set-comments): Code cleanup.
31147         * generic-x.el: Don't prevent compilation.  Don't require generic.
31148         Follow coding conventions.  Minor code cleanup.
31149         (etc-fstab-generic-mode): Add some keywords.
31150         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31151         define-generic-mode like a function declaration.
31153 2005-03-21  Jay Belanger  <belanger@truman.edu>
31155         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31156         changing modes.
31158 2005-03-21  Sam Steingold  <sds@gnu.org>
31160         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31162 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
31164         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31165         Add underscore to "f$ lexicals" regexp.
31167 2005-03-20  Juri Linkov  <juri@jurta.org>
31169         * subr.el (progress-reporter-do-update): When `min-value' is equal
31170         to `max-value', set `percentage' to 0 and prevent division by zero.
31172 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
31174         Sync with Tramp 2.0.48.
31176         * net/tramp.el (all): Change all addresses to .gnu.org.
31177         (tramp-append-tramp-buffers): New defun.
31178         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31179         Catch `dont-send' signal.
31180         (tramp-set-auto-save-file-modes): Set always permissions, because
31181         there might be an old auto-saved file belonging to another
31182         original file.  This could be a security threat.  Reported by
31183         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31184         Check for Emacs 21.3.50 removed.
31186         * net/tramp-smb.el (all): Remove debug construct for
31187         `with-parsed-tramp-file-name'.
31188         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31189         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31190         No error message if DIRECTORY or FILENAME doesn't exist.
31191         (tramp-smb-open-connection): Check existence of
31192         `tramp-smb-program'.
31194 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31196         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31197         Properly handle the case where the `m' or `s' command's argument is not
31198         yet terminated.
31199         (perl-indent-new-calculate): New function.
31200         (perl-indent-line): Use it.
31202 2005-03-20  Miles Bader  <miles@gnu.org>
31204         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31205         in text-mode too.  Change to new face names.
31206         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31207         Add `:weight bold' attribute.
31208         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31210 2005-03-19  Juri Linkov  <juri@jurta.org>
31212         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
31214         * international/mule.el (auto-coding-alist): Sync with
31215         `auto-mode-alist' by adding upper case archive file extensions
31216         and adding ear/war to jar extension.
31218 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
31220         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31221         running, restart it.
31223 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
31225         * finder.el (finder-current-item): Throw an error on an empty line.
31227         * man.el (Man-follow-manual-reference): If current-word returns
31228         nil, use "".
31230 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
31232         * simple.el (goto-line): Doc fix.
31234 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
31236         * files.el (save-buffer): Doc fix.
31238 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
31240         * recentf.el (recentf-cleanup-remote): New variable.
31241         (recentf-cleanup): Use it to conditionally check availability of
31242         remote files.
31244 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
31246         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31247         function names.
31249 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31251         * language/thai-word.el: New file.
31253 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31255         * files.el (backup-buffer): If the file's directory is not
31256         writable, use copy instead of move to backup the file.
31258 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31260         * obsolete/keyswap.el: Moved to obsolete/ from term/.
31262 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31264         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31265         Use functionp instead of symbolp and fboundp.  Reported by Drkm
31266         <darkman_spam@yahoo.fr>.
31267         (ps-print-version): New version 6.6.6.
31269 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
31271         * textmodes/table.el (table--line-column-position): New idiom.
31272         (table--row-column-insertion-point-p): New function to test
31273         validity of row and column insertion operation at a location.
31274         (table-global-menu, table-cell-menu): Use above functions for
31275         deterministic test operation.
31276         (table--editable-cell-p): Behave in deterministic fashion.
31278 2005-03-18  Juri Linkov  <juri@jurta.org>
31280         * isearch.el (isearch-lazy-highlight-new-loop):
31281         Make arguments beg and end optional.
31282         (isearch-update): Remove optional arguments nil from
31283         isearch-lazy-highlight-new-loop.
31284         (isearch-lazy-highlight-search): Let-bind case-fold-search to
31285         isearch-lazy-highlight-case-fold-search instead of
31286         isearch-case-fold-search, and let-bind isearch-regexp to
31287         isearch-lazy-highlight-regexp.
31288         Use isearch-lazy-highlight-last-string instead of isearch-string.
31290         * replace.el (perform-replace): Remove bindings of global
31291         variables isearch-string, isearch-regexp, isearch-case-fold-search.
31292         Add three new arguments to `replace-highlight'.
31293         (replace-highlight): Add arguments string, regexp, case-fold.
31294         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31295         to allow isearch-lazy-highlight-new-loop to use these values
31296         to set corresponding isearch-lazy-highlight-* internal
31297         variables whose values lazy highlighting will use regardless of
31298         changes to global variables isearch-string, isearch-regexp,
31299         isearch-case-fold-search during lazy highlighting loop.
31300         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31301         to `lazy-highlight-cleanup'.
31303         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31304         (ispell-highlight-face): Set default face to `isearch' when
31305         lazy highlighting is enabled.
31306         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31307         priority to 1.  Add lazy highlighting.
31308         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31309         from `isearch-dehighlight'.
31311 2005-03-18  David Ponce  <david@dponce.com>
31313         * files.el (hack-local-variables): Do a case-insensitive search
31314         for End.
31316 2005-03-18  Juri Linkov  <juri@jurta.org>
31318         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31319         `isearch-lazy-highlight-cleanup', add alias to old name and
31320         declare obsolete.  Add release numbers to other obsolete vars.
31321         (isearch-done, isearch-lazy-highlight-new-loop):
31322         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31323         (lazy-highlight-cleanup) <variable>: Doc fix.
31324         (isearch-lazy-highlight-update): Rename obsolete
31325         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31327 2005-03-18  Kenichi Handa  <handa@m17n.org>
31329         * language/thai-util.el: Fix categorization of Thai characters in
31330         thai-category-table.
31331         (thai-composition-pattern): Adjust it for the above change.
31332         (thai-self-insert-command, thai-compose-syllable): New functions.
31333         (thai-compose-region): Use thai-compose-syllable.
31334         (thai-compose-string): Likewise.
31335         (thai-composition-function): Likewise.
31336         (thai-auto-composition): New function.
31337         (thai-auto-composition-mode): New minor mode.
31339         * language/thai.el: Fix patterns to be registered in
31340         composition-function-table.
31342         * international/quail.el (quail-input-method): Locally bind
31343         inhibit-modification-hooks to t.
31345 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31347         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31348         (perl-mode): Use run-mode-hooks.
31350         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31351         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31352         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31354         * mail/sendmail.el (sendmail-send-it): Reenable the code
31355         to compute resend-to-address and use it.
31357         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31359         * image-mode.el: New file.
31361         * image.el (insert-sliced-image): Add autoload cookie.
31363         * font-lock.el (font-lock-lines-before): New user option.
31364         (font-lock-after-change-function): Obey it.
31366         * bindings.el (esc-map): Make M-g a prefix.
31367         Bind M-g g and M-g M-g to goto-line.
31369         * faces.el (face-id): Doc fix.
31371 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31373         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31374         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31375         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31377         * mail/sendmail.el (mail-yank-ignored-headers)
31378         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31379         Add Mail-Followup-To and Mail-Reply-To headers.
31380         (mail-citation-hook): Add autoload cookie.
31381         (mail-mode): Doc fix.
31382         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31383         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31384         (mail-mode-fill-paragraph): Handle those headers.
31385         (mail-mailing-lists): New variable.
31386         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31388 2005-03-17  Juri Linkov  <juri@jurta.org>
31390         * isearch.el (isearch-fallback): Check for `(car previous)'
31391         before calling `isearch-other-end-state'.
31393 2005-03-17  Kim F. Storm  <storm@cua.dk>
31395         * simple.el (move-beginning-of-line): Move to beginning of buffer
31396         line, as well as beginning of screen line.
31398 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31400         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31401         argument REDRAW rather than calendar-redrawing variable.
31402         * calendar/calendar.el (calendar-redrawing): Delete.
31403         (redraw-calendar): Do not bind calendar-redrawing.
31405 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31407         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31408         diary-file buffer.
31410 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31412         * help.el (describe-mode): Allow a :minor-mode-function property to
31413         specify a different minor mode toggle function than the variable.
31414         * simple.el (auto-fill-function):
31415         * subr.el (add-minor-mode): Use it.
31417 2005-03-16  Kenichi Handa  <handa@m17n.org>
31419         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31420         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31421         (ethio-fidel-to-sera-buffer): Likewise.
31423 2005-03-16  Juri Linkov  <juri@jurta.org>
31425         * emacs-lisp/find-func.el (find-function-regexp):
31426         Add defun-emitting macro `menu-bar-make-toggle'.
31428         * isearch.el: Put `isearch-scroll' property to
31429         `split-window-horizontally'.
31431         * info.el: Update error messages for `debug-ignored-errors'.
31432         (Info-isearch-search): Doc fix.
31433         (Info-find-node): Move up code to go into info buffer before
31434         recording the node to the history.
31435         (Info-fontify-node): Fontify titles only if the next line
31436         has two or more `*', `=', `-', `.'.
31437         Display "go to this node" for empty (match-string 3).
31439 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31441         * term/mac-win.el: Add mouse pointer shape constants.
31443 2005-03-15  Kim F. Storm  <storm@cua.dk>
31445         * simple.el (move-beginning-of-line): Use vertical-motion.
31447 2005-03-15  Juri Linkov  <juri@jurta.org>
31449         * isearch.el (isearch-error): New variable.
31450         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31451         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31452         (isearch-within-brackets-state): Remove.
31453         (isearch-case-fold-search-state, isearch-pop-fun-state):
31454         Decrease frame index.
31455         (isearch-mode, isearch-top-state, isearch-push-state)
31456         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31457         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31458         (isearch-search, isearch-lazy-highlight-new-loop):
31459         Replace `isearch-invalid-regexp' with `isearch-error'.
31460         Remove `isearch-within-brackets'.
31461         (isearch-search): Add `search-failed' handler to `condition-case'.
31462         (isearch-lazy-highlight-search): Add `condition-case' to catch
31463         errors and allow `isearch-lazy-highlight-update' to try
31464         highlighting from the beginning of the window.
31465         (isearch-repeat): Move up code to set isearch-wrapped to t
31466         before calling isearch-wrap-function.
31468         * info.el (Info-isearch-initial-node): New internal variable.
31469         (Info-search): Signal an error in isearch mode when search leaves
31470         the initial node.  Signal an error when `bound' is non-nil and
31471         nothing was found in the current subfile.
31472         (Info-isearch-search): Remove `condition-case'.
31473         (Info-isearch-wrap): Don't wrap when search failed during leaving
31474         the initial node.  If `Info-isearch-search' is nil, wrap around
31475         the current node.
31476         (Info-isearch-start): New fun.
31477         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31478         `isearch-mode-hook'.
31480 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31482         * simple.el (normal-erase-is-backspace): Set default to t if
31483         running on Mac.
31485         * term/mac-win.el (function-key-map): Sync with x-win.el.
31487 2005-03-15  Kenichi Handa  <handa@m17n.org>
31489         * international/mule-cmds.el (locale-language-names): Modify the
31490         format of elements and add more entries.
31491         (locale-preferred-coding-systems): Add more entries.
31492         (set-locale-environment): Adjust for the change of
31493         locale-language-names.
31495 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31497         * pcvs.el (smerge-ediff): Remove bogus autoload.
31499 2005-03-14  Lute Kamstra  <lute@gnu.org>
31501         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31502         Ignore a `*' at the beginning of a line.
31504         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31505         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31506         subr.el.
31507         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31508         to specify indentation.
31510         * generic.el (define-generic-mode): Let generic-mode-list be a
31511         list of strings; test membership with equal.
31513 2005-03-14  Kim F. Storm  <storm@cua.dk>
31515         * simple.el (next-line, previous-line): Add optional try-vscroll
31516         arg to recognize interactive use.  Pass it on to line-move.
31517         (line-move): Don't perform auto-window-vscroll when defining or
31518         executing keyboard macro to ensure consistent behavior.
31520 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31522         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31524 2005-03-13  Lute Kamstra  <lute@gnu.org>
31526         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31527         debugger-setup-buffer so that backtrace marks the frames set to
31528         debug-on-exit and we don't have to do it manually.  Set an extra
31529         debug-on-exit for macro's.
31530         (debugger-setup-buffer): Don't mark the top frame manually.
31532 2005-03-12  Lute Kamstra  <lute@gnu.org>
31534         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31535         lisp-indent-function throughout.
31536         (with-no-warnings): Set lisp-indent-function property.
31538 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31540         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31541         Add entry for backslash.
31543 2005-03-12  Juri Linkov  <juri@jurta.org>
31545         * info.el (Info-search): Four fixes for backward search.
31547 2005-03-11  Jay Belanger  <belanger@truman.edu>
31549         * calc/calc.el (calc-language-alist): New variable.
31550         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31551         (calc-embedded-find-modes): Use calc-language-alist instead of
31552         calc-embedded-language-alist.
31554 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31556         * calendar/calendar.el (calendar-redrawing): New internal
31557         variable.
31558         (redraw-calendar): Remove bogus save-excursion from previous
31559         change.  Bind calendar-redrawing to t for mark-diary-entries.
31560         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31561         calendar if that is why we were called.
31563 2005-03-11  Kenichi Handa  <handa@m17n.org>
31565         * international/mule.el (make-coding-system): Set property
31566         coding-system-define-form to nil.
31567         (define-coding-system-alias): Likewise.
31569 2005-03-11  Kenichi Handa  <handa@m17n.org>
31571         These changes are suggested by Dave Love <fx@gnu.org>.
31573         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31574         coding: tag.
31575         (adaptive-fill-regexp): Add more bullets.
31576         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31577         regexps.
31579 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31581         * help.el (describe-mode): Properly handle non-trivial lighters.
31582         Don't ignore minor modes that are not listed in minor-mode-list.
31584         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31585         feature ON when the user requests to turn it OFF.
31587 2005-03-10  Lute Kamstra  <lute@gnu.org>
31589         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31590         (implement-debug-on-entry): New function to replace debug-entry-code.
31591         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31592         second argument as the 2005-03-07 change makes it obsolete.
31593         (debug-on-entry, cancel-debug-on-entry): Update call to
31594         debug-on-entry-1.
31595         (debug, debugger-setup-buffer): Comment update.
31596         (debugger-frame-number): Update to work with implement-debug-on-entry.
31598 2005-03-10  Jay Belanger  <belanger@truman.edu>
31600         * calc/calc-embed.el (math-ms-args): Declare it.
31601         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31602         math-ms-args.
31603         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31604         variables.
31606 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31608         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31609         Use message-box.
31611         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31612         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31613         (tooltip-gud-tips): Simplify.
31614         (tooltip-gud-tips-p): Remove superfluous :set.
31615         (tooltip-gud-modes): Add fortran-mode.
31616         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31618         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31620 2005-03-09  Kim F. Storm  <storm@cua.dk>
31622         * play/animate.el (animate-place-char): Use forward-line instead
31623         of next-line to improve performance.
31625 2005-03-09  Simon Josefsson  <jas@extundo.com>
31627         * net/browse-url.el (browse-url-default-browser): Doc fix.
31629 2005-03-09  Miles Bader  <miles@gnu.org>
31631         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31632         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31634 2005-03-09  Kenichi Handa  <handa@m17n.org>
31636         * international/latin-1.el: Set case and syntax for 255 only if
31637         set-case-syntax-set-multibyte is nil.
31639         * textmodes/ispell.el (ispell-insert-word): New function.
31640         (ispell-word): Use ispell-insert-word to insert a new word.
31641         (ispell-process-line): Likewise.
31642         (ispell-complete-word): Likewise.
31644 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31646         * calendar/calendar.el (redraw-calendar): Preserve point.
31647         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31648         (calendar-week-start-day): Move after definition of
31649         redraw-calendar.  Delete buffer test, since redraw-calendar has
31650         that now.
31652         * calendar/diary-lib.el (mark-diary-entries): Only call
31653         redraw-calendar in the first of any recursive calls.
31654         Reported by Alan Shutko <ats@acm.org>.
31656 2005-03-08  Juri Linkov  <juri@jurta.org>
31658         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31659         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31660         (html-radio-buttons): Add a space before the trailing `/>' where
31661         sgml-xml-mode is non-nil.
31662         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31663         the subsequent tag of the empty XML tag.
31664         (html-href-anchor): Don't set initial input to "http:".
31665         (html-image): Ask for the image URL and set point inside alt="".
31666         (html-name-anchor): Duplicate the name in the `id' attribute when
31667         sgml-xml-mode is non-nil.
31668         (html-paragraph): Remove \n before <p>.
31669         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31670         instead of `checked' when sgml-xml-mode is non-nil.
31672         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31673         Remove 1 space before #RRGGBB to not truncate it on terminal
31674         windows w/o fringes.  Remove 1 space between bg and fg examples
31675         to get more space.
31676         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31677         avoid byte-compile warnings.
31679         * image-file.el (image-file-handler): Put `safe-magic' property to
31680         `image-file-handler'.
31682         * info.el (Info-isearch-search): Emulate word search in
31683         isearching through multiple Info nodes with Info-search.
31684         (Info-isearch-wrap): Allow isearch-word.
31686 2005-03-08  Lute Kamstra  <lute@gnu.org>
31688         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31689         stepping into the debugger's code is not possible.
31690         (debugger-jumping-flag): Docstring update.
31692 2005-03-08  Jay Belanger  <belanger@truman.edu>
31694         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31695         embedded mode begins.
31696         (calc-embedded-language-alist): New variable.
31697         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31698         set default language mode.
31700 2005-03-08  Kenichi Handa  <handa@m17n.org>
31702         * international/ccl.el (define-ccl-program): Fix docstring about
31703         extra 256 bytes assured for the output buffer.
31705         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31706         Fix BUFFER_MAGNIFICATION to 2.
31707         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31709 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31711         * align.el (align-rules-list): Added an alignment rule for CSS
31712         declarations (applies to css-mode and html-mode buffers).
31714 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31716         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31718 2005-03-07  Kim F. Storm  <storm@cua.dk>
31720         * simple.el (move-beginning-of-line): New command.
31722         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31724         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31726         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31727         and move-beginning-of-line.
31729         * apropos.el (apropos-print): Omit command from M-x ... RET.
31731 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31733         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31734         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31736 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31738         * bindings.el (esc-map): Bind M-g to goto-line.
31740         * facemenu.el (global-map): Bind M-o, not M-g.
31742 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31744         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31745         "Open Directory" as for "Open File".
31747 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31749         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31750         (push-mark-command): Run activate-mark-hook.
31752 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31754         * help-mode.el (help-mode-finish): Don't alter the element
31755         in view-return-to-alist if there already is one.
31757         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31758         make sure the current buffer is the expected one.
31760         * novice.el (disabled-command-function): Output in *Disabled Command*.
31761         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31763         * textmodes/flyspell.el (flyspell-large-region):
31764         Pass args differently for aspell.
31766         * files.el (mode-require-final-newline): Doc fix.
31768 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31770         * progmodes/which-func.el (which-function):
31771         Specify NOERROR when calling imenu--make-index-alist.
31773 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31775         * simple.el (normal-erase-is-backspace): Define default value.
31777         * custom.el (custom-theme-set-variables): Remove unused var
31778         `immediate'.
31779         (custom-reevaluate-setting): Simple function to handle variables
31780         that are defined before their default value can really be
31781         computed.
31783         * startup.el (command-line): Use it for temporary-file-directory,
31784         small-emporary-file-directory, auto-save-file-name-transforms,
31785         blink-cursor-mode, and normal-erase-is-backspace.
31787         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31788         progress, even with buggy anchored keywords.
31790 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
31792         * simple.el (goto-line): Remove unbalanced final parenthesis.
31794 2005-03-05  Richard M. Stallman  <rms@gnu.org>
31796         * simple.el (goto-line): Use a number at point as the default.
31797         With C-u as arg, switch buffers.
31799 2005-03-05  Juri Linkov  <juri@jurta.org>
31801         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31802         with `no-blinking-cursor'.
31804         * startup.el (no-blinking-cursor): New defvar.
31805         (command-line): Add `--no-blinking-cursor' to longopts.
31806         Set `no-blinking-cursor' to t for command line arguments
31807         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
31808         with `no-blinking-cursor' in the condition for calling
31809         `blink-cursor-mode'.
31811 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
31813         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31814         (menu-bar-options-save): Add blink-cursor-mode.
31815         (menu-bar-options-menu): Add blink-cursor-mode.
31817 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
31819         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31820         (icalendar-export-file, icalendar-export-region)
31821         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31822         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31824 2005-03-04  Lute Kamstra  <lute@gnu.org>
31826         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31827         (debug-function-list): Ditto.
31829 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
31831         * textmodes/texinfmt.el (texinfo-append-refill):
31832         Redefine the types of line to which @refill
31833         is not appended by replacing a search for `@refill\\|@bye' with
31834         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
31835         itemize@refill' bug and the unfilled long lines bug.
31836         (texinfmt-version): Update number and date.
31838 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
31840         * international/code-pages.el (windows-1250, windows-125[2-8])
31841         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31843 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31845         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31846         bound yet.
31848 2005-03-02  Romain Francoise  <romain@orebokech.com>
31850         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31851         buffer after removing limits.
31852         (ibuffer-pop-filter): Ditto.
31853         Update copyright.
31855 2005-03-02  Miles Bader  <miles@gnu.org>
31857         * button.el (make-text-button): If the user doesn't specify a
31858         type, use the default.  Rewrite to use `add-text-properties' and
31859         plist functions.
31861 2005-03-01  Lute Kamstra  <lute@gnu.org>
31863         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31864         (debugger-jumping-flag): New var.
31865         (debug-entry-code): Use it.
31866         (debugger-jump): Use debugger-jumping-flag and add
31867         debugger-reenable to post-command-hook.
31868         (debugger-reenable): Use debugger-jumping-flag and remove itself
31869         from post-command-hook.
31870         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31871         debugger-reenable.
31873 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
31875         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31876         inclusion of "itemize\\|", which may be unnecessary, is certainly
31877         inelegant, and stops refilling in itemize lists when formatting
31878         Japanese Texinfo files to Info.
31879         Update copyright to 2005.
31881 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
31883         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31884         of an error if GDB can't find the source file.
31886 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
31888         * calendar/calendar.el (redraw-calendar): Work from any buffer,
31889         not just the calendar.
31891         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31892         first.
31893         (diary-redraw-calendar): New function.
31894         (make-diary-entry): Add diary-redraw-calendar to local
31895         write-contents-functions.  Turn off selective display before
31896         inserting in diary.
31898 2005-03-01  Kim F. Storm  <storm@cua.dk>
31900         * emacs-lisp/copyright.el (copyright-fix-years): New command.
31902 2005-03-01  Lute Kamstra  <lute@gnu.org>
31904         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31905         that debug-entry-code can be safely removed from a function while
31906         this code is being evaluated.  Revert the 2005-02-27 change as the
31907         new implementation no longer requires it.  Make sure that a
31908         function body containing just a string is not mistaken for a docstring.
31909         (debug): Skip one more frame in case of debug on entry.
31910         (debugger-setup-buffer): Delete one more frame line in case of
31911         debug on entry.
31912         (debugger-frame-number): Update to use the new text introduced by
31913         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
31915 2005-02-28  Kim F. Storm  <storm@cua.dk>
31917         * double.el (double-translate-key): Call force-window-update after
31918         read-event to avoid crash in redisplay.
31920 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31922         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31923         (debug): Use it.  Move the inhibit-trace earlier.
31924         (debug-entry-code): New const.
31925         (debug-on-entry-1): Use it.
31927 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
31929         * international/utf-16.el (ccl-encode-mule-utf-16le):
31930         Fix BUFFER_MAGNIFICATION to 2.
31931         (ccl-encode-mule-utf-16be): Likewise.
31933 2005-02-28  Kenichi Handa  <handa@m17n.org>
31935         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31936         Fix BUFFER_MAGNIFICATION to 4.
31937         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31939 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
31941         * speedbar.el (speedbar-update-flag): Doc fix.
31942         (speedbar-show-info-under-mouse): Give set-mouse-position the right
31943         argument.
31945 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31947         * reveal.el (reveal-post-command): Don't try to reveal overlays which
31948         have a non-nil `invisible' property but are actually visible.
31950         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31951         for perldoc sections.
31952         (perl-outline-regexp, perl-outline-level): New var and function.
31953         (perl-mode): Use them.
31955 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
31957         * calendar/diary-lib.el (diary-remind): Discard any mark portion
31958         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31960 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
31962         * cus-edit.el: Comment change.
31963         (custom-buffer-create-internal): Slightly reword text at top of
31964         Custom buffers.  Mention there that saving an option edits the
31965         init file.  Add link to Emacs manual node on `custom-file'.
31966         (custom-magic-alist): Rewrite individual State messages to use
31967         capitalized keywords.  Doc fix.
31969 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
31971         * calendar/calendar.el (calendar-buffer): Move above
31972         calendar-week-start-day.
31973         (calendar-week-start-day): Doc fix.  Add :set function.
31974         (calendar-minimum-window-height): New variable.
31975         (generate-calendar-window): Only resize window if selected-window
31976         is displaying the calendar buffer.  Use new variable
31977         calendar-minimum-window-height.
31978         (generate-calendar): Reword error message.
31979         (calendar-mode-map): Bind DEL to scroll-other-window-down.
31981 2005-02-27  Andreas Schwab  <schwab@suse.de>
31983         * vc.el (vc-do-command): Don't run command asynchronously when
31984         operating in a remote directory.
31986         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31987         change from sync with Tramp 2.0.47.
31989 2005-02-27  Richard M. Stallman  <rms@gnu.org>
31991         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31993         * textmodes/flyspell.el (flyspell-mode-on):
31994         Call ispell-change-dictionary only if necessary.
31996         * emacs-lisp/re-builder.el (regexp-builder): New function.
31998         * register.el (describe-register-1): Explicitly handle
31999         yank-excluded-properties = t.
32001         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32002         (custom-magic-alist): Change the status descriptions again.
32003         (face widget-type): Total rewrite based on `restricted-sexp'
32004         to eliminate the confusing double hiding levels.
32006         * emacs-lisp/debug.el (debug-on-entry-1):
32007         If function body is empty, add nil as body form.
32009 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32011         * emacs-lisp/trace.el (inhibit-trace): New var.
32012         (trace-make-advice): Use it.
32014         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32016 2005-02-26  Kim F. Storm  <storm@cua.dk>
32018         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32019         (mouse-on-link-p, mouse-drag-region-1): Use it.
32021 2005-02-25  Lute Kamstra  <lute@gnu.org>
32023         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32025 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
32027         * frame.el (blink-cursor-mode): Add :group keyword.
32029 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
32031         * calendar/icalendar.el (icalendar--decode-isodatetime):
32032         New optional argument DAY-SHIFT.
32033         (icalendar-export-region): Fix coding-system-for-write.
32034         (icalendar--convert-ical-to-diary): Shift end-day of all-day
32035         events by one.
32037 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32039         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32041 2005-02-24  Kim F. Storm  <storm@cua.dk>
32043         * international/iso-acc.el (iso-accents-compose): Fix crash
32044         during redisplay.  Call force-window-update after read-event
32045         and delete-region to signal that window is not accurate.
32047 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32049         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32050         Remove unused and inexistent var `inhibit-trace'.
32051         (debugger-mode): Use run-mode-hooks.
32052         (debugger-list-functions): Add buttons; setup xref stack.
32054 2005-02-23  Richard M. Stallman  <rms@gnu.org>
32056         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32057         appointment says it was explicitly made.
32058         (appt-add): Set the 3rd element.
32059         (appt-make-list): Preserve explicit appointments.
32061         * subr.el (find-tag-default): Catch errors in forward-sexp.
32063 2005-02-23  Juri Linkov  <juri@jurta.org>
32065         * info.el (Info-isearch-search): New defcustom.
32066         (Info-isearch-search): Call the default isearch function
32067         when Info-isearch-search is nil.
32068         (Info-isearch-wrap): Use variable Info-isearch-search.
32070 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
32072         * cus-edit.el: Comment change.
32074 2005-02-22  Kim F. Storm  <storm@cua.dk>
32076         * progmodes/hideif.el (hide-ifdef-use-define-alist):
32077         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
32079 2005-02-22  Simon Josefsson  <jas@extundo.com>
32081         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32082         New variable.
32083         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
32084         Oskarsson" <myrkraverk@users.sourceforget.net>.
32086 2005-02-22  Kim F. Storm  <storm@cua.dk>
32088         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32089         check that window of that event is the selected window.
32090         (mouse-drag-region-1): Compare mouse event window to selected
32091         window before setting point.
32093         * tooltip.el (tooltip-show-help-function): Pass event to
32094         mouse-on-link-p so it can check selected window.
32096 2005-02-22  Kenichi Handa  <handa@m17n.org>
32098         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32099         (ps-mule-show-warning): New function.
32100         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32101         characters are found.
32103         * ps-print.el (ps-header-footer-string): Return a list of header
32104         and footer strings.
32106 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
32108         * pcvs.el (cvs-retrieve-revision): Fix thinko.
32110 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32112         * frame.el (blink-cursor-mode): Use define-minor-mode.
32114         * term/mac-win.el (function-key-map): Use char-names more consistently.
32115         (file-name-coding-system): Only set it for MacOS-9.  The other case is
32116         already handled in mule-cmds.el (where it also works when mac-win.el
32117         is not used).
32119 2005-02-21  Kenichi Handa  <handa@m17n.org>
32121         * international/mule.el (ctext-pre-write-conversion): Always use
32122         " *code-converting-work*" buffer for work.
32124         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32126 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
32128         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32130 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
32132         * ses.el (undo-more): Restore defadvice, but only the part that
32133         allows changes outside the restricted area of the buffer.
32135 2005-02-20  Kim F. Storm  <storm@cua.dk>
32137         * simple.el (line-move): Add fourth optional arg try-vscroll which
32138         must be set to perform auto-window-vscroll.
32139         When moving backwards and doing auto-window-vscroll, automatically
32140         vscroll to the last part of lines which are taller than the window.
32141         (next-line, previous-line): Set try-vscroll arg on line-move.
32143 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
32145         * replace.el (query-replace, query-replace-regexp)
32146         (replace-string, replace-regexp): When operating on region, make
32147         the minibuffer prompt say so.
32149         * isearch.el (isearch-forward): Document isearch-query-replace and
32150         isearch-query-replace-regexp keybindings.
32152 2005-02-19  Jay Belanger  <belanger@truman.edu>
32154         * calc/calc-aent.el (math-read-token): Add local variable.
32156         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32157         (calc-edit-top): Move declaration to earlier in file.
32158         (calc-edit-macro-repeats): Add local variables.
32160         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32161         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32162         calcFunc-tanh.
32163         Adjust integration rule for calcFunc-tan.
32165 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32167         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32168         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32169         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32170         (viper-skip-separators): Bug fix.
32171         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32172         particular major mode.
32173         (viper-del-backward-char-in-replace): Don't put deleted char on the
32174         kill ring.
32176         * viper-ex.el (viper-color-display-p): New function.
32177         (viper-has-face-support-p): Use viper-color-display-p.
32179         * viper-keym.el (viper-gnus-modifier-map): New keymap.
32181         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32183         * viper-util.el (viper-glob-unix-files): Fix shell status check.
32184         (viper-file-remote-p): Make equivalent to file-remote-p.
32186         * viper.el (viper-major-mode-modifier-list):
32187         Use viper-gnus-modifier-map.
32189 2005-02-19  David Kastrup  <dak@gnu.org>
32191         * subr.el (subregexp-context-p): Fix garbled doc string by adding
32192         quoting.
32194 2005-02-19  Jay Belanger  <belanger@truman.edu>
32196         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32197         Remove extra definitions.
32198         (calc-coth): New function.
32199         (calcFunc-cot): Fix `let'.
32201 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
32203         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32204         the reasons we use "type pc" in these faces.
32206         * button.el (button): Ditto.
32208 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
32210         * replace.el (query-replace-read-from): Set the value of
32211         query-replace-from-history-variable to handle the case of an empty
32212         string entered to accept the suggested default.
32214         * net/tramp.el (tramp-file-name-for-operation):
32215         Use dired-call-process instead of dired-call-process-command.
32217 2005-02-19  Jay Belanger  <belanger@truman.edu>
32219         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32220         (math-div-non-trig): New variables.
32221         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32222         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32223         (math-combine-prod, math-div-symb-fancy): Add simplifications for
32224         trig expressions.
32226 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
32228         * progmodes/gdb-ui.el (gdb-var-update-handler)
32229         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32230         for watch expressions,
32231         (gdb-var-create-handler): Don't set speedbar-update-flag.
32232         (gdb-post-prompt): Simplify test for speedbar.
32234 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32236         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32237         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32238         we use the syntax table of the correct buffer.
32239         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32240         Felix Gatzemeier.
32242         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32243         (ediff-file-remote-p): Make synonymous with file-remote-p.
32244         In all deffaces ediff-*-face-*, use min-colors.
32246         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32247         ediff-recurse-to-subdirectories.
32248         (ediff-mark-if-equal): Check that the arguments are strings, use
32249         ediff-same-contents (after to Felix Gatzemeier).
32251         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32252         nil.
32254 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32256         * log-view.el (log-view-message-re): Fix up Subversion regexp.
32258 2005-02-18  David Kastrup  <dak@gnu.org>
32260         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32261         use `mark-active' when defined.
32263 2005-02-18  Kenichi Handa  <handa@m17n.org>
32265         * ps-print.el (ps-font-info-database): New entry
32266         ZapfChancery-MediumItalic with correct font name.  Fix font name
32267         of the entry Zapf-Chancery-MediumItalic.
32269 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
32271         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32273 2005-02-16  Kim F. Storm  <storm@cua.dk>
32275         * ido.el (ido-fallback-command): Pass user input to fallback command.
32277 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
32279         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32280         (gdb-find-file-hook): Add server prefix.
32282 2005-02-16  Richard M. Stallman  <rms@gnu.org>
32284         * replace.el (perform-replace): Pass new args to replace-highlight.
32285         (replace-highlight): Take region args,
32286         and pass them to isearch-lazy-highlight-new-loop.
32288         * novice.el (disabled-command-hook): Autoload the defalias
32289         and the make-obsolete-variable call.
32291         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32293         * isearch.el (isearch-lazy-highlight-start-limit)
32294         (isearch-lazy-highlight-end-limit): New variables limit
32295         the region for highlighting.
32296         (isearch-lazy-highlight-new-loop): New args BEG and END.
32297         (isearch-lazy-highlight-search): Use the new vars.
32298         (isearch-lazy-highlight-update): Likewise.
32300         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32302         * cus-start.el (all): Use default-boundp.
32304 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
32306         * menu-bar.el (menu-bar-select-frame): Handle current frame.
32308 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
32310         * autorevert.el (auto-revert-stop-on-user-input)
32311         (auto-revert-verbose): Doc fixes.
32313 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
32315         * international/mule-cmds.el (set-locale-environment): Remove call
32316         to set-selection-coding-system on Windows.
32318 2005-02-15  Jay Belanger  <belanger@truman.edu>
32320         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32321         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32322         calcFunc-coth.
32323         (math-simplify-sqrt): Add simplifications.
32325         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32326         to list.
32328         * calc/calc-ext.el: Add functions to autoloads.
32330         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32331         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32332         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32333         (math-csc-raw, math-cot-raw): New functions.
32335         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32337         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32338         the variable name in a message.
32340         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32341         calcFunc-csc, calcFunc-cot.
32343         * calc/calcalg2.el: Add derivative and integration rules for
32344         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32345         calcFunc-csch, calcFunc-coth.
32346         (math-do-integral-methods): Add to checks for when to use
32347         substitutions.
32349         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32351 2005-02-15  Lute Kamstra  <lute@gnu.org>
32353         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32354         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32355         <monnier@iro.umontreal.ca>.
32356         (lisp-outline-level): Improve efficiency.  Suggested by David
32357         Kastrup <dak@gnu.org>.
32359 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32361         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32362         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32363         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32364         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32365         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32367 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32369         * cus-start.el (all): Comment change.
32371 2005-02-14  Lute Kamstra  <lute@gnu.org>
32373         * cus-start.el (all): Check if symbol is void.
32375 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32377         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32378         optional argument to \cite.
32380 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32382         * cus-edit.el (custom-buffer-create-internal): Update help message.
32383         (custom-magic-alist): Update help messages.
32385         * cus-start.el (all): Allow a var to specify a standard value.
32387 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32389         * custom.el (custom-theme-set-variables): Handle variable aliases.
32391         * frame.el (blink-cursor-timer): Doc fix.
32392         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32393         declare obsolete.
32394         (blink-cursor-mode): Define with defcustom and use correct
32395         standard expression in that defcustom.
32396         * startup.el (command-line): Adapt to above changes in frame.el.
32398 2005-02-11  Lute Kamstra  <lute@gnu.org>
32400         * apropos.el (apropos-score-doc): Prevent division by zero.
32402 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32404         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32405         (icalendar--get-event-property-attributes)
32406         (icalendar--get-event-properties)
32407         (icalendar--datetime-to-diary-date): New functions.
32408         (icalendar--split-value): Doc fix.
32409         (icalendar--datetime-to-noneuropean-date)
32410         (icalendar--datetime-to-european-date): New optional argument
32411         SEPARATOR.  Return result as a string instead of a list.
32412         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32413         (icalendar--convert-string-for-export): Rename arg S to STRING.
32414         (icalendar-export-region): Doc fix.  Change name of error buffer.
32415         Save output buffer.
32416         (icalendar-import-file): Add blank at end of prompt.
32417         (icalendar-import-buffer): Doc fix.  Do not switch to error
32418         buffer.  Indicate status in return value.
32419         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32420         buffer.  Save output buffer.  Handle exception from recurrence
32421         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32422         events.  Fix problems with weekly all-day events.
32424 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32426         * simple.el (eval-expression-print-format):
32427         Avoid warning about edebug-active.
32429         * help.el (help-for-help-internal): Rename from help-for-help.
32430         (help-for-help): Define with defalias.
32432         * font-core.el (font-lock-default-function): Use with-no-warnings.
32434         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32436         * custom.el (defface): Doc fix.
32438 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32440         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32441         width 0" to prevent word wrapping problems.
32443 2005-02-09  Kim F. Storm  <storm@cua.dk>
32445         * ido.el (ido-file-extensions-order): New defcustom.
32446         (ido-file-extension-lessp, ido-file-extension-aux)
32447         (ido-file-extension-order): New advanced file ordering.
32448         (ido-file-lessp): New simple file ordering.
32449         (ido-sort-list): Remove.
32450         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32451         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32453 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32455         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32456         that some versions of grep produce.
32457         (grep-mode-font-lock-keywords): Likewise.
32459 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32461         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32462         (gdb-cdir): Delete.
32463         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32464         (gdb-source-info): Treat case when source file is in another
32465         directory properly.
32466         (gdb-get-location): New function.
32468 2005-02-07  Jay Belanger  <belanger@truman.edu>
32470         * calc/calc-prog.el (calc-write-parse-table-part)
32471         (calc-fix-token-name): Fix a check for language type.
32473         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32475 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32477         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32478         as directory not writable.
32480 2005-02-07  Kim F. Storm  <storm@cua.dk>
32482         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32483         (cua--standard-movement-commands): Remove list.
32484         Instead, set CUA property value to move for movement commands.
32485         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32486         (cua--pre-command-handler): Check CUA property.
32487         (cua--init-keymaps): Don't remap undo commands.
32488         (cua-mode): Don't call cua--rectangle-on-off.
32490         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32491         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32492         (cua--rect-undo-set-point): New var.
32493         (cua--rectangle-undo-boundary): Setup undo apply entry.
32494         (cua--rect-undo-handler): New function for rectangle undo.
32495         (cua--rect-start-position, cua--rect-end-position): Add.
32496         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32497         for restored rectangle.  Set point if cua--rect-undo-set-point.
32499 2005-02-06  Jay Belanger  <belanger@truman.edu>
32501         * calc/calc-lang.el (calc-tex-language): Display more information
32502         in messages.
32504         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32505         in TeX mode.
32507 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32509         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32511 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32513         * net/ldap.el (ldap-search-internal): Support attributes with
32514         optional descriptions separated by a semi-colon, as in
32515         "userCertificate;binary".
32517 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32519         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32520         isn't a cons (i.e. the version is 0).
32522 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32524         * help.el (help-for-help): Doc fix.
32526 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32528         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32529         GDB-Windows on the menu-bar as this works better.
32531 2005-02-04  Jay Belanger  <belanger@truman.edu>
32533         * calc/calc-embed.el (calc-embedded-update): Don't put in
32534         unnecessary newlines.  Adjust the end of formula marker.
32536         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32537         (math-latex-parse-two-args): New function.
32539 2005-02-03  Lute Kamstra  <lute@gnu.org>
32541         * help-fns.el (help-with-tutorial): Make sure that users cannot
32542         remove the entire text of the tutorial by means of `undo'.
32544 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32546         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32547         in recent changes, where the ispell process was repeatedly
32548         killed & restarted.
32550         * international/mule-cmds.el (set-locale-environment): Set file-name
32551         coding system to utf-8 on Darwin systems.
32552         (set-default-coding-systems): Don't set default-file-name-coding-system
32553         on Darwin systems.
32555 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32557         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32559 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32561         * faces.el (list-faces-display): Add optional argument.
32563 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32565         * font-core.el (font-lock-default-function): Handle the rare case where
32566         only font-lock-keywords is set.
32568 2005-02-02  Kenichi Handa  <handa@m17n.org>
32570         * international/characters.el: Cancel previous change for
32571         I-WITH-DOT-ABOVE and DOTLESS-i.
32573         * international/latin-5.el: Cancel previous change.
32575 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32577         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32579 2005-02-02  Kenichi Handa  <handa@m17n.org>
32581         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32582         DOTLESS-i.
32584         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32585         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32587         * case-table.el (get-upcase-table): New function.
32588         (copy-case-table): Copy upcaes table too if non-nil.
32589         (set-case-syntax-delims): Maintain upcase table too.
32590         (set-case-syntax-pair): Likewise.
32591         (set-upcase-syntax, set-downcase-syntax): New functions.
32592         (set-case-syntax): Maintain upcase table too.
32594 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32596         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32598         * progmodes/gud.el (gud-goto-info): New function.
32599         (gud-tool-bar-map): Use correct icon.
32601 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32603         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32604         When delegating, order args in the funcall correctly.
32606 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32608         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32610 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32612         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32613         buffer not visiting a file.
32615 2005-01-31  Jay Belanger  <belanger@truman.edu>
32617         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32618         bound on the line with the formula.
32620 2005-01-31  Kim F. Storm  <storm@cua.dk>
32622         * ses.el (ses-create-cell-variable-range)
32623         (ses-destroy-cell-variable-range, ses-reset-header-string)
32624         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32625         (ses-insert-row): Fix format of apply undo entries.
32627 2005-01-31  Jay Belanger  <belanger@truman.edu>
32629         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32630         parts.
32632         * calc/calc-embed.el (calc-embedded-open-formula)
32633         (calc-embedded-close-formula): Ignore matrix environments.
32635         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32636         TeX mode.
32638         * calc/calc-lang.el (math-function-table, math-oper-table)
32639         (math-variable-table): Adjust the LaTeX portions.
32641         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32642         (math-latex-ignore-words): New constant.
32644 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32646         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32647         (ispell-local-dictionary): Doc fix.
32648         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32649         Don't reinitialize at run time.  Don't defcustom.
32650         All uses changed to append ispell-local-dictionary-alist,
32651         or check it first.
32652         (ispell-current-dictionary): New variable for dictionary in use.
32653         (ispell-dictionary): Now used only for global default.
32654         (ispell-start-process): Set ispell-current-dictionary,
32655         not ispell-dictionary.
32656         (ispell-change-dictionary): Use this only for setting
32657         user preferences.
32658         (ispell-internal-change-dictionary): New function
32659         to change the current dictionary in use.
32660         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32661         Use ispell-current-dictionary.
32662         Handle ispell-local-dictionary-overridden.
32663         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32665 2005-01-31  Jay Belanger  <belanger@truman.edu>
32667         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32669         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32670         (calc-mode-map): Add calc-latex-language.
32672         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32673         (math-latex-print-frac): New functions.
32674         (math-oper-table, math-function-table, math-variable-table)
32675         (math-complex-format, math-input-filter): Add latex properties.
32676         (calc-set-language): Set math-expr-special-function-mapping.
32678         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32679         (calc-write-parse-table-part): Add LaTeX support.
32681         * calc/calc.el (calc-language): Adjust docstring.
32682         (calc-set-mode-line): Add LaTeX support.
32683         (math-expr-special-function-mapping): New variable.
32684         (math-tex-ignore-words): Add to list.
32686         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32687         Add LaTeX support.
32688         (math-compose-expr): Add support for special functions.
32690         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32692 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32694         * progmodes/gdb-ui.el (gdb-memory-address)
32695         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32696         (gdb-memory-mode-map, gdb-memory-format-keymap)
32697         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32698         (gdb-memory-unit-menu): New variables for a buffer
32699         that lets the user examine program memory.
32700         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32701         (gdb-memory-format-binary, gdb-memory-format-octal)
32702         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32703         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32704         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32705         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32706         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32707         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32708         (gdb-memory-mode, gdb-memory-buffer-name)
32709         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32710         New functions for above buffer.
32712 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32714         * cus-edit.el (custom-bury-buffer): Function deleted.
32715         (custom-buffer-done-function): Option deleted.
32716         (custom-buffer-done-kill): New replacement option.
32717         (Custom-buffer-done): Call quit-window.
32718         (custom-buffer-create-internal): Update for above changes.
32720 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32722         * simple.el (undo-ask-before-discard): New var.
32723         (undo-outer-limit-truncate): Implement it.
32724         (undo-extra-outer-limit): Doc update.
32726 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32728         * ses.el (undo-more): Delete defadvice.
32729         (ses-begin-change): Doc fix.
32731         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32732         instead of rebinding C-x u and C-_.
32734         * files.el (normal-backup-enable-predicate): Return nil for files
32735         in /tmp, regardless of temporary-file-directory.
32737         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32739         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32740         (open-rectangle, delete-whitespace-rectangle-line)
32741         (clear-rectangle-line): If FILL, pass t instead of FILL
32742         for move-to-column's 2nd arg.
32744         * simple.el (undo): Fix the test for continuing a series of undos.
32745         (undo-more): Set pending-undo-list to t when we reach end.
32746         (pending-undo-list): Move up defvar.
32748         * wid-edit.el (widget-button-click):
32749         Shorten the range of the track-mouse binding.
32751         * comint.el (comint-insert-input): Undo previous changes;
32752         use last-input-event in interactive spec.
32754 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32756         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32757         to nil before invoking call-process.  Reset buffer's modified flag
32758         after fontifying it in the no-async branch.
32760         * wid-edit.el (widget-specify-button): If mouse pointer shape
32761         cannot be changed, use mouse face instead.
32763 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32765         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32766         (gdb-goto-breakpoint): Make breakpoint handling work on template
32767         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32768         (gdb-assembler-custom): Update to recognize breakpoint information
32769         added on 2005-01-19.
32771 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32773         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32774         (dsssl-mode): Use define-derived-mode.
32775         (scheme-mode-initialize): Remove.
32776         (scheme-mode): Use run-mode-hooks.
32778         * cus-edit.el (customize-group-other-window)
32779         (custom-buffer-create-other-window): Don't override special-display-*.
32780         (custom-mode-map): Make it dense.
32782         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32783         sets the default value.
32785 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
32787         * descr-text.el: Add more keywords.
32789 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32791         * speedbar.el: Avoid unnecessary use of locate-library.
32793         * international/mule-cmds.el (standard-display-european-internal):
32794         Don't fiddle with latin-1 non-break space any more since it's now
32795         special cased in the C code.
32796         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32798 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
32800         * cus-start.el (all): Add `undo-outer-limit'.
32802 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
32804         * textmodes/bibtex.el (bibtex-format-entry):
32805         Use `bibtex-empty-field-re' only on the text of fields, not on entire
32806         field lines.
32807         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32808         not on part of a buffer.
32810 2005-01-25  Lute Kamstra  <lute@gnu.org>
32812         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32813         nonempty field text strings like "{letters\\macro{}more letters}".
32814         Clarify docstring.
32815         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32816         (bibtex-entry-offset, bibtex-parse-association)
32817         (bibtex-parse-field-name): Fix typos in docstrings.
32818         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32820 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
32822         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32823         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32824         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32825         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32827         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32828         isearch minor mode.
32830 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
32832         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32834 2005-01-24  Lute Kamstra  <lute@gnu.org>
32836         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32837         CASECHARS and NOT-CASECHARS regular expressions of the
32838         "nederlands" and "nederlands8" dictionaries to prevent a "Range
32839         striding over charsets" error.
32841 2005-01-24  Jay Belanger  <belanger@truman.edu>
32843         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32844         display variable name.
32846 2005-01-24  Kenichi Handa  <handa@m17n.org>
32848         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32849         Fix setting of the element of encoded-kbd-iso2022-invocations.
32851 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
32853         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32854         (gdb-threads-select): Change to also accept mouse events.
32855         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32856         (gdb-threads-mouse-select): Delete.
32858 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
32860         * files.el (insert-directory): Take care of empty directory,
32861         listed without -a switch.
32863 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32865         * textmodes/refill.el (refill-post-command-function):
32866         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32867         to the list of functions that we should be careful not to undo.
32868         (refill-late-fill-paragraph-function): Remove.
32869         (refill-saved-state): New var.
32870         (refill-mode): Use it to save fill-paragraph-function.
32871         Save also the value of auto-fill-function.
32873         * term/w32-win.el: Simplify code.
32875 2005-01-23  Kim F. Storm  <storm@cua.dk>
32877         * simple.el (line-move): Adapt to new return value from
32878         pos-visible-in-window-p.
32880         * simple.el (line-move): Fix last change.  Check partial
32881         visibility at point rather than at window-start.
32883 2005-01-22  Jason Rumney  <jasonr@gnu.org>
32885         * term/w32-win.el (xw-defined-colors): Remove debug-message.
32887 2005-01-22  David Kastrup  <dak@gnu.org>
32889         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32891 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
32893         * type-break.el (type-break-mode): Add a test for
32894         type-break-file-name being non-nil.
32896 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
32898         * net/eudc.el (top level): Call (message "") via progn, so that
32899         eudc-options-file is loaded.
32901 2005-01-22  Kim F. Storm  <storm@cua.dk>
32903         * simple.el (line-move-1): Rename from line-move.
32904         (line-move): New function that adjusts vscroll for partially
32905         visible rows, and calls line-move-1 otherwise.
32907 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
32909         * pcomplete.el: Define pcomplete-read-event instead of read-event,
32910         since it's not a complete read-event implementation
32912 2005-01-20  Jay Belanger  <belanger@truman.edu>
32914         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32915         for called function.
32917 2005-01-20  Steven Tamm  <steventamm@mac.com>
32919         * term/mac-win.el (process-connection-type): Remove.
32920         Controlled now by s/darwin.h:PTY_ITERATION.
32922 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32924         * window.el (handle-select-window): Don't switch window when we're
32925         in the minibuffer.
32927 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
32929         * subr.el (dotimes-with-progress-reporter): New macro.
32931         * ses.el (ses-dotimes-msg): Remove macro.
32932         Use `dotimes-with-progress-reporter' instead.
32934 2005-01-19  Steven Tamm  <steventamm@mac.com>
32936         * term/mac-win.el (process-connection-type): Use new
32937         operating-system-release variable to use ptys on Darwin 7 (OS X
32938         10.3) when using carbon build.
32940 2005-01-19  Jay Belanger  <belanger@truman.edu>
32942         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32943         flags if the last command was a tab or M-tab.
32945         * calc/calc-prog.el (calc-user-define-edit): Put original formula
32946         in formula editing buffer.
32948 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32950         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32951         breakpoint image symbol in margin.
32953 2005-01-19  Jay Belanger  <belanger@truman.edu>
32955         * calc/calc-prog.el (calc-execute-kbd-macro):
32956         Ignore calc-keep-arg-flag.
32958 2005-01-19  Kenichi Handa  <handa@m17n.org>
32960         * textmodes/ispell.el (ispell-looking-at): New function.
32961         (ispell-process-line): Use ispell-looking-at to compare the ispell
32962         output and the buffer contents.
32964 2005-01-18  Jay Belanger  <belanger@truman.edu>
32966         * calc/calc.el (calc-display-raw): Fix docstring.
32968 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32970         * simple.el (blink-matching-open): Strip extra info from syntax.
32972         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32973         funny chars in the end-of-here-doc marker.
32975 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
32977         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32978         that enable/disabled state of breakpoints is shown correctly in
32979         fringe and on ttys.
32980         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32981         Add breakpoint information as text properties.
32982         (gdb-mouse-toggle-breakpoint):
32983         Rename to gdb-mouse-set-clear-breakpoint.
32984         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
32985         breakpoints in the margin.
32986         (gdb-remove-strings): Simplify.
32988 2005-01-17  Jay Belanger  <belanger@truman.edu>
32990         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32991         erasing buffer.
32993 2005-01-17  Richard M. Stallman  <rms@gnu.org>
32995         * progmodes/grep.el (grep-find): Copy from `grep' the condition
32996         for calling grep-compute-defaults.
32998         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32999         if buffer is empty.
33001         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33003 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
33005         * hilit-chg.el (highlight-changes-mode): Don't autoload.
33007         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33008         non-preloaded variables.
33010 2005-01-17  Steven Tamm  <steventamm@mac.com>
33012         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33013         tex-shell cause to force interactivity when using pipes.
33015 2005-01-17  Kim F. Storm  <storm@cua.dk>
33017         * simple.el (just-one-space): Make arg optional.
33019 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
33021         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33022         posn-at-x-y to t to access left-margin.
33024 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
33026         Sync with Tramp 2.0.47.
33028         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
33029         catching keep-date problems in cp/scp operations.
33030         (tramp-handle-copy-file): Don't call `set-file-modes'
33031         unconditionally.  Specialized functions should know better what is
33032         necessary.  This improves performance a little bit, and the
33033         functions could catch errors with `cp -p' and `scp -p'.
33034         (tramp-do-copy-or-rename-file-via-buffer)
33035         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33036         when appropriate.
33037         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33038         Call `set-file-modes' when appropriate.
33039         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
33040         Johnsson <isak@hypergene.com>.
33041         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33042         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
33043         <joakim@verona.se>.
33044         (tramp-file-name-for-operation): Mark `shell-command' as magic for
33045         Emacs only.
33047         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
33048         `find-file-hooks' and `dired-mode-hook'.
33049         (tramp-minor-mode-map): Respective map.  Add remapping for
33050         `compile' and `recompile'.
33051         (tramp-remap-command, tramp-recompile): New defuns.
33052         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33053         in buffer "*Compilation*".  Call the commands asynchronously.
33055         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33056         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33057         `shell-command', because it isn't magic in XEmacs.  Reported by
33058         Adrian Aichner <adrian@xemacs.org>.
33060         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33061         `substitute-in-file-name.
33062         (tramp-smb-handle-substitute-in-file-name): New defun.
33063         (tramp-smb-advice-PC-do-completion): Delete advice.
33065 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
33067         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33068         Fix error in deleting region.
33070 2005-01-15  Richard M. Stallman  <rms@gnu.org>
33072         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33073         In non-temp buffer, switch syntax table temporarily.
33075         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33077         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33079         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33081         * imenu.el (imenu--split-menu): Copy menulist before sorting.
33082         (imenu--generic-function): Use START, not BEG, as pos of definition.
33084         * simple.el (just-one-space): Argument specifies number of spaces.
33086         * simple.el (eval-expression-print-format): Avoid warning
33087         about edebug-active.
33089 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
33091         * progmodes/sh-script.el: Code copied from make-mode.el
33092         with small changes,
33093         (sh-mode-map): Bind C-c C-\.
33094         (sh-backslash-column, sh-backslash-align): New variables.
33095         (sh-backslash-region, sh-append-backslash): New functions.
33097 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33099         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33100         (rmail-pop-password, rmail-pop-password-required): Move to
33101         rmail-obsolete group.
33102         (rmail-set-pop-password): Rename to rmail-set-remote-password.
33103         All callers updated.
33104         (rmail-get-pop-password): Rename to rmail-get-remote-password.
33105         Take an argument specifying whether it is POP or IMAP mailbox we
33106         are using.  All callers updated.
33107         (rmail-pop-password-error): Rename to
33108         rmail-remote-password-error.  Added mailutils-specific error message.
33109         (rmail-movemail-search-path)
33110         (rmail-movemail-variant-in-use): New variables.
33111         (rmail-remote-password, rmail-remote-password-required):
33112         New customization variables.
33113         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33114         (rmail-parse-url): New function.
33115         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33116         with GNU mailutils movemail.
33118 2005-01-15  Kevin Ryde  <user42@zip.com.au>
33120         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33121         suffix to space, $ or '$, to correctly position point when going
33122         to @table style constants like DBL_MAX.
33124 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
33126         * type-break.el (type-break-mode, type-break-file-time)
33127         (type-break-file-keystroke-count, type-break-choose-file):
33128         Don't store data in or load data from the file if type-break-file-name
33129         is nil.
33130         (type-break-file-name): Doc update as per the above.
33132 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
33134         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33135         lookup-key might return nil; handle that.
33137 2005-01-15  Alan Mackenzie  <acm@muc.de>
33139         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33140         rather than the element found, thus enabling the tree to be setcar'd.
33142 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33144         * textmodes/org.el (org-show-following-heading): New option.
33145         (org-show-hierarchy-above): Use `org-show-following-heading'.
33146         (org-cycle): Documentation fix.
33148         * textmodes/org.el (orgtbl-optimized): New option
33149         (orgtbl-mode): New command, a minor mode.
33150         (orgtbl-mode-map): New variable.
33151         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33152         (orgtbl-error, orgtbl-self-insert-command)
33153         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33155         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33156         a local variable in each org-mode buffer.
33158         * textmodes/org.el (org-set-regexps-and-options): Rename from
33159         `org-set-regexps'.  Added checking for STARTUP keyword.
33160         (org-get-current-options): Add STARTUP options.
33161         (org-table-insert-row): Make mode intelligent about when
33162         realignment is needed.
33163         (org-self-insert-command, org-delete-backward-char, org-delete-char):
33164         New commands.
33165         (org-enable-table-editor): New default value `optimized'.
33166         (org-table-blank-field): Support blanking regions if active.
33168 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33170         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33171         if the year is not given.
33173         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33174         Add new escapes %m and %M, fixed bug with %F by adding
33175         save-match-data.
33176         (reftex-reference): Remove ?. from list of spaces.
33177         (reftex-label-info): Add automatic label prefix recognition.
33179         * textmodes/reftex-index.el (reftex-index-next-phrase):
33180         Add slave parameter to call of `reftex-index-this-phrase'.
33181         (reftex-index-this-phrase): New optional argument.
33182         (reftex-index-region-phrases): Add slave parameter to call of
33183         `reftex-index-this-phrase'.
33184         (reftex-display-index): New argument redo.
33185         (reftex-index-rescan): Add `redo' to arguments of
33186         `reftex-display-index'.
33187         (reftex-index-Rescan, reftex-index-revert)
33188         (reftex-index-switch-index-tag): Add `redo' to arguments of
33189         `reftex-display-index'.
33190         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33191         indexing.  Fix bug with matching is there is a quote before or
33192         after the word.
33194         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33195         Fix bug when collecting citation keys in lines with comments.
33196         (reftex-citation): Prefix argument no longer rescans the document,
33197         but forces prompting for optional arguments of cite macros.
33198         (reftex-do-citation): Prompting for optional arguments implemented.
33200         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33201         Add optional arguments to most cite commands.
33202         (reftex-cite-cleanup-optional-args): New option
33203         (reftex-cite-prompt-optional-args): New option.
33204         (reftex-trust-label-prefix): New option.
33206         * textmodes/reftex-toc.el (reftex-toc-find-section):
33207         Add push-mark before changing the position in the buffer.
33209         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33210         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33212 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
33214         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33215         more carefully.
33217 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33219         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33220         (sgml-mode): Use it.
33221         (sgml-get-context): Better keep track of implicitly closed tags.
33223 2005-01-13  Kenichi Handa  <handa@m17n.org>
33225         * textmodes/ispell.el: These changes are to fix misalignment error
33226         caused by equivalent characters of different Emacs charsets.
33227         (ispell-unified-chars-table): New variable.
33228         (ispell-get-decoded-string): New function.
33229         (ispell-get-casechars, ispell-get-not-casechars)
33230         (ispell-get-otherchars): Call ispell-get-decoded-string.
33232 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
33234         * custom.el (custom-declare-variable): Just put symbol instead
33235         of (defvar . symbol) in `current-load-list'.
33237 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
33239         * emacs-lisp/elint.el: Fixed typo in Commentary section.
33241 2005-01-12  Jay Belanger  <belanger@truman.edu>
33243         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33244         to create a Calc summary.
33246 2005-01-12  Kim F. Storm  <storm@cua.dk>
33248         * mouse.el (mouse-on-link-p): Change functionality and doc
33249         string to comply with latest description in lisp ref.
33251 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
33253         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33254         Enable mouse clicks on mode-line, header-line and margin.
33255         (event-type): Give mouse event symbols an `event-kind' property
33256         with value `mouse-click'.
33258 2005-01-12  Juri Linkov  <juri@jurta.org>
33260         * facemenu.el (list-colors-display): Add new arg buffer-name.
33261         Use it.  Fix docstring.  Replace code for identifying duplicate
33262         colors by the name with call to `list-colors-duplicates' which
33263         identifies duplicate colors by the value unless the color
33264         is one of special Windows colors.  Set truncate-lines to t.
33265         Print sorted duplicate color names on each line.  Indent to 22
33266         \(the longest color name in rgb.txt) instead of 20.  Optimize.
33267         (list-colors-duplicates): New function.
33268         (facemenu-color-name-equal): Delete function.
33270         * facemenu.el (list-colors-print): New function created from code
33271         in list-colors-display.  Print #RRGGBB at the window right edge.
33272         (list-colors-display): When temp-buffer-show-function is not
33273         defined, call list-colors-print from temp-buffer-show-hook
33274         to get the right value of window-width in list-colors-print
33275         after the buffer is displayed.
33277         * simple.el (pop-mark): Move deactivate-mark out of conditional
33278         part to deactivate the active mark regardless of the state of the
33279         mark ring.
33281         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33282         variables line in desktop files.
33284 2005-01-12  Juri Linkov  <juri@jurta.org>
33286         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33287         Bring together isearch highlight related options.
33288         (lazy-highlight): Replace group `replace' by `matching'.
33289         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33290         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33291         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33292         and declare them obsolete.
33293         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33294         (isearch-faces): Remove defgroup.
33295         (isearch-overlay, isearch-highlight, isearch-dehighlight):
33296         Move isearch highlighting code closer to lazy highlighting code.
33298         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33299         (query-replace-highlight, query-replace-lazy-highlight)
33300         (query-replace): Move definitions to the beginning of the file.
33302 2005-01-11  Juri Linkov  <juri@jurta.org>
33304         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33305         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33306         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33308         * info.el (Info-history-forward): New variable.
33309         (Info-select-node): Reset Info-history-forward to nil.
33310         (Info-last): Turn into defalias.
33311         (Info-history-back): Rename from Info-last.
33312         Add current node to Info-history-forward.
33313         (Info-history-forward): New fun.
33314         (Info-mode-map): Replace Info-last by Info-history-back.
33315         Bind Info-history-forward to "r".
33316         (Info-mode-menu): Replace Info-last by Info-history-back.
33317         Fix menu item text.  Add menu item for Info-history-forward.
33318         (info-tool-bar-map): Replace Info-last by Info-history-back.
33319         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
33320         for Info-history-forward.
33321         (Info-mode): Replace Info-last by Info-history-back in docstring.
33322         Add local variable Info-history-forward.
33323         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33325 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33327         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33328         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33329         Ignore select-window events rather than fiddle with
33330         mouse-autoselect-window.
33332 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33334         * type-break.el (type-break-mode): Fix previous change.
33336 2005-01-10  Jay Belanger  <belanger@truman.edu>
33338         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33339         calculator; only reset when point is inside a calculator.
33340         Don't adjust the window height if the window takes up the whole height
33341         of the frame.
33343 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33345         * ebuff-menu.el (Electric-buffer-menu-mode):
33346         Preserve value of buffer-local var header-line-format.
33348 2005-01-09  Jay Belanger  <belanger@truman.edu>
33350         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33351         Make sure settings file exists before accessing it.
33353         * calc/calc-embed.el (calc-embedded-subst):
33354         Replace math-multi-subst-rec, which is only supposed to be called
33355         by math-multi-subst, by math-multi-subst.
33357 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33359         * vc.el (vc-allow-async-revert): New user option.
33360         (vc-disable-async-diff): New internal variable.
33361         (vc-revert-buffer): Use them to disable asynchronous diff.
33363         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33364         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33365         asynchronously if vc-disable-async-diff is t.
33367 2005-01-09  Jay Belanger  <belanger@truman.edu>
33369         * calc/calc.el (defcalcmodevar): New macro.
33370         (calc-mode-var-list-restore-default-values)
33371         (calc-mode-var-list-restore-saved-values): New functions.
33372         (calc-mode-var-list): Use defcalcmodevar to define it.
33373         (calc-always-load-extensions, calc-line-numbering)
33374         (calc-line-breaking, calc-display-just, calc-display-origin)
33375         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33376         (calc-group-char, calc-point-char, calc-frac-format)
33377         (calc-prefer-frac, calc-hms-format, calc-date-format)
33378         (calc-float-format, calc-full-float-format, calc-complex-format)
33379         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33380         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33381         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33382         (calc-matrix-brackets, calc-language, calc-language-option)
33383         (calc-left-label, calc-right-label, calc-word-size)
33384         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33385         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33386         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33387         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33388         (calc-window-height, calc-display-trail, calc-show-selections)
33389         (calc-use-selections, calc-assoc-selections)
33390         (calc-display-working-message, calc-auto-why, calc-timing)
33391         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33392         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33393         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33394         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33395         (calc-gnuplot-geometry, calc-graph-default-resolution)
33396         (calc-graph-default-resolution-3d, calc-invocation-macro)
33397         (calc-show-banner): Use defcalcmodevar to declare them and set
33398         their default values.
33400         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33401         instead of default values (but restore default values if there is
33402         an argument of 0).
33404 2005-01-09  David Kastrup  <dak@gnu.org>
33406         * desktop.el (desktop-restore-eager): Fix typo in type.
33408 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33410         * cus-edit.el (customize): Delete :link.
33412 2005-01-08  Jay Belanger  <belanger@truman.edu>
33414         * calc/calc.el (calc-mode): Remove the extension from the
33415         `calc-settings-file' file name when loading it.
33417 2005-01-08  Kim F. Storm  <storm@cua.dk>
33419         * info.el (Info-mode-map, Info-next-link-keymap)
33420         (Info-prev-link-keymap, Info-up-link-keymap):
33421         Map follow-link to mouse-face.
33422         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33424 2005-01-08  Jay Belanger  <belanger@truman.edu>
33426         * calc/calc.el (calc-settings-file): Change default value.
33427         Suggested by cgw in a comment in calc-mode.el.
33429         * calc/calc-mode.el (calc-settings-file-name):
33430         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33431         Replace ~/.emacs in a prompt by calc-settings-file.
33433 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33435         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33436         (desktop-lazy-idle-delay): New customizable variables.
33437         (desktop-buffer-args-list): New variable.
33438         (desktop-append-buffer-args): New function.
33439         (desktop-save): Call desktop-append-buffer-args for some buffers.
33440         (desktop-lazy-create-buffer): New function.
33441         (desktop-idle-create-buffers): New function.
33442         (desktop-read): Add message about buffers to restore lazily.
33443         (desktop-lazy-abort): New command.
33444         (desktop-clear): Call desktop-lazy-abort.
33445         (desktop-lazy-complete): New command.
33447 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33449         * emacs-lisp/find-func.el (find-face-definition):
33450         Rename from find-face.
33452 2005-01-06  Kim F. Storm  <storm@cua.dk>
33454         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33456         * man.el (Man-xref-man-page, Man-xref-header-file)
33457         (Man-xref-normal-file): Add follow-link property.
33459 2005-01-06  Jay Belanger  <belanger@truman.edu>
33461         * calc/calc-units.el: Make sure the proper macro definitions are
33462         available when compiling.
33464 2005-01-06  Juri Linkov  <juri@jurta.org>
33466         * isearch.el (isearch-lazy-highlight-update):
33467         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33469 2005-01-06  Miles Bader  <miles@gnu.org>
33471         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33472         (isearch-lazy-highlight-face): Use new name.
33474 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33476         * uniquify.el (uniquify-rationalize-file-buffer-names):
33477         Re-add an interactive spec.
33478         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33479         to the same name.
33481         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33482         (isearch-update, isearch-done): Adjust calls accordingly.
33484 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33486         * custom.el (custom-set-variables, custom-theme-set-variables):
33487         Clarify documentation.
33489         * emacs-lisp/find-func.el (find-variable)
33490         (find-variable-other-window, find-variable-other-frame):
33491         Fix the TYPE args to find-function-read and find-function-do-it.
33492         (find-function): Doc fix.
33493         (find-function-at-point): Replace function-at-point alias.
33495 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33497         * cus-face.el (custom-declare-face):
33498         Record defface in current-load-list.
33500         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33502         * emacs-lisp/find-func.el: Doc fixes.
33503         (find-face-regexp): New variable.
33504         (find-function-regexp-alist): New variable.
33505         (find-function-C-source): Third arg is now TYPE.
33506         (find-function-search-for-symbol): Handle general TYPE.
33507         (find-function-read, find-function-do-it): Handle general TYPE.
33508         (find-definition-noselect, find-face): New functions.
33509         (function-at-point): Alias deleted.
33511 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33513         * battery.el (display-battery-mode): Rename from display-battery.
33514         Handle the case where it gets turned off.
33516 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33518         * cus-edit.el (customize): Make :link point to user doc.
33520         * man.el (Man-fontify-manpage): Turn off undo generation.
33522         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33524 2005-01-04  Andreas Schwab  <schwab@suse.de>
33526         * files.el (insert-directory): Only look for error lines in
33527         inserted text.  Don't move too far after processing --dired markers.
33529 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33531         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33532         Don't expand if the character is @, period, dash, etc.
33533         (define-mail-abbrev): Quote names that contain problem characters.
33535 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33537         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33539 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33541         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33542         (query-replace-highlight, query-replace-lazy-highlight)
33543         (query-replace): Definitions moved up.  Doc fix.
33545 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33547         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33548         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33549         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33550         (lazy-highlight-face): Rename from isearch-lazy-...
33551         Change all references to them.
33553 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33555         * cus-edit.el (custom-file): Doc fix for defcustom.
33556         (custom-file): The function no longer sets the variable
33557         `custom-file' to its return value.
33559         * startup.el (command-line): No longer load `custom-file'.
33561 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33563         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33565         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33566         Don't confuse module-prefixed identifiers for labels.
33567         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33569 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33571         * files.el (basic-save-buffer-1): Fix previous change.
33573         * loadhist.el (file-loadhist-lookup): New function.
33574         (file-provides, file-requires): Use it.
33576         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33577         instead of calculating the right size.
33579 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33581         * vc-svn.el (vc-svn-diff): Stay local if possible.
33583 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33585         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33587         * files.el (hack-local-variables): Fix last change.
33589 2005-01-02  Jay Belanger  <belanger@truman.edu>
33591         * calc/calc-yank.el (calc-edit-top): New variable.
33592         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33593         object.  Change header properties.
33594         (calc-edit-finish, calc-edit-finish-stack-object)
33595         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33596         edited object.
33597         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33598         for the beginning of the edited object.
33599         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33600         for the beginning of the edited object.
33601         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33602         (calc-finish-formula-edit, calc-macro-repeats)
33603         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33604         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33605         beginning of the edited object.
33606         (calc-user-define-edit): Change the header for editing macros.
33607         Remove unnecessary variable.
33609 2005-01-01  Jay Belanger  <belanger@truman.edu>
33611         * calc/calc-yank.el (calc-edit-mode): Change default header.
33612         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33613         * calc/calc-store.el (calc-edit-variable): Change title to match new
33614         header.
33615         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33616         mode to match new header.
33617         (calc-user-define-edit): Change titles to include names of commands.
33618         (calc-finish-formula-edit): Adjust to handle new header.
33619         (calc-finish-macro-edit): Remove.
33620         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33621         (calc-edit-macro-command, calc-edit-macro-command-type)
33622         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33623         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33624         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33625         (calc-edit-macro-finish-edit): New functions.
33626         (calc-user-define-edit): Use new functions to edit named calc macros.
33628 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33630         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33632         * ses.el (copy-region-as-kill): Deactivate mark.
33634 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33636         * replace.el (occur-1): If the output buffer is also an input,
33637         don't kill it, rename it.
33639         * faces.el (set-face-background, set-face-foreground): Doc fix.
33641         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33642         for :foreground and :background.
33644         * dired.el (dired-view-command-alist): Variable deleted.
33645         (dired-view-file, dired-mouse-find-file-other-window):
33646         Delete the code to use it.
33648 2005-01-01  Kim F. Storm  <storm@cua.dk>
33650         * image.el (insert-sliced-image): Use t for line-height property.
33652 See ChangeLog.11 for earlier changes.
33654 ;; Local Variables:
33655 ;; coding: iso-2022-7bit
33656 ;; add-log-time-zone-rule: t
33657 ;; End:
33659     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33661   This file is part of GNU Emacs.
33663   GNU Emacs is free software; you can redistribute it and/or modify
33664   it under the terms of the GNU General Public License as published by
33665   the Free Software Foundation; either version 2, or (at your option)
33666   any later version.
33668   GNU Emacs is distributed in the hope that it will be useful,
33669   but WITHOUT ANY WARRANTY; without even the implied warranty of
33670   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33671   GNU General Public License for more details.
33673   You should have received a copy of the GNU General Public License
33674   along with GNU Emacs; see the file COPYING.  If not, write to the
33675   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33676   Boston, MA 02110-1301, USA.
33678 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1