Changes from arch/CVS synchronization
[emacs/old-mirror.git] / lisp / ChangeLog
blob815fad13873885ca9e225eb330d8eb1be5956548
1 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
3         * term/xterm.el (terminal-init-xterm): Escape parens in character
4         constants.
6 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
8         * scroll-lock.el (scroll-lock-mode): Doc fix.
10 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * font-lock.el (font-lock-add-keywords): In case font-lock was only
13         half-activated, forcefully activate it completely.
15 2007-06-11  Richard Stallman  <rms@gnu.org>
17         * cus-edit.el (custom-variable-type): Doc fix.
19 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
21         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
23 2007-06-09  Davis Herring  <herring@lanl.gov>
25         * desktop.el (desktop-minor-mode-table): Doc fix.
27 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
29         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
30         (image-next-line, image-previous-line, image-scroll-up)
31         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
32         New functions.
33         (image-mode-map): Remap motion commands.
34         (image-mode-text-map): New keymap for viewing images as text.
35         (image-mode): Use image-mode-map.
36         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
38 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
40         Sync with Tramp 2.0.56.
42         * net/tramp.el:
43         * net/tramp-ftp.el:
44         * net/tramp-smb.el:
45         * net/tramp-util.el:
46         * net/tramp-vc.el:
47         Don't load cl.el, because that pollutes the namespace.  Replace cl
48         macros by their implementations where necessary.  Requested by
49         Richard Stallman <rms@gnu.org>.
51         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
52         doesn't exist.
53         (with-parsed-tramp-file-name): Protect debug spec during compilation.
54         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
55         (tramp-file-name-p, tramp-file-name-multi-method)
56         (tramp-file-name-method, tramp-file-name-user)
57         (tramp-file-name-host, tramp-file-name-localname): New defuns,
58         replacing defstruct `tramp-file-name'.
59         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
60         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
61         Apply `vector' instead of `make-tramp-file-name'.
62         (tramp-handle-make-auto-save-file-name):
63         Apply `tramp-temporary-file-directory' for compatibility reasons.
64         (tramp-completion-mode): Use `natnump' instead of `wholenump'
65         because of XEmacs.
66         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
67         started.
69 2007-06-07  David Kastrup  <dak@gnu.org>
71         * dired.el (dired-recursive-deletes, dired-recursive-copies):
72         Change default to `top'.
74 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
76         * dired.el (dired-mode-map): Remove spurious separator.
78 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
80         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
82         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
83         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
85 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
87         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
88         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
90 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
92         * progmodes/ebrowse.el (ebrowse-member-table):
93         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
95 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
97         * pgg.el (pgg-sign-region, pgg-sign):
98         * ses.el (ses-call-printer):
99         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
100         * textmodes/org.el (org-cycle): Fix typos in docstrings.
102 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
104         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
105         (tar-get-descriptor): Handle type 55, an extended pax header.
107 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * textmodes/css-mode.el: New file.
111 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
113         * net/socks.el: New file, taken from w3 repository.
114         (top): Update Copyright.  Don't load cl.el.
115         (all): Replace `case' by `cond', `string-to-int' by
116         `string-to-number', and `process-kill-without-query' by
117         `set-process-query-on-exit-flag'.
118         (socks-char-int): Remove defalias and all occurrences.
120 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
122         * international/mule-cmds.el (toggle-enable-multibyte-characters)
123         (sort-coding-systems, search-unencodable-char): Doc fixes.
124         (coding-system-change-eol-conversion, set-default-coding-systems)
125         (prefer-coding-system, find-multibyte-characters, princ-list)
126         (leim-list-entry-regexp, set-input-method, locale-language-names)
127         (input-method-exit-on-first-char, exit-language-environment-hook)
128         (locale-charset-language-names): Fix typos in docstrings.
130 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
132         * bs.el (bs-cycle-previous): Don't modify the cycle list until
133         `switch-to-buffer' has returned succesfully.
134         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
135         window is dedicated (it could iconify the frame).
137 2007-06-05  Glenn Morris  <rgm@gnu.org>
139         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
141 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
143         * files.el (auto-mode-alist): Add lower-priority match for names
144         like ChangeLog.old.
146 2007-06-04  Andreas Schwab  <schwab@suse.de>
148         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
150 2007-06-04  Davis Herring  <herring@lanl.gov>
152         * calendar/timeclock.el: Update version number.
153         (timeclock-modeline-display): Mention timeclock-use-display-time
154         in explanatory message.
155         (timeclock-log): Suppress warnings when finding the log.  Don't
156         check for a nil project twice.  Run hooks after killing the
157         buffer (if applicable).
158         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
159         was geometric).  All uses changed.
160         (timeclock-generate-report): Support prefix argument.
162 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
164         * man.el (Man-next-section): Don't consider the last line of the
165         page as being part of any section.
167 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
169         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
170         modified flag of buffer.  Use `inhibit-modification-hooks'.
172 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
174         * mail/mail-extr.el (mail-extract-address-components): Recognize
175         non-ASCII characters except for NBSP as words.
177 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
179         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
181 2007-06-04  Michael Olson  <mwolson@gnu.org>
183         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
184         died and we are trying to send a signal to it.
186 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
188         * emacs-lisp/easy-mmode.el (define-minor-mode)
189         (easy-mmode-define-navigation): Fix typos in docstrings.
191         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
192         Fix typos in docstrings.
193         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
194         (compilation-finish-function): Fix typo in obsolescence declaration.
196         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
198 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
200         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
201         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
203         * image.el (image-type-auto-detected-p): Don't scan
204         auto-mode-alist.
206         * longlines.el (longlines-mode): Make longlines-auto-wrap
207         buffer-local.  Add hooks unconditionally.
208         (longlines-auto-wrap): Toggle wrapping.
209         (longlines-after-change-function)
210         (longlines-post-command-function): Check longlines-auto-wrap.
212 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
214         * Version 22.1 released.
216 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
218         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
219         changes.
221 2007-05-31  Richard Stallman  <rms@gnu.org>
223         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
225 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
227         * textmodes/table.el (table--point-entered-cell-function)
228         (table--point-left-cell-function): Bind
229         `inhibit-point-motion-hooks' to t.
231 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
233         * emacs-lisp/rx.el (rx): Doc fix.
235 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
237         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
239 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
241         * log-edit.el (log-edit-changelog-paragraph): Return point-max
242         as the end of the ChangeLog paragraph when it ends without a line
243         termination.
245 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
247         * textmodes/fill.el (canonically-space-region): Make the second arg
248         a marker if it's not already the case.
250         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
251         (xterm-mouse-event): Use it.
253 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
255         * vc-hooks.el (vc-find-root): Fix file attribute test.
257 2007-05-24  Richard Stallman  <rms@gnu.org>
259         * textmodes/flyspell.el (flyspell-correct-word-before-point):
260         Don't let opoint be nil.
261         (flyspell-emacs-popup): Explicit error if no dialogs.
263 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
265         * tar-mode.el (tar-file-name-handler): New function.
266         (tar-extract): Bind file-name-handler-alist to it to force
267         find-buffer-file-type-coding-system behave as if the file being
268         extracted existed.  Use last-coding-system-used to force
269         buffer-file-coding-system to what decode-coding-region actually
270         used to decode the file.
272 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
274         * progmodes/compile.el (compilation-handle-exit):
275         `compilation-finish-function' may change the current buffer.
277 2007-05-22  Richard Stallman  <rms@gnu.org>
279         * files.el (set-auto-mode): Doc fix.
281 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
283         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
285 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
287         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
288         (rcirc-print): Handle `window-width'.
289         (rcirc-buffer-maximum-lines): Doc fix.
291 2007-05-19  Kevin Ryde  <user42@zip.com.au>
293         * info.el (Info-fontify-node): Match https also.
295 2007-05-18  Richard Stallman  <rms@gnu.org>
297         * simple.el (push-mark): Doc fix.
299 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
301         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
302         tpu-global-map.
303         (tpu-original-global-map): Delete variable.
304         (tpu-control-keys-map): New keymap variable.
305         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
306         setting keymapping directly.
307         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
308         tpu-global-map.
309         (tpu-edt-on): Activate the tpu-global-map.
310         (tpu-edt-off): Deactivate the tpu-global-map.
312 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
314         * textmodes/ispell.el (ispell-get-word): Return markers
315         for start and end positions.
316         (ispell-word): Assume END is a marker.
318 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
320         * ps-print.el: Use default color when foreground or background color
321         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
322         (ps-print-version): New version 6.7.4.
323         (ps-rgb-color): New argument.  Use default color when color is
324         unspecified.
325         (ps-begin-job): Fix code.
327 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
329         * textmodes/ispell.el (ispell-start-process): Defend against bad
330         default-directory.
332 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
334         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
336 2007-05-16  Richard Stallman  <rms@gnu.org>
338         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
340 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
342         * files.el (magic-mode-alist, magic-fallback-mode-alist):
343         Move the *ml, Postscript, and XmCD entries to the fallback part.
345         * files.el (magic-fallback-mode-alist):
346         Rename from file-start-mode-alist.
348 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
350         * progmodes/compile.el (compilation-handle-exit): Quote first
351         argument of `run-hook-with-args'.
353 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
355         * buff-menu.el (Buffer-menu-sort-column):
356         * dabbrev.el (dabbrev-upcase-means-case-search):
357         * dired.el (dired-recursive-deletes, dired-recursive-copies):
358         * info.el (Info-current-subfile):
359         * ls-lisp.el (ls-lisp-verbosity):
360         * msb.el (msb-menu-cond):
361         * pcvs.el (cvs-dired-use-hook):
362         * simple.el (set-mark-command-repeat-pop):
363         * time.el (display-time-24hr-format, display-time-mail-file):
364         Doc fixes.
366         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
367         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
369         * view.el (view-inhibit-help-message): Fix typo in docstring.
370         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
372 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
374         * mail/rmail.el (rmail-convert-to-babyl-format):
375         Check content-transfer-encoding _last_, because we need its position
376         in base64-header-field-end.
378 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
380         * files.el (mode-require-final-newline, require-final-newline)
381         (enable-local-variables, enable-local-eval): Doc fixes.
383 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
385         * progmodes/python.el (python-font-lock-keywords)
386         (python-open-block-statement-p, python-mode): Add support for the new
387         "with" keyword.
389 2007-05-10  Richard Stallman  <rms@gnu.org>
391         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
392         (iso-cvt-write-only): Likewise.
394         * emacs-lisp/easy-mmode.el (define-minor-mode):
395         Fix generated doc string.
397         * startup.el (fancy-splash-text): Add URL of guided tour.
398         Adjust horizontal and vertical whitespace.
400         * progmodes/compile.el (compilation-handle-exit):
401         Use run-hook-with-args to run compilation-finish-functions.
403         * files.el (file-start-mode-alist): New variable.
404         (magic-mode-regexp-match-limit): Doc fix.
405         (set-auto-mode): Handle file-start-mode-alist.
406         A little cleanup of structure.
408 2007-05-10  Davis Herring  <herring@lanl.gov>
410         * calendar/timeclock.el (timeclock-in): Fix non-interactive
411         workday specifications.
412         (timeclock-log): Don't kill the log buffer if it already existed.
414 2007-05-08  Richard Stallman  <rms@gnu.org>
416         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
417         Don't include non-self-insert commands in the exception for `-'.
419 2007-05-08  David Reitter  <david.reitter@gmail.com>
421         * progmodes/python.el (python-guess-indent): Check non-nullness
422         before comparing indent against the 2..8 interval.
424 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
426         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
427         available.
429 2007-05-06  Richard Stallman  <rms@gnu.org>
431         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
433 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
435         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
436         disconnections.
438 2007-05-01  Romain Francoise  <romain@orebokech.com>
440         * dired-x.el: Revert 2007-04-06 change.
442 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
444         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
445         don't put stop on toolbar.
447 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
449         * find-dired.el (find-dired-filter): Propertize all text down to eob.
451 2007-04-29  Richard Stallman  <rms@gnu.org>
453         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
455 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * progmodes/cc-mode.el (c-before-change): Use point-min rather
458         than 1.
460 2007-04-28  Richard Stallman  <rms@gnu.org>
462         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
464 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
468 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
470         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
471         instead of $(lisp)/mh-e.
473         * textmodes/fill.el (fill-paragraph): Doc fix.
475 2007-04-28  Glenn Morris  <rgm@gnu.org>
477         * image-dired.el (image-dired-cmd-create-thumbnail-options)
478         (image-dired-cmd-create-temp-image-options): Replace option
479         +profile "*" with -strip.
481 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
483         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
484         Use window-start and window-end.
486 2007-04-26  Glenn Morris  <rgm@gnu.org>
488         * progmodes/python.el: Restore file pending consideration of legal
489         status.
491 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
493         * locate.el (locate-in-alternate-database): Doc fix.
495 2007-04-26  Glenn Morris  <rgm@gnu.org>
497         * button.el (button): Use underline if supported, else fall back
498         to color.
500 2007-04-25  Richard Stallman  <rms@gnu.org>
502         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
504 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
506         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
507         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
508         pushing mark.
509         (idlwave-current-routine): Don't push mark.
511 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
513         * image-dired.el (image-dired-display-image): Derive image-type from
514         filename rather than assuming jpeg, in case no resizing was needed.
516 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
518         * custom.el (defface): Doc fix.
520 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
522         * progmodes/python.el: Remove due to unclear legal issues.
524 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
526         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
527         Don't re-query for each cleared BP.
528         (idlwave-shell-clear-bp): Optionally skip BP query.
529         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
530         of set-window-buffer, which incorrectly moves displayed region.
532 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
534         * calc/calc.el (calc-bug-address): Update maintainer's address.
535         * calc/*: Update maintainer's address.
537 2007-04-23  Richard Stallman  <rms@gnu.org>
539         * simple.el (set-mark-command-repeat-pop): Doc fix.
540         Put in `editing-basics' group.
542 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
544         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
545         New functions.
546         (Info-mode-line-node-keymap): Bind mouse commands to
547         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
549 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
551         * locate.el (locate-local-prompt): New var.
552         (locate-prompt-for-command): Doc fix.
553         (locate-prompt-for-search-string): New function.
554         (locate): New optional arg.  Make locate-local-prompt
555         buffer-local.  Use locate-prompt-for-search-string.
556         (locate-with-filter): New optional arg.
557         Use locate-prompt-for-search-string.
558         (locate-update): Bind locate-prompt-for-command.
560 2007-04-23  Glenn Morris  <rgm@gnu.org>
562         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
564 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
566         * button.el (button): Inherit from link face on a tty.
568 2007-04-23  Glenn Morris  <rgm@gnu.org>
570         * button.el (button): Use color for this face on a tty.
572         * files.el (magic-mode-alist): Allow for carriage-returns in
573         html-mode and sgml-mode entries.
575 2007-04-22  Richard Stallman  <rms@gnu.org>
577         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
578         Improve doc string of generated command.
580         * subr.el (read-number): Catch errors.
582         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
584 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
586         * image-dired.el: Rename from thumbnails.el.  All instances of
587         "thumbnails" replaced with "image-dired".
589         * dired.el (dired-mode-map): Rename "thumbnails" again, to
590         "image-dired".
592 2007-04-22  Kim F. Storm  <storm@cua.dk>
594         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
595         Don't use kill-line.
597 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
599         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
600         error message.
602 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
604         * dired.el: Rename "tumme" to "thumbnails".
606         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
607         replaced with "thumbnails".
609 2007-04-22  Glenn Morris  <rgm@gnu.org>
611         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
612         and give it the risky-local-variable property.
614         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
615         before defining it.
617 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
619         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
620         Use delete-region instead of kill-line.
622 2007-04-21  Alan Mackenzie  <acm@muc.de>
624         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
625         `kill-region' by `delete-region'.
627 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
629         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
630         instead of kill-region.
632         * progmodes/mantemp.el (mantemp-make-mantemps-region)
633         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
634         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
635         and kill-line.
637         * progmodes/vhdl-mode.el (vhdl-template-type)
638         (vhdl-template-record, vhdl-template-nature)
639         (vhdl-template-configuration-spec, vhdl-template-component-inst)
640         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
641         Use delete-region instead of kill-word and kill-line.
643 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
645         * dired-x.el (dired-virtual-mode): Doc fix.
647 2007-04-21  Richard Stallman  <rms@gnu.org>
649         * font-lock.el (font-lock-keywords-alist): Mark as risky.
651         * subr.el (read-number): Doc fix.
653         * simple.el (pop-to-mark-command): Display message "mark popped"
654         if point does not move.
655         (set-mark-command): Doc fix.
657 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
659         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
660         (locate-local-filter, locate-local-search): New vars.
661         (locate): Make variables local.
662         (locate-update): Bind locate-buffer-name.  Call locate using
663         locate-local-filter and locate-local-search.
665 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
667         * hi-lock.el (hi-lock-file-patterns-policy): New var.
668         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
669         (hi-lock-mode): Update docstring.
671 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
674         fill-nobreak-predicate when the break is past fill-column.
676 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
678         * locate.el (locate): Output from shell-command should go in the
679         current buffer rather than *Shell Command Output*.
681 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
683         * paren.el (show-paren-function): Fix last fix.
685 2007-04-19  Kevin Ryde  <user42@zip.com.au>
687         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
688         (archive-lzh-summarize): Add optional start arg for where to start
689         looking at the archive.
690         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
692         * international/mule.el (auto-coding-alist): no-conversion for .exe
693         and .EXE.
695 2007-04-19  Alan Mackenzie  <acm@muc.de>
697         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
698         function return type contains "struct", "union", etc.
699         c-end-of-defun goes too far forward.
701 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
703         * paren.el (show-paren-function): Reset window-start to avoid
704         recentering.
706 2007-04-19  Glenn Morris  <rgm@gnu.org>
708         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
710 2007-04-18  Glenn Morris  <rgm@gnu.org>
712         * calendar/diary-lib.el (diary-header-line-format): Add a custom
713         :set function.
714         (diary-list-entries): Only switch to diary-mode from
715         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
716         diary-mode set header-line-format, in case of any customization.
718 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
720         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
721         is less than the length of parse-time-syntax.
723 2007-04-17  David Kastrup  <dak@gnu.org>
725         * replace.el (query-replace-regexp-eval): Deprecate.
727 2007-04-17  Alan Mackenzie  <acm@muc.de>
729         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
730         point too close to EOB, leave point at EOB rather than last `}'.
732 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
734         * textmodes/bibtex.el (bibtex-include-OPTkey)
735         (bibtex-user-optional-fields, bibtex-entry-field-alist):
736         Fix defcustom.
738 2007-04-17  Glenn Morris  <rgm@gnu.org>
740         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
741         be encoded, fall back to current year.
743 2007-04-14  Kevin Ryde  <user42@zip.com.au>
745         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
746         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
747         M "MSDOS".
749 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
751         * progmodes/python.el (python-end-of-block): Avoid looping forever
752         if python-next-statement fails.
754 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
756         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
758 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
760         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
761         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
763 2007-04-15  Jay Belanger  <belanger@truman.edu>
765         * calc/calc.el (calc-version): New function.
766         (calc-trail-mode): Shorten the title.
768 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
770         * mail/footnote.el (footnote-style): Clarify docstring to state
771         that customizing this only applies to future footnotes.
773 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
775         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
776         (bibtex-make-field): Check that INIT is a string. Use functionp.
778 2007-04-14  Glenn Morris  <rgm@gnu.org>
780         * complete.el (PC-goto-end): New buffer-local variable.
781         (PC-do-completion-end): Make buffer-local.
782         (partial-completion-mode) <choose-completion-string-functions>:
783         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
784         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
785         doc string.  Set PC-goto-end for choose-completion.
786         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
787         PC-do-completion.
789         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
790         arg to bibtex-make-field.
791         (bibtex-make-field): Add optional fourth arg NODELIM.
792         Insert delimiters around INIT unless this arg is non-nil.
794 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
796         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
797         global map isn't modified.
799 2007-04-14  Glenn Morris  <rgm@gnu.org>
801         * calendar/appt.el (appt-disp-window): Do not split small windows.
802         Suggested by Jeff Miller <jmiller@cablespeed.com>.
804 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
806         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
808         * files.el: Ditto.
810 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
812         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
814         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
815         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
816         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
817         (term-pager-help): Fix typos in docstrings.
819         * wid-edit.el (widget-documentation): Fix typo in docstring.
821         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
822         Fix typos in error messages.
824 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
826         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
827         window marked as dedicated.
829         * mail/footnote.el (footnote-latin-string): New variable.
830         (footnote-latin-regexp): Redefine as regexp alternative.
831         (Footnote-latin): Use footnote-latin-string instead of
832         footnote-latin-regexp.
834 2007-04-13  Glenn Morris  <rgm@gnu.org>
836         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
837         inherited keymaps.
839 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
841         * outline.el (outline-get-next-sibling): Clarify docstring.
842         (outline-get-last-sibling): Handle case where we are at the first
843         heading.  Clarify docstring.
845 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
847         * progmodes/gud.el (gud-minor-mode-map): Make go button same
848         length as stop button to lessen flicker.
849         (jdb): Add gud-print.
850         (gud-find-expr): Jdb prints the expression with the value, so
851         don't insert it in the output.
853 2007-04-11  Jason Rumney  <jasonr@gnu.org>
855         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
856         case hex.  Do not try to decode non-hex letters.
858 2007-04-11  Markus Triska  <markus.triska@gmx.at>
860         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
861         (byte-optimize-backward-word): Remove (move to bytecomp.el).
862         (byte-optimize-form-code-walker): Evaluate pure function calls if
863         possible.
864         (byte-optimize-all-constp): New function.
866         * emacs-lisp/bytecomp.el (byte-compile-char-before):
867         Improve numeric argument case.
868         (byte-compile-backward-char, byte-compile-backward-word):
869         New functions, performing rewriting previously done in byte-opt.el.
870         Fix their "Fixme" item (restriction to numeric arguments).
872 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
874         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
875         with dolist.
876         (after-init-hook): Don't quote lambda.
877         (desktop-first-buffer): Don't wrap it in eval-when-compile.
878         (desktop-internal-v2s): Remove unused var `el'.
879         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
880         desktop-restore-file-buffer.
881         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
882         desktop-create-buffer.
884 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
886         * woman.el (woman-decode-buffer): Postpone macro-set check...
887         (woman-decode-region): ...to here.
889 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
891         * startup.el (tty-handle-args): Use %S to log ARGS.
893 2007-04-10  Glenn Morris  <rgm@gnu.org>
895         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
896         it is obsolete and has no effect.
898         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
899         byte-compiler.
901         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
902         obsolete function make-local-hook.
904         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
905         start to quieten byte-compiler.
907 2007-04-10  Markus Triska  <markus.triska@gmx.at>
909         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
910         to bytecomp.el as byte-compile-char-before).
911         * emacs-lisp/bytecomp.el (byte-compile-char-before):
912         New function (modified replacement for byte-optimize-char-before in
913         byte-opt.el).
915 2007-04-09  Alan Mackenzie  <acm@muc.de>
917         * startup.el (inhibit-splash-screen): Emphatically state that it
918         can't be set in site-start.el.
920 2007-04-09  Masatake YAMATO  <jet@gyve.org>
922         * progmodes/cc-subword.el (c-capitalize-subword): More closely
923         mimic the behavior of `capitalize-word'.  Do not move point with a
924         negative argument.  Based on tiny change by Paul Curry.
926 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
928         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
929         Don't move point if ARG is negative.
931 2007-04-09  Alan Mackenzie  <acm@muc.de>
933         Changes to make `narrow-to-defun' and `mark-defun' work properly
934         in CC Mode:
936         * progmodes/cc-defs.el (c-beginning-of-defun-1):
937         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
938         Bind beginning/end-of-defun-function to nil around calls to
939         beginning/end-of-defun.
941         * progmodes/cc-langs.el (beginning-of-defun-function)
942         (end-of-defun-function): New c-lang-setvar's.
944         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
945         (setq arg 1))" to enable non-interactive call.
947 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
949         * simple.el (set-mark-command): Doc fix.
951 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
953         * progmodes/gud.el (gdb): Restore existing session if user
954         tries to start a second one in graphical mode.
956 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
958         * cus-start.el <scroll-preserve-screen-position>: Add choices.
960 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
962         * term/xterm.el (terminal-init-xterm): Fix key definitions.
963         Add binding for C-M-SPC.
965 2007-04-08  Richard Stallman  <rms@gnu.org>
967         * pcomplete.el (pcomplete-read-event): One single definition,
968         and not a defsubst.
970 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
972         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
973         byte-compiler warning "value unused".
975 2007-04-08  Andreas Schwab  <schwab@suse.de>
977         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
979 2007-04-07  Glenn Morris  <rgm@gnu.org>
981         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
982         Autoload these functions.
983         (diary-date-forms): Add a custom :set form.
985         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
986         before first use.
987         (diary-font-lock-keywords): New function with old code for
988         initialization of variable of same name.
990 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
992         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
993         clean-up: only insert space when on identifier, etc.
995 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
997         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
999         * net/tls.el (open-tls-stream): Properly handle case where there
1000         is no associated buffer.
1002 2007-04-07  Glenn Morris  <rgm@gnu.org>
1004         * ffap.el (ffap-file-at-point): Lower the priority of the
1005         ffap-ftp-sans-slash-regexp check.
1007 2007-04-06  Alan Mackenzie  <acm@muc.de>
1009         Fix fontification of labels, and other things with ":".
1011         * progmodes/cc-engine.el (c-forward-label): The function now
1012         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1013         the former t.
1015         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1016         new return code from c-forward-label, fontifying tokens properly.
1017         Add some general comments throughout the file.
1019 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
1021         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1022         Revert 2006-01-27 change.
1024         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1026         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1028         * desktop.el (desktop-create-buffer, desktop-save):
1029         Revert 2004-11-12 change for lack of copyright papers.
1031         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1032         (dired-guess-default): Respect case.
1034         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1036         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1037         was originally checked in as byte-optimize-concat on 1997-11-02.
1039         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1040         1995-05-19 doc changes.
1042 2007-04-06  Kim F. Storm  <storm@cua.dk>
1044         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
1045         (unload-feature): Update interactive spec accordingly.
1047         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1049 2007-04-06  John Paul Wallington  <jpw@pobox.com>
1051         * subr.el (with-case-table): Use `make-symbol' to avoid variable
1052         capture.  Restore the table in the same buffer.
1054         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1056 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
1058         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1059         Print entire form.
1061 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
1063         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1064         for low-color displays.
1066 2007-04-05  Glenn Morris  <rgm@gnu.org>
1068         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1069         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1070         Seed random number generator on loading.
1072         * emacs-lisp/authors.el (top-level): Provide self.
1074         * play/animate.el (top-level): Provide self.
1076 2007-04-04  Alan Mackenzie  <acm@muc.de>
1078         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1079         to mention c-syntactic-indentation.
1081 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
1083         * subr.el (with-case-table): New macro.
1085         * international/mule.el (ascii-case-table): New var.
1087         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1088         downcasing.
1090 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1092         * progmodes/gud.el (gud-minor-mode-map): Simplify.
1094         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1095         of the window if we're outside it e.g menu-bar.
1097         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1098         window if we're outside it e.g menu-bar.
1100 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1102         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1103         decode base-64 encoded body if its content-type is something other
1104         than text/* or message/*.
1106 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
1108         * simple.el (activate-mark-hook): Fix typo in docstring.
1110 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1112         * tmm.el (tmm-c-prompt): Initialize.
1113         (tmm-menubar): Deal with extended menu-items at top level.
1114         (tmm-get-keybind): Handle bindings redefined/undefined locally.
1115         (tmm-prompt): Handle visibility of top level menu-items.
1117         * progmodes/gud.el (gud-menu-map): Simplify.
1118         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1119         menubar.
1121 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
1123         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1125         * comint.el (comint-send-input): Widen the buffer first.
1127         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1129 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1131         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1132         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1134         * newcomment.el (comment-search-forward): Discard comment starters
1135         before point.
1137 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
1139         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1141 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
1143         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1144         when downcasing.
1146         * button.el (previous-button): Rewrite to account for adjacent buttons.
1148 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
1150         * progmodes/idlwave.el (idlwave-auto-fill):
1151         Revert paragraph-separate change.
1153         * progmodes/idlw-shell.el (idlwave-shell-break-in):
1154         Simplify module calc.
1155         (idlwave-shell-set-bp-in-module): Compute module.
1157 2007-03-31  Glenn Morris  <rgm@gnu.org>
1159         * emacs-lisp/timer.el (run-at-time): Doc fix.
1161         * emacs-lisp/warnings.el (display-warning): If we create the
1162         buffer displaying the warning, disable undo there.
1164 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
1166         * net/tramp.el (tramp-register-file-name-handler)
1167         (tramp-register-completion-file-name-handler): New defsubst,
1168         derived from `tramp-register-file-name-handlers'.  The split is
1169         necessary because Tramp's file name handlers must be registered at
1170         different startup places.
1172 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
1174         * progmodes/hideshow.el (turn-off-hideshow): New function.
1175         (hs-minor-mode): Use it instead of a lambda expression in
1176         change-major-mode-hook.
1178 2007-03-31  David Kastrup  <dak@gnu.org>
1180         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1181         corresponding to MANPATH_MAP entries.
1182         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1183         (woman-parse-man.conf): Use more discriminating man.conf name.
1184         (woman-parse-man.conf): Parse MANPATH_MAP entries.
1185         (woman-manpath): Doc fix and type fix.
1186         (woman-cached-data): Check for MANPATH_MAP entries.
1187         (woman-expand-directory-path): Treat MANPATH_MAP entries.
1189 2007-03-31  Stuart Herring  <herring@lanl.gov>
1191         * emacs-lisp/sregex.el (sregexq): Doc fix.
1193 2007-03-31  Markus Triska  <markus.triska@gmx.at>
1195         * flymake.el (flymake-err-line-patterns): Doc fix.
1197 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
1199         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1200         Move to the right.
1202 2007-03-30  Alan Mackenzie  <acm@muc.de>
1204         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1206 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
1208         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1209         Use it, passed in explicitly, instead of from the dynamic binding.
1210         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1212 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
1214         * simple.el (blink-matching-open): When in minibuffer, don't
1215         search for a match inside the prompt.
1217 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
1219         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1220         (tmm-prompt): Don't make the mouse user select the first menu
1221         item twice.
1223 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
1225         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1226         SIGUSR1 and SIGUSR2.
1228 2007-03-29  Kim F. Storm  <storm@cua.dk>
1230         * ido.el (ido-read-internal): When reading file or dir, only override
1231         minibuffer-local-filename-completion-map, otherwise only override
1232         minibuffer-local-completion-map.
1234 2007-03-29  Glenn Morris  <rgm@gnu.org>
1236         * complete.el (partial-completion-mode): Set PC-do-completion-end
1237         to nil after use.
1238         (PC-lisp-complete-symbol): Create and use a marker at `end',
1239         rather than using point-marker.
1241 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
1243         * simple.el (next-error-highlight): Doc fix.
1244         (compose-mail): Revert 2007-03-19 change.
1246 2007-03-28  Richard Stallman  <rms@gnu.org>
1248         * emacs-lisp/edebug.el (edebug-display): Don't go to
1249         edebug-outside-buffer if it is dead.
1251 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
1253         * view.el (view-mode): Fix typos in docstring.
1255 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
1257         * recentf.el (recentf-save-file): Add a custom :set function.
1259 2007-03-28  Glenn Morris  <rgm@gnu.org>
1261         * complete.el (PC-do-completion-end): New variable.
1262         (partial-completion-mode) <choose-completion-string-functions>:
1263         Use PC-do-completion-end in the non-minibuffer case to replace the
1264         correct amount of text.
1265         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1266         (PC-lisp-complete-symbol): Give marker the after-insertion type,
1267         to deal with improvements inserted after point.
1269 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1271         * button.el (make-text-button): Add explicit `button' property.
1272         (default-button): Don't put a `button' property on it.
1274         * progmodes/python.el (python-mode): Skip comments when parsing.
1276         * vc-arch.el (vc-with-current-file-buffer): New macro.
1277         (vc-arch-file-source-p): Use it to avoid infloop.
1279 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
1281         * emacs-lisp/lisp.el (lisp-complete-symbol):
1282         Fix call to get-buffer-window to find windows in other frames.
1284 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         * comint.el (comint-proc-query, comint-dynamic-list-completions):
1287         Fix calls to get-buffer-window to find windows in other frames.
1288         Reported by David Hansen <david.hansen@gmx.net>.
1290 2007-03-27   Kevin Ryde  <user42@zip.com.au>
1292         * info.el (Info-display-images-node): On a text-only terminal,
1293         show the "text" or "alt" parts of the image blobs.
1295 2007-03-27  Glenn Morris  <rgm@gnu.org>
1297         * complete.el (PC-do-completion): Compute completion-base-size in
1298         the non-filename case, rather than setting to nil.
1299         (PC-lisp-complete-end): New variable.
1300         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1301         original end in a series of consecutive invocations.
1303         * calendar/calendar.el (calendar-mode-hook): Declare it.
1305         * calendar/diary-lib.el (diary-live-p): Do not check for
1306         diary-selective-display.
1308 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * replace.el (occur-next-error): *Occur* might not be displayed in the
1311         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
1313 2007-03-26  Richard Stallman  <rms@gnu.org>
1315         * textmodes/flyspell.el (flyspell-large-region):
1316         Use ispell-call-process-region.
1318 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1320         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1321         Use prin1 instead of princ.
1323 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
1325         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1326         Merge in X resources before global face.
1328         * progmodes/compile.el (compilation-start): Save compilation-directory
1329         rather than default-directory as local var.
1330         (compilation-directory): Mark as safe local var.
1332         * files.el: Don't mark default-directory as a safe local var.
1334 2007-03-25  Alan Mackenzie  <acm@muc.de>
1336         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1337         * progmodes/cc-engine.el: Fix typo.
1339 2007-03-25  Juri Linkov  <juri@jurta.org>
1341         * compare-w.el (compare-windows): Rename customization group
1342         `compare-w' to `compare-windows'.
1343         (compare-windows-whitespace, compare-ignore-whitespace)
1344         (compare-ignore-case, compare-windows-sync)
1345         (compare-windows-sync-string-size, compare-windows-recenter)
1346         (compare-windows-highlight, compare-windows): Change group name in
1347         the `group' tag from `compare-w' to `compare-windows'.
1348         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
1350 2007-03-24  Markus Triska  <markus.triska@gmx.at>
1352         * expand.el: Change example to always enable abbrev-mode,
1353         and remove redundant `function'.
1354         (expand-abbrev-hook): Add autoload cookie.
1356 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
1358         * emacs-lisp/testcover.el (testcover-start, testcover-end)
1359         (testcover-mark-all, testcover-unmark-all): Add prompts to
1360         interactive specs.
1362 2007-03-24  Jason Rumney  <jasonr@gnu.org>
1364         * autorevert.el (find-file-hook, auto-revert-tail-mode):
1365         Use file size in bytes for auto-revert-tail-pos not characters.
1367 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
1369         * vc-rcs.el (vc-rcs-annotate-command):
1370         Set text property :vc-annotate-prefix on the annotation text.
1371         (vc-rcs-annotate-time): Instead of searching for ": ",
1372         search for end of text propertized with :vc-annotate-prefix.
1374 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
1376         * whitespace.el (top level): Remove calls putting
1377         permanent-local nil property since these are no-ops.
1379         * man.el (Man-support-local-filenames): Assure that
1380         default-directory exists when doing call-process.
1382 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
1384         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1385         Fix omission bug: Use m4-program-options to construct shell command.
1387 2007-03-23  David Kastrup  <dak@gnu.org>
1389         * progmodes/cc-mode.el (c-make-emacs-variables-local):
1390         Use `mapcar' rather than `mapcan' to silence compiler warning.
1392 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
1394         * textmodes/reftex.el, textmodes/reftex-vars.el,
1395         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1396         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1397         * textmodes/reftex-index.el, textmodes/reftex-global.el,
1398         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1399         * textmodes/reftex-auc.el: Add maintainer address.
1401 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
1403         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1404         Make sure that `global-font-lock-mode' does not turn on font-lock
1405         in these buffers.
1407 2007-03-21  Kim F. Storm  <storm@cua.dk>
1409         * xt-mouse.el (xt-mouse-epoch): New variable.
1410         (xterm-mouse-event): Use float-time.
1412 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
1414         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1415         current-time.
1417 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * complete.el (read-file-name-internal): Don't add the final > if the
1420         completion is not finished (re-application of this patch, which was
1421         accidentally undone by Eli).
1423 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
1425         * emulation/viper.el (viper-non-hook-settings): Handle mouse
1426         clicks in describe-key and describe-key-briefly advice a little better.
1428 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
1430         * server.el (server-process-filter): Cancel any pending isearch.
1432 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
1434         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1435         (icalendar--get-unfolded-buffer): Define actual arguments rather
1436         than just using &rest.  Check replace-in-string is fbound.
1437         (icalendar-import-buffer): Doc fix.
1438         (icalendar--convert-ical-to-diary): Set diary-file.
1439         Check diary-file before inserting final newline.
1440         (icalendar--add-diary-entry): Return diary-file.
1442 2007-03-21  Glenn Morris  <rgm@gnu.org>
1444         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1445         (diary-display-hook): Add custom :set function.
1447         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1448         Add custom :set function.
1449         (diary-header-line-format): Doc fix.
1450         (diary-set-maybe-redraw): New function.
1451         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1452         (diary-list-entries): Always run diary-mode.
1454 2007-03-20  Kenichi Handa  <handa@m17n.org>
1456         * international/quail.el (quail-setup-completion-buf): Make the
1457         completion buffer read-only.
1458         (quail-completion): Adjusted for the above change.  Leave the
1459         modified flag nil.
1461 2007-03-20  David Kastrup  <dak@gnu.org>
1463         * files.el (magic-mode-alist): Require literal "%!PS" string for
1464         magic postscript file detection.
1466 2007-03-20  Richard Stallman  <rms@gnu.org>
1468         * textmodes/ispell.el (ispell-call-process): New function.
1469         Defends against bad `default-directory.'
1470         (ispell-check-version, ispell-find-aspell-dictionaries)
1471         (ispell-get-aspell-config-value, lookup-words): Call it.
1472         (ispell-call-process-region): New function.
1473         (ispell-send-string): Call it.
1475 2007-03-20  Andreas Schwab  <schwab@suse.de>
1477         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1478         (finder-data): Likewise.
1479         (autoloads): Likewise.
1481 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
1483         * files.el (basic-save-buffer): Do not set visited filename when
1484         the corresponding directory does not exist or the specified
1485         filename is that of an existing directory.
1487 2007-03-20  Glenn Morris  <rgm@gnu.org>
1489         * calendar/diary-lib.el (diary-live-p): New function.
1490         (number-of-diary-entries): Add a :set function to redisplay diary
1491         when necessary.
1493 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
1495         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1496         from client program, mev, to compute mouse event.
1498 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
1500         * faces.el (momentary): Face removed; unused due to reversion of
1501         2007-01-04 changes by Kevin Rodgers.
1503         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1504         Suggested by Johan Bockg\e,Ae\e(Brd.
1506 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
1508         * font-lock.el (lisp-font-lock-keywords-1):
1509         Highlight define-globalized-minor-mode as a keyword.
1511 2007-03-19  Kim F. Storm  <storm@cua.dk>
1513         * calc/calc-forms.el (math-std-daylight-savings)
1514         (math-std-daylight-savings-old): Doc fix.
1516 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
1518         * progmodes/python.el (python-default-template): Doc fix.
1519         (python-buffer): Fix typo in docstring.
1521         * isearchb.el (isearchb-follow-char):
1522         * subr.el (def-edebug-spec): Fix typo in docstring.
1524 2007-03-19  Richard Stallman  <rms@gnu.org>
1526         * files.el (default-directory): Mark safe.
1527         (basic-save-buffer-2): Put proper dir name in error message.
1529         * simple.el (compose-mail): Run switch-function after
1530         setting up the mail buffer.
1532         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1534 2007-03-18  Jay Belanger  <belanger@truman.edu>
1536         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1537         (math-std-daylight-savings-new): Rename from
1538         `math-std-daylight-savings'.
1539         (math-std-daylight-savings-old): Rename from old value of
1540         `math-std-daylight-savings'.
1541         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1542         `math-std-daylight-savings-old' depending on the year.
1544 2007-03-18  Detlev Zundel  <dzu@gnu.org>
1546         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1547         zero-width regexps as invalid but rather at least count them correctly.
1549 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
1551         * net/tls.el (open-tls-stream): In handshake-waiting loop,
1552         don't wait more if there is output available to process.
1554 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
1556         * progmodes/compile.el (compilation-find-file): Revert change
1557         from 2006-07-18 to allow completion of directory names.
1558         Reported by John Carter <john.carter@tait.co.nz>.
1560 2007-03-18  Kim F. Storm  <storm@cua.dk>
1562         * subr.el (when, unless): Doc fix.
1564 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
1566         * net/tls.el (tls-program): Doc fix.
1568 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
1570         * autorevert.el (auto-revert-tail-handler):
1571         Call after-revert-hook.
1573 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
1575         * simple.el (switch-to-completions): No error if search for \n\n fails.
1577 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
1579         * simple.el (line-move-1):
1580         Respect `inhibit-line-move-field-capture' property.
1582 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
1584         * comint.el (comint-arguments): Mark backslash-escaped chars.
1585         (comint-delim-arg): Don't treat them as delimiters.
1587 2007-03-12  Kim F. Storm  <storm@cua.dk>
1588         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1590 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
1592         * tempo.el (tempo-insert): Deal with 'r> if it appears
1593         specified with a prompt argument.
1595 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
1597         * textmodes/org.el (org-set-font-lock-defaults):
1598         Handle narrow table columns correctly.
1600 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
1602         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1603         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1604         Return to use of the -no-properties variants.  There was
1605         consensus on emacs-devel that the speed of these variants was
1606         prefered since we are usually parsing files (from the internet
1607         or on disk) instead of XML created in Emacs.
1609         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1610         Add customize option.
1612 2007-03-12  Glenn Morris  <rgm@gnu.org>
1614         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1615         North American rule.  Replace "daylight savings" with "daylight
1616         saving" in doc.
1618         * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1619         * calendar/lunar.el,solar.el: Replace "daylight savings" with
1620         "daylight saving" in text.
1622         * woman.el (woman-change-fonts): Tweak previous change by using
1623         woman-request-regexp rather than "^\\.".
1625         * startup.el (command-line-1): Make insertion of
1626         initial-scratch-message not depend on scratch being selected.
1628 2007-03-11  Juri Linkov  <juri@jurta.org>
1630         * replace.el (match): Use yellow background on light-bg terminals.
1632 2007-03-11  Richard Stallman  <rms@gnu.org>
1634         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1635         Correctly compute line number.
1637 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
1639         * type-break.el (type-break-get-previous-count):
1640         Repeat previous change here.
1642 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1644         * progmodes/grep.el (grep-find-ignored-directories):
1645         Add .git and .bzr to list.
1647 2007-03-11  Andreas Schwab  <schwab@suse.de>
1649         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1651 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1655 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
1657         * faces.el (face-set-after-frame-default): Recalculate face
1658         customizations after applying X resources.
1660 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
1662         * net/rcirc.el (rcirc-timeout-seconds): New variable.
1663         (rcirc-keepalive-seconds): Remove variable.
1664         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1665         (rcirc-process, rcirc-user-disconnect): New variables.
1666         (rcirc-connect): Initalize new variables.
1667         (rcirc-keepalive): Don't send keepalive pings before connection
1668         is completed.
1669         (rcirc-sentinel): Do mark all channels with activity when
1670         connection is dropped.  Run hook with process buffer local.
1671         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1672         (rcirc-buffer-process): Return value of rcirc-process if
1673         rcirc-server-buffer is nil.
1674         (rcirc-server-name): Return the reported server name.
1675         (rcirc-update-prompt): Simplify computation of the server name.
1676         (rcirc-format-response-string): Likewise.
1677         (rcirc-handler-001): Mark server as connected, record the reported
1678         server name, and schedule a timeout.
1679         (rcirc-track-nick): Add a spec for the tty class.
1680         (rcirc-user-non-nick): Remove function.
1681         (rcirc-nick-prefix-chars): Add variable.
1682         (rcirc-user-nick): Use above variable.
1684 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1686         * icomplete.el (icomplete-tidy, icomplete-exhibit):
1687         Bind deactivate-mark to nil.
1689 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
1691         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1692         that buffer contents get erased during completion.
1694 2007-03-10  Glenn Morris  <rgm@gnu.org>
1696         * woman.el (woman-change-fonts): Add a hack to deal with
1697         font-escape followed by "." at start of a line.
1698         (woman2-IP): Add a hack to deal with consecutive requests.
1699         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1701 2007-03-10  Alan Mackenzie  <acm@muc.de>
1703         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1705 2007-03-09  Richard Stallman  <rms@gnu.org>
1707         * abbrev.el (abbrev): Add `provide'.
1709 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
1711         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1713 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
1715         * complete.el (PC-try-completion): New function.
1716         (PC-do-completion, read-file-name-internal): Use it instead of
1717         try-completion.
1719 2007-03-08  Alan Mackenzie  <acm@muc.de>
1721         Remove stale tokens from `c-found-types' cache.
1723         * progmodes/cc-mode.el (c-unfind-enclosing-token)
1724         (c-unfind-coalesced-tokens, c-before-change): New functions.
1725         (c-maybe-stale-found-type): New variable.
1727         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1728         (c-trim-found-types): New functions.
1730 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1732         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1733         (debug-ignored-errors): Add entry from smerge-match-conflict.
1735 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
1737         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1738         special help topics for keywords.
1739         (idlwave-help-assistant-command): Include ".exe" for ms-dos
1740         etc. Assistant command.
1742 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
1744         * replace.el (occur-engine): Move buffer-undo-list binding...
1745         (occur-1): ...to here.
1747         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1749         * simple.el (minibuffer-completing-symbol): New var.
1750         (eval-expression): Use it.
1751         (completion-setup-function): Don't bind completion-base-size when
1752         completing a symbol in the minibuffer.
1754 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
1756         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1757         tries to start a second session in graphical mode.
1759 2007-03-07  Miles Bader  <miles@gnu.org>
1761         * international/isearch-x.el
1762         (isearch-process-search-multibyte-characters):
1763         Strip text-properties from PROMPT to avoid an error from read-string.
1765 2007-03-07  Kim F. Storm  <storm@cua.dk>
1767         * complete.el (PC-bindings): Remap lisp-complete-symbol to
1768         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1770 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1772         * complete.el (PC-do-completion): Delete duplicates in the list of
1773         possible completions.
1775 2007-03-07  Glenn Morris  <rgm@gnu.org>
1777         * ses.el (ses-mode): Doc fix.
1779 2007-03-06  Kim F. Storm  <storm@cua.dk>
1781         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1783 2007-03-06  Kenichi Handa  <handa@m17n.org>
1785         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1787 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1789         * simple.el (completion-setup-function): Improve last fix so it doesn't
1790         set it to a relative directory name either.
1792 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1794         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1796 2007-03-05  Richard Stallman  <rms@gnu.org>
1798         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1800         * files.el (find-file-noselect): No error if file no longer exists.
1801         Display a message and avoid other questions.
1803 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1805         * pcomplete.el (pcomplete-show-completions): Improve last change, so
1806         as not to use an invisible window and to create a window if none exist.
1808         * progmodes/python.el (python-send-command): Restart proc if necessary.
1809         (python-proc): Simplify.
1811 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
1813         * pcomplete.el (pcomplete-show-completions): Search all frames for
1814         completions buffer.
1816 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
1818         * cus-edit.el (customize-save-variable): Clear customized-value
1819         property (saved values are now put in theme-value property).
1820         (customize-set-variable): Doc fix.
1822         * complete.el (PC-do-completion): If completion-ignore-case is
1823         non-nil, replace field with completion string before exiting.
1825 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
1827         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1828         Append its extension to the resulting temporary file name.
1829         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1831         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1832         (tramp-smb-handle-write-region): Apply it.
1834 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
1836         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1837         Redo previous change.
1839 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
1841         * diff-mode.el (diff-mode): Doc fix.
1843 2007-03-05  Kenichi Handa  <handa@m17n.org>
1845         * international/characters.el: Set category `l' (latin)
1846         for more characters.
1848 2007-03-04  Kim F. Storm  <storm@cua.dk>
1850         * emacs-lisp/authors.el (authors-aliases): Add alias.
1852 2007-03-04  Glenn Morris  <rgm@gnu.org>
1854         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1855         all when switching major mode.
1856         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1857         (hs-block-start-mdata-select, hs-block-end-regexp)
1858         (hs-forward-sexp-func, hs-adjust-block-beginning):
1859         Do not make these variables permanent-local.
1861 2007-03-04  Richard Stallman  <rms@gnu.org>
1863         * progmodes/cperl-mode.el (cperl-mode):
1864         Modify cperl-compilation-error-regexp-alist by appending.
1866         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1867         (edebug-mode): Add the hook.
1868         (edebug-recursive-edit): Remove the hook on exiting.
1870         * type-break.el (type-break-get-previous-time):
1871         Handle end-of-file errors specially
1872         so they don't get reported wrong in .emacs.
1874         * startup.el (fancy-splash-text): Clarify text.
1876         * simple.el (beginning-of-buffer, end-of-buffer):
1877         Avoid treating plain C-u like numeric arg.
1879         * simple.el (completion-setup-function): Don't set
1880         default-directory to nil.
1882         * shell.el (shell-dirstack-query): Doc fix.
1884         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1885         Don't select the window -- pass it to primitives instead.
1887         * faces.el (minibuffer-prompt): Use medium blue by default.
1889 2007-03-04  David Kastrup  <dak@gnu.org>
1891         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1892         Preserve 16 as default value for "seconds" when customizing.
1894 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
1896         * textmodes/org.el (org-self-insert-command)
1897         (orgtbl-self-insert-command, org-delete-char)
1898         (org-delete-backward-char): Set the `flyspell-delayed' property.
1900 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
1902         * international/mule.el (find-auto-coding): Don't search for
1903         line-ending characters past the end of the tail.
1905 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
1907         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1908         Jump to the line where new score has been uploaded.
1910         * play/tetris.el (tetris-move-bottom, tetris-move-left)
1911         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1912         Do nothing when the game is paused.
1914 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
1916         * textmodes/org.el (org-set-tags): Prevent slipping of point
1917         during completion.
1919 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1921         * isearch.el (isearch-message-prefix):
1922         Use minibuffer-prompt-properties.
1924 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1926         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1927         (ps-setup): Print which Emacsen is running ps-print package.
1929 2007-03-01  Stuart Herring  <herring@lanl.gov>
1931         * files.el (set-auto-mode-0): Use `indirect-function'.
1932         (hack-one-local-variable): Don't reapply current major mode.
1934 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1936         * progmodes/python.el (python-quote-syntax): Don't bother with
1937         syntax-ppss-context.
1938         (python-fill-paragraph): Make sure that fenced-string delimiters that
1939         stand on their own line stay there.
1941 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1943         * replace.el (perform-replace): Propertize message.
1945 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
1947         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1948         invisible heading.
1950 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1952         * net/tramp.el (tramp-file-name-handler): Revert last change.
1954 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
1956         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1957         Correct doc strings.
1959 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1961         * replace.el (perform-replace): Undo forward-char immediately if
1962         non-adjacent search fails.
1964 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * version.el (emacs-major-version, emacs-minor-version):
1967         string-to-int -> string-to-number.
1969 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
1971         * help.el (where-is): Fail gracefully when not passed a command.
1973 2007-02-28  Stuart Herring  <herring@lanl.gov>
1975         * find-lisp.el (find-lisp-default-directory-predicate):
1976         Fix bug: Do symlink check on expanded filename.
1978 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
1980         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1981         changes during replacement.
1982         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1984 2007-02-28  Lars Hansen  <larsh@soem.dk>
1986         * desktop.el: Delete header line listing me as maintainer.
1988 2007-02-28  Glenn Morris  <rgm@gnu.org>
1990         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1991         the menus case.
1993 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
1995         * net/tramp.el (tramp-file-name-handler): Inhibit modification
1996         hooks to avoid confusion when combining after-change calls.
1998 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
2000         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2001         now that pgg-gpg-process-region correctly honors passed-in passphrase.
2002         (allout-distinctive-bullets-string): Add info about bullet conventions.
2003         (allout-mode): Add info about distinctive vs plain bullets.
2005 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
2007         * textmodes/org.el (org-archive-subtree): Quote variable name.
2008         (org-agenda-get-todos): Make sure skip properties are checked correctly.
2010 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2012         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2013         (gud-bashdb-command-name, bashdb): Remove.
2014         (gud, gud-menu-map): Remove references to bash/bashdb.
2016 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
2018         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2019         keyword for Python 2.5.
2021 2007-02-26  Romain Francoise  <romain@orebokech.com>
2023         * net/net-utils.el (whois-server-tld): Update server for .org.
2024         (whois-server-list): Add whois.publicinterestregistry.net.
2025         (whois-guess-server): Fix formatting in docstring.
2027 2007-02-26  Kim F. Storm  <storm@cua.dk>
2029         * mouse.el (mouse-show-mark): Run hooks and perform command
2030         remapping for mouse-region-delete-keys.
2032 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2034         * font-core.el (font-lock-mode): Doc fix.
2036 2007-02-25  Kim F. Storm  <storm@cua.dk>
2038         * ido.el (ido-buffer-internal): Set this-command to fallback command.
2039         Add selected buffer to buffer-name-history.
2040         (ido-file-internal): Set this-command to fallback command.
2041         Add file names to file-name-history.
2043         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2044         Apply minibuffer-prompt-properties.
2046 2007-02-25  Andreas Schwab  <schwab@suse.de>
2048         * files.el (hack-one-local-variable-eval-safep): Correct handling
2049         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
2051 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
2053         * textmodes/org.el (org-table-overlay-coordinates)
2054         (org-table-toggle-coordinate-overlays): New functions.
2055         (org-table-overlay-coordinates, org-table-coordinate-overlays):
2056         New variables.
2057         (org-startup-with-deadline-check): Remove option.
2058         (org-mode): Remove deadline check on startup.
2059         (org-table-limit-column-width): Remove option.
2060         (org-table-formula-numbers-only): Remove option.
2061         (org-link-style, org-link-format): Remove options.
2062         (org-select-agenda-window, org-fit-agenda-window): Remove options.
2063         (org-export-ascii-show-new-buffer)
2064         (org-export-html-show-new-buffer): Remove options.
2065         (org-activate-links): Remove camel option.
2066         (org-file-link-context-use-camel-case): Remove option.
2067         (org-camel-regexp): Remove variable.
2068         (org-activate-camels): Remove function.
2069         (org-store-link): Remove Camel stuff.
2070         (org-make-org-heading-camel): Remove function.
2071         (org-open-at-point): Remove camel stuff.
2072         (org-link-search): Remove camel stuff.
2073         (org-camel-to-words): Function removed.
2074         (org-get-agenda-file-buffer): Make sure we prepare the base
2075         buffers, not any indirect buffers.
2076         (org-sort-entries): Sort top-level when not on a headline, and no
2077         active region.
2078         (org-in-regexp): New function.
2079         (org-search-not-self): Rename from `org-search-not-link'.
2080         (org-open-link-marker): New variable.
2081         (org-open-at-point): Set `org-open-link-marker'.
2082         (org-print-icalendar-entries): Fixe bug with excluding DONE
2083         entries from the exported list.
2084         (org-edit-formula-lisp-indent): New command.
2085         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2086         (orgtbl-to-latex, orgtbl-insert-radio-table)
2087         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2088         (orgtbl-radio-table-templates): New option.
2089         (org-store-link-props):
2090         (org-remember-templates): More possibilities to insert info
2091         into templates.
2092         (org-remember-apply-template): Make use of the extended
2093         template capabilities.
2094         (org-remember-redo-template): New command.
2095         (org-upgrade-old-links)
2096         (org-table-modify-formulas, org-table-replace-in-formulas)
2097         (org-table-find-dataline)
2098         (org-table-get-vertical-vector): Remove functions.
2099         (org-table-remove-rectangle-highlight)
2100         (org-time-stamp-format, org-toggle-log-option)
2101         (org-table-highlight-rectangle)
2102         (org-table-iterate, org-table-make-reference):
2103         (org-translate-time, org-tree-to-indirect-buffer)
2104         (org-table-field-info, org-table-fix-formulas)
2105         (org-table-force-dataline, org-table-get-descriptor-line)
2106         (org-table-get-range)
2107         (org-skip-comments, org-sort)
2108         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2109         (org-table-current-dline, org-table-current-field-formula)
2110         (org-table-edit-backward-field)
2111         (org-table-edit-formulas-post-command)
2112         (org-table-edit-line-down, org-table-edit-line-up)
2113         (org-agenda-archive)
2114         (org-agenda-clock-cancel)
2115         (org-agenda-clock-out, org-agenda-list-stuck-projects)
2116         (org-agenda-open-link, org-agenda-show-new-time)
2117         (org-agenda-skip-subtree-when-regexp-matches)
2118         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2119         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2120         (org-do-sort, org-file-image-p, org-find-overlays)
2121         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2122         (org-highlight-until-next-command, org-isearch-end)
2123         (org-match-any-p, org-next-link, org-previous-link):
2124         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2125         (org-rewrite-old-row-references)
2126         (org-isearch-post-command)
2127         (org-table-edit-move, org-table-edit-next-field)
2128         (org-table-edit-scroll, org-table-edit-scroll-down)
2129         (org-set-frame-title, org-show-reference)
2130         (org-unhighlight-once, org-verify-change-for-undo): New functions.
2131         (org-show-variable): Remove command.
2132         (org-add-log-maybe): New arguments STATE, FINDPOS
2133         (org-table-sort-lines): Rewrite from scratch.
2134         (org-link-search): New argument AVOID-POS.
2135         (org-print-icalendar-entries): Remove argument CATEGORY.
2136         (org-run-agenda-series): Remove argument WONDOW.
2137         (org-next-link, org-previous-link): New commands.
2138         (org-agenda-date-format): New option.
2139         (org-table-iterate): New command.
2140         (org-table-modify-formulas)
2141         (org-table-replace-in-formulas): Remove functions.
2142         (org-table-fix-formulas): New function.
2143         (org-table-insert-column, org-table-delete-column)
2144         (org-table-move-column): Use `org-table-fix-formulas'.
2145         (org-follow-gnus-link): Patch from Bastien/Leo.
2146         (org-table-current-field-formula): New function.
2147         (org-file-image-p): New function.
2148         (org-agenda-show-new-time): New function.
2149         (org-agenda-date-later): Call `org-agenda-show-new-time'.
2150         (org-with-remote-undo): New macro.
2151         (org-agenda-undo): New command.
2152         (org-verify-change-for-undo): New function.
2153         (org-time-stamp-format): New function.
2154         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2155         by user.
2156         (org-match-any-p): New function.
2157         (org-make-tags-matcher): Handle regular expressions for tag and
2158         todo matches.
2159         (org-read-date): Accept "+N" as input for a date relative to the
2160         current date.
2161         (org-remove-subtree-entries-from-agenda): New function.
2162         (org-agenda-archive, org-agenda-kill):
2163         Use `org-remove-subtree-entries-from-agenda'.
2164         (org-do-sort, org-sort-entries): New functions.
2165         (org-sort): New command.
2166         (org-table-sort-lines): Use `org-do-sort'.
2167         (org-fix-decoded-time): New function.
2168         (org-table-number-regexp): Require 0x... to identify as number
2169         in tables.
2170         (org-startup-options): New keywords for note taking.
2171         (org-upgrade-old-links): Remove function.
2172         (org-get-repeat): New function.
2173         (org-show-context): Also show siblings on current level.
2174         (org-show-siblings): New function.
2175         (org-isearch-end, org-isearch-post-command): New functions.
2176         (org-show-siblings): New option.
2177         (org-show-context): Use `org-show-siblings'.
2178         (org-table-maybe-recalculate-line): No longer require `calc-eval'
2179         to be bound, because user may just use elisp.
2181 2007-02-24  Kim F. Storm  <storm@cua.dk>
2183         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2184         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2186 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
2188         * startup.el (command-line): Also check if the abbrev file is readable.
2190 2007-02-24  John Paul Wallington  <jpw@pobox.com>
2192         * net/tls.el (tls-certtool-program): Fix custom type.
2194         * mail/feedmail.el (feedmail-message-id-generator)
2195         (feedmail-date-generator): Fix custom types.
2197         * mail/rmail.el (rmail-message-filter): Fix custom type.
2199 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
2201         * startup.el (command-line): If simple.el cannot be found, proceed
2202         with a warning message.
2204 2007-02-24  Kenichi Handa  <handa@m17n.org>
2206         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2207         case that BEG is a string.
2209 2007-02-24  Chris Moore  <dooglus@gmail.com>
2211         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2212         * pgg-pgp.el (pgg-pgp-encrypt-region):
2213         * pgg-gpg.el (pgg-gpg-encrypt-region):
2214         Check pgg-encrypt-for-me if no other recipients.
2216 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
2218         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2220         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2221         shell-quote-argument.
2223 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2225         * comint.el (comint-read-input-ring): Use comint-input-ring-size
2226         from the comint buffer instead of the temporary one.
2228 2007-02-23  David Reitter  <david.reitter@gmail.com>
2230         * cus-edit.el (custom-save-all): Canonicalize custom-file before
2231         storing it in recentf-exclude.
2233 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
2235         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2236         in splash screen.
2238 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
2240         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2241         commands, for restart.
2242         (idlwave-shell-current-module): Fix handling of module name by type.
2243         (idlwave-shell-break-in): Update type handling.
2244         (idlwave-shell-bp-get): Encode type in BP structure.
2245         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2246         (idlwave-shell-module-source-query): Query routine info based on type.
2247         Fix path parsing for non-compiled files.
2248         (idlwave-shell-module-source-filter): Don't signal error in filter
2249         if no source found.
2250         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2251         filter race.
2253 2007-02-22  Kim F. Storm  <storm@cua.dk>
2255         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2256         (editable-field): Document need to put some text before the %v
2257         escape in :format string.
2259 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2261         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2262         (vc-svn-use-edit): Remove unused config var.
2263         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2265         * outline.el (hide-sublevels): Keep empty last line, if available.
2267         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2268         rather than the corresponding unicode char, to make the code
2269         more readable.
2271 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
2273         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2274         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2275         (speedbar-item-info-tag-helper): Doc fixes.
2277 2007-02-19  Kenichi Handa  <handa@m17n.org>
2279         * international/mule-cmds.el (locale-language-names):
2280         Map "eo" to "Esperanto".
2282         * language/european.el ("Esperanto"): New language environment.
2284 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2286         * simple.el (kill-line): Doc fix.
2288 2007-02-17  Kim F. Storm  <storm@cua.dk>
2290         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2291         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2292         (bindat--unpack-group, bindat--pack-group):
2293         Handle vectors with optional element type.
2295 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
2297         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2298         if PASSPHRASE is given.
2300 2007-02-17  Chris Moore  <dooglus@gmail.com>
2302         * jka-cmpr-hook.el (jka-compr-compression-info-list):
2303         Recognize backups of bz2 compressed files.
2305 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
2307         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2308         to nil to speed up lookup of the symbol in index nodes.
2310 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2312         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2313         Add indentation for the constants of Lisp.
2315 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * ps-print.el: Use (defvar <foo>) where applicable.
2318         (ps-print-emacs-type): Remove.
2319         (ps-x-frame-property, ps-e-frame-parameter): Remove.
2320         (ps-frame-parameter): Align its call-convention with frame-parameter.
2321         (ps-begin-job): Adjust calls to it appropriately.
2322         (ps-setup): Don't print ps-print-emacs-type.
2323         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2324         Define in such a way that it's obvious that it's defined.
2325         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2326         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2327         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2329 2007-02-15  Alan Mackenzie  <acm@muc.de>
2331         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2332         an empty one-line C-style comment, post-position point properly.
2334 2007-02-15  Chris Moore  <dooglus@gmail.com>
2336         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2337         (isearch-lazy-highlight-new-loop): Bind it.
2338         (isearch-lazy-highlight-search): Use it.
2340         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2342 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * font-lock.el (font-lock-extend-region-wholelines):
2345         Only return non-nil if the region has really been changed.
2346         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2348 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
2350         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2351         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2352         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2354 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
2356         * faces.el (color-values): Revert changes to docstring from
2357         2007-01-31 and 2000-09-07.
2359         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2360         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2361         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2362         (ispell-help): Fix typos in docstring and output message.
2364 2007-02-14  Kim F. Storm  <storm@cua.dk>
2366         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2367         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2368         (grep): Fix lgrep reference.
2370         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2371         (standard-display-underline): Use make-glyph-code.
2373         * descr-text.el (describe-char): Use glyph-char and glyph-face.
2375         * international/latin1-disp.el (latin1-display-char):
2376         Use make-glyph-code.
2378 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
2380         * ehelp.el (with-electric-help, electric-help-exit)
2381         (electric-help-retain): Doc fixes.
2383         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2384         (byte-compile-file): Doc fixes.
2386 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2388         * term/mac-win.el: Change all uses of
2389         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2390         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2391         (mac-ae-get-url): Call select-frame-set-input-focus.
2392         (mac-dnd-handle-drag-n-drop-event): Don't call
2393         select-frame-set-input-focus.
2395 2007-02-13  Kenichi Handa  <handa@m17n.org>
2397         * international/characters.el: Fix documentation of category `a'.
2399 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
2401         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2403 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
2405         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2406         (tramp-get-remote-ln): Handle error case.
2407         Reported by Chris Moore <dooglus@gmail.com>.
2409 2007-02-11  Kim F. Storm  <storm@cua.dk>
2411         * bindings.el (ctl-x-map): Remove register compatibility bindings
2412         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2414 2007-02-11  Richard Stallman  <rms@gnu.org>
2416         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2417         in load history.
2419         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2420         condition -- don't fail to stop at endpos.
2422 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
2424         * textmodes/org.el (org-agenda-get-todos)
2425         (org-agenda-get-timestamps, org-agenda-get-closed)
2426         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2427         (org-agenda-get-blocks, org-format-agenda-item)
2428         (org-agenda-change-all-lines, org-scan-tags): Rename text property
2429         from `category' to `org-category'.
2431 2007-02-11  Kenichi Handa  <handa@m17n.org>
2433         * international/titdic-cnv.el (titdic-convert): Force files be written
2434         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
2435         (miscdic-convert): Force files be written with Unix-like eol format.
2437 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
2439         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2441         * calculator.el (calculator-prompt): Doc fix.
2442         (calculator-mode-map): Fix typo in menu entry.
2444 2007-02-10  Jay Belanger  <belanger@truman.edu>
2446         * calculator.el (calculator): Do more extensive checking for when
2447         3 lines should be used for the calculator.
2449 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
2451         * info-look.el (info-lookup-make-completions):
2452         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2453         index nodes.
2455         * info.el (Info-fontify-maximum-menu-size): Document the effect
2456         of a nil value.
2457         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2458         non-nil before using it as size.
2460 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
2462         * subr.el (insert-for-yank-1): Prevent read-only properties from
2463         interfering with text property operations.
2465         * image-mode.el (image-mode): Revert 2007-01-30 changes.
2467         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2468         (image-type-auto-detected-p): Fail if another match is found in
2469         auto-mode-alist.
2471         * files.el (magic-mode-alist): Call image-mode instead of
2472         image-mode-maybe for autodetected images.
2474 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
2476         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2477         Fix typos in docstrings.
2478         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2480 2007-02-09  Kim F. Storm  <storm@cua.dk>
2482         * emacs-lisp/float-sup.el: Remove obsolete comment.
2484 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2486         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2488 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2490         * simple.el: Revert previous change, at request of RMS:
2491         (fundamental-mode-hook): Remove.
2492         (fundamental-mode): Run after-change-major-mode-hooks manually,
2493         and don't run the now-nonexistent fundamental-mode-hook.
2495 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
2497         * simple.el (fundamental-mode-hook): Declare new hook.
2498         (fundamental-mode): Run the new dedicated hook, and don't run
2499         after-change-major-mode-hooks manually anymore.
2501 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2504         added columns of chars.  Remove support for the "no-meta-info" format.
2505         Prompted by Romain Francoise <romain@orebokech.com>.
2507 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2509         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2510         (gdb-mouse-until, gdb-mouse-jump): Use it.
2512 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
2514         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2515         work when there is just an assembler buffer (no source buffer).
2517 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
2519         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2520         just because the diff was produced using "-p" (--show-c-function).
2522 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
2524         * faces.el (frame-set-background-mode): Use `color-values' and
2525         `display-color-p', not `x-color-values' and `x-display-color-p'.
2526         (face-valid-attribute-values): Use `defined-colors' instead of
2527         `x-defined-colors'.
2529 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2531         * ps-print.ps: The ps-print commands without face printing should not
2532         print background color.  Reported by Leo <sdl.web@gmail.com>.
2533         (ps-print-version): New version 6.7.3.
2534         (ps-begin-job): New arg.  Fix ps-default-background and
2535         ps-default-foreground initialization.
2536         (ps-face-attributes): Fix doc string.
2537         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2539         * printing.el: Fix ps-print link.
2541 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
2543         * faces.el (face-set-after-frame-default): Compile attributes to
2544         be set by frame parameters before merging in X resources.
2546 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
2548         * simple.el (blink-matching-paren-dont-ignore-comments):
2549         (blink-matching-paren-on-screen): Doc fixes.
2551 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
2553         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2555 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
2557         * loadhist.el (unload-feature): Silently ignore `load-history' entries
2558         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2559         entries like `defun'.  Return nil.
2561 2007-02-05  Kim F. Storm  <storm@cua.dk>
2563         * ido.el: Doc fixes.
2565 2007-02-04  David Kastrup  <dak@gnu.org>
2567         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2568         `mpuz-allow-double-multiplicator' is non-zero, and correct
2569         calculation of `min'.
2571 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
2573         * wid-edit.el (widget-default-create): Insert new text at the
2574         :from marker _after_ the marker, not before it.
2576 2007-02-04  Alan Mackenzie  <acm@muc.de>
2578         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2579         containing it is re-indented.
2581 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2583         * net/newsticker.el (newsticker--insert-image): Update docstring,
2584         and insert the image directly.
2585         (newsticker--buffer-redraw): Update docstring.
2587         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2588         Rename from define-global-minor-mode.
2590         * progmodes/cwarn.el (global-cwarn-mode):
2591         * emacs-lisp/autoload.el (make-autoload):
2592         * hi-lock.el (global-hi-lock-mode):
2593         * font-core.el (global-font-lock-mode): All callers changed.
2595 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2597         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2598         Don't copy @ignore lines into menu descriptions.
2599         (texinfo-multi-file-update): Goto the @node line before attempting
2600         to pluck the node name.
2601         (texinfo-multiple-files-update): Reverse the optional arguments'
2602         order, as per the doc string and the `interactive' form.
2604 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
2606         * image-mode.el: Use autoload to avoid overriding disabled setting
2607         applied in .emacs.
2609 2007-02-03  Alan Mackenzie  <acm@muc.de>
2611         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2612         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
2613         adjacent paren groups).
2615 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2617         * progmodes/ebnf2ps.el: Doc fixes.
2618         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2620 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2622         * dired-x.el (dired-do-relsymlink): Add reference to
2623         dired-do-symlink.  Add an autoload cookie.
2625         * dired-aux.el (dired-do-symlink): Add reference to
2626         dired-do-relsymlink.
2628 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
2630         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2631         <left-fringe mouse-3>: New bindings.
2633 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
2635         * newsticker.el (newsticker-version): Changed to "1.10".
2636         (newsticker--set-customvar): Doc string.
2637         (newsticker-new-item-face): Doc string.
2638         (newsticker-mode): Initialize `invisibility-spec' with t.
2639         (newsticker-mode-map): Added
2640         `newsticker-mark-all-items-at-point-as-read'.
2641         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2642         (newsticker-w3m-show-inline-images): Do not call
2643         `w3m-remove-image'.
2644         (newsticker--buffer-after-w3m-insert-image): New advice for
2645         w3m-insert-image to cache images.
2646         (newsticker-next-item-same-feed): New.
2647         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2648         (newsticker-mark-all-items-of-feed-as-read): New.
2649         (newsticker-mark-all-items-at-point-as-read): Use new functions.
2650         (newsticker-mark-item-at-point-as-read): Doc string.
2651         (newsticker-mark-item-at-point-as-read): Use new functions.
2652         (newsticker--do-mark-item-at-point-as-read): New, extracted from
2653         `newsticker-mark-item-at-point-as-read'.
2654         (newsticker-hide-entry): Use (t) instead of t for invisibility.
2655         (newsticker--sentinel): Yet another xml-parser workaround.
2656         (newsticker--decode-iso8601-date): Bugfix for datestrings without
2657         days.
2658         (newsticker--buffer-do-insert-text): Fix.
2659         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2660         (newsticker--buffer-make-item-completely-visible):
2661         `switch-to-buffer' not necessary.
2663 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
2665         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2666         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2667         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2668         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2669         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2671 2007-02-02  Kenichi Handa  <handa@m17n.org>
2673         * international/quail.el (quail-show-key): Fix an error message.
2675 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2677         * faces.el (set-face-underline-p, modify-face): Rename arg
2678         UNDERLINE-P to UNDERLINE (it is not a flag).
2680 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
2682         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2683         when adding gdb-speedbar-update to gdb-input-queue.
2685 2007-02-01  Kenichi Handa  <handa@m17n.org>
2687         * international/quail.el (quail-show-key): Signal an error if the
2688         current input method is not using Quail.
2690 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
2692         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2693         Trim leading whitespace in sysvar names.
2695 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
2697         * faces.el (internal-find-face, internal-get-face): Doc fixes.
2699 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2701         * ido.el (ido-set-common-completion): Use `let', not `let*'.
2703 2007-01-31  Romain Francoise  <romain@orebokech.com>
2705         * comint.el: Delete extra copy of `comint-copy-old-input' added in
2706         previous change to this file.
2708 2007-01-31  Jason Rumney  <jasonr@gnu.org>
2710         * files.el (magic-mode-alist): Use image-mode-maybe rather than
2711         image-mode.
2713         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2714         interfering with attempt to set major mode from modified
2715         auto-mode-alist.
2717 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
2719         * faces.el (color-values): Doc fix.
2720         (face-differs-from-default-p): Don't check :foreground twice.
2722 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
2724         * comint.el (comint-mode): Prevent non-keyword fontification by default.
2726 2007-01-31  Kenichi Handa  <handa@m17n.org>
2728         * international/quail.el (quail-store-decode-map-key): Store a
2729         translated character too.
2730         (quail-char-equal-p): New function.
2731         (quail-find-key1): Check character equality by quail-char-equal-p.
2732         (quail-decode-map-generated): New variable.
2733         (quail-find-key): Check quail-decode-map-generated and re-generate
2734         a decode map if necessary.
2736 2007-01-30  Richard Stallman  <rms@gnu.org>
2738         * tutorial.el (tutorial--detailed-help): Make the list of
2739         changed keys look nicer.
2741 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
2743         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2744         (gdb-var-delete): Use it.
2745         (gdb-var-update-handler-1): Handle value "invalid" for MI field
2746         `in_scope'.
2748 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
2750         * files.el (get-free-disk-space): Return nil for remote directories.
2752         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2753         instead of "dir".
2755 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
2757         * type-break.el (type-break-catch-up-event): New function.
2758         (type-break-demo-hanoi, type-break-demo-life)
2759         (type-break-demo-boring): Use it.
2761         * image-mode.el (image-mode): Don't automatically view as image.
2762         (image-toggle-display): Add `disabled' property.
2764 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
2766         * isearchb.el (isearchb-iswitchb):
2767         * ps-print.el (ps-build-face-reference):
2768         * emacs-lisp/shadow.el (list-load-path-shadows):
2769         * eshell/esh-cmd.el (eshell-rewrite-for-command):
2770         * international/mule.el (find-auto-coding):
2771         * mail/supercite.el (sc-attrib-selection-list):
2772         * progmodes/cc-defs.el (c-emacs-features):
2773         * progmodes/cc-vars.el (c-offsets-alist):
2774         * progmodes/flymake.el
2775         (flymake-init-create-temp-source-and-master-buffer-copy):
2776         Fix typos in docstrings (some suggested by Chris Moore).
2778         * progmodes/vhdl-mode.el (vhdl-components-package-name)
2779         (vhdl-get-library-unit, vhdl-corresponding-begin)
2780         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2781         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2782         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2783         (vhdl-font-lock-match-item): Fix typos in docstrings.
2784         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2785         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2786         (vhdl-speedbar-insert-project-hierarchy):
2787         Improve argument/docstring consistency.
2789 2007-01-29  Kenichi Handa  <handa@m17n.org>
2791         * international/titdic-cnv.el (py-converter): Fix previous change.
2793 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
2795         * jka-compr.el (jka-compr-partial-uncompress)
2796         (jka-compr-call-process): Rebind default-directory if it is
2797         invalid.  Suggested by Chris Moore.
2799         * comint.el (comint-insert-input): Handle situation where the
2800         selected buffer is not the clicked buffer.
2802 2007-01-29  Kenichi Handa  <handa@m17n.org>
2804         * international/ja-dic-cnv.el (skkdic-convert):
2805         Add byte-compile-disable-print-circle:t at the head.
2807         * international/titdic-cnv.el (tit-process-header):
2808         Add byte-compile-disable-print-circle:t at the head.
2809         (miscdic-convert): Likewise.
2810         (py-converter): Skip the header comments.
2812         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2813         New variable.
2814         (byte-compile-output-file-form): Bing print-circle to nil if
2815         byte-compile-output-file-form is not nil.
2816         (byte-compile-output-docform): Likewise.
2818 2007-01-28  Kim F. Storm  <storm@cua.dk>
2820         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2821         Declare earlier to avoid byte compiler warnings.
2823 2007-01-28  Markus Triska  <markus.triska@gmx.at>
2825         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2827 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
2829         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2830         (gamegrid-add-score-with-update-game-score-1): Allow local quits
2831         when calling update-game-score program.  Remove unnecessary
2832         save-excursion.
2834         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2836 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
2838         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2839         avoid compiler warning.
2840         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2841         might have values other than "true" or "false".
2843 2007-01-28  Richard Stallman  <rms@gnu.org>
2845         * textmodes/fill.el (fill-paragraph-function): Doc fix.
2846         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2848         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2850         * image.el (image-type-header-regexps): Make GIF regex more specific.
2852         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2853         Don't check `backspace'.
2854         (tutorial--find-changed-keys): Look up bindings in a temp buffer
2855         in Fundamental mode.
2857         * startup.el (fancy-splash-text, normal-splash-screen):
2858         Mention C-g.
2860         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2861         when inserting in buffer.
2863         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2864         inside the if.
2866 2007-01-27  Richard Stallman  <rms@gnu.org>
2868         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2870 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
2872         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2873         enum/union/struct/class definition.
2874         Revert change to call `forward-sexp' multiple times.
2876 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
2878         * files.el (hack-local-variables-confirm): Don't keep trying to
2879         read an event from an empty kbd macro.
2881 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2883         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2885 2007-01-27  Ben North  <ben@redfrontdoor.org>
2887         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
2888         the arg CHILDREN -> WHICH.
2890 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
2892         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2893         default-directory to a sane value when calling start-process.
2895 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
2897         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2898         (ls-lisp-format-time-list): Doc fix.  Mention
2899         ls-lisp-use-localized-time-format.
2900         (ls-lisp-format-time): Use ls-lisp-format-time-list if
2901         ls-lisp-use-localized-time-format is non-nil, even if a valid
2902         locale is defined.
2904 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
2906         * jka-compr.el (jka-compr-shell): Doc fix.
2908         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2910 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2912         * ps-print.ps: Fix background height.
2913         (ps-print-version): New version 6.7.2.
2915 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
2917         * makefile.w32-in (finder-data, custom-deps): Depend on
2918         $(lisp)/loaddefs.el.
2920 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2922         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2924 2007-01-24  Miles Bader  <miles@gnu.org>
2926         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2927         (byte-compile-output-docform): Bind `print-circle' to t.
2929 2007-01-24  Kenichi Handa  <handa@m17n.org>
2931         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2932         file name of the original SKK dictionary file.
2934 2007-01-24  Kim F. Storm  <storm@cua.dk>
2936         * ido.el (ido-initial-position): New variable.
2937         (ido-read-internal): Set it if default item is specified.
2938         (ido-minibuffer-setup): Position cursor accordingly if set.
2939         (ido-edit-input): C-e moves to end of input if not already there.
2940         (ido-magic-backward-char): C-b does like M-b if prev char is /.
2941         Don't switch to buffer mode if repeating C-b at start of input.
2942         (ido-toggle-ignore): C-a only toggles ignore at start or end of
2943         input; else it moves to start of input.
2944         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2945         not at end of input, delete rest of input, rather than normal op.
2947 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
2949         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2951         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2952         of message.  Activate mark.
2953         (ediff-activate-mark): Set transient-mark-mode to t.
2955         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2957 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
2959         * help-fns.el (describe-variable): Don't suppress display of
2960         buffer local value when the value is "large".
2962 2007-01-22  Kim F. Storm  <storm@cua.dk>
2964         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2965         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2966         (ido-tidy): Use ido-active.
2968 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
2970         * hexl.el (hexl-mode-exit): Add missing quote.
2972 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2974         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2975         (mac-ae-keyboard-modifiers): New function.
2976         (mac-handle-toolbar-switch-mode): Use it.
2977         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
2978         if keyboard modifiers on drop contain option key.
2979         (mac-dnd-drop-data): Add optional argument `action'.
2980         (special-event-map): Remove binding for M-drag-n-drop.
2982 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
2984         * add-log.el (add-log-current-defun): Use CC Mode functions to
2985         find the beginning and end of a defun.
2987 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
2989         * progmodes/gdb-ui.el (gdb-var-create-regexp)
2990         (gdb-var-create-handler): Handle value field in GDB output of
2991         -var-create.
2992         (gdb-max-frames): New variable.
2993         (gdb-stack-buffer, gdb-frames-select): Use it.
2994         (gdb-info-stack-custom): Help user customize gdb-max-frames,
2995         if necessary.
2996         (gdb-get-frame-number): Simplify.
2998 2007-01-21  Glenn Morris  <rgm@gnu.org>
3000         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3001         Update copyrights.
3003 2007-01-21  Alan Mackenzie  <acm@muc.de>
3005         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3006         handling of K&R stuff.
3008 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3010         * textmodes/bibtex.el (bibtex-files): Fix customization type.
3012 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3014         * ps-print.el: Handle frame parameters (background and/or foreground
3015         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3016         (ps-print-version): New version 6.7.1.
3017         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3018         (ps-frame-parameter): New fun.
3019         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3020         Fix doc and customization.
3021         (ps-begin-job): Get frame parameters (background and/or foreground
3022         colors).
3023         (ps-do-despool): Ensure ps-printer-name has a valid value.
3025 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3027         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3028         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3029         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3030         mean unlimited.
3032 2007-01-20  Alan Mackenzie  <acm@muc.de>
3034         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3035         much more rigorous analysis of putative K&R regions.
3037 2007-01-20  Alan Mackenzie  <acm@muc.de>
3039         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3040         New functions.
3042 2007-01-20  Alan Mackenzie  <acm@muc.de>
3044         * progmodes/cc-align.el, progmodes/cc-cmds.el,
3045         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3046         * progmodes/cc-langs.el, progmodes/cc-styles.el,
3047         * progmodes/cc-vars.el: Add my name.
3049 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3051         * files.el (find-alternate-file): Revert query message to Emacs 21
3052         version.
3054 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3056         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3057         the doc string how to use personal abbrevs without electric
3058         keywords.
3060 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3062         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3063         Fixed cursor position when toggle abbreviated display.
3065 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
3067         * t-mouse.el: Update copyright following assignment by
3068         Alessandro Rubini.
3070 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3072         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3073         (type-break-demo-boring): Call read-event instead of read-char.
3075 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
3077         * progmodes/compile.el: Add handling for makepplog.
3079 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3081         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3082         aspell dictionaries are initialized when called non-interactively.
3084 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
3086         * progmodes/compile.el (compilation-loop): New arg limit.
3087         Handle case where the first error is at point-min.
3088         (compilation-next-error): New arg to compilation-loop call.
3090 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
3092         * info.el (Info-default-dirs): Change default info dir to
3093         share/info.
3095         * paths.el (Info-default-directory-list): Ditto.
3097 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
3099         * hexl.el (hexl-before-revert-hook): New function.
3100         (hexl-mode): Use it.
3101         (hexl-after-revert-hook): Just call hexl-mode.
3102         (hexl-mode-exit): Remove before-revert-hook.
3104 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3108 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
3110         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3111         by "-" in francais7 otherchars entry.
3112         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3113         otherchars entry.
3115 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
3117         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3118         path.  Rewrite function in `cond' style for readability.
3120         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3121         (The path shortening, that is, not the rearrarangement.)
3123 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3125         * term/mac-win.el (mac-ae-quit-application): New function.
3126         (mac-apple-event-map): Bind "quit application" Apple event to it.
3128 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3130         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3131         than the program's output.
3133 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
3135         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3136         (kmacro-start-macro-or-insert-counter)
3137         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3138         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3140         * longlines.el (longlines-show-hard-newlines):
3141         * ruler-mode.el (ruler-mode-ruler):
3142         * emulation/keypad.el (keypad-setup):
3143         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3144         Fix typo in docstring.
3146 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
3148         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3149         Remove redirect character ">".
3151 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
3153         * replace.el (perform-replace): Remove leftover code.
3155 2007-01-12  Richard Stallman  <rms@gnu.org>
3157         * replace.el (perform-replace): Don't clear NODENT when computing
3158         the replacement string.
3160 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
3162         * net/tramp.el (tramp-handle-file-local-copy):
3163         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
3164         <christopher.ian.moore@gmail.com>.
3166 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3168         * diff-mode.el (diff-sanity-check-context-hunk-half)
3169         (diff-sanity-check-hunk): New functions.
3170         (diff-find-source-location): Use'em to check the hunks are well-formed.
3172         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3173         activate undo when undo is not active.
3174         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3176 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3178         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3179         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3180         (ffap-url-at-point): Use char-classes rather than "a-z".
3182 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
3184         * ediff-init.el (ediff-autostore-merges):
3185         * textmodes/fill.el (fill-region): Doc fix.
3187 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3189         * server.el (server-ensure-safe-dir): UIDs may be floats.
3191 2007-01-10  Richard Stallman  <rms@gnu.org>
3193         * battery.el (battery-linux-proc-acpi): Use ignore-errors
3194         around calls to directory-files.
3196         * subr.el (momentary-string-display): Use save-excursion.
3198         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3199         argument, but read it as `X' does.
3201 2007-01-09  Juri Linkov  <juri@jurta.org>
3203         * info.el (Info-fontify-node): Don't hide node names of index entries.
3205         * faces.el (momentary): Change :group to basic-faces where all
3206         basic faces belong to.  Add :version.
3208 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3210         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3211         keybinding is found.
3212         (tutorial--find-changed-keys): Never treat null keybinding as a
3213         remapping.
3215 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
3217         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3219 2007-01-09  Kenichi Handa  <handa@m17n.org>
3221         * international/mule-cmds.el
3222         (select-safe-coding-system-interactively): Fix message.
3224 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
3226         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3227         (tramp-process-actions): Add optional parameter TIMEOUT.
3228         (tramp-open-connection-telnet, tramp-open-connection-rsh)
3229         (tramp-open-connection-su): Add timeout of 60".
3231 2007-01-09  Richard Stallman  <rms@gnu.org>
3233         * progmodes/compile.el (compile): Doc fix.
3235 2007-01-09  Markus Triska  <markus.triska@gmx.at>
3237         * tumme.el (tumme-display-thumb): Doc fix.
3239 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
3241         * battery.el (battery-search-for-one-match-in-files):
3242         * bindings.el (mode-line-minor-mode-help):
3243         * x-dnd.el (x-dnd-types-alist):
3244         * calendar/icalendar.el (icalendar-import-buffer):
3245         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3247         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3249 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
3251         * replace.el (replace-regexp): Fix typo in docstring.
3253 2007-01-07  Alan Mackenzie  <acm@muc.de>
3255         * progmodes/cc-langs.el (c-operators, c-filter-ops):
3256         Amend doc-string and comments.
3258 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
3260         * files.el (abbreviate-file-name): Doc fix.
3262 2007-01-06  Markus Triska  <triska@gmx.at>
3264         * subr.el (split-string): Remove spurious ")" from doc string.
3266 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
3268         * textmodes/table.el (table--warn-incompatibility):
3269         Use display-warning instead of momentary-string-display.
3271 2007-01-05  Richard Stallman  <rms@gnu.org>
3273         * image.el (image-type-header-regexps): Recognize xbm more strictly.
3275         * simple.el (backward-kill-word): Doc fix.
3277 2007-01-05  Romain Francoise  <romain@orebokech.com>
3279         * international/mule.el (sgml-html-meta-auto-coding-function):
3280         Ensure that the buffer contains a HTML document.
3282 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3284         * faces.el (momentary): Move here ...
3285         * subr.el (momentary): ... from here.
3287 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
3289         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3290         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3291         large structures/arrays.
3293 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
3295         * files.el (find-file-noselect-1, set-visited-file-name):
3296         Allow backup-enable-predicate to be nil.
3298 2007-01-04  Andreas Schwab  <schwab@suse.de>
3300         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3301         last change.
3303 2007-01-03  Richard Stallman  <rms@gnu.org>
3305         * woman.el (woman-decode-buffer): Clarify error message.
3307 2007-01-03  Alan Mackenzie  <acm@muc.de>
3309         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3311 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
3313         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3315 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3317         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3319 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
3321         * emulation/viper.el (viper-custom-file-name, viper-mode):
3322         Fix typos in docstrings.
3324         * subr.el (momentary-string-display): After moving point, set POS
3325         variable to it to avoid later errors once the buffer is modified.
3326         Doc fix.
3328 2007-01-02  Alan Mackenzie  <acm@muc.de>
3330         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3331         check that the "*/" is present before trying to manipulate it.
3333 2007-01-02  Richard Stallman  <rms@gnu.org>
3335         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3337         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
3338         Fix format of value.
3340         * cus-edit.el (customize-unsaved): Rename from customize-customized.
3341         Change messages accordingly.
3342         (customize-customized): Now alias.
3344 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
3346         * files.el (version-control): Doc fix.
3348 2007-01-01  Alan Mackenzie  <acm@muc.de>
3350         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3351         Check the format of c-state-cache is valid for an optimisation before
3352         using it.
3354         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3355         are at a statement within a macro".  Other changes so that only
3356         the first continuation line in a macro gets the symbol
3357         `cpp-define-intro', the others getting `statement', or whatever.
3359         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3360         a string, preserve whitespace.  Add a backslash only when also in
3361         a macro.
3363         * progmodes/cc-defs.el: Correct typos.
3365         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3366         new line after an escaped EOL in a string.
3368         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3369         label when it directly follows "else", "do", ....
3371         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3372         angle brackets (as seen in "explicit specialisations" of C++
3373         templates).
3375         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3376         in the doc-string.
3378         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3379         when the comment ender looks like "=========*/" and is alone on
3380         its line.
3382         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3383         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
3384         for the old name.
3386         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3387         c-\(beginning\|end\)-of-defun by default.
3389         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3390         New line-up function, for the DEFUN macro in the Emacs C sources.
3391         Only used in "gnu" style.
3393         * progmodes/cc-styles.el (c-style-alist): Use this new function in
3394         the "gnu" style.
3396         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3397         clean-up comment-close-slash also to work when there's a comment
3398         terminator on the line.
3399         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3400         these for large arg - only take account of top level {..}, except
3401         for initial and final adjustments.  M-- C-M-[ae] now go to the
3402         right defuns when the starting point is between defuns.  They use
3403         the four new functions:
3404         (c-in-function-trailer-p, c-where-wrt-brace-construct)
3405         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3406         support c-\(beginning\|end\)-of-defun.
3408         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3409         expressions more rigorously, to exclude bit-field specifiers from
3410         being classed as labels.
3411         (c-forward-label): When analyzing a ":" within a macro, be careful
3412         about using c-forward-syntactic-ws at the macro beginning.
3413         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3414         stmt boundary, check for "operator=", etc.
3416         * progmodes/cc-mode.el (c-postprocess-file-styles):
3417         Bind inhibit-read-only to t, around the call to
3418         c-remove-any-local-eval-or-mode-variables, so that it works on a
3419         RO file.
3421         * progmodes/cc-defs.el (c-version): Update the version number to
3422         "5.31.4".
3424 2007-01-01  Richard Stallman  <rms@gnu.org>
3426         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3427         only if we restored isearch-window-configuration.
3429 2006-12-31  Romain Francoise  <romain@orebokech.com>
3431         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3433 2006-12-31  Kim F. Storm  <storm@cua.dk>
3435         * files.el (auto-mode-case-fold): New defcustom.
3436         (set-auto-mode): If non-nil, perform second case-sensitive pass
3437         through auto-mode-alist if first pass failed.
3439 2006-12-30  Richard Stallman  <rms@gnu.org>
3441         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3443 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
3445         * allout.el (allout-encrypt-string): Handle symmetric-key
3446         passphrase caching but leave keypair caching to pgg.
3448 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
3450         Sync with Tramp 2.0.55.
3452         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3453         `integerp'.  `char-equal' could fail else in case of negative
3454         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3455         (top): Check for `font-lock-add-keywords' before calling; it
3456         doesn't exist under XEmacs.
3457         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
3458         (tramp-completion-mode): Remove clause (not
3459         tramp-unified-filenames), because the function is called in other
3460         context too, where this check results in wrong results in the
3461         XEmacs case on Windows.
3462         (tramp-touch): UTC handling is not possible for XEmacs.
3464 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3466         * scroll-bar.el (previous-scroll-bar-mode): New variable
3467         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3468         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3470         * term/x-win.el: Set scroll bar mode to right if set by X resources.
3472 2006-12-30  Richard Stallman  <rms@gnu.org>
3474         * files.el (make-backup-file-name-1): Precompute abs name
3475         but don't lose the relative name.
3477         * international/mule-cmds.el (select-safe-coding-system-interactively):
3478         Fix message.
3480 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3482         * files.el (backup-buffer): Show entire backup file name in msg.
3484 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
3486         * image.el (image-type-header-regexps, image-type-from-data)
3487         (image-type-from-buffer, image-type-from-file-header):
3488         Revert changes from 2006-12-26.
3489         (image-type-auto-detectable): New variable.
3490         (image-type-auto-detected-p): New function.
3492         * files.el (magic-mode-alist): Detect image files with
3493         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3495 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
3497         * dired.el (dired-sort-other): Move test for dired-mode...
3498         (dired-sort-set-modeline): ...to here.
3500 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3502         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3503         change.  Suggested by Stefan Monnier.
3505 2006-12-29  Kim F. Storm  <storm@cua.dk>
3507         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3508         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3510 2006-12-27  Kim F. Storm  <storm@cua.dk>
3512         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3513         so it doesn't accidentally match an fsf.org mail address.
3514         (authors-renamed-files-alist): Add tcover-*.el.
3516 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3518         * vc-arch.el (vc-arch-find-version): New function.
3520         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3521         composed of arbitrary characters (even /) in some systems.
3523 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
3525         * international/mule-cmds.el (select-safe-coding-system-interactively):
3526         Improve the message in the *Warning* buffer.
3528 2006-12-27  Kim F. Storm  <storm@cua.dk>
3530         * ido.el (ido-set-matches-1): Fix last change.  If default item is
3531         current buffer, it is ok to be first.
3533 2006-12-27  Kenichi Handa  <handa@m17n.org>
3535         * international/mule-cmds.el (select-safe-coding-system-interactively):
3536         Use face `link' for problematic chars.
3538 2006-12-27  Kenichi Handa  <handa@m17n.org>
3540         * international/mule-cmds.el (select-safe-coding-system-interactively):
3541         Improve the message in *Warning* buffer.
3543 2006-12-27  Kim F. Storm  <storm@cua.dk>
3545         * ido.el (ido-set-matches-1): Never put current buffer first if
3546         there are other matches.
3548 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
3550         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3551         expressions.
3552         (gdb-var-delete): Handle duplicate names.  Print message for non
3553         root expressions.
3554         (gdb-partial-output-name): Start buffer name with a space.
3555         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3556         buffer name.
3558 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3560         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3561         last footnote when `footnote-spaced-footnotes' is nil.
3563 2006-12-26  Richard Stallman  <rms@gnu.org>
3565         * cus-edit.el (custom-browse-sort-alphabetically)
3566         (custom-buffer-sort-alphabetically)
3567         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
3569         * image.el (image-type-header-regexps): Change element format
3570         to include third item NOT-ALWAYS.
3571         (image-type-from-data): Handle new format.
3572         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
3573         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3575 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
3577         * add-log.el (add-log-current-defun): Call `forward-sexp'
3578         multiple times to pick a member function name defined as
3579         part of nested classes/namespaces.
3581 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3583         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3584         which keymap should be used to change menu.  It does not affect any
3585         existent code.
3587 2006-12-26  Richard Stallman  <rms@gnu.org>
3589         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3590         rather than for being in a minibuffer window.
3592 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
3594         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3595         locale-coding-system.
3596         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3597         LF.
3599 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
3601         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3602         (sql-mode-syntax-table): Disable double quoted strings.
3603         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3605 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3607         * startup.el (fancy-splash-last-input-event): New variable.
3608         (fancy-splash-special-event-action): New function.
3609         (fancy-splash-screens): Temporarily bind special events to it.
3610         Execute command for saved special event before exiting from
3611         recursive editing.
3613         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3614         New functions.
3615         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3616         Use mac-unread-string.
3618 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3620         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3621         an optimized comment regexp if `comment-start-skip' uses a ^.
3622         * bs.el (bs--up): Remove interactive spec.
3624 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3626         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3627         Suggested by James Cloos.
3629 2006-12-24  Kevin Ryde  <user42@zip.com.au>
3631         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3632         in March.
3633         (calendar-dst-ends): Default to first Sunday in November.
3635 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
3637         * allout.el (allout-encrypt-string): Inhibit use of agent within
3638         body of let form where encryption happens.  Acknowledge non-use of
3639         gpg-agent in docstring.
3640         (allout-toggle-subtree-encryption): Acknowledge non-use of
3641         gpg-agent in docstring.
3643 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
3645         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3647 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3649         * ediff-diff.el (ediff-diff-options): Clarify docstring.
3650         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3652         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3653         in hooks.
3654         (viper-add-newline-at-eob-if-necessary): Add newline only if we
3655         actually modify buffer; ignore errors if occur.
3657 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
3659         * calendar/calendar.el (calendar-mode-map): Switch < and >.
3660         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3661         formatting.
3663 2006-12-23  Richard Stallman  <rms@gnu.org>
3665         * simple.el (delete-horizontal-space): Doc fix.
3667 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
3669         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3670         explicitly in a recursive Make, not implicitly through prerequisites,
3671         since the latter is wrong under parallel builds.
3673 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
3675         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3677 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
3679         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3680         message string.
3682 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
3684         * outline.el (outline-next-visible-heading): Fix the case with a
3685         header at end-of-file with no final newline.
3687 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
3689         * indent.el (tab-always-indent): Doc fix.
3691 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
3693         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3694         (Info-fontify-node): Do fontify indices.
3696         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3697         to the Emacs Lisp reference manual.
3698         (tutorial--tab-map): Remove.  All callers changed.
3699         (tutorial--find-changed-keys): New elt QUIET, used to...
3700         (tutorial--display-changes): ...ensure that warning messages are
3701         only issued once per changed key.
3702         (tutorial--remove-remarks): Delete unused code-path.
3703         (lang-strings): Remove extraneous formatting.
3704         (tutorial--save-tutorial): Prompt before saving tutorial state.
3706 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
3708         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
3709         Replace '?\ ' by '?\s' throughout.
3710         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
3711         `help' custom group.
3712         (tutorial--key-description): New function.
3713         (tutorial--display-changes): Remove redundant arg.  Scan for all
3714         key sequences to avoid false matches.  Cleanup.
3715         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3716         reduce homedir pollution.
3717         (help-with-tutorial): Call tutorial--display-changes with no arg.
3719 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
3721         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3723 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
3725         * net/tramp.el (tramp-default-method): We still need to check for
3726         `executable-find', because it is not bound under Emacs 20.
3727         (tramp-handle-file-name-completion)
3728         (tramp-completion-handle-file-name-completion): Handle optional
3729         parameter PREDICATE.
3730         (tramp-find-default-method): Add code for default values.
3732 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
3734         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3735         make gud-go send "continue".
3737 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
3739         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3740         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
3742 2006-12-19  Kim F. Storm  <storm@cua.dk>
3744         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3745         instead of global-map.
3747         * files.el (magic-mode-alist): Allow matching file type by
3748         calling a function at bob.  Check for image types by calling
3749         image-type-from-buffer.  Suggested by Juanma Barranquero.
3750         (set-auto-mode): Do it.
3752 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
3754         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3755         Remove "ControlMaster" option from the other `scp*' methods.
3756         (tramp-default-method): Check for ssh-agent before setting to `scp'.
3758 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3760         * textmodes/org.el (org-mode): Show context after isearch.
3761         (org-show-siblings): New function.
3762         (org-show-context): Use `org-show-siblings'.
3764 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3767         Use syntax-ppss-toplevel-pos.
3769 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
3771         * textmodes/org.el (org-current-line): Make sure that lines are
3772         counted from beginning of buffer.
3773         (org-table-copy-region, org-table-paste-rectangle): Make sure that
3774         lines are counted from beginning of buffer.
3776 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
3778         * info.el (Info-build-node-completions): Signal error if tag-table
3779         marker is not found.
3781         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3783 2006-12-17  Alan Mackenzie  <acm@muc.de>
3785         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3786         speed) the case when open-paren-in-column-0-is-defun-start is nil.
3787         Based on code by Martin Rudalics.
3789         * progmodes/cc-mode.el (c-basic-common-init): Don't set
3790         open-paren-in-column-0-is-defun-start to nil any more.
3792 2006-12-17  Richard Stallman  <rms@gnu.org>
3794         * simple.el (delete-horizontal-space): Use prefix arg.
3796         * help-fns.el (describe-variable): Improve blank separator lines.
3798         * files.el (magic-mode-alist): Mark as risky.
3800         * files.el (make-backup-file-name-1):
3801         Expand backup-directory explicitly.
3803 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
3805         * net/tramp.el (tramp-default-method): Before setting to "pscp",
3806         check whether package password.el is loaded, or Pageant is running.
3808 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
3810         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3811         (icalendar--rris): First try Emacs, then XEmacs.
3812         (icalendar--convert-ical-to-diary): Doc fix.
3813         Insert newline at end of target file.
3815 2006-12-17  Kim F. Storm  <storm@cua.dk>
3817         * outline.el (outline-isearch-open-invisible-function): New defvar.
3818         (outline-flag-region): Use it if non-nil for isearch-open-invisible
3819         overlay property instead of outline-isearch-open-invisible.
3821 2006-12-16  Kim F. Storm  <storm@cua.dk>
3823         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3824         if ido-directory-too-big is set on entry.
3825         (ido-toggle-ignore, ido-completion-help): Print message while
3826         reading big directory.
3828 2006-12-15  Richard Stallman  <rms@gnu.org>
3830         * shell.el (shell): Doc fix.
3832 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
3834         * emulation/edt.el (edt-xserver):
3835         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3836         to fix a problem on Cygwin.
3838         * emulation/edt.el
3839         * emulation/edt-mapper.el
3840         * emulation/edt-lk201.el
3841         * emulation/edt-pc.el
3842         * emulation/edt-vt100.el: Update maintainer's email address.
3844 2006-12-15  Simon Marshall  <simon@gnu.org>
3846         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3848 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3850         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3851         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3852         instead of mac-atsu-font-table.
3853         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3855 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
3857         * align.el (align-match-tex-pattern): Fix a rare bug which
3858         hanged Emacs.
3860 2006-12-14  Richard Stallman  <rms@gnu.org>
3862         * startup.el (use-fancy-splash-screens-p): Use frame-height
3863         instead of window-height.  Pass frame to image-size.
3865 2006-12-13  Kenichi Handa  <handa@m17n.org>
3867         * international/mule-cmds.el (set-locale-environment):
3868         Set default-sendmail-coding-system too.
3870 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
3872         * progmodes/idlw-help.el: Fix copyright notice.
3874 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3878 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3880         * subr.el (unread-command-char): Reformat obsolescence info.
3882 2006-12-11  Richard Stallman  <rms@gnu.org>
3884         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3885         about calls to cl-struct-setf-expander.
3887 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
3889         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3890         (ediff-combination-pattern): Fix typo in docstring.
3892         * textmodes/refer.el (refer-find-entry): Doc fix.
3893         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3894         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3895         Fix tipos in docstrings.
3897         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3899 2006-12-10  Kim F. Storm  <storm@cua.dk>
3901         * ido.el (ido-init-completion-maps): Remap backward-kill-word
3902         instead of binding M-backspace.
3904 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
3906         * replace.el (replace-match-data, replace-match-maybe-edit):
3907         * calc/calc-aent.el (calc-eval-error):
3908         * emulation/vi.el (vi-char-argument):
3909         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3910         (c-vsemi-status-unknown-p-fn): Doc fixes.
3912 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
3914         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3915         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
3917 2006-12-10  Masatake YAMATO  <jet@gyve.org>
3919         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3921 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
3923         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3925         * man.el (Man-xref-button-action): New function.  If the
3926         `Man-target-string' button property is a function, assume it
3927         accepts a position argument.
3928         (Man-abstract-xref-man-page): Use it.
3929         (Man-default-man-entry): New optional arg POS.
3931         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3932         symlink arrows read-only and non-rear-sticky.
3934 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
3936         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3937         (wdired-search-and-rename): Simplify code.
3938         (wdired-preprocess-files, wdired-preprocess-perms): Make
3939         read-only property of preceding character rear-nonsticky to
3940         avoid that it can be modified.  Put old-name and old-link
3941         properties on character preceding name and replace
3942         put-text-property by add-text-properties.
3943         (wdired-get-filename, wdired-get-previous-link): Get old-name
3944         and old-link properties from character preceding name and
3945         simplify code.
3946         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3947         (wdired-perms-to-number): Make local-map property
3948         rear-nonsticky to avoid that text following permissions may be
3949         modified.  Use add-text-properties instead of put-text-property
3950         when changing a permission bit.
3951         (wdired-change-to-dired-mode): Remove stickiness properties.
3953 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
3955         * international/mule-cmds.el (register-input-method): Doc fix.
3957 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
3959         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3961 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
3963         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3964         Force buffer local defs evaluation on local variables loading.
3965         (flyspell-mode-on, flyspell-mode-off): Use it in
3966         `hack-local-variables-hook'.
3968 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
3970         * emacs-lisp/find-func.el (find-variable): Doc fix.
3972         * help-fns.el (variable-at-point): Doc fix.
3974         * w32-fns.el (w32-append-code-lines): New function.
3976 2006-12-09  Romain Francoise  <romain@orebokech.com>
3978         * comint.el (comint-insert-input): Delete obsolete comment.
3980 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3983         current frame, in case we're connected to several displays.
3985 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
3987         * frame.el (other-frame): Doc fix.
3988         (set-frame-parameter): Fix typo in docstring.
3990 2006-12-07  Kim F. Storm  <storm@cua.dk>
3992         * info.el (Info-index): Strip leading colon from topic.
3994 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
3996         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3997         to pointers.
3999 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
4001         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4002         Trim out spurious class inheritance "None" entries.
4004 2006-12-05  Kim F. Storm  <storm@cua.dk>
4006         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4007         (cua-paste-pop): Rework last change for
4008         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4009         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4010         text inserted by the last M-y command.
4012 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4014         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4015         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4017         * shell.el (shell): Search the start file in ~/.emacs.d as
4018         `init_SHELLNAME.sh' instead.
4020 2006-12-05  Glenn Morris  <rgm@gnu.org>
4022         * progmodes/cperl-mode.el (cperl-mode)
4023         * progmodes/f90.el (f90-mode-abbrev-table)
4024         * progmodes/fortran.el (fortran-mode-abbrev-table)
4025         * progmodes/octave-mod.el (octave-abbrev-table)
4026         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4027         if abbrev-table is non-nil (saved user abbrevs may have been restored).
4029         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4030         clear abbrev table, else saved abbrevs will not be restored.
4032 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4034         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4035         the call to `make-obsolete-variable', not in the docstring.
4037 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
4039         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4041 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4043         * progmodes/ebnf-abn.el:
4044         * progmodes/ebnf-bnf.el:
4045         * progmodes/ebnf-dtd.el:
4046         * progmodes/ebnf-ebx.el:
4047         * progmodes/ebnf-iso.el:
4048         * progmodes/ebnf-otz.el:
4049         * progmodes/ebnf-yac.el:
4050         * progmodes/ebnf2ps.el:
4051         * delim-col.el:
4052         * printing.el:
4053         * ps-bdf.el:
4054         * ps-mule.el:
4055         * ps-print.el: Remove 'Time-stamp' comment mark.
4057         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4058         'easy-menu-add-item' when called in Emacs 21 or higher.
4060 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
4062         * progmodes/ada-xref.el (ada-check-current): Doc fix.
4063         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
4065 2006-12-04  Kim F. Storm  <storm@cua.dk>
4067         * bindings.el (global-map): Bind [signal t] to ignore, to have
4068         user signals ignored by default.
4070 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4072         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4073         Unicode data file pointed to by `describe-char-unicodedata-file'.
4075 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4078         O(n^2) regexp-search by anchoring the search.
4080 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
4082         * whitespace.el (whitespace-cleanup-internal): Use current
4083         argument for recursive call.
4085 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
4087         * net/tramp.el (tramp-methods): Add "ControlPath" and
4088         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
4089         Andreas Schwab <schwab@suse.de>.
4090         (tramp-do-copy-or-rename-file-out-of-band)
4091         (tramp-open-connection-rsh): Compute format spec for ?t.
4092         (tramp-process-actions): Trace command parameters.
4094 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
4096         * simple.el (toggle-truncate-lines): Clarify doc string.
4098         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4099         (gdb-speedbar-expand-node): Use it.
4101 2006-12-04  Richard Stallman  <rms@gnu.org>
4103         * progmodes/python.el (python-indent): Add safe-local-variable prop.
4105         * dired.el (dired-revert): Turn off dired-after-readin-hook
4106         around call to dired-readin.
4108         * menu-bar.el (menu-bar-make-toggle): Add "globally"
4109         to echo area messages.
4110         <indicate-empty-lines, case-fold-search>:
4111         Add "globally" to Help string.
4112         <case-fold-search>: MESSAGE arg need not say "globally".
4113         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4115 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
4117         * outline.el (outline-end-of-subtree): Don't leave an empty
4118         line hidden as we would a real next heading.
4120 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
4122         * allout.el (allout-ascend): Add an optional argument to preserve
4123         original position of point when unsuccessful.  Also, fix a
4124         docstring error.
4125         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4126         work again, using allout-ascend's new option.
4127         (allout-setup-mode-map): Extract from allout-mode to initialize
4128         allout-mode-map.  Call it on file load, so the mode docstring
4129         substitutions work even if allout mode has not yet been invoked.
4130         (allout-mode): Use new allout-setup-mode-map to track any keybinding
4131         customizations since the map was last processed.  Also, refine the
4132         docstring so it's ship-shape for release.
4133         (allout-default-layout, allout-beginning-of-line-cycles)
4134         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4135         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4136         (allout-version, allout-layout, allout-infer-body-reindent)
4137         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4138         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4139         (allout-previous-heading, allout-goto-prefix-doublechecked)
4140         (allout-current-bullet-pos, allout-next-sibling-leap)
4141         (allout-pre-command-business, allout-encrypted-type-prefix)
4142         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4143         (allout-rebullet-topic, allout-rebullet-topic-grunt)
4144         (allout-flag-region, allout-expose-topic, allout-expose-topic)
4145         (allout-old-expose-topic, allout-listify-exposed)
4146         (allout-process-exposed, allout-latex-verb-quote)
4147         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4148         (allout-toggle-current-subtree-encryption)
4149         (allout-toggle-subtree-encryption, allout-bullet-isearch):
4150         Remove extraneous open-paren and close paren string escapes.
4152 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
4154         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4155         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4156         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4157         Fix typos in docstrings.
4159 2006-12-03  Glenn Morris  <rgm@gnu.org>
4161         * progmodes/cc-align.el
4162         * progmodes/cc-awk.el
4163         * progmodes/cc-cmds.el
4164         * progmodes/cc-compat.el
4165         * progmodes/cc-defs.el
4166         * progmodes/cc-engine.el
4167         * progmodes/cc-langs.el
4168         * progmodes/cc-menus.el
4169         * progmodes/cc-mode.el
4170         * progmodes/cc-styles.el
4171         * progmodes/cc-vars.el
4172         * progmodes/vhdl-mode.el: Fix Copyright format.
4174 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
4176         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4177         initial down event.
4179 2006-12-02  Kim F. Storm  <storm@cua.dk>
4181         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4182         (cua-repeat-replace-region): Make M-v more robust.
4183         (cua-paste-pop-rotate-temporarily): New defcustom.
4184         (cua-paste-pop): Use it.
4185         (cua-auto-mark-last-change): New defcustom.
4186         (cua-pop-to-last-change): New helper function.
4187         (cua-set-mark): Use them.
4189 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
4191         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4192         mini-buffer message.
4194 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
4196         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4198 2006-12-01  Ben North  <ben@redfrontdoor.org>
4200         * paren.el: Fix the highlight overlay extension when the user types a
4201         sequence of char very fast just before the open parenthesis.
4203 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4205         * ps-mule.el: Eliminate Emacs 20 compatibility.
4207         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4208         (ps-print-version): New version 6.7.
4209         (ps-print-quote): Replace '?\ ' by '?\s'.
4211 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4213         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4214         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4215         (hexl-end-of-1k-page): Doc fixes.
4216         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4217         Fix typos in docstrings.
4219 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4221         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
4222         locally, i.e. without using file name handlers.
4223         (ido-read-internal): Allow mono letter host names, avoiding the
4224         `c:' problem by testing if the file exists locally.
4225         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4227 2006-11-30  Masatake YAMATO  <jet@gyve.org>
4229         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4230         to avoid bytecomp warnings.
4231         (hexl-mode-old-ruler-function): New variable.
4232         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4233         and `hl-line-range-function' after `require' hl-line.
4234         Then bind `hl-line-range-function' and `hl-line-face'.
4235         Don't require frame.  Don't use `with-no-warnings'.
4236         (hexl-activate-ruler): Store the original value of
4237         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4238         (hexl-mode-exit): Restore the original value of
4239         `ruler-mode-ruler-function'.
4241 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
4243         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4244         (hexl-mode-old-hl-line-face): New variable.
4245         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4246         line when exit from the hexl-mode.
4248 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
4250         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4251         Doc fixes.
4253         * international/fontset.el (create-fontset-from-ascii-font)
4254         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4255         (fontset-name-p): Fix typo in docstring.
4257         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4259 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4261         * ps-bdf.el: Fix maintainer email.
4263         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
4264         compatibility.
4266         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
4267         21 compatibility.
4268         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4269         Emacs 20 & 21.
4271 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
4273         * progmodes/idlwave.el (idlwave-auto-fill):
4274         Remove paragraph-start let to prevent auto-fill giving up.
4276 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
4278         * vt100-led.el (led-state): Fix typo in previous change.
4280 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4282         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4283         Fix interactive spec of the functions getting defined to make them
4284         work as documented.
4286 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
4288         * startup.el (fancy-splash-screens): Hide initial splash buffer.
4290 2006-11-28  Kim F. Storm  <storm@cua.dk>
4292         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4293         icomplete-mode is enabled.
4295 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
4297         * textmodes/org.el (require): Require gnus-sum during compilation
4298         to avoid problem with a macro call.
4300 2006-11-28  Glenn Morris  <rgm@gnu.org>
4302         * emacs-lisp/authors.el (authors-aliases): Add new alias.
4304         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4305         (fortran-window-create-momentarily): Do not need string-to-char.
4307 2006-11-28  Richard Stallman  <rms@gnu.org>
4309         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4310         Replace incorrect use of assoc-default with a loop.
4312         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4314         * simple.el (next-error-find-buffer): Improve messages.
4316         * files.el (revert-buffer): Special error message if file
4317         is now not readable.
4319         * facemenu.el (facemenu-add-new-face): Improve doc strings of
4320         constructed commands.
4322         * comint.el (comint-exec-1): Provide Emacs version and `comint'
4323         in INSIDE_EMACS.
4325 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4327         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4329         * server.el: Remove spurious * in docstrings.
4330         (server-process-filter): Exit from recursive editing before processing
4331         a new request.
4333 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
4335         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4336         line so hidden blocks will be correctly identified.
4338 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
4340         * ledit.el (ledit-save-defun, ledit-mode):
4341         * resume.el (resume-emacs-args-buffer):
4342         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4343         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4344         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4345         (command-send-input, command-kill-line):
4346         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4348         * autoarg.el (autoarg-kp-mode): Doc fix.
4350         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
4351         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
4352         (check-emacs-lock): Doc fix.  Simplify.
4354         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4355         (iimage-mode-buffer): Fix typos in docstring.
4357         * misc.el (zap-up-to-char): Doc fix.
4359         * time-stamp.el: Fix comment and obsolescence string for old
4360         functions.  Use `dolist' instead of `while'.
4362         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4364         * disp-table.el (standard-display-8bit, standard-display-default):
4365         * ebuff-menu.el (electric-buffer-list):
4366         * ehelp.el (electric-help-command-loop):
4367         * font-core.el (font-lock-mode):
4368         * help-macro.el (make-help-screen):
4369         * help.el (describe-minor-mode-completion-table-for-indicator)
4370         (lookup-minor-mode-from-indicator):
4371         * indent.el (tab-to-tab-stop, move-to-tab-stop):
4372         * info-look.el (info-lookup-guess-custom-symbol):
4373         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4374         * longlines.el (longlines-wrap-line):
4375         * macros.el (insert-kbd-macro):
4376         * menu-bar.el (menu-bar-update-buffers):
4377         * misc.el (copy-from-above-command):
4378         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4379         * newcomment.el (comment-indent):
4380         * novice.el (disabled-command-function):
4381         * sort.el (sort-fields-syntax-table):
4382         * subr.el (momentary-string-display):
4383         * tar-mode.el (tar-header-block-summarize)
4384         (tar-clear-modification-flags):
4385         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4386         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4387         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4388         (te-delete-char, te-down-vertically-or-scroll):
4389         * time-stamp.el (time-stamp-string-preprocess):
4390         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4392 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4394         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4395         in GUD mode.
4397         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4398         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4400 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4402         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4404 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
4406         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4407         (ada-compile-goto-error): Adapt to new argument profile of
4408         compilation-goto-locus in Emacs 22.  Don't check if the various
4409         compile functions are defined; we already do "(require 'compile)".
4411 2006-11-26  Kim F. Storm  <storm@cua.dk>
4413         * kmacro.el: Fix commentary.
4415 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
4417         * progmodes/gud.el (gdb): Explain how to run in text command mode
4418         more clearly.  Say in error message that multiple debugging
4419         requires restarting GDB.
4421 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
4423         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4425 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
4427         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4428         (flymake-popup-menu): Use it instead of posn-at-point.
4430 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4432         * progmodes/cc-vars.el (c-backslash-column):
4433         Mention c-backslash-max-column in documentation for c-backslash-column.
4435 2006-11-24  Lars Hansen  <larsh@soem.dk>
4437         * net/tramp.el (tramp-default-method): Under Windows, change from
4438         plink to pscp.
4439         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4440         (tramp-actions-copy-out-of-band):
4441         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4442         (tramp-action-out-of-band): Move "Permission denied" handling to
4443         tramp-action-copy-failed.
4444         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4445         process buffer.
4447 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4449         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4450         strings to a single string.  Quote `errors-file-name'.
4451         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4452         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4453         Adjust calls.  Use `shell-quote-argument'.
4455         * international/mule.el (load-with-code-conversion)
4456         (with-category-table): Use with-current-buffer.
4457         (after-insert-file-set-coding): Use restore-buffer-modified-p.
4459 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
4461         * mail/smtpmail.el (smtpmail-send-it):
4462         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
4463         MIME header for the message encoding.
4464         Bind coding-system-for-write around the call to mail-do-fcc.
4465         Use smtpmail-code-conv-from to encode queued mail messages.
4467 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
4469         * tabify.el (tabify-regexp): Doc fix.
4471         * net/rcirc.el (rcirc-buffer-maximum-lines):
4472         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4474         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4475         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4476         Fix typos in output messages.
4477         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4479 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4481         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4482         the horse's mouth.
4483         (hexlify-buffer): Don't re-encode an arg that's already encoded.
4485 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4487         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4488         Remove condition-case.
4490 2006-11-23  Glenn Morris  <rgm@gnu.org>
4492         * progmodes/f90.el (f90-comment-indent): Do not move point in
4493         default case.
4495 2006-11-21  Romain Francoise  <romain@orebokech.com>
4497         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4498         from library name (reverts change of 2005-10-25).
4500 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4502         * tutorial.el (tutorial--default-keys): Add newline and
4503         delete-backward-char bindings.
4504         (tutorial--detailed-help): Save excursion when finding keys.
4505         Correct warning string for M-x FOO case.
4506         (tutorial--display-changes): Print special keys in tutorial style.
4507         Tweak search regexp for changed keys.
4509 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4511         * thingatpt.el (thing-at-point-url-at-point): Don't add a
4512         redundant scheme.
4514 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
4516         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4517         are new to the list at IANA.  Also added irc, mms, mmsh.
4519 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
4521         * progmodes/idlw-help.el (idlwave-html-help-location):
4522         Fail gracefully for missing help packages.
4523         (idlwave-help-assistant-open-link): Open full links.
4524         (idlwave-help-assistant-help-with-topic): Direct help link.
4526         * progmodes/idlwave.el (idlwave-mode):
4527         Set add-log-current-defun-function.
4528         (idlwave-current-routine-fullname): Add, to support add-log.
4529         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4530         to reflect improvements to xml-parse-file.
4531         (idlwave-mode-menu-def): New binding for help-with-topic.
4533         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4534         Handle extra newlines and spaces.
4535         (idlwave-shell-mode-map): Add help-with-topic.
4537 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
4539         * tutorial.el (tutorial-warning-face): New face.
4540         (tutorial--detailed-help, tutorial--display-changes): Use it.
4541         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4542         Improve search pattern for occurrences of changed keys.
4544 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4546         * term/x-win.el (x-last-cut-buffer-coding): New variable.
4547         (x-select-text): Set it.
4548         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4549         when checking for newness.
4551 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
4553         * subr.el (posn-image):
4554         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4556         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4558 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4560         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4561         Exceptions to the rule "add a space between an identifier and an
4562         opening parenthesis".  Defaulted to the `#define' problem of cpp.
4563         (glasses-parenthesis-exception-p): New.  Check if the region is an
4564         exception regarding to that.
4565         (glasses-make-readable): Use it.
4566         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
4567         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4569 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
4571         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4573 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
4575         * progmodes/ada-mode.el (ada-make-body): Fix typo.
4577         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4578         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
4580 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
4582         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4583         conditions for function or variable bindings.
4585         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4587         * progmodes/compile.el (compilation-start): Ditto.
4589 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
4591         * net/tramp.el (top): cl and custom are always required.
4593 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4595         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4596         cut-buffers with next-selection-coding-system if not nil.
4598 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4600         * textmodes/org.el (org-fix-decoded-time): New function.
4601         (org-display-custom-time): Use `org-fix-decoded-time'.
4603 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
4605         * menu-bar.el (menu-bar-games-menu): Remove yow.
4607 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
4609         * textmodes/org.el (org-scan-tags): Re-align code fixed.
4610         (org-detach-overlay): Rename from `org-detatch-overlay'.
4611         (org-table-convert-region): Insert space after column separator.
4612         (org-agenda-kill): New command.
4613         (org-metaleft): Call `org-outdent-item' on bullets.
4614         (org-metaright): Call `org-indent-item' on bullets.
4615         (org-timestamp-change): Set `org-last-changed-timestamp'.
4616         (org-current-line): Make sure (bolp) returns correct result.
4617         (org-agenda-change-all-lines): Make sure TODO are highlighted.
4619 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4621         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4623 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
4625         * mouse.el (global-map): Change 2006-08-16 fix to call
4626         mouse-yank-at-click explicitly, since mouse events are not carried
4627         over into keyboard macros.
4629 2006-11-16  Kim F. Storm  <storm@cua.dk>
4631         * ido.el (ido-file-internal): Use current buffer's file name as default
4632         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
4634 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
4636         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4637         (allout-inhibit-aberrance-doublecheck): Rename from
4638         allout-during-yank-processing.  All callers changed.
4639         (allout-ascend): Provide for unusual case where some topic after
4640         the first in file is at lower depth than the first.
4641         (allout-shift-in): Ensure the offspring of the new containing
4642         topic are exposed.
4643         (allout-encrypt-string): Preserve the coding-system of the text,
4644         according to that of the containing buffer.
4645         (allout-toggle-subtree-encryption): When the text being encrypted
4646         requires a different coding system, offer to preserve the coding
4647         system using a file local var.
4649 2006-11-15  Simon Marshall  <simon@gnu.org>
4651         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4652         to recognise "T t()" as a function declaration, rather than a
4653         variable instantiation, iff at the top-level or inside a class
4654         declaration.  Suggested by Feng Li <fengli@gmail.com>.
4656 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
4658         * progmodes/ada-xref.el (ada-parse-prj-file):
4659         Don't delete project buffer; user may want to edit it.
4660         (ada-xref-set-project-field, ada-xref-current-project-file)
4661         (ada-xref-current-project, ada-show-current-project)
4662         (ada-set-main-compile-application): New functions.
4663         (ada-xref-get-project-field, ada-require-project-file):
4664         Normalize use of ada-prj-default-project-file.
4665         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4666         Normalize use of ada-require-project-file.
4667         (ada-prj-find-prj-file): Improve doc string, comments.
4669         * progmodes/ada-mode.el (ada-mode-version): Bump version.
4670         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4671         (ada-create-menu): Add ada-set-main-compile-application,
4672         ada-show-current-main, ada-show-current-project.
4674 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4676         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4677         (inferior-python-mode): Use it.
4679 2006-11-14  Andreas Schwab  <schwab@suse.de>
4681         * term/xterm.el (terminal-init-xterm): Add more key bindings.
4683 2006-11-13  Kim F. Storm  <storm@cua.dk>
4685         * ido.el (ido-copy-current-word): C-o copies region if active.
4687 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4689         * textmodes/org.el (org-emph-face): Fix typo in variable name.
4691 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
4693         * ediff.el (ediff-revision):
4694         * files.el (set-visited-file-name):
4695         * mail/rmailout.el (rmail-output-body-to-file):
4696         Use `format', not `message', in `y-or-n-p' call.
4698 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
4700         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4701         (org-metaright): Call `org-indent-item' on bullets.
4702         (org-timestamp-change): Set `org-last-changed-timestamp'.
4703         (org-current-line): Make sure (bolp) returns correct result.
4704         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4706 2006-11-12  Richard Stallman  <rms@gnu.org>
4708         * language/european.el (turkish-case-conversion-enable)
4709         (turkish-case-conversion-disable): New functions.
4710         ("Turkish" lang env): Use them.
4712         * international/characters.el (case table):
4713         Do nothing special for i and I.
4715         * subr.el (remove-overlays): Fix last change.
4717         * cus-edit.el (custom-save-all): Use find-file-visit-truename
4718         for visiting the custom file.
4720 2006-11-12  Markus Triska  <triska@gmx.at>
4722         * play/handwrite.el (handwrite): Also process lines not ending
4723         with newline.  Replace some position-fiddling with different
4724         logic.  Improve performance.
4726 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
4728         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4729         replacing deleted variable `ada-check-switch'.
4730         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4731         (ada-xref-project-files): Improve doc string.
4732         (ada-find-executable): New function.
4733         (ada-initialize-runtime-library): Use `ada-find-executable'.
4734         (ada-xref-set-default-prj-values): In compile commands, don't need
4735         `ada-cd-command'; `compile' does that more portably.
4736         Use ada-prj-default-check-cmd.
4737         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4738         properties if not specified in project file.
4739         (ada-goto-declaration): Display useful message for new error
4740         'error-file-not-found.
4741         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4742         'error-file-not-found.
4743         (ada-get-all-references): Match latest ali syntax.  Signal new
4744         error 'error-file-not-found.
4745         (ada-find-in-ali): Match latest ali syntax.
4746         (ada-make-filename-from-adaname): Handle different semantics of
4747         gnatkr in GNAT 3.15p vs later.
4749         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4750         ada-procedure-start-regexp.
4751         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4753         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4754         with defvar.
4755         (ada-language-version): Rename ada05 -> ada2005.
4756         (ada-align-region-separate): Add `eval-when-compile'.
4757         (ada-name-regexp): Remove unneeded escapes in regexp character
4758         alternative.
4759         (ada-compile-goto-error-file-linenr-re): New constant.
4760         (ada-matching-start-re): Handle additional cases `declare',
4761         `procedure', `function'.
4762         (ada-compile-goto-error): Handle "... at line nn".
4763         (ada-mode): Clearer syntax, comments for ff-special-constructs.
4764         Delete support for old versions of `align'.
4765         (ada-search-prev-end-stmt): Handle additional keyword `private'.
4766         (ada-check-defun-name): Simplify handling of `declare'.
4767         (ada-goto-matching-start): Handle nested `begin ... end'.
4768         Handle `declare', `protected', `procedure', `function'.
4769         (ada-create-menu): Presence of arm95 is not conditional on using
4770         GNAT compiler.
4772 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
4774         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4775         nil in the *RE-Builder* buffer (it causes spurious error messages).
4777         * server.el (server-visit-files): If `minibuffer-auto-raise' has
4778         been set to t, respect it.
4780 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
4782         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4783         Delete commented out code for old Emacs versions.  Autoloading of
4784         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4785         (ada-mode-version): Bump version number.
4786         (ada-95-string-keywords, ada-2005-string-keywords)
4787         (ada-2005-keywords, ada-name-regexp): New constant.
4788         (ada-language-version, ada-procedure-start-regexp, ada-mode)
4789         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4790         (ada-package-start-regexp): Support private packages, include package
4791         name (for ada-set-point-accordingly).
4792         (ada-next-procedure, ada-previous-procedure)
4793         (ada-which-function-are-we-in): Match changes to
4794         ada-procedure-start-regexp.
4795         (ada-make-body): Make non-interactive; not a user function.
4796         (ada-make-subprogram-body): Improve doc string.
4798 2006-11-11  Romain Francoise  <romain@orebokech.com>
4800         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4801         `compilation-error-regexp-alist' buffer-local, since we changed
4802         `compilation-error-regexp-alist-alist' locally.
4804 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
4806         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4807         to the value of `server-raise-frame'.
4809 2006-11-11  Glenn Morris  <rgm@gnu.org>
4811         * ido.el (ido-enable-prefix)
4812         * ses.el (ses-call-printer-return)
4813         * net/tramp.el (tramp-unified-filenames)
4814         * progmodes/cc-align.el (c-lineup-string-cont)
4815         * progmodes/compile.el (compilation-directory-matcher)
4816         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4817         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4818         (vhdl-clock-rising-edge)
4819         * textmodes/org.el (org-export-with-timestamps)
4820         (org-export-remove-timestamps-from-toc)
4821         (org-export-with-tags): Improve previous doc fixes.
4823 2006-11-11  Richard Stallman  <rms@gnu.org>
4825         * textmodes/flyspell.el (flyspell-mode-map):
4826         Bind C-c $ instead of M-RET.
4828 2006-11-10  Simon Marshall  <simon@gnu.org>
4830         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4831         fontification for "case" and "default" keywords.
4833 2006-11-10  Andreas Schwab  <schwab@suse.de>
4835         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4836         Avoid starting sentence with "nil".
4838 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4840         * server.el (server-raise-frame): New option.
4841         (server-switch-buffer): Use it.
4843 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
4845         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4846         with a capital.
4848 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
4850         * textmodes/org.el (org-show-hierarchy-above)
4851         (org-show-following-heading): Fix typo in default value.
4852         (org-scan-tags): Make the search case-sensitive.
4853         (org-tags-sparse-tree): Don't overrule
4854         `org-show-following-heading' and `org-show-hierarchy-above'.
4855         (org-reveal): New command.
4856         (org-show-context): Rename from `org-show-hierarchy-above'.
4857         (org-fast-tag-selection-single-key): New option.
4858         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4859         (org-tags-overlay): New variable.
4860         (org-agenda-todo-ignore-deadlines): New option.
4861         ("session"): Add circular data structure `org-mark-ring' to
4862         exceptions list in session.el.
4863         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4864         New options.
4865         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4866         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4867         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4868         (org-finalize-agenda): Activate bracket links in agenda.
4869         (org-at-timestamp-p, org-at-date-range-p): Additional argument
4870         INACTIVE-OK.
4871         (org-show-hierarchy-above, org-show-following-heading):
4872         List values allowed for fine-tuned configuration.
4873         (org-show-hierarchy-above): New argument CONTEXT, use the
4874         fine-tuned settings in `org-show-hierarchy-above' and
4875         `org-show-following-heading'.
4876         (org-display-custom-time): New function.
4877         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4878         (org-display-custom-times, org-time-stamp-custom-formats):
4879         (org-maybe-intangible): New macro.
4880         (org-activate-bracket-links, org-hide-wide-columns):
4881         Use `org-maybe-intangible'.
4882         (org-open-file): Use `shell-quote-argument'.
4883         (org-display-internal-link-with-indirect-buffer): New option.
4884         (org-file-remote-p): Get regexp from list.
4885         (org-link-expand-abbrev): New function.
4886         (org-link-abbrev-alist): New option.
4887         (org-open-at-point, org-cleaned-string-for-export):
4888         Call `org-link-expand-abbrev'.
4889         (org-timeline, org-agenda-list, org-todo-list)
4890         (org-tags-view): Remove the KEEP-MODES argument.
4891         (org-finalize-agenda-hook): New hook.
4892         (org-get-alist-option): New function.
4893         (org-follow-timestamp-link): New function.
4894         (org-open-at-point): Call `org-follow-timestamp-link'.
4895         (org-log-note-marker, org-log-note-purpose)
4896         (org-log-note-window-configuration): New variables.
4897         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4898         (org-log-note-headings): New option.
4899         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4900         (org-store-link): Support for dired-mode.
4901         (org-open-file): Substitute environment variables into filename.
4902         (org-last): New defsubst.
4903         (org-agenda-re-align-tags): New function.
4904         (org-agenda-align-tags-to-column): New option.
4905         (org-agenda-timeline): Group removed.
4906         (org-prepare-agenda, org-prepare-agenda-buffers)
4907         (org-run-agenda-series, org-timeline, org-agenda-list)
4908         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4909         the text property inticating the agenda type.
4910         (org-agenda-post-command-hook): Get agenda type from text property
4911         at point.
4912         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
4913         and obey `org-agenda-overriding-arguments'.
4914         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4915         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4916         (org-agenda-week-view, org-agenda-day-view):
4917         Use `org-agenda-overriding-arguments' to make updating work with
4918         multi-block agendas.
4919         (org-agenda-prefix-format): Allow different formats for the
4920         different agenda entry types.
4921         (org-timeline-prefix-format): Option removed, use
4922         `org-agenda-prefix-format' instead.
4923         (org-prepare-agenda): New function.
4924         (org-select-timeline-window): Option removed, use
4925         `org-select-agenda-window' instead.
4926         (org-respect-restriction): Variable removed.
4927         (org-cmp-tag): New function.
4928         (org-agenda-sorting-strategy, org-entries-lessp):
4929         Implement sorting by last tag.
4930         (org-complete): Better completion in in-buffer option lines.
4931         (org-in-item-p): New function.
4932         (org-org-menu): Add entries for checkboxes.
4933         (org-cycle): Extra brouping in outline-regexp, because it is used
4934         in a search with "^" prepended.
4935         (org-provide-checkbox-statistics): New option.
4936         (org-set-font-lock-defaults): Highlight checkbox statistics.
4937         (org-update-checkbox-count-maybe)
4938         (org-get-checkbox-statistics-face): New functions.
4939         (org-update-checkbox-count): New command.
4940         (org-insert-item, org-toggle-checkbox):
4941         Call `org-update-checkbox-count-maybe'.
4942         (org-export-as-html): XEmacs compatibility for coding system.
4943         (org-force-cycle-archived): New command.
4944         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4945         overrules cycling.
4946         (org-fix-position-after-promote): If the line contains only a todo
4947         keyword, add a final space.
4948         (org-promote-subtree, org-demote-subtree):
4949         Call `org-fix-position-after-promote'.
4951 2006-11-10  Glenn Morris  <rgm@gnu.org>
4953         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4954         date in every year.
4955         (calendar-dst-check-each-year-flag): New customizable variable.
4956         (calendar-dst-find-data): New function, extracted from
4957         calendar-current-time-zone.
4958         (calendar-current-time-zone): Use calendar-dst-find-data.
4959         (calendar-dst-transition-cache): New variable.
4960         (calendar-dst-find-startend, calendar-dst-starts)
4961         (calendar-dst-ends): New functions.
4962         (calendar-daylight-savings-starts)
4963         (calendar-daylight-savings-ends): Change value to use
4964         calendar-dst-starts, calendar-dst-ends; respectively.
4966         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4968         * ido.el (ido-enable-prefix)
4969         * ses.el (ses-call-printer-return)
4970         * net/tramp.el (tramp-unified-filenames)
4971         * progmodes/cc-align.el (c-lineup-string-cont)
4972         * progmodes/compile.el (compilation-directory-matcher)
4973         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4974         * progmodes/gdb-ui.el (gdb-many-windows)
4975         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4976         (vhdl-clock-rising-edge)
4977         * textmodes/org.el (org-export-with-timestamps)
4978         (org-export-remove-timestamps-from-toc, org-export-with-tags)
4979         (org-read-date): Doc fix (Nil -> nil).
4981 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4983         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4984         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4986 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
4988         * bs.el (bs--window-for-buffer): Remove.
4989         (bs--show-with-configuration): Use `get-window-with-predicate'
4990         instead of `bs--window-for-buffer'.
4992 2006-11-10  Kenichi Handa  <handa@m17n.org>
4994         * files.el (revert-buffer): Fix previous change.
4996 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
4998         * bs.el (bs--redisplay): Fix typo in docstring.
4999         (bs--window-config-coming-from): Make frame-local.
5000         (bs--restore-window-config): New function.
5001         (bs-kill, bs-select, bs-select-other-window)
5002         (bs-select-other-frame): Use it.
5003         (bs--window-for-buffer): Return as soon as a matching buffer is found.
5004         (bs--show-with-configuration): Save the window configuration as a
5005         frame local var, and only if *buffer-selection* is not already
5006         visible on this frame.
5008 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
5010         * vc-svn.el (vc-svn-admin-directory): New var.
5011         (vc-svn-registered, vc-svn-responsible-p)
5012         (vc-svn-repository-hostname): Use it.
5013         Suggested by arit93@yahoo.com.
5015 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5017         * ldefs-boot.el: Regenerate.
5019 2006-11-08  Alan Mackenzie  <acm@muc.de>
5021         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5022         case (eq open-paren-in-column-0-is-defun-start nil) by searching
5023         for least nested open-paren.
5025 2006-11-08  Romain Francoise  <romain@orebokech.com>
5027         * subr.el (remove-overlays): Fix typo in last change.
5029 2006-11-08  Richard Stallman  <rms@gnu.org>
5031         * subr.el (remove-overlays): Call overlay-recenter.
5033 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5035         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5036         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5037         behaviour.
5038         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5039         directly.
5041 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5043         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5044         (ido-max-dir-file-cache, ido-decorations)
5045         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5046         (ido-magic-backward-char, ido-enter-dired)
5047         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5048         (ido-list-directory, ido-first-match, ido-only-match)
5049         (ido-subdir, ido-indicator): Fix typos in docstrings.
5050         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5051         (ido-read-internal): Fix typo in error message.
5053 2006-11-08  Kenichi Handa  <handa@m17n.org>
5055         * international/mule-cmds.el (set-default-coding-systems):
5056         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5058 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5060         * makefile.w32-in (setwins): Remove.
5061         (WINS_ALMOST): New macro.
5062         (WINS): Use it.
5063         (autoloads): Don't extract autoloads from files in obsolete/.
5065 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
5067         * whitespace.el (whitespace-buffer): Call remove-overlays after
5068         overlay-recenter for performance.  Suggested by Martin Rudalics.
5070 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5072         * net/tramp.el (tramp-default-method): scp is the default method.
5074 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
5076         * server.el (server-start): Save also the Emacs pid in the server file.
5078 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
5080         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5081         point when displaying a bibtex cross reference in the echo area.
5083 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5085         * international/mule.el (make-char): Fix typo in docstring.
5086         (load-with-code-conversion, charsetp): Doc fixes.
5088         * international/ja-dic-cnv.el (skkdic-convert):
5089         * cus-edit.el (hook): Fix typo in docstring.
5091 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5093         * cus-edit.el (custom-mode-map): Move defvar above code using it.
5094         (custom-mode-link-map): New variable.
5095         (custom-group-link, custom-manual): Use follow-link.
5097 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5099         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5100         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
5102 2006-11-06  Richard Stallman  <rms@gnu.org>
5104         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5105         New function broken out of flyspell-correct-word.
5106         (flyspell-mode-map): Bind it to M-RET.
5107         (flyspell-correct-word): Call it.
5109         * textmodes/fill.el (fill-minibuffer-function): New function.
5110         (fill-paragraph): Bind fill-paragraph-function to
5111         fill-minibuffer-function.
5113         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5114         so that they aren't undefined.
5116         * dired.el (dired-readin): Locally bind file-name-coding-system.
5118         * bindings.el: Shorten and clarify usual mode line mouse help string.
5120         * Makefile.in (autoloads): Don't include `obsolete'.
5122 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5124         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5125         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5126         Printing menu if it's not initialized.
5127         (pr-menu-bind): Act on menu-bar-file-menu directly.
5129 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5131         * help.el (view-emacs-news): Fix typo in error message.
5133         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5135         * shadowfile.el (shadow-define-regexp-group)
5136         (shadow-literal-groups, shadow-insert-var): Doc fixes.
5137         (shadow-read-files): Fix typo in message.
5138         (shadow-inhibit-overload, shadow-find, shadow-suffix)
5139         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5140         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5141         (shadow-file-match): Fix typos in docstrings.
5143         * terminal.el (terminal-emulator): Fix typo in message.
5145         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5147         * emacs-lisp/lselect.el (x-kill-primary-selection)
5148         (x-delete-primary-selection, x-copy-primary-selection):
5149         Fix typos in error messages.
5151         * emulation/edt-mapper.el: Fix typo in interactive message.
5153         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5155         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5156         (ispell-help): Fix typos in docstrings.
5157         (ispell-help): Fix typo in output message.
5159         * allout.el (allout-adjust-file-variable)
5160         (allout-passphrase-verifier-string)
5161         (allout-passphrase-hint-string)
5162         (allout-toggle-current-subtree-encryption):
5163         * apropos.el (apropos-synonyms):
5164         * cus-edit.el (hook):
5165         * emacs-lock.el (emacs-lock-from-exiting):
5166         * follow.el (follow-avoid-tail-recenter-p):
5167         * hexl.el (hexl-mode):
5168         * mouse-copy.el (mouse-copy-work-around-drag-bug):
5169         * mouse.el (mouse-set-font):
5170         * resume.el (resume-emacs-args-file):
5171         * rfn-eshadow.el (file-name-shadow-tty-properties):
5172         * t-mouse.el (t-mouse-process, t-mouse-mode):
5173         * emacs-lisp/cust-print.el (custom-print-install)
5174         (custom-print-uninstall, custom-format):
5175         * emacs-lisp/shadow.el (list-load-path-shadows):
5176         * emulation/tpu-edt.el (tpu-help-text)
5177         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5178         (tpu-reset-control-keys):
5179         * emulation/vip.el (vip-emacs-local-map)
5180         (vip-change-mode-to-emacs):
5181         * emulation/viper.el (viper-mode, viper-set-hooks)
5182         (viper-major-mode-modifier-list):
5183         * emulation/viper-init.el (viper-emacs-state-cursor-color):
5184         * emulation/viper-keym.el (viper-emacs-kbd-map)
5185         (viper-toggle-key):
5186         * mail/feedmail.el (feedmail-queue-reminder)
5187         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5188         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5189         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5190         (feedmail-sender-line, feedmail-force-binary-write)
5191         (feedmail-from-line, feedmail-deduce-envelope-from)
5192         (feedmail-x-mailer-line, feedmail-message-id-generator)
5193         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5194         (feedmail-enable-spray, feedmail-spray-this-address)
5195         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5196         (feedmail-queue-runner-confirm-global)
5197         (feedmail-ask-before-queue-prompt)
5198         (feedmail-ask-before-queue-reprompt)
5199         (feedmail-prompt-before-queue-standard-alist)
5200         (feedmail-prompt-before-queue-user-alist)
5201         (feedmail-prompt-before-queue-help-supplement)
5202         (feedmail-queue-use-send-time-for-message-id)
5203         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5204         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5205         (feedmail-mail-send-hook-queued)
5206         (feedmail-confirm-addresses-hook-example)
5207         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5208         (feedmail-queue-runner-mode-setter)
5209         (feedmail-queue-alternative-mail-header-separator)
5210         (feedmail-queue-runner-message-sender)
5211         (feedmail-buffer-eating-function, feedmail-binmail-template)
5212         (feedmail-run-the-queue-no-prompts)
5213         (feedmail-run-the-queue-global-prompt)
5214         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5215         (feedmail-envelope-deducer, feedmail-fiddle-date)
5216         (feedmail-default-message-id-generator)
5217         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5218         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5219         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5220         (vms-pmail-setup):
5221         * play/dunnet.el (dun-help):
5222         * play/handwrite.el (handwrite):
5223         * play/hanoi.el (hanoi-unix-64):
5224         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5225         * textmodes/enriched.el (fixed):
5226         * textmodes/org.el (org-file-apps)
5227         (org-emphasis-regexp-components, org-emphasis-alist):
5228         * textmodes/texinfmt.el (batch-texinfo-format):
5229         Fix typos in docstrings.
5231 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
5233         * loadhist.el (read-feature): Don't complete features not loaded
5234         from a file (which make `unload-feature' to fail).
5236 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
5238         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5240 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
5242         * startup.el (command-line-1): Kill emacs if the last frame is
5243         deleted while evaluating the command-line arguments.
5245 2006-11-05  Richard Stallman  <rms@gnu.org>
5247         * startup.el (init-file-had-error): Add doc string.
5248         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5249         Use fixed-width font for keyboard key descriptions.
5251         * cus-edit.el (custom-save-all): Error if saving in .emacs
5252         and it had an error when loaded.
5254         * dired-aux.el (dired-copy-file-recursive): Catch errors
5255         from recursive copies in the loop, around the recursive call.
5257 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5259         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5260         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
5261         `/proc/acpi/thermal_zone/*'.
5262         (battery-search-for-one-match-in-files): New.  Search a regexp in
5263         the content of some files.
5265 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
5267         * window.el (mouse-autoselect-window-now): Remove variable.
5268         (mouse-autoselect-window-state): New variable.
5269         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5270         (mouse-autoselect-window-select, handle-select-window):
5271         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5272         Suspend delayed autoselection during menu or popup dialog.
5274         * info-look.el (info-lookup-guess-custom-symbol): New function
5275         for retrieving symbol at point in custom buffers.
5276         (top level) <info-lookup-maybe-add-help>: Add backquote and
5277         comma to ignored characters in regexps of help specifications
5278         for emacs-lisp-mode and lisp-interaction-mode.  This permits
5279         looking up symbols in `...' and after a comma.  Add help
5280         specifications for custom-mode and help-mode.
5282 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
5284         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5285         Don't encode body if RAW is non-nil, or if the old encoding is
5286         identical to the new encoding, or if the body contains only
5287         eight-bit-* characters.
5289 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5291         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5292         (faces-sample-overlay): Remove variable.
5293         (describe-face): Insert sample text in the face being described.
5295 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
5297         * whitespace.el (whitespace-indent-regexp): Make this match any
5298         multiples of eight spaces near the beginning of a line.
5299         (whitespace-buffer): Use `remove-overlays' instead of
5300         `whitespace-unhighlight-the-space' and `overlay-recenter' to
5301         speed up overlay handling.
5302         (whitespace-buffer-leading, whitespace-buffer-trailing):
5303         Make these functions highlight the text removed by
5304         `whitespace-buffer-leading-cleanup' and
5305         `whitespace-buffer-trailing-cleanup' respectively.
5306         (whitespace-buffer-search): Use `with-local-quit'.
5307         Move `format' out of loop to speed up scanning larger buffers.
5308         (whitespace-unhighlight-the-space): Remove `remove-hook' since
5309         that function is never added to a hook.
5310         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5311         (whitespace-buffer-leading-cleanup)
5312         (whitespace-refresh-rescan-list): Fix docstrings.
5314 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
5316         * allout.el (allout-during-yank-processing): Cue for inhibiting
5317         aberrance processing during yanks.
5318         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5319         the amount of yanked topics that can be aberrant.
5320         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5321         a function, and supplement with inihibition of doublechecking
5322         during yanks.
5323         (allout-beginning-of-line, allout-next-heading)
5324         (allout-previous-heading, allout-goto-prefix-doublechecked)
5325         (allout-back-to-current-heading, allout-next-visible-heading)
5326         (allout-next-sibling): Use new allout-do-doublecheck function.
5327         (allout-next-sibling): Ensure we made progress when returning
5328         other than nil.
5329         (allout-rebullet-heading): Preserve text property annotations
5330         indicating the text was hidden, if it was.
5331         (allout-kill-line): Remove any added was-hidden annotations.
5332         (allout-kill-topic): Remove any added was-hidden annotations.
5333         (allout-annotate-hidden): Inhibit adding was-hidden text
5334         properties to the undo list.
5335         (allout-deannotate-hidden): New function to remove was-hidden
5336         annotation.
5337         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
5338         (allout-remove-exposure-annotation): Replace by
5339         allout-deannotate-hidden.
5340         (allout-yank-processing): Signal that yank processing is happening
5341         with allout-during-yank-processing.  Also, wrap
5342         allout-unprotected's closer to the text changes, for easier
5343         debugging.  We need to inhibit-field-text-motion explicitly, in
5344         lieu of the encompassing allout-unprotected.
5345         (outlineify-sticky): Adjust criteria for triggering new outline
5346         decorations to presence or absence of any topics, not just a topic
5347         at the beginning of the buffer.
5349 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5351         * bs.el (bs--show-all, bs--redisplay):
5352         * cus-edit.el (custom-unlispify-menu-entries)
5353         (custom-unlispify-tag-names, custom-prompt-variable):
5354         * expand.el (expand-pos):
5355         * speedbar.el (speedbar-generic-list-tag-p):
5356         * wid-edit.el (widget-image-enable):
5357         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5358         * emacs-lisp/find-func.el (find-function-noselect)
5359         (find-function, find-variable-noselect, find-variable)
5360         (find-definition-noselect, find-face-definition):
5361         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5362         * net/eudc-vars.el (eudc-expansion-overwrites-query):
5363         * progmodes/ada-xref.el (ada-find-in-ali):
5364         * textmodes/flyspell.el (flyspell-check-tex-math-command):
5365         * textmodes/org.el (org-copy-subtree):
5366         * textmodes/table.el (table--row-column-insertion-point-p):
5367         Use "non-nil" in docstrings.
5369 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
5371         * sort.el (sort-columns): Set the field separator to tab; on
5372         NetBSD, sort complains if "\n" is used as field separator.
5374 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
5376         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5378 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5380         * server.el (server-auth-key): Remove.  Replace by a process-property.
5381         (server-start): Don't remove the file of the previous process, but
5382         instead clear out the place for the new file.
5383         (server-start): Set the :auth-key property.
5384         (server-process-filter): Use the :auth-key property.
5386 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
5388         * textmodes/org.el (org-mode-map): No longer copy
5389         `outline-mode-map' explicitly - this is already done by
5390         `define-derived-mode'.
5392 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
5394         * server.el (server-visit-files): Use `when'.
5395         (server-process-filter): When authentication fails, send error
5396         message to client.  Wrap `process-send-region' in `ignore-errors'
5397         instead of `condition-case', and remove misleading comment.
5399 2006-11-01  Juri Linkov  <juri@jurta.org>
5401         * simple.el (yank): Doc fix.
5403 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5405         * server.el: Try and fit within 80 columns.
5406         (server-start): Make the auth file unreadable by other users.
5408 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5410         * battery.el (battery-linux-proc-acpi): Prevent range error when
5411         `full-capacity' is 0.
5413 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
5415         * faces.el (faces-sample-overlay): New defvar.
5416         (faces-sample-overlay): New function to show face sample text.
5417         (describe-face): Use it.
5419 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
5421         * progmodes/ada-stmt.el: Change maintainer, apply
5422         whitespace-cleanup, checkdoc.
5423         (ada-func-or-proc-name): Add doc string.
5425         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5426         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5427         strings and comments.
5428         (ada-prj-display-page): Change buffer name to more accurately
5429         reflect function.
5431         * progmodes/ada-xref.el: Change maintainer, apply
5432         whitespace-cleanup, checkdoc.  Minor improvements to many doc
5433         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
5434         (ada-compile-current): Don't add newlines to commands.
5436 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
5438         * server.el: Add support for TCP sockets.
5439         (server-use-tcp, server-host, server-auth-dir): New options.
5440         (server-auth-key): New variable.
5441         (server-ensure-safe-dir): Create nonexistent parent dirs.
5442         Ignore Unix-style file modes on Windows.
5443         (server-start): Crete a TCP or Unix socket according to the value
5444         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
5445         `server-auth-dir' directory.
5446         (server-process-filter): Delete process if authentication
5447         fails (which never happens for Unix sockets).
5449 2006-10-30  David Kastrup  <dak@gnu.org>
5451         * subr.el (add-to-list): Don't continue checking if a match has
5452         been found.
5454 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
5456         * tutorial.el: Move defvars to avoid bytecomp warnings.
5457         (tutorial--find-changed-keys): Check if viper-current-state is
5458         bound before using it.
5459         (help-with-tutorial): Check if viper-tutorial is defined before
5460         using it.
5462 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5464         * help-fns.el (help-with-tutorial): Move to tutorial.el.
5466         * tutorial.el: New file.
5467         (help-with-tutorial): Move here from help-fns.el. Added help for
5468         rebound keys.  Fixed resume of tutorial.
5469         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5470         (tutorial--find-changed-keys, tutorial--display-changes)
5471         (tutorial--saved-dir, tutorial--saved-file)
5472         (tutorial--save-tutorial): New functions to support the changes in
5473         help-with-tutorial.
5475 2006-10-30  Kenichi Handa  <handa@m17n.org>
5477         * files.el (revert-buffer): If a unibyte buffer is being reverted
5478         with a coding system for multibyte, set buffer multibyte before
5479         calling insert-file-contents.
5481 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5483         * server.el (server-select-display): Use a dummy buffer to detect when
5484         the frame is later used.
5485         (server-select-display): New function.
5486         (server-process-filter): Use it to detect unused temp frames.
5488 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
5490         * progmodes/ada-mode.el: Change maintainer, apply
5491         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
5492         (ada-mode-version): New function.
5493         (ada-create-menu): Menu operations are available for all supported
5494         compilers.
5496 2006-10-29  Lars Hansen  <larsh@soem.dk>
5498         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5499         Highlight as keyword.
5500         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5501         Don't call tramp-method-out-of-band-p for local files.
5502         (tramp-touch): Quote file name.
5504 2006-10-28  Glenn Morris  <rgm@gnu.org>
5506         * calendar/calendar.el (cal-html-cursor-month)
5507         (cal-html-cursor-year): Add autoloads for this new package.
5508         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5510 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
5512         * calendar/cal-html.el: New file.
5514 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
5516         * emacs-lisp/authors.el (authors-aliases): Update.
5518 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
5520         * version.el (emacs-version): Bump version number to 22.0.90.
5522 2006-10-26  John W. Eaton  <jwe@octave.org>
5524         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5525         New defvar.
5526         (inferior-octave-resync-dirs): Check to see whether Octave has
5527         built-in variables and set inferior-octave-has-built-in-variables.
5528         Check inferior-octave-has-built-in-variables to decide whether to
5529         send commands that set built-in variables or call functions to
5530         change Octave's behavior.
5531         Send "disp (pwd ())" to Octave instead of just "pwd".
5532         (inferior-octave-startup): Send "more off" to Octave instead of
5533         "page_screen_output = 0".
5535 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
5537         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5538         pattern normally.
5540 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
5542         * bindings.el (mode-line-mode-menu): Remove bindings for global
5543         minor modes (line/column number) as they are on the menubar.
5545 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
5547         * term/w32-win.el (x-handle-name-switch): Doc fix.
5548         (w32-standard-fontset-spec): Fix typo in docstring.
5550         * midnight.el (midnight-buffer-display-time): Doc fix.
5551         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5553 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5555         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5557         * viper-ex.el (ex-read): Quote file argument.
5559         * ediff-diff.el (ediff-same-file-contents): Expand file names.
5561         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5563 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5565         * textmodes/flyspell.el (flyspell-check-region-doublons):
5566         Fix last fix.
5568 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
5570         * bindings.el (mode-line-mode-menu): List global minor modes
5571         before local ones.
5573 2006-10-23  Kim F. Storm  <storm@cua.dk>
5575         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5576         (sit-for): If last command was a prefix arg, add the read-ahead
5577         event to unread-command-events as (t . EVENT) so it will be added
5578         to this-command-keys by read-key-sequence.
5580 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
5582         * textmodes/flyspell.el (flyspell-word): Skip past all previous
5583         whitespace when checking doublons.
5584         (flyspell-check-region-doublons): Fix doublon regexp.
5585         (flyspell-highlight-incorrect-region): Highlight doublons using
5586         flyspell-duplicate face.
5588         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5590 2006-10-22  John Wiegley  <johnw@newartisans.com>
5592         * progmodes/python.el (python-use-skeletons): python-mode was
5593         auto-inserting templates (for those with abbrev-mode on), not only
5594         by default -- *but without a configuration variable to disable
5595         it*.  This rendered python-mode completely useless for me, so I
5596         have added `python-use-skeletons', which is now off by default.
5598 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
5600         * progmodes/cperl-mode.el (cperl-mode): Don't assume
5601         font-lock-multiline is auto-local (it's not).
5602         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5603         initialized before calling cperl-init-faces.
5605 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
5607         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5608         gdb-stack-position a value when there is no fringe.
5610         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5611         indicator if not visiting a file.
5613 2006-10-20  David Kastrup  <dak@gnu.org>
5615         * window.el (kill-buffer-and-window): Fix a bug where an aborted
5616         operation would still cause some window to collapse later.
5618 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * vc.el (vc-switch-backend): Try to be more careful with unwanted
5621         side-effect due to mixing various backends's file properties.
5623         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5624         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
5625         Return `filename's status if applicable.  Update callers.
5627 2006-10-19  Kenichi Handa  <handa@m17n.org>
5629         * international/kkc.el (kkc-region): When a key sequence is not
5630         defined, append (this-single-command-raw-keys) to
5631         unread-input-method-events.
5633 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
5635         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5637 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5639         * version.el (emacs-version): Use mac-carbon-version-string.
5641         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5643 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5645         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5646         Kenichi Handa).
5647         (xselect-convert-to-string): Decline requests for UTF8_STRING if
5648         the selection is not UTF-8.
5650 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
5652         * progmodes/ada-mode.el (ada-83-string-keywords)
5653         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5654         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5655         (ada-looking-at-semi-private, ada-get-body-name):
5656         Fix typos in docstrings.
5657         (ada-create-case-exception, ada-create-case-exception-substring):
5658         Fix typos in error messages.
5659         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5661 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5663         * term/x-win.el (res-geometry): Don't set geometry from Xresources
5664         to default-frame-alist if default-frame-alist already contains
5665         width/height.
5667 2006-10-18  Richard Stallman  <rms@gnu.org>
5669         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5670         Non-interactive arg is the value, not the expression.
5672         * simple.el (read-expression-map): Just set it, no defvar.
5674         * subr.el (insert-for-yank-1): If last inserted char has
5675         properties, mark them as rear-nonsticky.
5677         * recentf.el (recentf-mode): Doc fix.
5679         * facemenu.el (facemenu-add-new-face): Defend against symbol
5680         that isn't a face name.
5682         * dired-aux.el (dired-do-copy): Doc fix.
5684 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
5686         * simple.el (line-move-1): Ignore fields when moving to the
5687         beginning of line to avoid getting point stuck.
5689 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
5691         * textmodes/flyspell.el (flyspell-word-search-backward):
5692         Set inhibit-point-motion-hooks to avoid looping due to intangibile
5693         text.
5695 2006-10-16  Richard Stallman  <rms@gnu.org>
5697         * help-fns.el (describe-function-1): Special case optimization
5698         for self-insert-command.
5700 2006-10-16  Kim F. Storm  <storm@cua.dk>
5702         * ido.el (ido-reread-directory): Work in `dir' mode too.
5704 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
5706         * textmodes/table.el: Require 'regexp-opt.
5708 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5710         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5711         Use shell-quote-argument.
5713         * shell.el (explicit-bash-args): Likewise.
5715         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5716         Use grep -E rather than egrep.
5718 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5720         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5722 2006-10-15  Kim F. Storm  <storm@cua.dk>
5724         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5726 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5728         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5729         to protect whitespace and metacharacters from the shell.
5731 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
5733         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5735 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
5737         * subr.el (start-process-shell-command): Doc fix.
5739 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
5741         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5742         the regexp for Maxima symbols.
5744 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5746         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5747         (vc-find-root): Don't walk higher up than ~.
5749 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
5751         * international/utf-8.el (utf-translate-cjk-load-tables):
5752         Avoid clobbering last-coding-system-used during load.
5754 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
5756         * textmodes/reftex-global.el (reftex-create-tags-file):
5757         Quote file arguments.
5759 2006-10-12  Richard Stallman  <rms@gnu.org>
5761         * files.el (file-name-history): Add defvar.
5762         (save-some-buffers-action-alist): Improve description strings.
5764 2006-10-12  Andreas Schwab  <schwab@suse.de>
5766         * files.el (auto-mode-alist): Match change log file name also with
5767         a dash before a numeric extension.
5769 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
5771         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5772         After 5.0:
5773         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5775         After 5.1: Major edit.  Summary of most visible changes:
5777         - Multiple <<HERE per line allowed.
5778         - Handles multiline subroutine declaration headers (with comments).
5779           (The exception is `cperl-etags' - but it is not used in the rest
5780           of the mode.)
5781         - Fontifies multiline my/our declarations (even with comments,
5782           and with legacy `font-lock').
5783         - Major speedup of syntaxification, both immediate and postponed
5784           (3.5x to 15x [for different CPUs and versions of Emacs] on the
5785           huge real-life document I tested).
5786         - New bindings, edits to imenu.
5787         - "_" is made into word-char during fontification/syntaxification;
5788           some attempts to recognize non-word "_" during other operations too.
5789         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5790         - autoload some more perldoc-related stuff
5791         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5792         - Attempt to incorporate XEmacs edits which reached me.
5794         Fine-grained changelog:
5795         (cperl-hook-after-change): New configuration variable.
5796         (cperl-vc-sccs-header): Likewise.
5797         (cperl-vc-sccs-header): Likewise.
5798         (cperl-vc-header-alist): Default via two preceding variables.
5799         (cperl-invalid-face): Remove double quoting under XEmacs
5800                 (still needed under 21.2).
5801         (cperl-tips): Update URLs for resources.
5802         (cperl-problems): Likewise.
5803         (cperl-praise): Mention new features.
5804         New C-c key bindings: for `cperl-find-bad-style',
5805         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5806         `cperl-perdoc', and `cperl-perldoc-at-point'.
5807         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5808         moved, new submenu of Tools with Ispell entries and narrowing.
5809         (cperl-after-sub-regexp): New defsubst.
5810         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5811                 Allows heads up to head4.
5812                 Allow "package;".
5813         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5814         (paren-backwards-message): ??? Something for XEmacs???
5815         (cperl-mode): Never auto-switch abbrev-mode off.
5816                 Try to allow '_' be non-word char.
5817                 Do not use `font-lock-unfontify-region-function' on XEmacs.
5818                 Reset syntax cache on mode start.
5819                 Support multiline facification (even on legacy `font-lock').
5820         (cperl-facemenu-add-face-function): ??? Some contributed code ???
5821         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5822                 refuse to inform us whether the fontification is due to lazy
5823                 calling or due to edit to a buffer, install our own hook
5824                 (controlled by `cperl-hook-after-change').
5825         (cperl-electric-pod): =cut may have been recognized as start.
5826         (cperl-block-p): Move, updatedfor attributes.
5827         (cperl-calculate-indent): Try to allow '_' be non-word char
5828                 Support subs with attributes.
5829         (cperl-where-am-i): Quiet (?) a warning.
5830         (cperl-cached-syntax-table): New function.
5831         (cperl-forward-re): Use `cperl-cached-syntax-table'.
5832         (cperl-unwind-to-safe): Recognize `syntax-type' property
5833                 changing in a middle of line.
5834         (cperl-find-sub-attrs): New function.
5835         (cperl-find-pods-heres): Allow many <<EOP per line.
5836                 Allow subs with attributes.
5837                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5838                 Recognize "extproc " (OS/2) case-folded and only at start.
5839                 /x on s///x with empty replacement was not recognized.
5840                 Better comments.
5841         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5842                 Allow subs with attributes, labels.
5843                 Do not confuse "else::foo" with "else".
5844                 Minor optimizations...
5845         (cperl-after-expr-p): Try to allow '_' be non-word char.
5846         (cperl-fill-paragraph): Try to detect a major bug in Emacs
5847                 with `looking-at' inside `narrow' and bulk out if found.
5848         (cperl-imenu--create-perl-index): Updates for new
5849                 `cperl-imenu--function-name-regexp-perl'.
5850         (cperl-outline-level): Likewise.
5851         (cperl-init-faces): Allow multiline subroutine headers
5852                 and my/our declarations, and ones with comments.
5853                 Allow subroutine attributes.
5854         (cperl-imenu-on-info): Better docstring.
5855         (cperl-etags): Rudimentary support for attributes.
5856                 Support for packages and "package;".
5857         (cperl-add-tags-recurse-noxs): Better (?) docstring.
5858         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5859         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5860         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5861         (cperl-perldoc): Add autoload.
5862         (cperl-perldoc-at-point): Likewise.
5863         (cperl-here-doc-spell): New function.
5864         (cperl-pod-spell): Likewise.
5865         (cperl-map-pods-heres): Likewise.
5866         (cperl-get-here-doc-region): Likewise.
5867         (cperl-font-lock-fontify-region-function): Likewise (backward
5868                 compatibility for legacy `font-lock').
5869         (cperl-font-lock-unfontify-region-function): Fix style.
5870         (cperl-fontify-syntaxically): Recognize and optimize away deferred
5871                 calls with no-change.  Governed by `cperl-hook-after-change'.
5872         (cperl-fontify-update): Recognize that syntaxification region
5873                 can be larger than fontification one.
5874                 XXXX we leave `cperl-postpone' property, so this is quadratic...
5875         (cperl-fontify-update-bad): Temporary placeholder until
5876                 it is clear how to implement `cperl-fontify-update'.
5877         (cperl-time-fontification): New function.
5878         (attrib-group): New text attribute.
5879         (multiline): New value: `syntax-type' text attribute.
5881         After 5.2:
5882         (cperl-emulate-lazy-lock): New function.
5883         (cperl-fontify-syntaxically): Would skip large regions.
5884         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5885         Some globals were declared, but uninitialized.
5887         After 5.3, 5.4:
5888         (cperl-facemenu-add-face-function): Add docs, fix U<>.
5889         Copyright message updated.
5890         (cperl-init-faces): Work around a bug in `font-lock'. May slow
5891                         facification down a bit.
5892                 Misprint for my|our|local for old `font-lock'
5893                         "our" was not fontified same as "my|local".
5894                 Highlight variables after "my" etc even in
5895                         a middle of an expression.
5896                 Do not facify multiple variables after my etc
5897                         unless parentheses are present.
5899         After 5.5, 5.6
5900         (cperl-fontify-syntaxically): after-change hook could reset.
5901         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5903         After 5.7:
5904         (cperl-init-faces): Allow highlighting of local ($/).
5905         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5906         (cperl-problems): Remove fixed problems.
5907         (cperl-find-pods-heres): Recognize #-comments in m##x too.
5908                 Recognize charclasses (unless delimiter is \).
5909         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5910         (cperl-regexp-scan): Update docs.
5911         (cperl-beautify-regexp-piece): Use information got from regexp scan.
5913         After 5.8:
5914         Major user visible changes:
5915         Recognition and fontification of character classes in RExen.
5916         Variable indentation of RExen according to groups.
5918         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5919                 Fontify REx charclasses in variable-name face.
5920                 Fontify POSIX charclasses in "type" face.
5921                 Fontify unmatched "]" in function-name face.
5922                 Mark first-char of HERE-doc as `front-sticky'.
5923                 Reset `front-sticky' property when needed.
5924         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5925         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5926         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5927                 constructs.  Support `narrow'ed buffers.
5928         (cperl-praise): Remove a reservation.
5929         (cperl-make-indent): New function.
5930         (cperl-indent-for-comment): Use `cperl-make-indent'.
5931         (cperl-indent-line): Likewise.
5932         (cperl-lineup): Likewise.
5933         (cperl-beautify-regexp-piece): Likewise.
5934         (cperl-contract-level): Likewise.
5935         (cperl-toggle-set-debug-unwind): New function.
5936                 New menu entry for this.
5937         (fill-paragraph-function): Use when `boundp'.
5938         (cperl-calculate-indent): Take into account groups when indenting RExen.
5939         (cperl-to-comment-or-eol): Recognize # which end a string.
5940         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5941         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5942         (cperl-fontify-syntaxically): More clear debugging message.
5943         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5944         (cperl-init-faces): More complicated highlight even on XEmacs (new).
5945         Merge cosmetic changes from XEmacs.
5947         After 5.9:
5948         (cperl-1+): Move to before the first use.
5949         (cperl-1-): Likewise.
5951         After 5.10:
5953         This code may lock Emacs hard!!!  Use at your own risk!
5955         (cperl-font-locking): New internal variable.
5956         (cperl-beginning-of-property): New function.
5957         (cperl-calculate-indent): Use `cperl-beginning-of-property'
5958         instead of `previous-single-property-change'.
5959         (cperl-unwind-to-safe): Likewise.
5960         (cperl-after-expr-p): Likewise.
5961         (cperl-get-here-doc-region): Likewise.
5962         (cperl-font-lock-fontify-region-function): Likewise.
5963         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5964                         recursively.
5965                 Bound `next-single-property-change' via `point-max'.
5966         (cperl-unwind-to-safe): Bound likewise
5967         (cperl-font-lock-fontify-region-function): Likewise.
5968         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5969                 Initialization of `cperl-font-lock-multiline-start' could be
5970                 missed if the "main" fontification did not run due to the
5971                 keyword being already fontified.
5972         (cperl-pod-spell): Return t from do-one-chunk function.
5973         (cperl-map-pods-heres): Stop when the worker returns nil.
5974                 Call `cperl-update-syntaxification'.
5975         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5976         (cperl-get-here-doc-delim): Remove unused function.
5978         After 5.11:
5980         The possible lockup of Emacs (introduced in 5.10) fixed.
5982         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5983         (cperl-syntaxify-for-menu): New customization variable.
5984         (cperl-select-this-pod-or-here-doc): New function.
5985         (cperl-get-here-doc-region): Extra argument.
5986                 Do not adjust pos by 1.
5988         New menu entries
5989                 (Perl/Tools): Selection of current POD or HERE-DOC section.
5990                 (Debugging CPerl:) backtrace on fontification.
5992         After 5.12:
5993         (cperl-cached-syntax-table): Use `car-safe'.
5994         (cperl-forward-re): Remove spurious argument SET-ST.
5995                 Add documentation.
5996         (cperl-forward-group-in-re): New function.
5997         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5998         (XXXX Temporary (?) hack is to syntax-mark them as comment).
6000         After 5.13:
6001         (cperl-string-syntax-table): Make { and } not-grouping
6002           (Sometimes they ARE grouping in RExen, but matching them would only
6003            confuse in many situations when they are not)
6004         (beginning-of-buffer): Replace two occurrences with goto-char...
6005         (cperl-calculate-indent): `char-after' could be nil...
6006         (cperl-find-pods-heres): REx can start after "[" too.
6007                 Hightlight (??{}) in RExen too.
6008         (cperl-maybe-white-and-comment-rex): New constant
6009         (cperl-white-and-comment-rex): Likewise.
6010                 XXXX Not very efficient, but hard to make
6011                 better while keeping 1 group.
6013         After 5.13:
6014         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6015                 Likewise for 1 << identifier.
6017         After 5.14:
6018         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6019                 Error-less condition-case could fail.
6020         (cperl-font-lock-fontify-region-function): Likewise.
6021         (cperl-init-faces): Likewise.
6023         After 5.15:
6024         (cperl-find-pods-heres): Support property REx-part2.
6025         (cperl-calculate-indent): Likewise.
6026                 Don't special-case REx with non-empty 1st line.
6027         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6028                 Invert highlighting of charclasses:
6029                         now the envelop is highlighted.
6030                 Highlight many others 0-length builtins.
6031         (cperl-praise): Mention indenting and highlight in RExen.
6033         After 5.15:
6034         (cperl-find-pods-heres): Highlight capturing parens in REx.
6036         After 5.16:
6037         (cperl-find-pods-heres): Highlight '|' for alternation
6038         Initialize `font-lock-warning-face' if not present.
6039         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6040                          `font-lock-function-name-face'.
6041         (cperl-look-at-leading-count): Likewise.
6042         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6043                         `font-lock-keyword-face' (needed for
6044                         batch processing), etc...
6045                 Use `font-lock-builtin-face' for builtin in REx
6046                         Now `font-lock-variable-name-face'
6047                         is used for interpolated variables
6048                 Use "talking aliases" for faces inside REx
6049                 Highlight parts of REx (except in charclasses)
6050                         according to the syntax and/or semantic
6051                 Syntax-mark a {}-part of (?{}) as "comment"
6052                         (it was the ()-part)
6053                 Better logic to distinguish what is what in REx
6054         (cperl-tips-faces): Document REx highlighting
6055         (cperl-praise): Mention REx syntax highlight etc.
6057         After 5.17:
6058         (cperl-find-sub-attrs): Would not always manage to print error message.
6059         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6061         After 5.18:
6062         (cperl-find-pods-heres): Misprint in REx for parsing REx.
6063                 Very minor optimization.
6064                 `my-cperl-REx-modifiers-face' got quoted.
6065                 Recognize "print $foo <<END" as HERE-doc.
6066                 Put `REx-interpolated' text attribute if needed.
6067         (cperl-invert-if-unless-modifiers): New function.
6068         (cperl-backward-to-start-of-expr): Likewise.
6069         (cperl-forward-to-end-of-expr): Likewise.
6070         (cperl-invert-if-unless): Works in "the opposite way" too.
6071                 Cursor position on return is on the switch-word.
6072                 Indents comments better.
6073         (REx-interpolated): New text attribute.
6074         (cperl-next-interpolated-REx): New function.
6075         (cperl-next-interpolated-REx-0): Likewise.
6076         (cperl-next-interpolated-REx-1): Likewise.
6077         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6078         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6079         (cperl-praise): Mention finded interpolated RExen.
6081         After 5.19:
6082         (cperl-init-faces): Highlight %$foo, @$foo too.
6083         (cperl-short-docs): Better docs for system, exec.
6084         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6085                 Would not find HERE-doc ended by EOF without NL.
6086         (cperl-short-docs): Correct not-doubled \-escapes.
6087         start block: Put some `defvar' for stuff gone from XEmacs.
6089         After 5.20:
6090         initial comment: Extend copyright, fix email address.
6091         (cperl-indent-comment-at-column-0): New customization variable.
6092         (cperl-comment-indent): Indentation after $#a would increasy by 1.
6093         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6094         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6095         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6096         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6097                         highlight $ in $foo too (UNTESTED).
6098         (cperl-set-style): Docstring missed some available styles.
6099         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6100                 Change "Current" to "Memorize Current".
6101         (cperl-indent-wrt-brace): New customization variable; the default is
6102                 as for pre-5.2 version.
6103         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6104         (cperl-style-alist): Likewise.
6105         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6106                 and `cperl-extra-newline-before-brace' etc
6107                 being t
6108         (cperl-indent-exp): Plans B and C to find continuation blocks even
6109                 if `cperl-extra-newline-before-brace' is t.
6111         After 5.21:
6112         Improve some docstrings concerning indentation.
6113         (cperl-indent-rules-alist): New variable.
6114         (cperl-sniff-for-indent): New function name
6115                 (separated from `cperl-calculate-indent').
6116         (cperl-calculate-indent): Separate the sniffer and the indenter;
6117                 uses `cperl-sniff-for-indent' now.
6118         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6119                 was inverted;
6120                 Support `comment-column' = 0.
6122 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
6124         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6125         * help-at-pt.el (scan-buf-move-to-region): Likewise.
6126         * longlines.el (longlines-window-change-function): Likewise.
6127         * simple.el (undo-ask-before-discard): Likewise.
6128         * wid-edit.el (widget-field-prompt-internal)
6129         (widget-documentation-link-p): Likewise.
6131 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6133         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6134         for a keyword.
6136 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6138         * newcomment.el (comment-valid-prefix-p): Make the check
6139         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
6140         (comment-indent-new-line): Adjust call.
6142 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
6144         * allout.el (allout-back-to-current-heading): Base on lower-level
6145         routines to get proper disqualification of aberrant topics.
6147 2006-10-09  Richard Stallman  <rms@gnu.org>
6149         * textmodes/two-column.el (2C-two-columns): Doc fix.
6151 2006-10-09  Kim F. Storm  <storm@cua.dk>
6153         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6154         about implicit use.
6156 2006-10-08  Richard Stallman  <rms@gnu.org>
6158         * textmodes/two-column.el (2C-two-columns): Doc fix.
6160 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
6162         * files.el: Mark `buffer-read-only' as safe-local-variable.
6164 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
6166         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6167         Burp if GUD buffer has been killed.
6169 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * completion.el (add-completions-from-c-buffer):
6172         Don't presume an error's second element is a string.
6173         Use looking-at rather than buffer-substring + member.
6175 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
6177         * mail/rmail.el (rmail-redecode-body): If the old encoding is
6178         `undecided', call find-coding-systems-region to find a proper
6179         non-trivial encoding.
6180         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6181         and "text/plain".
6183 2006-10-07  Kevin Ryde  <user42@zip.com.au>
6185         * textmodes/reftex-vars.el (defgroup reftex): Update home page
6186         url-link.
6188         * strokes.el (defgroup strokes): Remove invalid url-link.
6190 2006-10-07  Magnus Henoch  <mange@freemail.hu>
6192         * autoinsert.el (auto-insert-alist): Doc fix.
6194 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6196         * mouse-sel.el (mouse-insert-selection-internal):
6197         Use insert-for-yank, so that yank handlers are run.
6199 2006-10-07  Kim F. Storm  <storm@cua.dk>
6201         * ido.el (ido-file-extension-aux): Fix comparison.
6203 2006-10-06  Kim F. Storm  <storm@cua.dk>
6205         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6207 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
6209         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6210         (ad-make-mapped-call): Use `let', not `let*'.
6212 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
6214         * international/mule-cmds.el (coding-system-change-eol-conversion):
6215         Ensure the coding system is initialized before calling
6216         coding-system-eol-type.
6218 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
6220         * textmodes/org.el (org-rm-props, org-activate-plain-links)
6221         (org-activate-angle-links, org-activate-dates)
6222         (org-activate-target-links, org-activate-camels)
6223         (org-activate-tags): Add `rear-nonsticky' text property to avoid
6224         textproperty keymaps from being active beyond the end of a line.
6225         (org-unfontify-region): Also remove `rear-nonsticky' property.
6227 2006-10-04  Kenichi Handa  <handa@m17n.org>
6229         * international/code-pages.el (next): Table fixed.
6231 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6234         that it's been made unnecessary by removing narrowing.
6236 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6238         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6239         control flow a bit, simplify another bit, and add comments.
6241 2006-10-03  David Kastrup  <dak@gnu.org>
6243         * help.el (describe-mode): For clicks on mode-line, use "@"
6244         interactive argument to get the major mode of the click instead of
6245         the current buffer.
6247         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6248         in order to better redirect mouse-2 clicks.  Also allow default
6249         bindings to apply.
6251 2006-10-03  Kim F. Storm  <storm@cua.dk>
6253         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6254         (pushnew): Fix last change.
6256 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
6258         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6259         Use the interactive spec of `eval-expression'.
6261 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6263         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6265 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
6267         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6268         2006-09-28 commit.
6270 2006-10-02  Kenichi Handa  <handa@m17n.org>
6272         * international/code-pages.el (iso-8859-6): Table fixed.
6274 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
6276         * dired.el (dired-build-subdir-alist): Fix previous change.
6278 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6280         * simple.el (undo-elt-crosses-region): Fix the inequalities.
6282 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6284         * emacs-lisp/find-func.el (find-function-regexp): Don't match
6285         "define-button-type".
6287         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6288         they don't keep accumulating.
6290 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
6292         * ffap.el (ffap-rfc-path): Change the address of the RFC
6293         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6295 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
6297         * allout.el (allout-expose-topic): Rectify implementation of "+"
6298         spec, so that bodies are not exposed with headlines.
6300 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
6302         * allout.el (allout-current-depth): Do aberrent check only at or
6303         below doublecheck depth.
6304         (allout-chart-subtree): Make it explicit that LEVELS being nil
6305         means unlimited depth.  Drop undocumented support for LEVELS value
6306         t meaning unlimited depth.  (This is consistent with
6307         allout-chart-to-reveal, but contrary to allout-show-children,
6308         which needs to use nil to default to depth of 1.)
6309         (allout-goto-prefix-doublechecked): Wrap long docstring line.
6310         (allout-chart-to-reveal): Be explicit in docstring about meaning
6311         of nil LEVELS, and drop support for LEVELS value t.
6312         (allout-show-children): Translate the level spec used by this
6313         routine to that used by allout-chart-subtree and
6314         allout-chart-to-reveal.
6315         (allout-show-to-offshoot): Retry once when stuck, after opening
6316         subtree - improvements in discontinuity handling likely will
6317         enable progress.
6319 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
6321         * wid-edit.el (widget-button-click-moves-point): New variable.
6322         (widget-button-click): If widget-button-click-moves-point is
6323         non-nil, set point after performing the button action.
6325         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6327 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
6329         * files.el (find-file-existing): Modify to not allow wildcards.
6331 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6333         * simple.el (undo-more): When undo information for the region is
6334         exhausted, say "No further undo information FOR REGION".
6336 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
6338         * progmodes/sh-script.el (sh-prev-thing):
6339         Take `sh-leading-keywords' into account.
6341 2006-09-29  Glenn Morris  <rgm@gnu.org>
6343         * custom.el (defcustom): Doc fix.
6345         * calendar/calendar.el (european-calendar-style):
6346         Call european-calendar or american-calendar as needed when set.
6347         (diary-view-entries, list-calendar-holidays): Move autoloads
6348         before use.
6350 2006-09-29  Juri Linkov  <juri@jurta.org>
6352         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6353         to nil if there is no previous property change.
6355 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6357         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6358         saving anything to be sure that `forward-sexp' behaves correctly.
6360 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
6362         * simple.el (line-move-finish): Ignore field boundaries if the
6363         initial and final points have the same `field' property.
6365 2006-09-29  Kim F. Storm  <storm@cua.dk>
6367         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6368         to t while calling ido-read-internal.
6370 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
6372         * textmodes/org.el (org-file-remote-p): Get regexp from list.
6373         (org-archive-subtree): Remove erraneous `]' from character list.
6375 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
6377         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6378         (ses-reconstruct-all): Make undo of "insert row" work by keeping
6379         markers for data-area and parameters-area.
6381 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6385         * font-lock.el (font-lock-after-change-function): Refontify next line
6386         as well if end is at BOL.
6387         (font-lock-extend-jit-lock-region-after-change): Be more careful to
6388         only extend the region as much as needed.
6390 2006-09-28  Richard Stallman  <rms@gnu.org>
6392         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6394         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6396         * international/mule.el (after-insert-file-set-coding):
6397         If VISIT, don't let set-buffer-multibyte make undo info.
6399 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
6401         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6402         lines in base64-encoded authentication response.
6404 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6406         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6407         (ebnf-version): New version 4.3.
6408         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6409         (ebnf-prologue): Adjust PostScript programming.
6410         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6411         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6413 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6415         * jit-lock.el (jit-lock-force-redisplay): Rename from
6416         jit-lock-fontify-again, and undo the mistaken change I've just done.
6418         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6419         (jit-lock-fontify-again): Don't refontify text that's not displayed.
6421 2006-09-26  Kenichi Handa  <handa@m17n.org>
6423         * startup.el (display-splash-screen): Allow a prefix argument.
6425 2006-09-25  Jason Rumney  <jasonr@gnu.org>
6427         * subr.el (shell-quote-argument): Use DOS logic for Windows
6428         shells with DOS semantics.
6430 2006-09-24  Richard Stallman  <rms@gnu.org>
6432         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6433         (compilation-goto-locus): Use compilation-goto-locus-delete-o
6434         to delete the overlay.  Put it on pre-command-hook.
6436         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6438         * startup.el (fancy-splash-screens, normal-splash-screen):
6439         Call the splash buffer *About GNU Emacs*.
6441         * simple.el (next-error-highlight, next-error-highlight-no-select):
6442         Default to 0.5.
6443         (yank-excluded-properties): Add `fontified'.
6445         * font-lock.el (font-lock-compile-keywords): Allow value of
6446         syntax-begin-function to enable paren-column-0 highlighting.
6448 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
6450         * dired.el (dired-build-subdir-alist): When file ends in colon,
6451         don't exit the loop, just disregard that file.
6453 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
6455         * simple.el (line-move-finish): Handle corner case for fields in
6456         continued lines.
6457         (line-move-1): Remove flawed test for that case.
6459 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
6461         * icomplete.el (icomplete-simple-completing-p): Use the correct
6462         name for the new variable, `icomplete-with-completion-tables'.
6463         (file local variables): Remove superfluous setting.
6465 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
6467         * calendar/appt.el (appt-check): Fix typo for appointments just
6468         after midnight.
6470 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
6472         * help.el (describe-key-briefly, describe-key): Don't expect an
6473         extra up event if a down-event is generated by a popup menu.
6475 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
6477         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6478         local dictionary when changing the global dictionary.
6480 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
6482         * icomplete.el (icomplete-with-completion-tables): List of
6483         specialized completion tables with which icomplete should
6484         operate.  Include the new `internal-complete-buffer', so icomplete
6485         works with interactive buffer-selection.
6486         (icomplete-simple-completing-p): Add acceptance of specialized
6487         completion tables listed in icomplete-with-completion-tables.
6489 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6491         * frame.el (focus-follows-mouse): Set default to nil on Mac.
6493         * startup.el (command-line): Use `custom-reevaluate-setting' for
6494         `focus-follows-mouse'.
6496 2006-09-22  Richard Stallman  <rms@gnu.org>
6498         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6499         explain why Save is not available.
6501 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
6503         * woman.el (woman0-so): Use `let*', not `let'.
6504         (woman-horizontal-line): Remove unbalanced parenthesis.
6506 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * woman.el: Make sure all the end-of-region markers we use have
6509         a non-nil insertion-type.
6510         (woman0-so): Move things around so we can use copy-marker.
6511         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6512         Adjust marker type.
6513         (woman2-process-escapes): Check marker type.
6514         (woman-horizontal-line): Dispense with the use of a marker.
6516 2006-09-22  Jay Belanger  <belanger@truman.edu>
6518         * calc/calc-lang.el: Add Greek letters to math-variable-table
6519         property of tex.
6521 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
6523         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6525 2006-09-22  Masatake YAMATO  <jet@gyve.org>
6527         * add-log.el (add-log-current-defun): Use `forward-sexp'
6528         instead of `forward-word' to pick c++::symbol.
6529         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6531 2006-09-22  Kenichi Handa  <handa@m17n.org>
6533         * bindings.el: Fix setting self-insert-command for multibyte
6534         characters in global-map.
6536 2006-09-21  David Kastrup  <dak@gnu.org>
6538         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6539         doc string.
6541 2006-09-21  Kenichi Handa  <handa@m17n.org>
6543         * language/european.el ("Latin-1"): Add windows-1252 to
6544         coding-priority.
6545         ("German"): Likewise.
6547 2006-09-21  Kim F. Storm  <storm@cua.dk>
6549         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6550         Suggested by Miles Bader.
6552         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
6553         instead of add-to-list in the simple case.
6555 2006-09-20  Kenichi Handa  <handa@m17n.org>
6557         * isearch.el (isearch-process-search-char): Cancel the previous change.
6558         (isearch-search-string): New function.
6559         (isearch-search): Use isearch-search-string.
6560         (isearch-lazy-highlight-search): Likewise.
6562 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6564         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6565         string to become an option.
6567 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6569         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6571 2006-09-20  Kim F. Storm  <storm@cua.dk>
6573         * simple.el (line-move-partial): Call pos-visible-in-window-p with
6574         position t instead of trying both window-end and window-end - 1.
6576 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
6578         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6579         hidden trees.
6581 2006-09-20  David Kastrup  <dak@gnu.org>
6583         * mouse.el (mouse-posn-property): Improve doc string.
6584         (mouse-on-link-p): Change buffers for function calls on links.
6586         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6587         buffer is read-only.
6589 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
6591         * allout.el (allout-unprotected): Let inhibit-read-only only when
6592         buffer-read-only isn't set.
6593         (allout-annotate-hidden): Enable topic annotation during copies even
6594         when the buffer is read-only, eg for topic copies.  Ensure that the loop
6595         advances, even when the span extends beyond the deletion region.
6596         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6597         rather than allout-exposure-changed-hook, as a stronger assertion.
6598         (allout-keybindings-list): Add bindings for
6599         allout-copy-line-as-kill and allout-copy-topic-as-kill.
6600         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6601         Copy wrappers for allout-kill-line and allout-kill-topic.
6602         (allout-listify-exposed): Position correctly to accumulate lines.
6604 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
6606         * simple.el (line-move-1): Escape field boundaries occurring
6607         exactly at point.  Update goal column if constrained to a field.
6608         (line-move-finish): Escape field boundaries occurring exactly at point.
6610 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6612         * mouse.el (mouse-on-link-p): Tentatively fix last change.
6613         (mouse-drag-vertical-line): Remove unused var `wconfig'.
6615 2006-09-19  Kim F. Storm  <storm@cua.dk>
6617         * help.el (describe-key-briefly, describe-key): Simplify printing
6618         of descriptions by using format and %S.  Fix "is undefined"
6619         messages to say "at that spot" for mouse events.
6621         * simple.el (line-move-partial): Optimize.  Try window-line-height
6622         before posn-at-point to get vpos of current line.
6624 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
6626         * viper.el: Bump up version/date of update to reflect the substantial
6627         changes done in August 2006.
6629         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6630         are defined.
6632         * ediff-util.el (ediff-add-to-history): New function.
6634         * ediff.el: Use ediff-add-to-history instead of add-to-history.
6636 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
6638         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6639         Delete duplicate make-local-variable form.
6640         (conf-space-keywords): Add autoload cookie.
6641         Fix typo (`keywords', not `keyword').
6643 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6645         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6646         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
6647         to x-gtk-use-old-file-dialog.
6649 2006-09-18  Richard Stallman  <rms@gnu.org>
6651         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6652         that might come in during mouse tracking.
6654 2006-09-18  Kim F. Storm  <storm@cua.dk>
6656         * simple.el (line-move-partial): Rework 2006-09-15 change to use
6657         new window-line-height function.  Further optimize by not calling
6658         pos-visible-in-window-p for window-end when window-line-height
6659         returns useful information.
6661 2006-09-16  Richard Stallman  <rms@gnu.org>
6663         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6664         (conf-space-mode): Don't handle prefix arg.
6665         Delete conf-space-keywords-override code.
6666         Use add-hook.
6667         (conf-space-keywords): New command.
6668         (conf-space-mode-internal): Be careful with imenu-generic-expression.
6669         Delete conf-space-keywords-override code.
6670         (conf-space-keywords-alist): Doc fix.
6671         (conf-space-font-lock-keywords): Doc fix.
6672         (conf-space-keywords-override): Var deleted.
6674 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6676         * startup.el (fancy-splash-screens): Don't switch to the scratch
6677         buffer; it may not be the next buffer.
6679 2006-09-16  Romain Francoise  <romain@orebokech.com>
6681         * saveplace.el (load-save-place-alist-from-file): Use expanded name
6682         in both messages.
6684 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
6686         * progmodes/python.el (python-preoutput-filter):
6687         Fix arg order to string-match.
6689 2006-09-16  Richard Stallman  <rms@gnu.org>
6691         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6692         font-lock-compile-keywords.
6694         * font-lock.el (font-lock-compile-keywords): Rename optional arg
6695         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
6697 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6699         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6701         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6702         and the data doesn't look like UTF8, send STRING instead.
6704 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
6706         * textmodes/flyspell.el (flyspell-check-region-doublons):
6707         New function to detect duplicated words.
6708         (flyspell-large-region): Use it.
6710 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
6712         * simple.el (line-move-to-column): Revert 2006-08-03 change.
6714 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
6716         * help.el (describe-prefix-bindings): Use let, not let*.
6718 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
6720         * allout.el (allout-regexp, allout-line-boundary-regexp)
6721         (allout-bob-regexp): Correct grouping and boundaries to fix
6722         backwards traversal.
6723         (allout-depth-specific-regexp, allout-depth-one-regexp):
6724         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6725         worse time in allout-ascend.
6726         (allout-doublecheck-at-and-shallower): Identify depth threshold
6727         below which topics are checked for and disqualified by containment
6728         discontinuities.
6729         (allout-hotspot-key-handler): Correctly handle multiple-key
6730         strokes.  Remove some unused variables.
6731         (allout-mode-leaders): Clarify that mode-specific comment-start
6732         will be used.
6733         (set-allout-regexp): Correctly regexp-quote allout regexps to
6734         properly accept alternative header-leads and primary bullets with
6735         regexp-specific characters (eg, C "/*", mathematica "(*").
6736         Include new regular expressions among those configured.
6737         (allout-infer-header-lead-and-primary-bullet):
6738         Rename allout-infer-header-lead.
6739         (allout-recent-depth): Manifest as a variable as well as a function.
6740         (allout-prefix-data): Simplify into an inline instead of a macro,
6741         assuming current match data rather than being explicitly passed
6742         it.  Establish allout-recent-depth value as well as
6743         allout-recent-prefix-beginning and allout-recent-prefix-end.
6744         (allout-aberrant-container-p): True when an item's immediate
6745         offspring discontinuously contained.  Useful for disqualifying
6746         unintended topic prefixes, likely at low depths.
6747         (allout-goto-prefix-doublechecked): Elaborate version of
6748         allout-goto-prefix which disqualifies aberrant pseudo-items.
6749         (allout-pre-next-prefix): Layer on top of lower-level routines, to
6750         get disqualification of aberrant containers.
6751         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6752         containers.
6753         (allout-beginning-of-current-entry): Position at start of buffer
6754         when in container (depth 0) entry.
6755         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6756         (allout-current-bullet): Strip text properties.
6757         (allout-get-prefix-bullet): Use right match groups.
6758         (allout-beginning-of-line, allout-next-heading):
6759         Disqualify aberrant containers.
6760         (allout-previous-heading): Disqualify aberrant containers, and
6761         change to regular (rather than inline) function, to allow
6762         self-recursion.
6763         (allout-get-invisibility-overlay): Increment so progress is made
6764         when the first overlay is not the sought one.
6765         (allout-end-of-prefix): Disqualify aberrant containers.
6766         (allout-end-of-line): Cycle something like allout-beginning-of-line.
6767         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6768         outline.el outlines) functional again.  Change the primary bullet
6769         along with the header-lead - level 1 new-style bullets now work.
6770         Engage allout-before-change-handler in mainline Emacs, not just
6771         XEmacs, to do undo handling.
6772         (allout-before-change-handler): Expose undo changes occurring in
6773         hidden regions.  Use allout-get-invisibility-overlay instead of
6774         reimplementing it inline.
6775         (allout-chart-subtree): Use start rather than end of prefix in
6776         charts.  Use allout-recent-depth variable.
6777         (allout-chart-siblings): Disqualify aberrant topics.
6778         (allout-beginning-of-current-entry): Position correctly.
6779         (allout-ascend): Use new allout-depth-specific-regexp and
6780         allout-depth-one-regexp for linear instead of O(N^2) or worse
6781         behavior.
6782         (allout-ascend-to-depth): Depend on allout-ascend, rather than
6783         reimplementing an algorithm.
6784         (allout-up-current-level): Depend on allout-ascend, rather than
6785         reimplementing an algorithm.  Return to start-point if we fail.
6786         (allout-descend-to-depth): Use allout-recent-depth variable
6787         instead of function.
6788         (allout-next-sibling): On traversal of numerous intervening
6789         topics, resort to economical allout-next-sibling-leap.
6790         (allout-next-sibling-leap): Specialized version of
6791         allout-next-sibling that uses allout-ascend cleverly, to depend on
6792         a regexp search to leap large numbers of contained topics, rather
6793         than arbitrarily many one-by-one traversals.
6794         (allout-next-visible-heading): Disqualify aberrant topics.
6795         (allout-previous-visible-heading): Position consistently when
6796         interactive.
6797         (allout-forward-current-level): Base on allout-previous-sibling
6798         rather than (differently) reimplmenting the algorithm.  Remove some
6799         unused variables.
6800         (allout-solicit-alternate-bullet): Present default choice stripped
6801         of text properties.
6802         (allout-rebullet-heading): Use bullet stripped of text properties.
6803         Register changes using allout-exposure-change-hook.
6804         Disregard aberrant topics.
6805         (allout-shift-in): With universal-argument, make topic a peer of
6806         it's former offspring.  Simplify the code by separating out
6807         allout-shift-out functionality.
6808         (allout-shift-out): With universal-argument, make offspring peers
6809         of their former container, and its siblings.  Implement the
6810         functionality here, rather than inappropriately muddling the
6811         implementation of allout-shift-in.
6812         (allout-rebullet-topic): Respect additional argument for new
6813         parent-child separation function.
6814         (allout-yank-processing): Use allout-ascend directly.
6815         (allout-show-entry): Disqualify aberrant topics.
6816         (allout-show-children): Handle discontinuous children gracefully,
6817         extending the depth being revealed to expose them and posting a
6818         message indicating the situation.
6819         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6820         Leave cursor in correct position.
6821         (allout-hide-current-subtree): Use allout-ascend directly.
6822         Disqualify aberrant topics.
6823         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6824         a way that the yanks can restore it, as used to happen.
6825         (allout-yank-processing): Restore exposure layout as recorded by
6826         allout-kill-*, as used to happen.
6827         (allout-annotate-hidden, allout-hide-by-annotation): New routines
6828         for preseving and restoring exposure layout across kills.
6829         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6830         (allout-encrypt-string): Strip text properties.
6831         Rearranged order and outline-headings for some of the
6832         miscellaneous functions.
6833         (allout-resolve-xref): No need to quote the error name in the
6834         condition-case handler section.
6835         (allout-flatten): Classic recursive (and recursively intensive,
6836         without tail-recursion) list-flattener, needed by allout-shift-out
6837         when confronted with discontinuous children.
6839 2006-09-16  Jason Rumney  <jasonr@gnu.org>
6841         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6842         on ms-windows.
6843         (dnd-open-unc-file): Remove.
6844         (dnd-open-local-file): Mention in doc string that it also handles
6845         remote files if the system natively supports unc file-names.
6847 2006-09-15  Kim F. Storm  <storm@cua.dk>
6849         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6850         all necessary information about the event before erasing *Help*.
6852         * simple.el (line-move-partial): Use window-line-visiblity to
6853         quickly check whether last line is partially visible, and only do
6854         the hard (and slow) part in that case.
6856 2006-09-15  Jay Belanger  <belanger@truman.edu>
6858         * COPYING: Replace "Library Public License" by "Lesser Public
6859         License" throughout.
6861 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6863         * term/x-win.el (x-menu-bar-open): New function for F10.
6865 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
6867         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6868         Disallow filenames containing " -" to avoid confusion with libtool
6869         compilation messages.  Suggested by Stefan Monnier.
6871 2006-09-15  David Kastrup  <dak@gnu.org>
6873         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6874         instead of buffer position for `mouse-on-link-p'.
6876         * mouse.el (mouse-posn-property): New function looking up the
6877         properties at a click position in overlays and text properties in
6878         either buffer or strings.
6879         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6880         of both `follow-link' as well as `mouse-face' properties.
6881         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6882         buffer position.
6884         * help.el (describe-key-briefly): When reading a down-event on
6885         mode lines or scroll bar, swallow the following up event, too.
6886         Use the new mouse sensitity of `key-binding' for lookup.
6887         (describe-key): The same here.
6889 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
6891         * play/life.el (life-patterns): Add a few more interesting patterns.
6892         (life-setup): Force `show-trailing-whitespace' to nil.
6894 2006-09-14  Richard Stallman  <rms@gnu.org>
6896         * startup.el (fancy-splash-text): Change text to improve alignment.
6897         (fancy-splash-screens): Don't set non-standard tab width.
6898         Bind cursor-type temporarily, and make it easy to patch to
6899         preserve the splash buffer.
6900         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6901         (fancy-splash-screens): Display echo-area message explicitly.
6902         Don't set fancy-splash-help-echo.
6904         * simple.el (line-number-mode): Group mode-line instead of
6905         editing-basics.
6906         (column-number-mode, size-indication-mode): Likewise.
6908         * faces.el (mode-line-faces): Group mode-line instead of modeline.
6910         * time.el (display-time): Group mode-line instead of modeline.
6912         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
6914 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
6916         * startup.el (fancy-splash-text): Move editing instructions to
6917         fancy-splash-head.
6918         (fancy-splash-head): Issue editing instructions.
6919         (fancy-splash-screens): Fixup whitespace.
6921 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6923         * bindings.el (mode-line-buffer-identification-keymap):
6924         Remove duplicate line.
6926 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6928         * ido.el (ido-ignore-item-p): Allow any kind of functions in
6929         ignore lists.
6931 2006-09-14  Kim F. Storm  <storm@cua.dk>
6933         * jit-lock.el (jit-lock-fontify-again): New function.
6934         (jit-lock-fontify-now): Use it instead of lambda form.
6936 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
6938         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6939         (flyspell-auto-correct-word): Make ispell-filter local to these
6940         functions.  Check that ispell-filter has new stuff before calling
6941         ispell-parse-output.
6943 2006-09-13  Kim F. Storm  <storm@cua.dk>
6945         * simple.el (line-move-partial): Optimize.
6947 2006-09-13  Richard Stallman  <rms@gnu.org>
6949         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6950         Delete spurious backquote.
6952 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6954         * net/rcirc.el (rcirc-print): Fix last change.
6956 2006-09-12  Jay Belanger  <belanger@truman.edu>
6958         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6960 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
6962         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6963         rcirc-show-maximum-output.
6964         (rcirc-mode): Remove window-scroll-function hook.
6965         (rcirc-scroll-to-bottom): Remove function.
6966         (rcirc-print): Recenter so point stays at the bottom of the window
6967         if point was already there.
6969 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
6971         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6972         not to "t".
6973         * progmodes/compile.el (compilation-start): Likewise.
6974         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6975         Don't use expand-file-name on invocation-directory, since this
6976         might mishandle special characters in invocation-directory.
6978 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6980         * pcvs-defs.el: Remove * in defcustom's docstrings.
6982 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
6984         * progmodes/compile.el (compilation-directory-properties):
6985         Doc fix for help-echo.
6987 2006-09-12  Lars Hansen  <larsh@soem.dk>
6989         * desktop.el (desktop-read): Add comment.
6991 2006-09-12  Kim F. Storm  <storm@cua.dk>
6993         * simple.el (next-error-highlight, next-error-highlight-no-select):
6994         Fix spelling error.
6996         * subr.el (sit-for): Rework to use input-pending-p and cond.
6997         Return nil input is pending on entry also for SECONDS <= 0.
6998         (while-no-input): Use input-pending-p instead of sit-for.
7000 2006-09-11  Richard Stallman  <rms@gnu.org>
7002         * simple.el (next-error-highlight, next-error-highlight-no-select):
7003         Fix custom type and doc strings.
7005 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7007         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7008         (diff-apply-hunk): Use it to ask for confirmation.
7010 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7012         * emacs-lisp/cl.el (pushnew): Add missing `,'.
7014 2006-09-11  David Kastrup  <dak@gnu.org>
7016         * help.el (string-key-binding, describe-key-briefly)
7017         (describe-key): Remove `string-key-binding' and its callers since
7018         `key-binding' already caters for the proper lookup now.
7020 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7022         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7023         (cfengine-mode): Use it.  Fix \ syntax to be like /.
7025         * bindings.el (mode-line-buffer-identification-keymap):
7026         Move initialization into declaration.
7028 2006-09-10  Kim F. Storm  <storm@cua.dk>
7030         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7031         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7032         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7033         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7035 2006-09-10  Richard Stallman  <rms@gnu.org>
7037         * dired-aux.el: Handle errors in recursive copy usefully.
7038         (dired-create-files-failures): New variable.
7039         (dired-copy-file): Remove condition-case.
7040         (dired-copy-file-recursive): Check for errors on all file
7041         operations, and add them to dired-create-files-failures.
7042         Check file file-date-erorr here too.
7043         (dired-create-files): Check dired-create-files-failures
7044         and report those errors too.
7046         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7048         * subr.el (add-to-list): New argument COMPARE-FN.
7050 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7052         * filecache.el (file-cache-add-directory)
7053         (file-cache-add-directory-list, file-cache-add-file)
7054         (file-cache-add-directory-using-find)
7055         (file-cache-add-directory-using-locate)
7056         (file-cache-add-directory-recursively): Add autoloads.
7058 2006-09-09  Richard Stallman  <rms@gnu.org>
7060         * textmodes/conf-mode.el (conf-space-mode):
7061         Use hack-local-variables-hook instead of calling hack-local-variables.
7062         (conf-space-keywords-override): New variable.
7063         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
7064         (conf-space-mode): Always make conf-space-keywords and
7065         conf-space-keywords-override local.
7066         Call conf-space-mode-internal directly as well as via hook.
7068 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7070         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7071         quasi-keywords.
7073 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7075         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7076         (python-send-string): Be slightly more careful about adding \n.
7078         * startup.el (normal-splash-screen): Don't display the buffer if we'll
7079         kill it right away anyway.
7081 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
7083         * international/codepage.el (cp850-decode-table): Fix a few codes.
7084         (cp858-decode-table): New variable.
7086 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7088         * net/ldap.el (ldap-search-internal): Doc fix.
7090 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7092         * play/life.el (life-display-generation): Test for input manually if
7093         `sleeptime' is negative or null.
7095         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7096         (print-region-1): Substitute `%s' with the page title.
7098 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
7100         * locate.el (locate-current-search): New variable.
7101         (locate): Set buffer local value.  Use current buffer if it is
7102         in Locate mode.
7103         (locate-mode): Disable undo here.
7104         (locate-do-setup): Use locate-current-filter from buffer to be killed.
7105         (locate-update): Use locate-current-search and locate-current-filter.
7107 2006-09-08  David Kastrup  <dak@gnu.org>
7109         * desktop.el (desktop-read): When loading a desktop, disable
7110         saving it while the load progresses, and switch off a pending lazy
7111         load by calling `desktop-lazy-abort'.
7113 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
7115         * window.el (mouse-autoselect-window-timer)
7116         (mouse-autoselect-window-position)
7117         (mouse-autoselect-window-window)
7118         (mouse-autoselect-window-now): New vars.
7119         (mouse-autoselect-window-cancel)
7120         (mouse-autoselect-window-select)
7121         (mouse-autoselect-window-start): New functions.
7122         (handle-select-window): Call `mouse-autoselect-window-start' when
7123         delayed window autoselection is enabled.
7125         * cus-start.el (mouse-autoselect-window): Handle delayed window
7126         autoselection.
7128         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7129         commands after which it is allowed to print in the echo area.
7131 2006-09-08  Richard Stallman  <rms@gnu.org>
7133         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7135         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7136         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7138         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7139         (cancel-timer-internal): Add doc string.
7140         (cancel-function-timers): Doc fix.
7141         (with-timeout-handler, timer-event-last*): Add doc strings.
7143         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7145         * files.el (risky-local-variable-p): Match ...-bindat-spec.
7147         * dired.el (dired-log-summary): Add doc string.
7149         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7150         (custom-group-menu-create): Not here.
7152 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
7154         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7156 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7158         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7159         (mac-apple-event-map): Define its handler.
7161 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7163         * net/ldap.el (ldap-search-internal): Handle `auth' key.
7165 2006-09-07  Magnus Henoch  <mange@freemail.hu>
7167         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7168         clause.
7170 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7172         * info.el (Info-index): Bind completion-ignore-case.
7174 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7176         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7177         previous commit.
7178         (inferior-prolog-guess-flavor): New fun left out of previous commit.
7179         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7180         burp in dedicated windows.
7181         (inferior-prolog-self-insert-command): New command.
7182         (inferior-prolog-mode-map): Use it.
7184 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
7186         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7188         * international/code-pages.el: Add cp858.
7190 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7192         * dnd.el: Fix bootstrapping.
7194 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7196         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7197         (dnd-open-remote-url): New function.
7198         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7199         not windows-nt.
7201 2006-09-07  Jason Rumney  <jasonr@gnu.org>
7203         * dnd.el (dnd-open-remote-file-function): New variable.
7204         (dnd-open-unc-file): New function.
7205         (dnd-open-file): Call dnd-open-remote-file-function if set.
7207 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
7209         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7210         pgg-passphrase-coding-system rather than locale-coding-system.
7211         * pgg-def.el (pgg-passphrase-coding-system): New user option.
7213 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7215         * progmodes/prolog.el: Remove * in docstrings.
7216         (prolog-program-name): Add SWI prolog.
7217         (prolog-mode-menu): New menu.
7218         (prolog-mode): Set comment-add.
7219         (prolog-indent-line): Simplify.  Use indent-line-to.
7220         (inferior-prolog-buffer): New var.
7221         (inferior-prolog-run, inferior-prolog-process): New funs.
7222         (run-prolog, switch-to-prolog): Rewrite, using them.
7223         (prolog-consult-region): Use inferior-prolog-buffer.
7224         (inferior-prolog-load-file): New function.
7225         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7227         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7228         last word, if it's not the end of the paragraph.
7230         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7231         file name.
7233 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
7235         * frame.el (display-mm-dimensions-alist): New defcustom.
7236         (display-mm-height, display-mm-width): Use it.
7238 2006-09-06  Simon Josefsson  <jas@extundo.com>
7240         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7242 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
7244         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7245         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7246         string values.
7248 2006-09-06  Kim F. Storm  <storm@cua.dk>
7250         * simple.el (line-move-partial): New function to do vscrolling for
7251         partially visible images / tall lines.  Rewrite based on code
7252         previously in line-move.  Simplify backwards vscrolling.
7253         (line-move): Use it.  Simplify.
7255 2006-09-05  Kim F. Storm  <storm@cua.dk>
7257         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7259 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
7261         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7262         Process the `gcc-include' after the `gnu' rule.
7264 2006-09-05  Kim F. Storm  <storm@cua.dk>
7266         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7268 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
7270         * pgg.el (pgg-clear-string): Alias to clear-string for backward
7271         compatibility.
7273         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7274         inhibit-redisplay; encode passphrase with locale-coding-system.
7276 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7278         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7280 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
7282         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7283         (gdb-var-list-children-regexp): Make type field optional.
7285         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7286         e.g public, protected in C++.
7288 2006-09-04  John Paul Wallington  <jpw@pobox.com>
7290         * simple.el (completion-show-help): New defcustom.
7291         (completion-setup-function): Heed it.
7293 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
7295         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7297 2006-09-04  Richard Stallman  <rms@gnu.org>
7299         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7300         (rsf-min-region-to-spam-list): Doc fix.
7301         (rsf-add-content-type-field): Doc fix.
7303         * simple.el (kill-region): Explicitly test there is a region.
7305 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
7307         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7308         sendmail in several common directories.
7310         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7312         * paths.el (sendmail-program): Removed.
7314 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
7316         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7317         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
7318         http://article.gmane.org/gmane.emacs.gnus.general/50457
7320 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
7322         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7323         mark after running the menu filter.
7325 2006-09-03  Juri Linkov  <juri@jurta.org>
7327         * international/quail.el (quail-defrule-internal): Add a check
7328         if a key is a vector.
7330 2006-09-02  Juri Linkov  <juri@jurta.org>
7332         * man.el (Man-topic-history): New variable.
7333         (man): Use it.
7335         * woman.el (woman-topic-history): Change defvar to defvaralias
7336         for symbol `Man-topic-history'.
7338         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7339         `comint-last-output-start' is a marker by using `markerp' and
7340         check if it has a position by using `marker-position', and use
7341         this position for `goto-char'.
7343         * international/quail.el (quail-defrule-internal): Add missing
7344         `error' call for null key.
7346 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
7348         * rcirc.el (rcirc-keywords): New variable.
7349         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7350         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7351         variables.
7352         (rcirc-responses-no-activity): New function.
7353         (rcirc-handler-generic): Check for responses in above.
7354         (rcirc-process-command): Add ?: character to arguments of raw
7355         server commands.
7356         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7357         `rcirc-dim-nicks'.
7358         (rcirc-gray-toggle): Remove unused variable.
7359         (rcirc-print): Remove some tracking logic, which is moved into
7360         markup functions.
7361         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7362         types.
7363         (rcirc-activity-string): Look for 'keyword in activity-types.
7364         (rcirc-window-configuration-change): Don't erase overlay-arrow
7365         unnecessarily.
7366         (rcirc-add-or-remove): New function.
7367         (rcirc-cmd-ignore): Use it.
7368         (rcirc-message-leader): Remove unused function.
7369         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7370         (rcirc-add-face): New function.
7371         (rcirc-facify): Use rcirc-add-face.
7372         (rcirc-url-regexp): Add parens.
7373         (rcirc-map-regexp): Remove function.
7374         (rcirc-mangle-regexp): Remove function.
7375         (rcirc-markup-text-functions): New variable.
7376         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7377         (rcirc-markup-body-text, rcirc-markup-attributes)
7378         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7379         (rcirc-markup-bright-nicks): New markup handler functions.
7380         (rcirc-nick-in-message-full-line): New face.
7381         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7382         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7384 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
7386         * cus-start.el (hscroll-margin, hscroll-step)
7387         (mode-line-in-non-selected-windows, mouse-autoselect-window)
7388         (x-use-underline-position-properties): Change version to "22.1"
7389         since they will appear there for the first time.
7391 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
7393         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7395 2006-08-31  Richard Stallman  <rms@gnu.org>
7397         * cus-edit.el (custom-save-variables): Slight cleanup.
7398         (Custom-no-edit): Renamed from custom-no-edit.
7399         (Custom-newline): Renamed from custom-newline.
7400         (custom-mode-map): Use new names.
7402         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7403         about customization, rather than M-x customize, in the doc string
7404         made for the defcustom.
7406         * emacs-lisp/trace.el (trace-function-background): Doc fix.
7408 2006-08-31  Romain Francoise  <romain@orebokech.com>
7410         * dired-x.el (dired-guess-shell-alist-default): Update.
7412 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
7414         * custom.el (custom-theme-set-variables): Autoload packages before
7415         sorting the variables.
7417 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
7419         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7420         chars if XEmacs.
7421         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7423 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7425         * progmodes/python.el (python-eldoc-function): Re-enable quit while
7426         waiting for process.
7428 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7430         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7431         results in ASCII-only string, encode original one directly.
7433 2006-08-29  Romain Francoise  <romain@orebokech.com>
7435         * startup.el (normal-splash-screen, fancy-splash-screens):
7436         Make buffer read-only and arrange to enter view mode if necessary.
7438 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
7440         * hl-line.el (hl-line): New face.
7441         (hl-line-face): Use it.
7443         * image-mode.el (image-mode): Fix last fix.
7444         Suggested by Kim F. Storm.
7446 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
7448         Sync with Tramp 2.0.54.
7450         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7451         of `=', because `tramp-get-remote-gid' might not always return an
7452         integer when expected.
7453         (tramp-register-file-name-handlers): `partial-completion-mode' is
7454         unknown to XEmacs.
7455         (tramp-time-diff): Don't use `floor', it might fail for large
7456         differences.
7457         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7458         `tramp-auto-save-directory' if unset in order to guarantee unique
7459         auto-save file names.
7461 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7463         * image-mode.el (image-mode): Display image as text on a terminal.
7465 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * progmodes/python.el (python-send-command): Simplify.
7468         (run-python): Don't generate a new buffer unless `new' was specified.
7469         Make sure we send `import emacs' to the proper process.
7471         * progmodes/python.el (python-send-command): Don't wait for the command
7472         to terminate.  Don't fiddle with compilation-parsing-end.
7474 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
7476         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7477         Insert commentary after first line summary.
7479         * woman.el (woman-follow): New function, based on `man-follow'.
7480         (woman-mode-map): Use it.
7482         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7483         since ibuffer-do-sort-by-recency does not define a sorter.
7485 2006-08-28  Kim F. Storm  <storm@cua.dk>
7487         * find-dired.el (find-dired): Use shell-quote-argument to properly
7488         escape ( and ) args.  Also use it on {} and ; args in default
7489         value of find-ls-option string.
7490         (find-grep-dired): Use shell-quote-argument on {} and ; args.
7492 2006-08-27  Michael Olson  <mwolson@gnu.org>
7494         * emacs-lisp/tq.el: Small grammar fix in comments.
7495         (tq-enqueue): Check for existence of queue rather than the
7496         head queue item's question, which was a no-op.
7497         (tq-filter, tq-process-buffer): Make sure the process buffer
7498         exists before making it the current buffer.
7500 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7502         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7503         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7504         (special-event-map): Apply 2006-08-16 change for x-win.el.
7506 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7508         * progmodes/python.el (python-send-receive): Wait in the
7509         process's buffer so as to check the right buffer-local variables.
7511 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7513         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7514         (defgroup checkdoc): Move to beginning.
7516         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7517         (python-preoutput-continuation): Remove.
7518         (python-preoutput-filter): Simplify correspondingly.
7519         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
7520         Loop around to catch embedded _emacs_out output.
7521         (run-python): Send the import&print command on a single line.
7522         (python-send-command): Send command&print on a single line.
7523         (python-send-string): Only add double \n if needed.
7524         (python-send-receive): Loop until the result comes.
7525         (python-mode-running): Defvar it.
7526         (python-setup-brm): Remove unused var `menu'.
7527         Only bind py-mode-map and `features' around brm-init.
7528         (python-calculate-indentation): Remove unused var `point'.
7529         (python-beginning-of-defun): Remove unused var `def-line'.
7531 2006-08-25  Richard Stallman  <rms@gnu.org>
7533         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7535 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7537         * viper.el (viper-set-hooks): Use frame bindings for
7538         viper-vi-state-cursor-color.
7539         (viper-non-hook-settings): Don't set default
7540         mode-line-buffer-identification.
7542         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7543         (viper-set-cursor-color-according-to-state)
7544         (viper-get-saved-cursor-color-in-replace-mode)
7545         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7546         viper-emacs-state-cursor-color.
7548         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7549         (viper-undo): Use point if undo-beg-posn is nil.
7550         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7551         (viper-after-change-undo-hook): Don't use
7552         viper-emacs-state-cursor-color by default.
7553         (viper-undo): More sensible positioning after undo.
7555         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7556         (viper-emacs-state-cursor-color): Default to nil, since this feature
7557         doesn't work well yet.
7559         * ediff-mult.el (ediff-intersect-directories)
7560         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7561         always expand filenames.
7563 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7565         * tumme.el: Remove * in defcustoms's docstrings.
7567 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
7569         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7570         Accept internal time format for SECS arg.
7571         (timer-relative-time): Doc fix.
7573         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7574         adapted from Martin Rudalics.
7575         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7576         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7577         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7578         using sit-for.
7580 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
7582         * cus-start.el (all): Add `overline-margin' and
7583         `x-underline-at-descent-line'.
7585 2006-08-24  Kim F. Storm  <storm@cua.dk>
7587         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7588         to mean "use find -exec"; nil now unambiguously means auto-detect.
7589         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7590         Use shell-quote-argument to build grep-find-command and
7591         grep-find-template.
7592         (rgrep): Use shell-quote-argument to properly quote arguments to find.
7593         Reported by Tom Seddon.
7595 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
7597         * startup.el (fancy-splash-head): Give instructions for dismissing
7598         the splash screen for default startup too.
7599         (display-startup-echo-area-message, fancy-splash-screens)
7600         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
7601         all splash text at once and keep the splash buffer around.
7602         (command-line-1): Give display-startup-echo-area-message a t arg.
7604 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
7606         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7607         gnus frame is selected.
7609 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
7611         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7613 2006-08-22  Kim F. Storm  <storm@cua.dk>
7615         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7616         Add suffix matching for subdirs.
7618 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
7620         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7621         mouse-yank-at-point is non-nil.
7623 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
7625         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7626         a bit wider and remove fringes to fit initial output on line.
7628 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * frame.el (blink-cursor-end): Only ignore the error we care about.
7631         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7633 2006-08-21  Richard Stallman  <rms@gnu.org>
7635         * whitespace.el (whitespace-cleanup): Doc fix.
7637 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
7639         * net/rcirc.el (rcirc-show-maximum-output): New var.
7640         (rcirc-buffer-process): If no buffer argument is supplied, use
7641         current-buffer.
7642         (rcirc-complete-nick): Complete to the last completed nick first.
7643         (rcirc-mode): Preserve the value of `rcirc-urls' across
7644         connections.  Setup scroll function.
7645         (rcirc-scroll-to-bottom): New function.
7646         (rcirc-print): Use nick syntax around regexp work.
7647         Notice dim-nicks speaking only if they say our nick.
7648         (rcirc-update-activity-string): Do not show the modeline indicator
7649         if there are no live rcirc processes.
7650         (rcirc-cmd-ignore): Ignore case.
7651         (rcirc-browse-url-at-point): Fix off-by-one error.
7653 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7655         * progmodes/python.el: Remove * in defcustom docstrings.
7656         (run-python, python-proc, python-try-complete): Use derived-mode-p.
7657         (python-mode): Set tab-width and indent-tabs-mode.
7659 2006-08-20  Dave Love  <fx@gnu.org>
7661         * progmodes/python.el: Update to Dave Love's latest version.
7662         (python-font-lock-keywords, python-mode): Don't use
7663         font-lock-syntax-table, but match symbol elements explicitly instead.
7664         (python-mode-map): Add help, and a few more key bindings.
7665         (python-skip-comments/blanks): Move out of comments as well.
7666         (python-continuation-line-p): Behave better with unbalanced parens.
7667         (python-blank-line-p): New fun.
7668         (python-open-block-statement-p): Don't use a heuristic.
7669         (python-outdent-p): Better handle blocks-in-the-same-line.
7670         (python-calculate-indentation): Misc improvements.
7671         (python-comment-indent): Remove.
7672         (python-block-pairs): New var.
7673         (python-first-word): New fun.
7674         (python-indentation-levels): Handle more common cases.
7675         (python-indent-line-1): Add `leave' argument.
7676         (python-indent-region): New fun.
7677         (python-skip-out): New fun.
7678         (python-beginning-of-statement, python-end-of-statement): Use it.
7679         (python-next-statement): Return correct count even at eob.
7680         (python-end-of-block): Fix paren-typo.
7681         (python-imenu-create-index): Add module variables.
7682         (run-python): Add `new' arg.
7683         Check we're at a prompt before returning.
7684         (python-send-command): Move to end of buffer.
7685         Wait for prompt to return.
7686         (python-set-proc): New fun.
7687         (python-imports): New var.
7688         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
7689         (python-eldoc-function): Try to move out of arg list.
7690         (python-outline-level): Offset by 1.
7691         (python-find-imports): New fun.
7692         (python-symbol-completions): Use python-imports.
7693         (python-module-path, ffap-alist): Add support for ffap.
7694         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7695         (python-insert-*, python-default-template, python-expand-template):
7696         Add templates/skeletons.
7697         (python-setup-brm): Support for Bicycle Repair Man.
7698         (python-abbrev-syntax-table): New var.
7699         (python-abbrev-pc-hook, python-pea-hook): New funs.
7701 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
7703         * frame.el (blink-cursor-start): Set timer first.
7704         (blink-cursor-end): Ignore timer cancelling errors.
7705         Suggested by Ken Manheimer.
7707 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
7709         * newcomment.el (comment-box): Call `comment-normalize-vars'.
7710         Add autoload cookie.
7712 2006-08-20  Richard Stallman  <rms@gnu.org>
7714         * simple.el (line-number-at-pos): Doc fix.
7716         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7717         timer-activate-when-idle, so timer can run before Emacs becomes
7718         non-idle again.
7720 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
7722         * whitespace.el (whitespace-cleanup-internal): New optional arg
7723         REGION-ONLY.  If it's non-nil, modify the message to the user
7724         accordingly.
7725         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7726         a non-nil argument.
7728 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
7730         * rect.el (spaces-string): Simplify and add doc string.
7732 2006-08-17  Romain Francoise  <romain@orebokech.com>
7734         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7736 2006-08-17  Richard Stallman  <rms@gnu.org>
7738         * compare-w.el (compare-windows): lambda's take an arg and pass
7739         it to compare-windows-skip-whitespace.
7741 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
7743         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7744         the right buffer.
7746 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7748         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7749         removed files.
7751 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
7753         * progmodes/gdb-ui.el (gdb-locals-watch-map)
7754         (gdb-locals-watch-map-1): Suppress keymap first.
7755         (gdb-edit-locals-map-1): New variable.
7756         (gdb-edit-locals-value): New function.
7757         (gdb-stack-list-locals-handler): Use them.
7759 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7761         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7762         cursor would normally be drawn in the fringe.
7764         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7765         Reported by Martin Rudalics <rudalics@gmx.at>.
7767 2006-08-16  Richard Stallman  <rms@gnu.org>
7769         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7770         (special-event-map): Process drag-n-drop events this way.
7772         * simple.el (move-beginning-of-line): Test whether fields
7773         would prevent motion back to line's first visible character.
7774         If so, stop where the fields would stop the motion.
7776         * newcomment.el (comment-indent): Fully update INDENT
7777         before checking to see if it will change the text.
7779         * cus-edit.el (custom-newline): New function.
7780         (custom-mode-map): Bind newline to custom-newline.
7782         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7783         into ignore-whitespace.
7784         Check each buffer for its skip-function.
7785         Handle compare-windows-skip-whitespace special-case test
7786         by returning t from default skip function.
7788 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
7790         * textmodes/org.el (org-clock-special-range)
7791         (org-clock-update-time-maybe): New functions.
7792         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7793         not only a-z.
7794         (org-agenda-get-blocks): Allow multiple blocks per headline.
7795         (org-timestamp-change): Call `org-clock-update-time-maybe'.
7796         (org-export-html-title-format)
7797         (org-export-html-toplevel-hlevel): New options.
7798         (org-export-language-setup): Add support for Czech.
7799         (org-mode, org-insert-todo-heading, org-find-visible)
7800         (org-find-invisible, org-invisible-p, org-invisible-p2)
7801         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7802         (org-show-subtree, org-show-entry, org-make-options-regexp):
7803         Remove compatibility support for old outline-mode.
7804         (org-check-occur-regexp): Funtion removed.
7805         (org-on-heading-p, org-back-to-heading): Made defalias.
7806         (org-set-local): New defsubst.
7807         (org-set-regexps-and-options, org-mode)
7808         (org-set-font-lock-defaults, org-edit-agenda-file-list)
7809         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7810         (org-remember-apply-template, org-table-edit-field)
7811         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7812         (org-set-autofill-regexps): Use `org-set-local'.
7813         (org-table-eval-formula): Fix bug with parsing of display flags.
7815 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
7817         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7818         frame with fringe arrow.  Suggested by Simon Marshall
7819         <simon.marshall@misys.com>.
7820         (gdb-stack-position): New variable.
7821         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7822         (gdb-frames-mode): Set gdb-stack-position to nil.
7823         Add to overlay-arrow-variable-list
7824         (gdb-reset): Delete gdb-stack-position from above list.
7826 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7828         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7829         read only.
7831 2006-08-13  Romain Francoise  <romain@orebokech.com>
7833         * cus-theme.el (customize-create-theme)
7834         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7836         * filesets.el (filesets-add-buffer): Ditto.
7838         * pcvs.el (cvs-change-cvsroot): Ditto.
7840 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
7842         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7843         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7844         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7845         expressions.
7846         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7847         Only search till end of line.
7848         Add face to function names in case of no filename.
7849         Add face to variable names of watchpoints.
7851 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
7853         * cus-start.el <indent-tabs-mode>: Move to the `indent'
7854         customization group.
7856 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
7858         * allout.el (allout-prior-bindings, allout-added-bindings):
7859         Remove, after long deprecation.
7860         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7861         Add customization vars controlling allout-beginning-of-line and
7862         allout-end-of-line conveniences.
7863         (allout-header-prefix, allout-use-mode-specific-leader)
7864         (allout-use-mode-specific-leader, allout-mode-leaders):
7865         Revise docstrings.
7866         (allout-infer-header-lead): Change to be an alias for
7867         allout-infer-header-lead-and-primary-bullet.
7868         (allout-infer-header-lead-and-primary-bullet): New version of
7869         allout-infer-header-lead which assigns the primary bullet to the
7870         same as the header lead, when its being changed.
7871         (allout-infer-body-reindent): Apply regexp-quote instead of
7872         unconditionally prepending "\\", so that all literal
7873         allout-header-prefix and allout-primary-bullet strings are
7874         properly handled.
7875         (allout-add-resumptions): Add optional qualifier for extending or
7876         appending to existing values, rather than replacing them.
7877         (allout-view-change-hook): Clarify docstring.
7878         (allout-exposure-change-hook): Take explicit arguments, via
7879         run-hook-with-args.
7880         (allout-structure-added-hook)
7881         (allout-structure-deleted-hook)
7882         (allout-structure-shifted-hook): New hooks analogous to
7883         allout-exposure-change-hook for other kinds of structural outline
7884         edits.
7885         (allout-encryption-plaintext-sanitization-regexps): New encryption
7886         customization variable, by which cooperating modes can provde
7887         massage of the plaintext without actually being passed it.
7888         (allout-encryption-ciphertext-rejection-regexps)
7889         (allout-encryption-ciphertext-rejection-ceiling): New encryption
7890         customization variables, by which cooperating modes can prohibit
7891         rare but possible ciphertext patterns from fouling their
7892         operation, with actually being passed the ciphertext.
7893         (allout-mode): Run activation and deactivation hooks after the
7894         minor-mode variable has been toggled, to clarify the mode
7895         disposition.  The new encryption ciphertext rejection variable is
7896         used to ensure that the ciphertext does not contain text that
7897         would be recognized as outline structural elements by allout.
7898         Substite allout-beginning-of-line and allout-end-of-line for
7899         conventionall beginning-of-line and end-of-line bindings.
7900         If allout-old-style-prefixes is non-nil, don't nullify it on mode
7901         activation!
7902         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7903         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7904         (allout-chart-subtree): Implement new mode, charting only the
7905         visible items in the subtree, when new 'visible' parameter is non-nil.
7906         (allout-end-of-subtree): Properly handle the last item in the buffer.
7907         (allout-pre-command-business, allout-command-counter):
7908         Increment an advertised counter so that cooperating enhancements can
7909         track revisions of items.
7910         (allout-open-topic): Run allout-structure-added-hook with suitable
7911         arguments.
7912         (allout-shift-in): Run allout-structure-shifted-hook with suitable
7913         arguments.
7914         (allout-shift-out): Fix doubling for negative args and ensure call
7915         of allout-structure-shifted-hook by solely using allout-shift-in.
7916         (allout-kill-line, allout-kill-topic):
7917         Run allout-structure-deleted-hook with suitable arguments.
7918         (allout-yank-processing): Run allout-structure-added-hook with
7919         proper arguments.
7920         (allout-yank): Enclose activity in allout-unprotected.
7921         (allout-flag-region): Run allout-exposure-change-hook with
7922         suitable arguments, instead of making the callee infer the arguments.
7923         (allout-encrypt-string):
7924         Support allout-encryption-plaintext-sanitization-regexps,
7925         allout-encryption-ciphertext-rejection-regexps, and
7926         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
7927         en/de cryption mode in symmetric encryption failure message.
7928         (allout-obtain-passphrase): Use copy-sequence to get a distinct
7929         copy of the passphrase, and don't zero it or we'll corrupt the
7930         stashed copy.
7931         (allout-create-encryption-passphrase-verifier)
7932         (allout-verify-passphrase): Respect the new signature for
7933         allout-encrypt-string.
7934         (allout-get-configvar-values): Convenience for getting a
7935         configuration variable value and handling its absence gracefully.
7937 2006-08-11  Romain Francoise  <romain@orebokech.com>
7939         * obsolete/zone-mode.el: Delete.
7941 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7945 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
7947         * emacs-lisp/bindat.el (bindat-ip-to-string):
7948         Use `format-network-address' if possible.
7950 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7952         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7954 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
7956         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7957         restore unread-command-events here.
7958         (edebug-display): Do it here, to detect sit-for interruptions.
7960 2006-08-10  Romain Francoise  <romain@orebokech.com>
7962         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7963         (dns-mode-soa-auto-increment-serial): New user option.
7964         (dns-mode-soa-maybe-increment-serial): New function.
7965         (dns-mode): Add the latter to `write-contents-functions'.
7967         * obsolete/zone-mode.el: Move to obsolete/ from net/.
7968         Delete autoload cookies.
7970 2006-08-10  John Wiegley  <johnw@newartisans.com>
7972         * eshell/em-glob.el (eshell-glob-chars-list)
7973         (eshell-glob-translate-alist): Add support for [^g] in character globs.
7975 2006-08-10  Richard Stallman  <rms@gnu.org>
7977         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7978         (facemenu-set-face): Doc fix.
7979         (facemenu-listed-faces): Doc fix.
7981 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
7983         * avoid.el (mouse-avoidance-animating-pointer): New var.
7984         (mouse-avoidance-nudge-mouse): Use it.
7985         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7986         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7987         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7988         Don't activate if currently animating.  All callers changed.
7990 2006-08-09  John Wiegley  <johnw@newartisans.com>
7992         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7993         variable, which causes timeclock to report elapsed time worked,
7994         instead of just work remaining.
7996 2006-08-09  Kenichi Handa  <handa@m17n.org>
7998         * international/latexenc.el (latexenc-find-file-coding-system):
7999         Fix for the case that the 2nd element of arg-list is a cons.
8001 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
8003         * info.el (Info-fontify-node): Handle preceding `in' for note
8004         reference hiding rules.
8006 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8008         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8009         mistake a closing " for an opening one.
8011 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8013         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8015 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * complete.el (PC-do-completion): Filter out completions matching
8018         completion-ignored-extensions before checking whether there are
8019         multiple completions.
8020         Don't use `list' unnecessarily when building completion tables.
8022 2006-08-06  Richard Stallman  <rms@gnu.org>
8024         * help.el (describe-mode): Make minor mode list more concise.
8026 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
8028         * bindings.el: Give mode-line-format, mode-line-modes, and
8029         mode-line-position `standard-value' properties.
8031 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
8033         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8034         "(file)node" instead of the file name.
8036 2006-08-05  Richard Stallman  <rms@gnu.org>
8038         * faces.el (escape-glyph): Doc fix.
8040 2006-08-04  Kenichi Handa  <handa@m17n.org>
8042         * international/mule-diag.el (describe-font): Improve docstring
8043         and error message.  Use frame-parameter (not frame-parameters).
8045 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8047         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8048         Correctly mark the end-of-docstring char.
8050 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
8052         * simple.el (line-move-to-column): Constrain move-to-column to
8053         current field.
8055 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8057         * font-lock.el (font-lock-beg, font-lock-end)
8058         (font-lock-extend-region-functions): New vars.
8059         (font-lock-extend-region-multiline)
8060         (font-lock-extend-region-wholelines): New functions.
8061         (font-lock-default-fontify-region): Use them.
8062         (font-lock-extend-jit-lock-region-after-change): Only round up
8063         if font-lock-default-fontify-region will do it as well.
8065         * font-lock.el (font-lock-extend-after-change-region-function):
8066         Rename from font-lock-extend-region-function.
8067         (font-lock-extend-region): Remove by inlining at call sites.
8068         (font-lock-after-change-function): Don't needlessly round up to a whole
8069         number of lines.
8070         (font-lock-extend-jit-lock-region-after-change): Be more careful about
8071         the boundary conditions and the interactions between the various ways
8072         to extend the region.
8074 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8076         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8077         modification status when forcing the second redisplay.
8079 2006-08-03  Kim F. Storm  <storm@cua.dk>
8081         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8083 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8085         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8086         doesn't look like a file name.
8088         * complete.el (PC-expand-many-files): Avoid signalling an error when
8089         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8091 2006-08-02  Andreas Schwab  <schwab@suse.de>
8093         * bindings.el (mode-line-format): Simplify reference to vc-mode.
8095 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8097         * bindings.el (map): Make mode-line-buffer-identification-keymap
8098         before defining propertized-buffer-identification.
8100 2006-08-01  Richard Stallman  <rms@gnu.org>
8102         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8104 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8106         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8107         default value.
8108         (gdb-find-source-frame): New function.
8109         (menu): Add to menu bar.
8111 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8113         * font-core.el (font-lock-extend-region-function)
8114         (font-lock-extend-region): Move to font-lock.el.
8116         * font-lock.el (font-lock-extend-region-function)
8117         (font-lock-extend-region): Move from font-core.el.  Simplify.
8119         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8120         if needed.
8121         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8122         (jit-lock-after-change-extend-region-functions): New hook.
8123         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8125         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8126         (font-lock-turn-on-thing-lock): Use it.
8128         * longlines.el (longlines-show-region): Make it work on read-only
8129         buffers as well.
8131 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
8133         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8135 2006-07-31  Richard Stallman  <rms@gnu.org>
8137         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8138         (vhdl-speedbar-display-projects): Update old obsolete
8139         speedbar variable names.
8141 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
8143         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8144         (gdb-stopped): Use it.
8146         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8148 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
8150         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8151         for load-history elements.
8153 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
8155         * files.el (convert-standard-filename): For Cygwin, replace
8156         characters not allowed in Windows file names.
8157         (make-auto-save-file-name): Add Cygwin to the list of systems
8158         where the auto-save file name needs to be run through
8159         convert-standard-filename.
8161 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
8163         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8165 2006-07-28  Richard Stallman  <rms@gnu.org>
8167         * bindings.el (mode-line-frame-identification)
8168         (propertized-buffer-identification): Centralize the code
8169         to initialize the variable.
8171         * progmodes/grep.el (grep-default-command): Catch errors from
8172         wildcard-to-regexp.
8174 2006-07-29  Kim F. Storm  <storm@cua.dk>
8176         * progmodes/grep.el (grep-tag-default): New function.
8177         (grep-default-command, grep-read-regexp): Use it.
8178         (grep-read-files): Use car of grep-files-history or grep-files-aliases
8179         as default if nothing else applies.
8181 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
8183         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8184         Throw error if buffer is not in Dired and Wdired mode, respectively.
8186 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
8188         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8189         self-insert-command keys don't activate buttons.
8190         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8192 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
8194         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8195         faces for enable character.
8197 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8199         * Makefile.in (recompile): Update comment to reflect change
8200         on 2004-04-21.
8202 2006-07-27  Richard Stallman  <rms@gnu.org>
8204         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8205         (customize-package-emacs-version): Change msg when pkg has no entry.
8206         (custom-no-edit): On a button, do like widget-button-press.
8208 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8210         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8211         S-tab and C-S-tab.
8213 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
8215         * progmodes/which-func.el (which-function): Fix documentation/
8216         comment typo.
8218 2006-07-26  Richard Stallman  <rms@gnu.org>
8220         * textmodes/ispell.el (ispell-word): If we replace the word,
8221         move point to the end.  Insert before deleting.
8223 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
8225         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8226         a timer.
8228 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
8230         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
8231         when at first image.
8232         (tumme-forward-image): Add prefix argument.  Add error when at last
8233         image.
8235 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8237         * tabify.el (tabify-regexp): Use more specific regexps.
8238         (tabify): Avoid modifying the buffer unnecessarily.
8240 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
8242         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8243         (tumme-format-properties-string): Handle empty `buf'.
8244         (tumme-get-comment): Change variable names inside `let'.
8245         Add missing `let' variable that cause font-lock problems.
8246         (tumme-write-comments): Change variable names inside `let'.
8247         Add missing `let' variable that cause font-lock problems.
8248         (tumme-forward-image): Rename from `tumme-forward-char'.
8249         (tumme-backward-image): Rename from `tumme-backward-char'.
8251 2006-07-25  Masatake YAMATO  <jet@gyve.org>
8253         * progmodes/ld-script.el (ld-script-keywords)
8254         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8255         and add comments.
8257 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
8259         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8260         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8261         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8262         for status indicator.
8264 2006-07-24  Richard Stallman  <rms@gnu.org>
8266         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8268         * subr.el (dolist, dotimes): Use interned symbols for locals.
8269         (--dotimes-limit--, --dolist-tail--): New defvars.
8270         (looking-back): Doc fix.
8272         * replace.el (replace-match-string-symbols): Handle dotted lists.
8274 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8276         * tumme.el (tumme-write-tags): Add.
8277         (tumme-write-comments): Add.
8278         (tumme-tag-files): Change to use `tumme-write-tags'.
8279         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8280         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8281         (tumme-save-information-from-widgets): Change to use
8282         `tumme-write-comments' and `tumme-write-tags'.
8283         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8284         (tumme-write-tag): Remove.
8285         (tumme-write-comment): Remove.
8286         (tumme-display-previous-thumbnail-original): Remove empty line.
8287         (tumme-widget-list): Add punctuation.
8289 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
8291         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8293 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
8295         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8296         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
8297         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8299 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
8301         * mouse.el (mouse-on-link-p): Doc fix.
8303 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
8305         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8306         Handle "C-h f `".
8308 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
8310         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8311         column.
8313 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
8315         * textmodes/table.el: Add move-beginning-of-line and
8316         move-end-of-line to Point Motion Only Group.
8318 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8320         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8322 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8324         * startup.el (user-mail-address): Initialize from the `EMAIL'
8325         environment variable first.  Document this.
8326         (command-line): Ditto.
8328 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
8330         * help-mode.el (help-function-def, help-variable-def)
8331         (help-face-def): Print a message in the minibuffer.
8333 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
8335         * term/xterm.el (terminal-init-xterm): Fix key bindings
8336         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
8338 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8340         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8341         where `(nth 1 command)' is a cons cell.  Doc fix.
8343         * textmodes/po.el (po-find-charset): Doc fix.
8345 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
8347         * allout.el (allout-unprotected, allout-e-o-prefix-p)
8348         (allout-beginning-of-current-line, allout-end-of-current-line)
8349         (allout-next-visible-heading, allout-open-topic)
8350         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8351         (allout-flag-current-subtree, allout-show-to-offshoot)
8352         (allout-hide-current-entry, allout-show-current-branches)
8353         (allout-hide-region-body, allout-old-expose-topic)
8354         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8355         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8356         containing `beginning-of-line' and `end-of-line' with
8357         `inhibit-field-text-motion' t.
8359 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
8361         * frame.el (focus-follows-mouse): Document that it doesn't have
8362         any effect on MS-Windows.
8364 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8366         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8368 2006-07-20  Jay Belanger  <belanger@truman.edu>
8370         * calc.el (calc-previous-alg-entry): Remove variable.
8372         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8373         New variables.
8374         (calc-alg-entry): Use `calc-alg-entry-history'.
8375         (calc-do-quick-calc): Use `calc-quick-calc-history'.
8376         Remove reference to `calc-previous-alg-entry'.
8377         (calcAlg-edit, calcAlg-enter): Remove reference to
8378         `calc-previous-alg-entry'.
8379         (calcAlg-previous): Use `previous-history-element' instead of
8380         `calc-previous-alg-entry'.
8381         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8382         Change keybinding for `calcAlg-plus-minus', add keybindings for
8383         `previous-history-element' and `next-history-element'.
8385         * calc-rewr.el (calc-match): Remove reference to
8386         `calc-previous-alg-entry'.
8388         * calc-sel.el (calc-selection-history): New variable.
8389         (calc-enter-selection, calc-sel-mult-both-sides)
8390         (calc-sel-add-both-sides): Use `calc-selection-history'.
8392         * calc-map.el (calc-get-operator-history): New variable.
8393         (calc-get-operator): Use `calc-get-operator-history'.
8395         * calcalg3.el (calc-curve-fit-history): New variable.
8396         (calc-curve-fit): Use `calc-curve-fit-history'.
8398 2006-07-20  Kenichi Handa  <handa@m17n.org>
8400         * international/mule-cmds.el (select-safe-coding-system): Fix the
8401         way of deciding eol-type of the coding system.
8403 2006-07-20  Alan Mackenzie  <acm@muc.de>
8405         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8406         (c-lang-setvar): New macro.
8407         (c-make-init-lang-vars-fun): Use the initialization forms in
8408         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8409         (comment-start, comment-end, comment-start-skip): Change these from
8410         c-lang-defvar's to c-lang-setvar's.
8412         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8413         which calls make-local-variable on the elements of
8414         c-emacs-variable-inits.
8415         (c-init-language-vars-for): Call this new macro.
8417 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8419         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8420         Try to rule out false positives due to time stamps.
8421         (compilation-mode-font-lock-keywords): Remove rules made redundant
8422         because of the above change.  Add `segmentation fault' to the known and
8423         highlighted compilation termination messages.
8425 2006-07-19  Kim F. Storm  <storm@cua.dk>
8427         * progmodes/grep.el (grep-find-ignored-directories):
8428         Add .svn and _darcs to list.
8430 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
8432         * dired.el (dired-mode-map): Add key binding `C-te' for
8433         `tumme-dired-edit-comment-and-tags'.
8435         * tumme.el (tumme-display-thumbnail-original-image): Make sure
8436         image display buffer is displayed before call to
8437         `tumme-display-image.
8438         (tumme-dired-display-image): Make sure image display buffer is
8439         displayed before call to `tumme-display-image.
8440         (tumme-mouse-display-image): Make sure image display buffer is
8441         displayed before call to `tumme-display-image.
8442         (tumme-widget-list): Add.
8443         (tumme-dired-edit-comment-and-tags): Add.
8444         (tumme-save-information-from-widgets): Add.
8446 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8448         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8450 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * progmodes/sh-script.el (sh-font-lock-keywords-1):
8453         Revert inadvertently installed patch hunk.
8455         * progmodes/compile.el (compilation-find-file): Handle the
8456         cases where the user selects a non-existent file.
8458 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8460         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8462 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8464         * subr.el (sit-for): Just sleep-for if noninteractive.
8466 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8468         * emacs-lisp/autoload.el (make-autoload): Use new arg.
8470         * custom.el (custom-autoload): Add `noset' argument.
8471         (custom-push-theme): Don't autoload the variable, let callers do it.
8472         (custom-theme-set-variables): Autoload the variable if necessary.
8474         * cus-edit.el (custom-variable-state-set): If the variable was
8475         originally set outside custom, but to the same value as the default,
8476         consider it to be standard.
8478         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8479         file *before* telling Emacs to add the autoloads, in case it fails.
8481         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8482         Use `cond', push', and `dolist'.
8484 2006-07-17  Richard Stallman  <rms@gnu.org>
8486         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8487         Add defvars to silence warnings.
8489 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
8491         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8492         Don't highlight "Compiling file" messages as error.
8494         * dired-aux.el (dired-compress-file): Confirm again if gzipped
8495         file already exists.
8497 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
8499         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
8500         entry, don't assign to free var; simply return the extracted filename.
8501         (ff-treat-as-special): Incorporate common preamble from callers.
8502         (ff-other-file-name, ff-find-the-other-file):
8503         Update call to ff-treat-as-special.
8505         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8507 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
8509         * tumme.el (tumme-get-comment): Fix bug.
8511 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8513         * files.el: Remove spurious * in docstrings.
8515 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8517         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8518         grammar.
8519         (allout-beginning-of-current-line): Beware beginning of buffer.
8520         Also, a comment is simplified.
8521         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8522         when appropriate.  (This fix enables use for other than
8523         bullet-hotspot operation.)
8524         (allout-hide-current-subtree): While escalating to sibling-close,
8525         make sure to situate on a topic.
8527 2006-07-14  Kim F. Storm  <storm@cua.dk>
8529         * emulation/cua-base.el (cua-delete-selection)
8530         (cua-toggle-set-mark): New defcustoms.
8531         (cua-rectangle-modifier-key): Add `alt' modifier.
8532         (cua-replace-region): Don't delete if cua-delete-selection is nil.
8533         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8534         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8536         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8538 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
8540         * allout.el: Require 'cl during byte-compilation/interactive load,
8541         for the `assert' macro.
8542         (allout-mode-deactivate-hook): New hook, run when allout mode
8543         deactivates.
8544         (allout-developer): New allout customization subgroup.
8545         (allout-run-unit-tests-on-load): New allout-developer
8546         customization variable, when true allout unit tests are run towards
8547         end of file load/eval.
8548         (allout-inhibit-auto-fill): Disable auto-fill activity even during
8549         auto-fill-mode.
8550         (allout-resumptions): Remove, to be replaced by...
8551         (allout-add-resumptions): Register variable settings to be
8552         reinstated by `allout-do-resumptions'.  The settings are made
8553         buffer-local, but the locality/globality of the suspended setting
8554         is restored on resumption.
8555         (allout-do-resumptions): Reinstate all settings suspended using
8556         `allout-add-resumptions'.
8557         (allout-test-resumptions): Unit tests (and intermediate variables)
8558         for resumptions.
8559         (allout-tests-globally-unbound, allout-tests-globally-true)
8560         (allout-tests-locally-true): Intermediate variables for
8561         resumptions unit tests.
8562         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8563         (allout-exposure-category): Replaces 'allout-overlay-category variable.
8564         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8565         instead of retired `allout-resumptions'.  For hook functions, use
8566         `local' parameter so hook settings are created and removed as
8567         buffer-local settings.  Revise (resumptions) setting
8568         auto-fill-function so it is set only if already active.  (The
8569         related fill-function settings are all made in either case, so
8570         that activating auto-fill-mode activity will have the custom
8571         allout-mode behaviors (hanging indent on topics, if configured for it).
8572         Remove all allout-exposure-category overlays on mode deactivation.
8573         (allout-hotspot-key-handler): New function extracted from
8574         `allout-pre-command-business', so the functionality can be used
8575         for other purposes, eg as a binding in an overlay.
8576         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8577         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8578         customization variable.
8579         (allout-run-unit-tests): Run the (currently quite small)
8580         repertoire of unit tests.  Called just before the provide iff user
8581         has customized `allout-run-unit-tests-on-load' non-nil.
8583 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
8585         * emacs-lisp/authors.el (authors-aliases): Update.
8587 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
8589         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8590         gdb-source-window.  Add dedicated argument.
8591         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8592         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8593         (gdb-display-threads-buffer, gdb-display-memory-buffer)
8594         (gdb-display-locals-buffer): Use it.
8596         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8597         Set gdb-source-window.
8599 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8601         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8602         minor modes, redundant with the custom-autoload line above.
8604 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
8606         * longlines.el (longlines-post-command-function): Handle open-line too.
8608 2006-07-12  Richard Stallman  <rms@gnu.org>
8610         * progmodes/grep.el (grep-last-buffer): Doc fix.
8612         * info.el (Info-try-follow-nearest-node): Doc fix.
8614         * emacs-lisp/edebug.el (edebug-instrument-function):
8615         Err if find-function-noselect gives no position.
8617         * emacs-lisp/find-func.el (find-function-search-for-symbol):
8618         If can't find definition, return nil for position.
8619         (find-function-do-it): Handle new return value
8620         of find-definition-noselect.
8621         (find-definition-noselect, find-variable-noselect): Doc fix.
8622         (find-function-noselect): Doc fix.
8624         * help-mode.el (help-variable-def): Handle find-variable-noselect
8625         returning no position.
8626         (help-function-def): Likewise for find-function-search-for-symbol.
8627         (help-face-def): Likewise.
8629         * help-fns.el (describe-variable): Handle find-variable-noselect
8630         returning no position.
8632         * files.el (locate-file-completion): Avoid duplicates in result.
8634         * cus-edit.el (custom-no-edit): New command.
8635         (custom-mode-map): Remap to custom-no-edit instead of
8636         using suppress-keymap.
8638 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
8640         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8641         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8642         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8644         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8646 2006-07-11  Kim F. Storm  <storm@cua.dk>
8648         * ido.el (ido-copy-current-file-name): Use buffer-name if
8649         buffer-file-name is nil.
8651 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
8653         * simple.el (undo-ask-before-discard): Set to nil.
8655         * vc.el (vc-exec-after): Don't delete process manually.
8656         (vc-print-log): Run log-view-mode in process sentinel inside
8657         inhibit-read-only.  Don't shrink window due to timing issues.
8659         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8660         Avoid using with-output-to-temp-buffer, which clobbers local vars.
8662 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8664         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8665         Fix ambiguity introduced by last change.
8666         (compilation-find-file): Move save-excursion to where it may
8667         make sense.  Fix a left over `find-file'.
8669 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
8671         * textmodes/texinfmt.el (texinfo-format-separate-node):
8672         Insert a string before point, which fits documentation, not after.
8673         (texinfo-multitable-item): In a multitable row, insert any
8674         additional needed @tabs and spaces.
8676 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
8678         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8679         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8680         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8681         instead of shell-command.
8682         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8683         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8684         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8685         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8686         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8687         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8689 2006-07-11  Kim F. Storm  <storm@cua.dk>
8691         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
8692         Remove special case for seconds < 0.  Use (redisplay t) instead.
8694 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
8696         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8697         avoid compilation error.
8699         * subr.el (sit-for): New function.
8701         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8703 2006-07-10  Richard Stallman  <rms@gnu.org>
8705         * ldefs-boot.el (edebug): Update page.
8707 2006-07-10  Kim F. Storm  <storm@cua.dk>
8709         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8710         to FOR-RELEASE and TODO.
8712 2006-07-10  Romain Francoise  <romain@orebokech.com>
8714         * emacs-lisp/authors.el (authors-aliases): Update.
8716 2006-07-10  Alan Mackenzie  <acm@muc.de>
8718         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8719         * cc-mode.el: Changes to eradicate eval-after-load.
8721 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
8723         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8724         on non-char events.
8726 2006-07-09  Romain Francoise  <romain@orebokech.com>
8728         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8729         Don't highlight start/end markers as compilation messages.
8731         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8732         to t.
8734 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8736         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8738 2006-07-08  Richard Stallman  <rms@gnu.org>
8740         * term/x-win.el (x-handle-display): Add doc string.
8742         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8744         * subr.el (def-edebug-spec): Move here.
8745         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8747         * imenu.el (imenu-choose-buffer-index): Doc fix.
8749 2006-07-08  Romain Francoise  <romain@orebokech.com>
8751         * term/x-win.el (x-display-name): Fix typo.
8753 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
8755         * hexl.el (hexl-find-file): Doc fix.
8757         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8759 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
8761         * term/x-win.el (x-display-name): Doc fix.
8763 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8765         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8766         long prefixes.
8767         (fill-region-as-paragraph): Don't round up to a whole line.
8768         (fill-comment-paragraph): Don't include the code-before-the-comment
8769         when calling fill-region-as-paragraph.
8771         * international/mule.el (make-char): Remove redundancy.
8773         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8774         property may contain an anonymous function rather than a symbol.
8776         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8778         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8779         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
8781         * dirtrack.el (dirtrack-default-directory-function): Remove.
8782         (dirtrack-directory-function): Use file-name-as-directory.
8783         (dirtrack-windows-directory-function): Simplify.
8784         (dirtrack-forward-slash, dirtrack-backward-slash)
8785         (dirtrack-replace-slash): Remove.
8786         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8787         (dirtrack): Fix wrong parenthesizing; use match-string.
8789         * progmodes/octave-inf.el: Remove spurious * in docstrings.
8790         (inferior-octave-mode): Only change the buffer-local value of
8791         comint-dynamic-complete-functions.
8792         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8793         Move the initialization to the declaration.
8794         (inferior-octave-complete): Remove unused var `filter'.
8796         * shell.el (shell-mode): Only change the buffer-local value of
8797         comint-dynamic-complete-functions.
8799 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
8801         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8802         entry is skipped because it has been scheduled.
8803         (org-prepare-agenda-buffers): Don't mark buffers as modified when
8804         changing `:org-archived' and `:org-comment' properties.
8806 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
8808         * server.el (server-select-display): Don't make the temp frame
8809         minibuffer-only, in case it's not a temp frame.
8810         (server-process-filter): Don't delete the temp frame if it's the
8811         only one we have on that display.
8813         * files.el (find-alternate-file): Doc fix.
8815 2006-07-05  Richard Stallman  <rms@gnu.org>
8817         * files.el (abbreviate-file-name): Add save-match-data.
8819 2006-07-03  Richard Stallman  <rms@gnu.org>
8821         * faces.el (read-face-name): Doc fix.
8823 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
8825         * net/goto-addr.el (goto-address): Mark as safe for local evals.
8827 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
8829         * vc.el (vc-diff-internal): Fix prev change.
8831 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
8833         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8834         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8836 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8838         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8839         fails if the symbol contains chars like ( or '.
8840         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8841         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8842         `short'.
8844 2006-07-04  Kenichi Handa  <handa@m17n.org>
8846         * international/mule-cmds.el (set-language-info): If LANG-ENV is
8847         the current one, don't call set-language-environment, but call one
8848         of set-language-environment-XXX to make INFO effective now.
8849         (set-language-environment): Call set-language-environment-XXX
8850         functions instead of doing the various setups directly.
8851         (set-language-environment-coding-systems): Delete argument eol-type.
8852         (set-language-environment-input-method)
8853         (set-language-environment-nonascii-translation)
8854         (set-language-environment-charset)
8855         (set-language-environment-fontset)
8856         (set-language-environment-unibyte): New functions.
8858 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
8860         * locate.el (locate-update-when-revert): New option.
8861         (locate-update-path): New option (suggested by Michael Albinus).
8862         (locate-prompt-for-command): Whitespace change.
8863         (locate-update): No longer offer to update the locate database by
8864         default.  Implement the two new options.
8866 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
8868         * tooltip.el: Move comment about track-mouse...
8870         * progmodes/gud.el: ...to here.
8872 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
8874         * facemenu.el (facemenu-listed-faces): New var.
8875         (facemenu-unlisted-faces): Variable deleted.
8876         (facemenu-add-new-face): Use facemenu-listed-faces.
8878         * emulation/viper-init.el, calendar/calendar.el:
8879         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8881 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
8883         * textmodes/org.el (org-mode): Remove no invalid settings for
8884         calc embedded mode.
8885         (org-mode-p): New defsubst.
8886         (org-save-all-org-buffers): New function.
8887         (org-first-headline-recenter): Enclose outline-regexp in group
8888         delimiters.
8889         (org-set-tags): Keep single space after stars.
8891 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8893         * window.el (set-window-text-height): Only set window-min-height to
8894         1 if that's the requested size.
8896         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8897         (diff-unified->context, diff-context->unified)
8898         (diff-reverse-direction): Make sure the end marker stays at the end.
8899         (diff-mode): Add the keymap table at the end of docstring.
8900         Use lexical-let rather than constructing a closure manually.
8902         * files.el (find-file-noselect-1): Remove unused var assignment.
8903         (hack-local-variables-confirm): Print lists of strings as lists of
8904         strings rather than lists of symbols.
8905         (abbreviate-file-name, hack-local-variables-prop-line):
8906         Use match-string.
8907         (hack-one-local-variable): Move `make-local-variable' nearer its use.
8908         (recover-session-finish): Use line-end-position.
8910 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
8912         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8914 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
8916         * progmodes/make-mode.el (makefile-macroassign-regex):
8917         Accept preceding keyword.
8918         (makefile-gmake-statements): Reorganize, now that makepp has
8919         "override" and also handle forgotten "override define".
8920         (makefile-makepp-statements): Add new "global", "override export"
8921         and "override global".
8923 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
8925         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8926         (ada-compile-mouse-goto-error, ada-deactivate-properties)
8927         (ada-no-auto-case): Fix typos in docstrings.
8929 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
8931         * info.el (Info-find-node-2): Search for makeinfo version more
8932         carefully.
8934 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
8936         * textmodes/org.el (org-prepare-agenda-buffers):
8937         Use `invisible-OK' argument for `org-end-of-subtree'.
8938         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8939         (org-beginning-of-item): Fix bug in regular expression for white line.
8940         (org-export-as-html): Enforce space after bullet in plain list items.
8941         (org-set-autofill-regexps): Require space after plain list bullet
8942         for paragraph-start.
8943         (org-ts-regexp3): New constant.
8944         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8945         (org-timestamp-up-day, org-timestamp-down-day)
8946         (org-timestamp-change): Work with inactive timestamps.
8947         (org-ts-regexp1): Don't allow brackets in time stamps.
8949 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
8951         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8952         for ignoring links.
8954         * faces.el (read-face-name): Use it.
8956 2006-06-28  Juri Linkov  <juri@jurta.org>
8958         * buff-menu.el (list-buffers-noselect): Compare Info file
8959         with the string "dir" to detect Info directory.
8961         * complete.el (partial-completion-mode): In lambda for
8962         `choose-completion-string-functions' use full function signature
8963         with 4 args, and move point to the end of the minibuffer only if arg
8964         `mini-p' is non-nil.
8966 2006-06-28  John Paul Wallington  <jpw@pobox.com>
8968         * ibuffer.el (ibuffer-mode): Doc fix.
8970 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
8972         * textmodes/org.el (org-context): New contexts :item-bullet,
8973         :latex-fragment, :latex-preview.
8974         (org-overlays-at, org-overlay-start, org-overlay-end):
8975         New compatibility functions.
8976         (org-inside-LaTeX-fragment-p): More accurate matching, using the
8977         exact regexp that will be used during export.
8978         (org-latex-regexps): New variable.
8979         (org-cdlatex-mode): Improve advice for `texmathp'.
8980         (turn-on-org-cdlatex): New function.
8982 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8984         * term/mac-win.el (mac-handle-font-selection): Change keys of
8985         mac-atsu-font-table from strings to numbers.
8986         (mac-ts-caret-position): Use also when cursor-type is nil.
8987         (mac-ts-update-active-input-area): Add Mac OS Classic support.
8988         Relax condition for using overlay strings.
8989         Use mac-ts-caret-position face when cursor-type is nil.
8991 2006-06-26  Kim F. Storm  <storm@cua.dk>
8993         * help.el (view-emacs-news): Declare `res' in the right let* form.
8995 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
8997         * net/rcompile.el (remote-compile): Replace ange-ftp based
8998         implementation by Tramp functions.
8999         Suggested by Marc Abramowitz <msabramo@gmail.com>.
9001         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9003 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
9005         * international/fontset.el (setup-default-fontset): Fix a typo in
9006         the "Oriya-Akruti" registry name.
9008 2006-06-23  Lars Hansen  <larsh@soem.dk>
9010         * desktop.el (desktop-full-file-name): New function.
9011         (desktop-kill, desktop-save, desktop-remove, desktop-read)
9012         (desktop-revert): Use it.
9013         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9014         (desktop-after-read-hook): Add option list-buffers.
9015         (desktop-locals-to-save): Add tab-width.
9016         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9017         Fix docstring.
9019 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
9021         * textmodes/org.el (org-cdlatex-mode-map)
9022         (org-cdlatex-texmathp-advice-is-done): New variables.
9023         (org-cdlatex-mode): New minor mode.
9024         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9025         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9026         (org-export-with-archived-trees): New option.
9027         (org-open-file): Remove the call to `convert-standard-filename'.
9028         (org-archive-tag, org-agenda-skip-archived-trees)
9029         (org-cycle-open-archived-trees)
9030         (org-sparse-tree-open-archived-trees): New options.
9031         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9032         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9033         New functions.
9034         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9035         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9036         (org-mode-map): Add binding for `org-toggle-archive-tag'.
9037         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9038         Call `org-prepare-agenda-buffers'.
9039         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9040         (org-file-apps, org-file-apps-defaults-gnu)
9041         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9042         Handle remote files by forcing them to be opened in Emacs.
9044 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
9046         * vc.el (vc-diff-knows-L): New variable.
9047         (vc-diff-internal): Use it to handle "diff" programs that don't
9048         understand -L.  This works automatically, no user action is necessary.
9050 2006-06-23  Daniel Brockman  <daniel@brockman.se>
9052         * net/rcirc.el (rcirc-default-user-full-name): Default to
9053         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9054         longer exists).
9055         (rcirc-process-list): Check `buffer-live-p' before attempting to
9056         switch to a buffer.
9058 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
9060         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9061         based on rcirc-coding-system-alist.
9063 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
9065         * cus-edit.el (customize-apropos): A better error message.
9066         (top level) <debug-ignored-errors>: Extend and update the list of
9067         ignored error messages.
9069 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
9071         * complete.el (PC-do-completion): Retain capitalization of user
9072         input, when possible, even if completion-ignore-case is set.
9074 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
9076         * generic-x.el (bat-generic-mode): Support .cmd files.
9078         * dos-w32.el (top level): Use find-file-not-found-functions
9079         instead of the obsolete find-file-not-found-hooks.
9081 2006-06-22  Kim F. Storm  <storm@cua.dk>
9083         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9084         to recognize mode name containing submodes, such as Grep/lw.
9086 2006-06-21  Kim F. Storm  <storm@cua.dk>
9088         * simple.el (line-move-1): Check for move-end-of-line instead of
9089         end-of-line when setting temporary-goal-column.
9091 2006-06-21  Miles Bader  <miles@gnu.org>
9093         * play/cookie1.el (cookie): Work properly when there's only one entry.
9095 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
9097         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9098         (gdb-frame-handler): Generalize frame regexp for templates.
9100 2006-06-20  Glenn Morris  <rgm@gnu.org>
9102         * calendar/appt.el (appt-display-format): Default value must be
9103         one of the customize options.
9105 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9107         * term/xterm.el (terminal-init-xterm): Update key availability info.
9108         Bind C-return.
9110         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9112 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
9114         * files.el (hack-local-variables): Run `hack-local-variables-hook'
9115         whether or not a local variables list is defined.
9117         * msb.el (msb): Move `sit-for' hack here to handle both
9118         "mouse-down and drag" and "mouse-up and select" situations.
9119         (mouse-select-buffer): Move `sit-for' hack to `msb'.
9121 2006-06-20  Kenichi Handa  <handa@m17n.org>
9123         * international/characters.el (word-combining-categories):
9124         Add entries for 2-byte Han characters.
9126 2006-06-19  Richard Stallman  <rms@gnu.org>
9128         * bindings.el (mode-line-format): Save some mode line space.
9130         * files.el (find-file-noselect): Improve the question wording.
9131         (basic-save-buffer-2): Mask UMASK against 666.
9133         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9134         (mouse-drag-vertical-line): Call it.
9136         * cus-edit.el (customize-option, customize-option-other-window):
9137         Error if SYMBOL is nil.
9139 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
9141         * textmodes/org.el: Require noutline, also on XEmacs.
9142         (org-end-of-subtree): Return point.
9143         (org-dblock-start-re, org-dblock-end-re): New constants.
9144         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9145         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9146         (org-update-all-dblocks, org-find-dblock): New functions.
9147         (org-collect-clock-time-entries): New function.
9148         (org-html-handle-time-stamps): Never export CLOCK timeranges.
9149         (org-fixup-indentation): Modify to deal correctly with lines
9150         starting with TAB.  Only one argument DIFF now.
9151         (org-demote, org-promote): Call `org-fixup-indentation' with just
9152         one argument, DIFF.
9153         (org-mode): Don't mark buffer as modified when aligning tables.
9154         (org-clock-sum): Don't mark buffer modified when adding time sum
9155         properties.
9156         (org-export-as-html): Add support for a link validation function.
9157         (org-archive-all-done): New function.
9158         (org-archive-subtree): New prefix argument.  When set, archive all
9159         done subtrees in this buffer.
9160         (org-remove-clock-overlays)
9161         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9162         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9163         (org-put-clock-overlay): Don't swallow last headline character
9164         when displaying overlay.
9165         (org-store-link): Link to `image-mode' with just the file name.
9167 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
9169         * viper-cmd.el (viper-special-read-and-insert-char):
9170         Use read-key-sequence.
9171         (viper-after-change-undo-hook): Misc enhancements.
9172         (viper-after-change-undo-hook): New hook.
9173         (viper-undo): Use viper-after-change-undo-hook.
9174         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9175         (viper-next-line-at-bol): If point is on a widget or a button, simulate
9176         clicking on that widget/button.
9178         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9180         * ediff-diff (ediff-test-patch-utility): Catch errors.
9181         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9182         (ediff-set-actual-diff-options): New function.
9183         (ediff-reset-diff-options, ediff-toggle-ignore-case):
9184         Use ediff-set-actual-diff-options.
9185         (ediff-extract-diffs): Catch errors.
9186         (ediff-whitespace): Add non-breakable space.
9187         (ediff-same-file-contents): Catch errors.
9189         * ediff-mult.el (ediff-collect-custom-diffs):
9190         Save coding-system-for-read.
9192         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9193         (ediff-vc-internal, ediff-vc-merge-internal):
9194         Use ediff-delete-version-file.
9195         (ediff-delete-version-file): New function.
9197         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9199         * ediff.el (ediff-directories, ediff-directory-revisions)
9200         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9201         (ediff-directories-internal, ediff-merge-directory-revisions)
9202         (ediff-merge-directory-revisions-with-ancestor)
9203         (ediff-directories3): Use read-directory-name.
9205 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
9207         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9208         Remove superfluous part of regexp for brace matching which is handled
9209         by `scan-lists' call.
9211 2006-06-16  Richard Stallman  <rms@gnu.org>
9213         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9215         * files.el (basic-save-buffer-2): For a new precious file,
9216         use the default modes in the return value.
9218         * facemenu.el (facemenu-color-alist): Doc fix.
9220         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9222 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9224         * cus-start.el (all): Add mac-ts-script-language-on-focus.
9226         * term/mac-win.el (mac-text-encoding-ascii): New constant.
9227         (mac-utxt-to-string): Use it.
9228         (mac-ts-update-active-input-area): Use mac-ae-number.
9230 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
9232         * term.el (term-handle-scroll, term-delete-lines)
9233         (term-insert-lines): Fix off by one errors.
9235 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
9237         * net/tramp.el (tramp-touch): Use UTC to express time.
9239 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
9241         * mail/sendmail.el (mail-send): Search explicitly for
9242         mail-header-separator when checking for corrupted header lines.
9244 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
9246         * progmodes/gdb-ui.el (gdb-same-frame): New option.
9247         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9248         (gdb-init-1): Initialise them.
9249         (gdb-starting): Reset gdb-printing
9250         (gdb-starting): Save value of gud-overlay-arrow-position.
9251         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9252         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9253         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9254         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9256 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9258         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9260 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
9262         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9263         (ldap-search-internal): Keep error messages, and a regexp fix.
9265 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
9267         * files.el (hack-local-variables-confirm):
9268         Display string value using its printed representation.
9270 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
9272         * server.el (server-edit): No-op if no server buffers exist.
9274 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
9276         * textmodes/page-ext.el (pages-directory-for-addresses):
9277         Including `pages-directory-address-mode' in the function results
9278         in the message "Buffer in which pages were found is deleted".
9280 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
9282         * textmodes/org.el (org-agenda-mode-map): Add bindings for
9283         clocking functions.
9285         (org-agenda-clock-in, org-check-running-clock)
9286         (org-clock-out-if-current, org-remove-clock-overlays)
9287         (org-put-clock-overlay): New functions.
9288         (org-clock-marker, org-clock-file-total-minutes)
9289         (org-clock-overlays): New variables.
9290         (org-clock-display, org-clock-sum, org-clock-cancel)
9291         (org-clock-out, org-clock-in): New commands.
9292         (org-export): New function.
9293         (org-emph-re): New constant.
9294         (org-set-emph-re, org-do-emphasis-faces): New functions.
9295         (org-emphasis-regexp-components, org-emphasis-alist): New options.
9296         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9297         (org-export-html-convert-emphasize): Use the configurable emphasis.
9298         (org-cleaned-string-for-export): Make multiline emphasis visible
9299         to the exporter.  New optional argument PARAMETERS.
9300         (org-export-as-html): Specify :emph-multiline parameter to
9301         `org-cleaned-string-for-export'.
9303 2006-06-10  Richard Stallman  <rms@gnu.org>
9305         * help.el (help-for-help-internal): Clean up help text.
9307 2006-06-10  Andreas Schwab  <schwab@suse.de>
9309         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9310         in doc string.
9312         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9314 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
9316         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9317         spaces after the comment start.
9319 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9321         * play/pong.el (pong-init-buffer):
9322         Fill buffer with spaces instead of ^A.
9324         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9325         launched asynchronously, delete its process instead of being cool.
9326         (ispell-async-processp): Check for `delete-process' existence
9327         instead of `kill-process' one for consistency.
9329 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
9331         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9332         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9333         in mode line at startup.
9335 2006-06-08  Kim F. Storm  <storm@cua.dk>
9337         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9338         (ido-init-completion-maps): Bind them to M-SPC and M-v.
9339         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
9340         (ido-file-internal): Pass full file name to write-file.
9341         (ido-read-internal): Only pop stack elements automatically if they
9342         actually match an existing directory or file name.
9344 2006-06-07  Kenichi Handa  <handa@m17n.org>
9346         * international/mule.el (find-auto-coding): Don't handle the short
9347         name `char-trans'.
9349         * files.el (hack-local-variables-prop-line)
9350         (hack-local-variables): Cancel the previous change.
9352 2006-06-06  Jesper Harder  <harder@phys.au.dk>
9354         * ediff-diff.el (ediff-test-utility): Protect against file-error.
9356 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
9358         * diff-mode.el (diff-mode): Set buffer-read-only to t when
9359         diff-default-read-only is non-nil.
9360         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9361         (diff-refine-hunk): Set inhibit-read-only to t.
9363         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9364         modifying the *Diff* buffer.
9365         (diff-process-filter): New filter function for diff process that
9366         sets inhibit-read-only to t when modifying the *Diff* buffer.
9368 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
9370         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9371         insertion point and control the number of empty lines.
9372         (org-paste-subtree): Limit the number of empty lines at the end of
9373         the inserted tree.
9374         (org-agenda): Use buffer name of current file for narrowing.
9375         (org-export-as-xml): Command removed.
9376         (org-export-xml-type): Option removed.
9377         (org-mode-map): Call `org-export-as-xoxo' directly.
9378         (org-get-indentation): New optional argument LINE.
9379         (org-fix-indentation, org-remove-tabs): New functions.
9380         (org-export-as-ascii, org-ascii-level-start): Determine and apply
9381         correct indentation for headlines that are converted it items.
9382         (org-skip-comments): Remove table lines that contain narrowing
9383         cookies but no other non-empty fields.
9384         (org-set-tags): Allow groups of mutually exclusive tags.
9385         (org-cmp-time): Sort 24:21 before items without time.
9386         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9387         (org-open-at-point): Require double colon also for numbers.
9389 2006-06-06  Kim F. Storm  <storm@cua.dk>
9391         * ido.el (ido-default-file-method, ido-default-buffer-method):
9392         Make choice values consistent with corresponding command names.
9393         (ido-visit-buffer): Update accordingly.  Default to selected-window.
9395 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
9397         * progmodes/gud.el (gud-running): Fix doc string.
9398         (gud-menu-map): Use :visible instead fo :enable for debugger test.
9399         (gud-tooltip-modes): Add python-mode.
9400         (gud-tooltip-print-command): Add pdb.  Remove perldb.
9402 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
9404         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9405         Quote $(EMACS).
9407 2006-06-05  Richard Stallman  <rms@gnu.org>
9409         * faces.el (defined-colors): Doc fix.
9411 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
9413         * vc.el (vc-process-filter): Inhibit undo info collection around
9414         call to insert.
9415         (vc-setup-buffer): Likewise for call to erase-buffer.
9416         (vc-do-command): Likewise for call to process-file.
9418 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
9420         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9421         for gud-go.
9422         (gud-common-init): Other debuggers may trigger error.
9424 2006-06-05  Kenichi Handa  <handa@m17n.org>
9426         * international/mule.el (find-auto-coding):
9427         Handle enable-character-translation in file header.
9429 2006-06-04  Kim F. Storm  <storm@cua.dk>
9431         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9432         (authors-fixed-entries): Fix spelling.
9433         (authors-canonical-file-name): Don't report error for wildcards.
9435         * help.el (view-emacs-news): Rewrite to support new NEWS,
9436         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
9437         e.g. version 10 matches 1.10, and don't be confused by version 1.1
9438         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
9440 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
9442         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9443         exec constructs like `foo bar`.
9444         (sh-quoted-subshell): New helper function to search for a possibly
9445         nested subshell (like `` or $()) within a "" quoted string.
9446         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9447         (sh-apply-quoted-subshell): Flag quote characters inside a
9448         subshell, which is itself already in a quoted region, as
9449         punctuation, since this is the closest to what they actually are.
9450         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9451         sh-apply-quoted-subshell.
9452         (sh-font-lock-syntactic-face-function): Apply the new face for
9453         text inside `` instead of the old font-lock-string-face.
9455 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9457         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9458         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9459         (mac-bytes-to-text-range, mac-ae-text-range-array)
9460         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9461         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9462         (mac-ts-unicode-for-key-event): New functions.
9463         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9464         (mac-handle-font-selection): Use mac-ae-number.
9465         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9466         New variables.
9467         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9468         (mac-ts-converted-text, mac-ts-selected-converted-text)
9469         (mac-ts-block-fill-text, mac-ts-outline-text)
9470         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9471         (mac-ts-hilite-style-faces): New constant.
9472         (mac-apple-event-map): Bind text input events.
9473         (mac-dispatch-apple-event): Use command-execute instead of
9474         call-interactively.
9475         (global-map): Don't bind mac-apple-event.
9476         (special-event-map): Bind mac-apple-event.
9478 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
9480         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9481         file name.
9482         (emacs): Enclose the value of $(EMACS) in quotes.
9484 2006-06-02  Juri Linkov  <juri@jurta.org>
9486         * international/mule.el (sgml-html-meta-auto-coding-function):
9487         Remove the condition `(search-forward "<html" size t)'.
9488         Replace `\"' with `[\"']?' in `re-search-forward'.
9490 2006-06-02  Kenichi Handa  <handa@m17n.org>
9492         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9493         as well as `coding'.
9494         (hack-local-variables): Likewise.
9496         * international/mule.el (enable-character-translation):
9497         Put permanent-local and safe-local-variable properties.
9498         (find-auto-coding): Handle char-trans: tag.
9500 2006-06-02  Juri Linkov  <juri@jurta.org>
9502         * international/mule.el (sgml-html-meta-auto-coding-function):
9503         Limit the search by the end of the HTML header (if any).
9505 2006-06-01  Richard Stallman  <rms@gnu.org>
9507         * subr.el (with-current-buffer): Doc fix.
9509 2006-06-02  Masatake YAMATO  <jet@gyve.org>
9511         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9512         Almost rewrite.  Underlines over all lines of gcov output are too
9513         uncomfortable to read.  Suggested by Dan Nicolaescu.
9515 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
9517         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9519         * shell.el (shell-mode): Use shell-mode-map in docstring.
9521         * comint.el (comint-send-input): Do not add help-echo and
9522         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9524 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9526         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9528 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
9530         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9531         (gdb-stopped, gdb-info-stack-custom): If there is no source info
9532         look up the stack and pop up GUD buffer if necessary.
9533         (gdb-frames-select): Remove redundant call to gud-display-frame.
9534         (gdb-info-threads-custom): Keep point at start of buffer.
9535         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9537 2006-05-31  Juri Linkov  <juri@jurta.org>
9539         * replace.el (query-replace-read-from, query-replace-read-to):
9540         Bind `history-add-new-input' to nil.  Call `add-to-history'.
9542 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9544         * textmodes/table.el: Convert all HTML tags to lower case for
9545         XHTML compatibility.
9547 2006-05-31  Masatake YAMATO  <jet@gyve.org>
9549         * progmodes/compile.el:
9550         (compilation-error-regexp-alist-alist::gcov-called-line):
9551         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
9553 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
9555         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9556         Revert inadvertent changes made with last commit.
9558 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9560         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9561         New functions.
9563         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9565 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
9567         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9568         only matches in the right place.
9569         (org-upcoming-deadline): New face.
9570         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9571         (org-export-ascii-underline): Rename constant `org-ascii-underline'
9572         and make it an option.
9573         (org-export-ascii-bullets): New option.
9574         (org-export-as-html): Many changes to emit valid XHTML.
9575         (org-par-open): New variable.
9576         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9577         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9578         (org-timeline): Pass `org-timeline-show-empty-dates' to
9579         `org-get-all-dates'.  Interpret empty dates returned by
9580         `org-get-all-dates'.
9581         (org-get-all-dates): New argument EMPTY.  Add dates without
9582         entries to the list, mark large ranges of empty dates.
9583         (org-point-in-group, org-context): New functions.
9585 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
9587         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9589         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9590         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9591         to C-mouse-3 (for 2 button mice).
9592         (gdb-send): Do the right thing for C-d.
9594         * speedbar.el (speedbar-detach): Delete.
9595         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9596         it breaks things.
9597         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9599 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
9601         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9602         Makeppfile.
9604         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9605         Add makepp diagnostic.
9607 2006-05-29  Richard Stallman  <rms@gnu.org>
9609         * window.el (fit-window-to-buffer): Doc fix.
9611         * help.el (temp-buffer-max-height): Doc fix.
9613         * subr.el (with-current-buffer): Doc fix.
9615 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9617         * term/x-win.el: Bind F10 to menu-bar-start if available.
9619 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
9621         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9622         uses with a simple test.
9623         (term-set-escape-char, term-mode, term-check-kill-echo-list)
9624         (term-send-raw-string, term-send-raw, term-mouse-paste)
9625         (term-char-mode, term-line-mode, term-exec, term-sentinel)
9626         (term-handle-exit, term-read-input-ring)
9627         (term-previous-matching-input-string)
9628         (term-previous-matching-input-string-position)
9629         (term-previous-matching-input-from-input)
9630         (term-replace-by-expanded-history, term-send-input)
9631         (term-skip-prompt, term-bol, term-send-invisible)
9632         (term-kill-input, term-delchar-or-maybe-eof)
9633         (term-backward-matching-input, term-check-source)
9634         (term-proc-query, term-emulate-terminal)
9635         (term-handle-colors-array, term-process-pager, term-pager-line)
9636         (term-pager-bob, term-unwrap-line, term-word)
9637         (term-dynamic-complete-filename)
9638         (term-dynamic-complete-as-filename)
9639         (term-dynamic-simple-complete): Replace one arm ifs with whens or
9640         unlesses.
9642 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9644         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9645         during bootstrapping.
9647         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9648         Basically undo the change of 2006-05-26: use extra arguments instead of
9649         dynamic scoping.
9650         (ewoc-locate): Remove unused var `footer'.
9652 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9654         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9656         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9657         (generate-file-autoloads): Obey it.  Return whether autoloads were
9658         added at point or not.
9659         (update-file-autoloads): Use this new return value.
9660         Remove redundant test for the presence of an autoload cookie.
9662         * emacs-lisp/autoload.el (autoload-find-file): New fun.
9663         This one calls hack-local-variables.
9664         (generate-file-autoloads, update-file-autoloads): Use it.
9666         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9667         (bibtex-sort-entry-class): Add safe-local-variable predicate.
9668         (bibtex-sort-entry-class-alist): Don't set the global value.
9669         (bibtex-init-sort-entry-class-alist): New fun.
9670         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9671         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9672         of bibtex-init-sort-entry-class.
9674 2006-05-28  Richard Stallman  <rms@gnu.org>
9676         * subr.el (load-history-regexp): If FILE is relative, insist
9677         entire last name component must match it.
9678         (load-history-filename-element, load-history-regexp): Doc fixes.
9680 2006-05-29  Kim F. Storm  <storm@cua.dk>
9682         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9683         `pos' and `raw-data' for clarity, as eval forms may access these.
9685 2006-05-28  Kim F. Storm  <storm@cua.dk>
9687         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9689 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * progmodes/make-mode.el (makefile-browser-map)
9692         (makefile-mode-syntax-table): Move initialization inside declaration.
9693         (makefile-fill-paragraph): Use the default comment-filling code.
9695 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
9697         * replace.el (query-replace-defaults): New variable.
9698         (query-replace-read-from): Use `query-replace-defaults' for
9699         default value, instead of history list.
9700         (query-replace-read-to): Update `query-replace-defaults'.
9702 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
9704         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9705         with no X toolkit.
9707 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
9709         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9710         (tumme-show-all-from-dir): Add autoload.
9712 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9714         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9715         (tumme-remove-tag): Fix bug.
9717 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
9719         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9720         FOOTER args.  Update unique caller.
9721         (ewoc-delete): Compute last node once before looping.
9722         (ewoc--node-branch): Merge into unique caller.
9723         (ewoc--node): Don't define constructor make-ewoc--node for this
9724         structure.
9725         (ewoc): Add member `hf-pp' to this structure.
9726         (ewoc--wrap): New func.
9727         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
9728         header/footer pretty-printers.  Save header/footer pretty-printer.
9729         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
9731         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9733 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
9735         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9736         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
9737         Tag'.  Change "Compare directories..." to "Change Directories...".
9738         Move tumme commands to Operate, Regexp and Immediate menus.
9739         Change "Add Comment" to "Add Image Comment".  Change "Add Image
9740         Tag" to "Add Image Tags".
9742         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9743         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9744         `tumme-delete-tag'.
9746 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9748         * shell.el (shell-mode): Call shell-dirtrack-mode after
9749         list-buffers-directory is made a local variable, to avoid setting
9750         the default value.
9752 2006-05-26  Kevin Ryde  <user42@zip.com.au>
9754         * info.el (Info-index-next): Use where-is-internal to report
9755         actual binding of Info-index-next, rather than hard-coded `,'.
9757 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
9759         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9760         and "Find Command in Manual" to here.
9762         * buff-menu.el (list-buffers-noselect): For Info buffers, use
9763         Info-current-file as the file name.
9765 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
9767         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
9768         overrides will now be done a different way.
9769         (ses-set-parameter): Reapply this function for undo.
9770         (ses-set-header-row): Reconstruct header row during undo.
9771         (ses-widen): New function.
9772         (ses-goto-data, ses-reconstruct-all): Use new function.
9773         (ses-command-hook): Widen buffer during undo, before unupdating
9774         the cells.
9775         (ses-insert-row, ses-delete-row): Widen buffer during undo.
9776         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9777         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9778         formula hasn't been executed yet.
9780 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9782         * comint.el (comint-kill-whole-line): Rename arg to count.
9783         Fix doc string.
9785 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
9787         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9788         to copy-file.
9790 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
9792         * simple.el (toggle-truncate-lines): Make arg optional for
9793         backward compatibility.
9795 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
9797         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9798         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9799         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
9800         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9801         (ewoc--adjust): Use ewoc--current-dll.
9802         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9804 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
9806         * textmodes/org.el (org-next-item, org-previous-item): Emit more
9807         compact error message.
9808         (org-tags-view): Refresh category table in each file.
9809         (org-table-justify-field-maybe): Remove superfluous arguments to
9810         `format'.
9811         (org-export-as-html): Insert "<p>" before postamble.
9812         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9814 2006-05-26  Kenichi Handa  <handa@m17n.org>
9816         * textmodes/po.el (po-find-charset): Pay attention to the case
9817         FILENAME is a cons (NAME . BUFFER).
9818         (po-find-file-coding-system-guts): Likewise.
9820         * arc-mode.el (archive-set-buffer-as-visiting-file):
9821         Call find-operation-coding-system with (FILENAME . BUFFER).
9823         * tar-mode.el (tar-extract): Call find-operation-coding-system
9824         with (FILENAME . BUFFER).
9826         * international/mule.el (decode-coding-inserted-region):
9827         Call find-operation-coding-system with (FILENAME . BUFFER).
9829 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
9831         * image-mode.el (image-toggle-display): Use buffer contents to
9832         generate image for a remote file.
9834 2006-05-25  Juri Linkov  <juri@jurta.org>
9836         * replace.el (query-replace-read-from, query-replace-read-to):
9837         Remove 8th arg KEEP-ALL in read-from-minibuffer.
9839 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
9841         * whitespace.el (whitespace-cleanup): Change to cleanup
9842         region if one is active.
9843         * whitespace.el (whitespace-cleanup-internal): New internal method.
9845 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9847         * dired.el (dired-mode-map): Add help-echo strings to tumme
9848         commands.  Bind `tumme-dired-display-image' to C-t i.
9850         * tumme.el (tumme-display-image): Change documentation string slightly.
9851         (tumme-dired-display-image): Add call to `display-buffer'.
9853 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
9855         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9856         Signal error if RAW-DATA is a multibyte string.
9858 2006-05-24  Richard Stallman  <rms@gnu.org>
9860         * subr.el (with-local-quit): When handling `quit' signal,
9861         make a chance for quit-flag to cause a quit.
9863         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9864         (ad-disable-advice): Add autoloads.
9866         * subr.el (read-passwd): Copy PROMPT before changing its properties.
9868 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9870         * dired.el (dired-mode-map): Change menu items for tumme as per
9871         suggestions in emacs-devel.
9873 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9875         * dired.el (dired-mode-map): Fix breakage.
9877 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
9879         * tumme.el (tumme-display-dired-image): Rename to...
9880         (tumme-dired-display-image): ...this.
9881         (tumme-track-movement): Change default value to t.
9882         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9883         used from `tumme-next-line-and-display' and similar commands.
9885         * dired.el (dired-mode-map): Add Thumbnail submenu under the
9886         Immediate menu.  Add some tumme commands there.
9888 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
9890         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9892 2006-05-24  Chong Yidong  <cyd@mit.edu>
9894         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9895         menu entries that open submenus.
9897 2006-05-24  Alan Mackenzie  <acm@muc.de>
9899         * startup.el (command-line): For names of preloaded files, don't
9900         append ".elc" (now done in Fload), and call file-truename on the
9901         lisp directory.
9903         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
9904         match ANY loaded file with the right name, not just those in
9905         load-path.  Put a regexp matching the file name into
9906         after-load-alist, rather than the name itself.
9908         * subr.el (load-history-regexp, load-history-filename-element)
9909         (do-after-load-evaluation): New functions.
9911         * international/mule.el (load-with-code-conversion): Do the
9912         eval-after-load stuff by calling do-after-load-evaluation.
9914 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
9916         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9917         has not been killed.
9919 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9921         * term/mac-win.el: Set idle timer to clean up expired Apple events.
9922         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9923         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9924         Optionally set error message in reply.
9926 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
9928         * textmodes/org.el (org-open-at-point): Use renamed variable
9929         `org-confirm-shell-link-function'.
9930         (org-confirm-shell-link-function): Rename from
9931         `org-confirm-shell-links'.
9932         (org-export-directory): New function.
9933         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9934         (org-export-icalendar): Use `org-export-directory'.
9935         (org-indent-item): Keep cursor position.
9936         (org-link-file-path-type): New option.
9937         (org-export-as-html): Fix bug with plain lists starting in
9938         column 0.
9939         (org-export-as-html): Remove deadline formatting, this happens
9940         now already in `org-html-handle-time-stamps'.
9941         (org-export-html-style): Deadline class removed.
9942         (org-insert-labeled-timestamps-at-point): New option.
9943         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9944         of `hide-sublevels 1', in case the first headline is not level 1.
9945         (org-overview, org-content): New fuction.
9946         (org-cycle-global-status, org-cycle-subtree-status): Make these
9947         variables buffer-local.
9948         (org-global-cycle): New command.
9949         (org-shifttab): Use `org-global-cycle'.
9950         (org-insert-heading, org-insert-item): Go to end of new
9951         headline/item after creating it.
9952         (org-export-visible): Rename from `org-export-copy-visible'.
9953         Now creates a temporary org-file and applies an exporting command
9954         to it.
9955         (org-table-eval-formula): Support for lisp forms.
9956         (org-agenda-todo-ignore-scheduled): New option.
9957         (org-agenda-get-todos): Use new option
9958         `org-agenda-todo-ignore-scheduled'.
9959         (org-export-html-inline-images): New value `maybe'.
9960         (org-export-as-html): Inlining of images dependent on link description.
9961         (org-archive-subtree): Check for end-of-buffer before trying
9962         `kill-line'.
9963         (org-agenda-follow-mode): New option.
9964         (org-export-with-tags, org-export-with-timestamps): New options.
9965         (org-html-handle-time-stamps): New function.
9966         (org-keyword-time-regexp): New variable.
9967         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9968         (org-agenda-todo-list-sublevels): New option.
9969         (org-html-level-start): When TITLE is nil, just close all levels.
9970         (org-parse-key-lines, org-parse-export-options): Remove functions,
9971         replaced by `org-infile-export-plist'.
9972         (org-combine-plists, org-infile-export-plist)
9973         (org-default-export-plist): New functions.
9974         (org-export-html-preamble, org-export-html-postamble)
9975         (org-export-html-auto-preamble, org-export-html-auto-postamble):
9976         New variables.
9977         (org-export-publishing-directory): New option.
9978         (org-export-as-html, org-export-as-ascii): Use the new property
9979         lists for settings.
9980         (org-export-copy-visible, org-export-as-xoxo):
9981         Respect `org-export-publishing-directory'.
9982         (org-link-search, org-store-link, org-file-apps): Support for
9983         links to BibTeX database entries..
9984         (org-get-current-options, org-set-regexps-and-options):
9985         Implement logging as a startup option.
9986         (org-store-link): Make sure context string is never empty
9987         (org-insert-link): Use relative path when possible.
9988         (org-at-item-checklet-p): New function.
9989         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9990         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9991         (org-metaright, org-metaup, org-metadown, org-shiftup)
9992         (org-shiftdown, org-shiftright, org-shiftleft)
9993         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9994         Dispatch using `call-interactively'.
9995         (org-call-with-arg): New defsubst.
9996         (org-tag-alist, org-use-fast-tag-selection): New options.
9997         (org-complete): Use `org-tag-alist'.
9998         (org-fast-tag-insert, org-fast-tag-selection): New functions.
9999         (org-next-item, org-previous-item): New commands.
10000         (org-beginning-of-item, org-end-of-item): Add (interactive) to
10001         make command.
10002         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10004 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10006         * emacs-lisp/ewoc.el (ewoc-delete): New function.
10007         (ewoc-filter): Use `ewoc-delete'.
10009         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10011 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10013         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10014         Signal more user-friendly error messages.
10016         * complete.el (PC-do-completion): Undo the addition of implicit
10017         wildcards if they did not lead to finding any match.
10018         (read-file-name-internal): Don't add the final > if the completion is
10019         not finished.
10021 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10023         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10024         Quote safe-local-variable predicate.
10026 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10028         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10030 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10032         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10034         * progmodes/make-mode.el (makefile-special-targets-list)
10035         (makefile-macro-table, makefile-target-table): Mark as risky.
10036         (makefile-query-one-target-method): Make this the alias for the
10037         following variable.
10038         (makefile-query-one-target-method-function): Make this the real name.
10040         * textmodes/artist.el (artist-text-renderer): Make this the alias
10041         for the following variable.
10042         (artist-text-renderer-function): Make this the real name.
10044         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10045         the alias for the following variable.
10046         (flyspell-generic-check-word-predicate): Make this the real name.
10048         * textmodes/ispell.el (ispell-format-word): Make this the alias
10049         for the following variable.
10050         (ispell-format-word-function): Make this the real name.
10051         (ispell-message-text-end): Mark as risky.
10053         * skeleton.el (skeleton-transformation, skeleton-filter)
10054         (skeleton-pair-filter): Make these the aliases for the following
10055         variables.
10056         (skeleton-transformation-function, skeleton-filter-function)
10057         (skeleton-pair-filter-function): Make these the real names.
10059         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10060         and skeleton-pair-filter-function.
10062         * textmodes/sgml-mode.el (sgml-transformation): Make this the
10063         alias for the following variable.
10064         (sgml-transformation-function): Make this the real name.
10065         (sgml-tag-alist): Mark as risky.
10067 2006-05-21  Richard Stallman  <rms@gnu.org>
10069         * simple.el (kill-region): Interactively, pass point, then mark.
10071 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10073         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10075 2006-05-21  Romain Francoise  <romain@orebokech.com>
10077         * dired-x.el (dired-mode-map): Don't bind M-g.
10079 2006-05-20  Richard Stallman  <rms@gnu.org>
10081         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10082         (dired-goto-file): Doc fix.
10084 2006-05-21  Kim F. Storm  <storm@cua.dk>
10086         * emulation/cua-base.el: Mention customizing cua-mode as alternative
10087         way to enable built-in cua-mode if user loads older CUA-mode package.
10089         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10090         if default-filename is specified.
10092 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10094         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10096         * info.el (info-apropos): Make sure current-file and current-node
10097         have non-nil values.  Speed up by using add-to-list instead of
10098         manual consing.
10100 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10102         * progmodes/make-mode.el (makefile-mode): Doc fix.
10104 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10106         * dired-aux.el (dired-do-shell-command): Doc fix.
10108 2006-05-20  Kevin Ryde  <user42@zip.com.au>
10110         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10111         ``(custom-manual :tag "Foo" "(foo)Node")''.
10113 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
10115         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10116         value is an integer.
10118 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10120         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10121         "format".
10122         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10124 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
10126         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10127         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10129 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10131         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10132         regexp for keywords.
10134 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
10136         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10137         replace-regexp-in-string.
10139         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10140         encode, and escape file name on conversion to URL.
10142 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10144         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10145         Don't unescape URL.
10146         (dnd-get-local-file-name): Unescape URL on conversion to file name.
10148         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10149         on conversion to URLs.
10151         * net/browse-url.el (browse-url-file-url): Encode file name on
10152         conversion to URL.
10154         * term/mac-win.el (mac-ae-open-documents): Escape file name on
10155         conversion to URL.
10157 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
10159         * progmodes/cc-styles.el (c-style-alist): Doc fix.
10161 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10163         * term/mac-win.el (mac-bytes-to-digits): Remove function.
10164         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10166 2006-05-19  Glenn Morris  <rgm@gnu.org>
10168         * calendar/diary-lib.el (diary-bahai-date)
10169         (list-bahai-diary-entries, mark-bahai-diary-entries)
10170         (mark-bahai-calendar-date-pattern): Not interactive.
10171         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
10172         (diary-entries-list): Change format of 4th element in each entry.
10173         (diary-list-entries): Use add-to-diary-list.
10174         (diary-goto-entry): Handle the case where the buffer visiting the
10175         diary has been killed.
10176         (fancy-diary-display): Add 'locator to button rather than 'marker.
10177         Only generate temp-face when there are marks to apply.
10178         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10179         (diary-fancy-date-pattern): New variable.
10180         (diary-time-regexp): Doc fix.
10181         (diary-anniversary, diary-time): New faces.
10182         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10183         diary-time-regexp.  Add font-lock-multiline property where needed.
10184         Use new faces diary-anniversary and diary-time.
10185         (diary-fancy-font-lock-fontify-region-function): New function, to
10186         handle multiline font-lock pattern in fancy diary.
10187         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10188         (diary-font-lock-keywords): Tweak time regexp.  Use new face
10189         diary-time.
10191 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
10193         * international/code-pages.el (mik): Table corrected.
10195 2006-05-18  Kim F. Storm  <storm@cua.dk>
10197         * progmodes/grep.el (grep-find): Don't check grep-find-command
10198         before running command (breaks non-interactive usage).
10200 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
10202         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10203         (ewoc--insert-new-node): Don't insert trailing newline.
10204         Instead, adjust successor nodes's start markers.
10205         (ewoc--refresh-node): Delete all text from current node's start
10206         marker to the next one's; adjust successor nodes's start markers.
10207         (ewoc--create): Doc fixes.
10208         (ewoc--refresh): Don't insert newline.
10209         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10210         * pcvs.el (cvs-make-cvs-buffer):
10211         Specify extra newline for ewoc's header and footer.
10212         (cvs-update-header): Update initial header recognition.
10213         Append newline to final header and footer values.
10214         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10216 2006-05-17  Richard Stallman  <rms@gnu.org>
10218         * files.el (file-name-extension): Doc fix.
10220 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10222         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10223         we can explicitly enable/disable rather than toggle.
10224         (shell-mode): Use it.
10225         (shell-cd): Don't try to reproduce what `cd' does.
10227 2006-05-17  Kim F. Storm  <storm@cua.dk>
10229         * ido.el (ido-read-internal): Use only nondirectory part of
10230         default item.
10232 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
10234         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10235         (ewoc-nth): Doc fix.
10237         (ewoc-map, ewoc-invalidate): Compute PP before looping.
10239 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
10241         * international/mule.el (auto-coding-alist): Add .lha to files
10242         read with no-conversion.
10244         * files.el (auto-mode-alist): Add .lha files to archive file
10245         extensions.
10247         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10248         Convert csize to integer when computing offsets within the
10249         compressed archive file.
10251 2006-05-16  Kim F. Storm  <storm@cua.dk>
10253         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10254         with read-from-minibuffer.
10256 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10258         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10259         (byte-compile-warnings): Fix safe-local-variable property.
10261 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
10263         * allout.el (allout-show-bodies, allout-old-style-prefixes)
10264         (allout-stylish-prefixes, allout-numbered-bullet)
10265         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10266         predicates to qualify `safe-local-variable' property, when
10267         available, else use equivalent lambda.
10268         (allout-current-topic-collapsed-p): Do the right thing regarding
10269         trailing blank lines.
10271 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * server.el (server-start): Only create a directory if needed.
10274         (server-edit, server-unload-hook): server-start => server-mode.
10275         (kill-emacs-hook): Cleanup upon exit.
10277 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10279         * hexl.el (hexlify-buffer): Encode process arguments manually.
10281 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
10283         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10284         call to gdb-tooltip-print.
10286 2006-05-15  Romain Francoise  <romain@orebokech.com>
10288         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10289         systems, default to "tar" since those systems probably have GNU tar.
10291 2006-05-14  Lars Hansen  <larsh@soem.dk>
10293         * desktop.el (desktop-missing-file-warning): Fix docstring.
10294         (desktop-restore-file-buffer): Correct question asked on missing file.
10296 2006-05-14  Kim F. Storm  <storm@cua.dk>
10298         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10299         Add CUA move property.
10301 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
10303         * custom.el (custom-push-theme): Load the variable before checking
10304         its `standard-value'.
10306 2006-05-13  Lars Hansen  <larsh@soem.dk>
10308         * desktop.el (desktop-save): Use with-temp-buffer.
10310 2006-05-12  Glenn Morris  <rgm@gnu.org>
10312         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10313         * calendar/calendar.el (calendar-mode-map):
10314         * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
10315         * calendar/appt.el (appt-check, appt-make-list): Refer to
10316         diary-view-entries, diary-list-entries, diary-show-all-entries
10317         rather than obsolete aliases.
10319 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
10321         * simple.el (line-move-finish): Avoid calling point motion hooks
10322         while processing intangibility.
10324 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
10326         * term/xterm.el (terminal-init-xterm): Fix typo.
10328 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
10330         * allout.el (allout-view-change-hook): Mark as being deprecated,
10331         to be replaced by `allout-exposure-change-hook'.
10332         (allout-exposure-change-hook): New, replacing
10333         `allout-view-change-hook'.
10334         (allout-flag-region): Run new hook `allout-exposure-change-hook',
10335         in addition to `allout-view-change-hook'.
10336         (allout-show-bodies, allout-old-style-prefixes)
10337         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10338         lambda forms to prevent their showing up in variable help
10339         presentations as inscrutable byte-compiled code.
10340         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10341         Use string-or-null-p to qualify safe-local-variable values.
10342         (allout-reindent-bodies): Use memq to qualify matches against
10343         valid safe-local-variable values.  Also, quote the lambda as above.
10344         (allout-use-mode-specific-leader): Add missing candidate-value
10345         symbols, use memq, and quote the lambda.
10346         (allout-overlay-interior-modification-handler): Remove unused
10347         variables `msg' and 'opened'.
10348         (allout-hidden-p): Constrain invisibility consideration to allout's
10349         invisibility spec, disregarding invisibility for other reasons.
10351 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
10353         * files.el (version-control): Correct safe values.
10355 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
10357         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10359         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10360         (ewoc--insert-new-node): New func.
10361         Update callers of deleted funcs to use it, instead.
10363 2006-05-11  Glenn Morris  <rgm@gnu.org>
10365         * calendar/calendar.el (diary-show-all-entries): Do not refer to
10366         obsolete alias `show-all-diary-entries'.
10367         (make-diary-entry): Not interactive.
10368         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10369         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10370         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10371         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10372         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10373         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10375 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10377         * calendar/calendar.el (calendar-french-date-string)
10378         (calendar-mayan-date-string, calendar-chinese-date-string)
10379         (calendar-astro-date-string, calendar-iso-date-string)
10380         (calendar-islamic-date-string, calendar-bahai-date-string)
10381         (calendar-hebrew-date-string, calendar-coptic-date-string)
10382         (calendar-ethiopic-date-string, calendar-persian-date-string):
10383         These functions are not interactive.
10385 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
10387         * files.el: Balance parentheses.
10389 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
10391         * files.el, newcomment.el, outline.el, simple.el,
10392         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10393         * progmodes/cc-vars.el, progmodes/compile.el:
10394         Move `safe-local-variable' declarations to the respective files.
10396         * help-fns.el (describe-variable): Don't print safe-var if it is
10397         byte-code.  Improve wording as suggested by Luc Teirlinck.
10399 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10401         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10402         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10403         Use a token for pending-triggers to ensure gdb-var-update
10404         gets called once per user input again for pre-GDB 6.4.
10405         (gdb-var-delete): Match on more complex expressions.
10406         (gdb-var-list-children-handler, gdb-var-create-handler):
10407         Use a token for consistency.
10409 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
10411         * textmodes/org.el (org-read-date, org-goto-calendar)
10412         (org-agenda-goto-calendar):
10413         Bind `view-calendar-holidays-initially' to nil.
10415 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
10417         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10418         Update all callers to do it there, instead.
10420 2006-05-10  Glenn Morris  <rgm@gnu.org>
10422         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10423         prefix arg case, to avoid view-diary-entries-initially error.
10424         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10425         (calendar-date-is-legal-p): Handle dates with no day part.
10427 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
10429         * comint.el (comint-insert-input): Just make it when
10430         comint-use-prompt regexp is nil (default) and with the mouse.
10431         (comint-copy-old-input): Reinstate from 2004-06-23.
10432         (comint-mode-map): Bind C-c C-m to it.
10434 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
10436         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10437         Remove spurious move to point-max (new comint behavior fixes).
10439         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10440         compatibility function (Emacs 18/19).
10441         (idlwave-is-continuation-line): Always return point at start of
10442         previous non-blank continuation line.
10443         (keyword-parameters): Fix continued comment font-lock matcher.
10444         (idlwave-font-lock-fontify-region): Written, use as
10445         font-lock-fontify-region-function, to fix continued keyword
10446         fontification issues.
10448 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10450         * term/mac-win.el (mac-font-panel-mode): Doc fix.
10451         (mac-service-selection, mac-service-open-file)
10452         (mac-service-open-selection, mac-service-mail-selection)
10453         (mac-service-mail-to, mac-service-insert-text): Rename from
10454         mac-services-*.  All uses changed.
10455         (mac-apple-event-map): Rename event symbol `services' to `service'.
10457 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
10459         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10460         (ewoc--node-enter-first, ewoc--node-enter-last)
10461         (ewoc--delete-node-internal): Merge funcs into unique callers.
10463 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
10465         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10466         return value of read-from-minibuffer for empty input.
10468 2006-05-09  Miles Bader  <miles@gnu.org>
10470         * comint.el (comint-insert-input): Remove redundant calls to setq
10471         and goto-char.
10473 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
10475         * comint.el (comint-insert-input): Make it work when
10476         comint-use-prompt-regexp is t.
10478 2006-05-10  Miles Bader  <miles@gnu.org>
10480         * subr.el (field-at-pos): New function.
10482         * comint.el (comint-insert-input): Use it.
10484 2006-05-09  Juri Linkov  <juri@jurta.org>
10486         * battery.el (battery-linux-proc-acpi): Also try
10487         `/proc/acpi/thermal_zone/THR2/temperature'.
10489         * files.el <safe-local-variable>: Remove `eval' and `let' binding
10490         for now unused lambda `string-or-null'.
10492         * add-log.el (change-log-default-name): Put `string-or-null-p'
10493         instead of lambda on `safe-local-variable' property.
10495         * diff-mode.el (diff-context->unified): Use `region-beginning' and
10496         `region-end' instead of `mark' and `point'.
10497         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10498         Operate on region in Transient Mark mode when the mark is active.
10499         Use `region-beginning' and `region-end' instead of `mark' and
10500         `point'.
10501         (diff-hunk-text, diff-goto-source): Doc fix.
10503         * startup.el (fancy-splash-screens, normal-splash-screen): Use
10504         face `mode-line-buffer-id' for mode-line buffer face instead of
10505         hard-coded `(:weight bold)'.
10507         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10508         buffer-undo-list to t (undo-ask is reproducible by visiting
10509         nested archives).
10511 2006-05-09  Kim F. Storm  <storm@cua.dk>
10513         * progmodes/grep.el (rgrep): Set default directory of *grep*
10514         buffer if we start M-x rgrep in the *grep* buffer and choose
10515         a different base directory.
10517 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
10519         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10520         completion also when ido is loaded.
10522 2006-05-09  Masatake YAMATO  <jet@gyve.org>
10524         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10525         "warning" and "import".
10526         (cpp-font-lock-keywords): Added "warning".
10528 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10530         * term/xterm.el (terminal-init-xterm): Add more key bindings.
10532 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10534         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10535         pages at a time, if we signal the end, we should indeed reach that end.
10537 2006-05-08  David Reitter  <david.reitter@gmail.com>
10539         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10540         output during execution of the body.
10542 2006-05-08  Kim F. Storm  <storm@cua.dk>
10544         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10546 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
10548         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10549         Use with-current-buffer.
10551 2006-05-07  Kim F. Storm  <storm@cua.dk>
10553         * subr.el (add-to-history): Remove keep-dups arg.
10555         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10556         to nil around call to add-to-history.
10558 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10560         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10561         than after a buffer modification.
10563 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
10565         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10566         call to...
10567         (gud-watch): ...here so speedbar is raised for already watched
10568         expressions.
10569         (gdb-speedbar-refresh): Delete function.
10570         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10571         Use speedbar-timer-fn instead of speedbar-refresh (reverting
10572         earlier change).
10573         (gdb-var-evaluate-expression-handler)
10574         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10576         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10577         Update localized contents for all buffers except ignored modes.
10579 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10581         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10582         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10583         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10584         (mac-handle-font-panel-closed, mac-handle-font-selection):
10585         New functions.
10586         (mac-font-panel-mode): New minor mode.
10587         (mac-apple-event-map): Add bindings for toolbar toggle button and
10588         font panel.
10589         (menu-bar-showhide-menu): Add mac-font-panel-mode.
10591 2006-05-07  John Paul Wallington  <jpw@pobox.com>
10593         * ibuffer.el (ibuffer-compressed-file-name-regexp):
10594         Avoid `regexp-opt'; simplify regexp for readability.
10596 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
10598         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10599         * files.el (buffer-stale-function):
10600         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10601         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10602         links to the main manual, not to emacs-xtra.
10604 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10606         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10607         MacJapanese if text is ASCII-only.
10609 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
10611         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10612         unless so nil isn't returned.
10613         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10615 2006-05-06  Kim F. Storm  <storm@cua.dk>
10617         * subr.el (add-to-history): New function.
10619         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10620         (ediff-merge-files-with-ancestor):
10621         * env.el (setenv):
10622         * isearch.el (isearch-update-ring):
10623         * server.el (server-visit-files):
10624         * progmodes/grep.el (lgrep, rgrep):
10625         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10626         * progmodes/xscheme.el (xscheme-insert-expression):
10627         Use add-to-history.
10629         * kmacro.el (kmacro-push-ring): Use add-to-history.
10630         (kmacro-ring-length): Remove unused defun.
10631         (kmacro-start-macro): Use kmacro-push-ring.
10633 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
10635         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10636         directly instead of a lambda expression that calls it.
10638 2006-05-06  Kim F. Storm  <storm@cua.dk>
10640         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10641         instead of compute-motion.
10643 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
10645         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10646         change.
10648 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
10650         * startup.el (command-line-1): Refer to "Pure Storage" on
10651         pure-space-overflow.
10653 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
10655         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10656         provided faces once they all have been used up.
10658 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10660         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10661         reference to the Lisp manual to the warning about pure space
10662         overflow.
10664 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10666         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10667         argument to avoid the call to `ispell-internal-change-dictionary'
10668         when not needed.
10669         (ispell-change-dictionary): Use this argument and call
10670         `ispell-internal-change-dictionary' after the possible change
10671         to `ispell-local-dictionary'.
10672         (ispell-internal-change-dictionary): Check for a change in
10673         personal dictionary use too.
10675 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
10677         * startup.el (command-line): On MS-Windows, probe "~", not
10678         "~USER", for warning about non-existent home directory.
10680         * arc-mode.el (archive-l-e): New optional argument `float' means
10681         generate a float value.
10682         (archive-arc-summarize, archive-lzh-summarize)
10683         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10684         with 3rd argument non-nil when file's size is being computed.
10685         Format the file sizes with %8.0f instead of %8d.
10687 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10689         * cus-start.el (all): Add mac-dnd-known-types.
10691         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10692         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10693         (mac-TIFF-to-string): New functions.
10694         (x-get-selection, x-selection-value)
10695         (mac-select-convert-to-string): Use them.
10696         (mac-text-encoding-mac-japanese-basic-variant): New constant.
10697         (mac-dnd-types-alist): New customization variable.
10698         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10699         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10700         (mac-dnd-handle-drag-n-drop-event): New functions.
10701         (mac-drag-n-drop): Remove function.
10702         (global-map): Bind drag-n-drop and M-drag-n-drop to
10703         mac-dnd-handle-drag-n-drop-event.
10705 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
10707         * progmodes/perl-mode.el (perl-beginning-of-function):
10708         Skip anonymous subs.
10710 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
10712         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10713         regexp-opt at run time.
10715         * term.el (term-handle-ansi-escape): Fix off by one error.
10717 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
10719         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10720         (gdb-init-1, gdb-post-prompt): ...and references to it.
10721         (gdb-frame-handler): Strip directory name from filename if present.
10723         * progmodes/gud.el (gdb-force-update): Delete defvar
10724         (gud-speedbar-buttons): ...and references to it.  Use window-start
10725         to try to keep positon in watch expression.
10727 2006-05-03  Richard Stallman  <rms@gnu.org>
10729         * simple.el (next-history-element, previous-history-element): Doc fix.
10731         * isearch.el (isearch-update-ring): Doc fix.
10733 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
10735         * isearch.el (isearch-update-ring): Take history-delete-duplicates
10736         into consideration.  Replace one arm ifs with whens.
10738 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
10740         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10741         (menu): Fix typo.
10743 2006-05-02  Miles Bader  <miles@gnu.org>
10745         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10747 2006-05-02  Jay Belanger  <belanger@truman.edu>
10749         * calc/calc-embed.el (calc-override-minor-modes-map)
10750         (calc-override-minor-modes): New variables.
10751         (calc-do-embedded): Make sure that Calc keystrokes aren't
10752         overwritten by minor modes.
10754 2006-05-02  Chong Yidong  <cyd@mit.edu>
10756         * msb.el (msb): If EVENT is a down event, read and discard the up event.
10758 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10760         * startup.el (command-line-1): Refer to Lisp manual when
10761         pure-space-overflow occurs.
10763         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10764         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10765         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10766         (version-control): Don't use `t' for safe-local-variable declarations.
10768 2006-05-01  Richard Stallman  <rms@gnu.org>
10770         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10771         M-r, M-R, M-A, M-SPC or M-DEL.
10772         (diff-mode-map): diff-refine-hunk now on C-c C-w
10773         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10775         * help-mode.el (help-mode): view-exit-action calls delete-window
10776         only when it is safe and possible.
10778         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10779         in messages.
10781         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10783         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10784         in the default tool-bar-map.
10786 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
10788         * net/tramp.el (tramp-completion-file-name-handler-alist)
10789         (tramp-run-real-handler, tramp-completion-run-real-handler)
10790         (tramp-completion-handle-file-name-all-completions)
10791         (tramp-completion-handle-file-name-completion): Autoload them.
10792         (tramp-completion-handle-file-exists-p)
10793         (tramp-completion-handle-file-name-directory)
10794         (tramp-completion-handle-file-name-nondirectory)
10795         (tramp-completion-handle-expand-file-name): Remove them.
10796         (tramp-handle-file-name-directory): Return the real directory name.
10797         Returning "/" only doesn't need to be necessary any longer.
10798         (tramp-file-name-handler): Make special attention when in hostname
10799         completion mode.
10800         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10801         (tramp-register-file-name-handlers):
10802         Register `tramp-completion-file-name-handler' only when
10803         `partial-completion-mode' is enabled.
10804         (tramp-completion-handle-file-name-all-completions):
10805         Delete directory part from results.
10806         (tramp-get-completion-methods, tramp-get-completion-user-host):
10807         Discard deleting "/", it doesn't work after the change of
10808         `tramp-handle-file-name-directory' above.
10810 2006-05-01  Kim F. Storm  <storm@cua.dk>
10812         * progmodes/grep.el (grep-expand-template): Use save-match-data
10813         and symbol-value.
10815 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10817         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10818         Use select-frame-set-input-focus instead of raise-frame.
10819         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10821 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
10823         * progmodes/gud.el (gud-def): Add %c case.
10824         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10825         (gud-format-command): Make match case sensitive.  Match on %F.
10827 2006-04-30  Glenn Morris  <rgm@gnu.org>
10829         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10830         (cal-tex-preamble): Use cal-tex-preamble-extra.
10831         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10832         than alias `list-diary-entries'.
10834 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
10836         * help-fns.el (describe-variable): Add info about safe local variables.
10838 2006-04-29  Richard Stallman  <rms@gnu.org>
10840         * bindings.el (mode-line-format): help-echo doc fixes.
10842         * net/tramp.el (tramp-file-name-handler-alist): Delete
10843         expand-file-name and other operations that can cause spurious loading.
10845 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10847         * files.el (safe-local-variable-p): Remove support for the special
10848         value t.
10850         * textmodes/paragraphs.el (sentence-end-without-space):
10851         Fix safety predicate.
10852         (sentence-end-double-space, sentence-end-without-period)
10853         (paragraph-ignore-fill-prefix):
10854         * textmodes/fill.el (colon-double-space):
10855         * abbrev.el (abbrev-mode): Tighten the safety predicate.
10857         * subr.el (booleanp): New fun.
10859         * textmodes/reftex-vars.el (reftex-guess-label-type):
10860         Tighten the safety predicate.
10862 2006-04-28  Kim F. Storm  <storm@cua.dk>
10864         * progmodes/grep.el (defgroup grep): Doc fix.
10865         (grep-auto-highlight): Remove.
10866         (grep-template): New defcustom.
10867         (grep-find-template): Rename from grep-tree-template.
10868         (grep-files-aliases): Rename from grep-tree-files-aliases.
10869         Remove "all" alias, add "l" alias.
10870         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10871         (grep-find-ignored-directories): New defcustom to replace
10872         grep-tree-ignore-CVS-directories, to facilitate ignoring
10873         subdirectories for multiple version control systems.
10874         (grep-mode-map): Add Recursive grep item to GREP menu.
10875         (grep-regexp-history, grep-files-history): New defvars.
10876         (grep-probe): New helper function.
10877         (grep-compute-defaults): Use it to simplify code.
10878         Adapt to name changes.
10879         Use `.' as base in grep-find-template rather than <D>.
10880         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
10881         Call grep-compute-defaults unconditionally.
10882         (grep-expand-keywords): New defconst.
10883         (grep-expand-template): Rename from grep-expand-command-macros.
10884         Simplify via grep-expand-keywords.  Look at case-fold-search instead
10885         of grep-tree-ignore-case to add -i option.
10886         Bind case-fold-search to nil while matching keywords.
10887         (grep-tree-last-regexp, grep-tree-last-files): Remove.
10888         (grep-read-regexp, grep-read-files): New helper functions.
10889         (rgrep): Rename from grep-tree.  Rework to use proper histories.
10890         Adapt to changes in defcustoms and functions above.
10891         (lgrep): New command, as grep, but using same interactive UI as rgrep.
10893 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
10895         * net/tramp.el (tramp-completion-file-name-handler):
10896         Disable Tramp's functionality while loading Tramp itself.
10897         (tramp-register-file-name-handlers): That's a defsubst now.
10898         Code from `tramp-repair-jka-compr' moved here.  Apply it via
10899         `after-init-hook'.
10900         (tramp-repair-jka-compr): Remove.
10902 2006-04-27  Jay Belanger  <belanger@truman.edu>
10904         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10905         read expression when `math-read-big-expr' doesn't work.
10907 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
10909         * startup.el (command-line-1): Display warning when
10910         pure-space-overflow is non-nil.
10912 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10914         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10915         risky.
10917 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10919         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10920         Return the URL or nil if none can be generated.
10922 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
10924         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10925         byte compiler warnings.
10926         (gud-basic-call, gud-find-expr): Let user select an expression
10927         for printing.  Print expression as well as value in GUD buffer.
10929 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
10931         * allout.el: Remove local autoload declaration for
10932         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10933         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10934         (allout-plain-bullets-string, allout-distinctive-bullets-string)
10935         (allout-use-mode-specific-leader, allout-old-style-prefixes)
10936         (allout-stylish-prefixes, allout-numbered-bullet)
10937         (allout-file-xref-bullet, allout-presentation-padding)
10938         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10939         safe-local-variable with suitable value spec, and add autoload
10940         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
10941         (move-beginning-of-line, move-end-of-line): Repair so these compat
10942         functions now actually resituate the point, when appropriate.
10944 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10946         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10948         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10949         (add-log-iso8601-time-string): Fix call to format-time-string.
10951 2006-04-26  Kim F. Storm  <storm@cua.dk>
10953         * subr.el (posn-string, posn-image, posn-object): Doc fix.
10955 2006-04-26  Masatake YAMATO  <jet@gyve.org>
10957         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10958         Add support for "//" style comments.  Remove `b' flag
10959         from ?* in `asm-mode-syntax-table'.
10961 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10963         * follow.el: Use (featurep 'xemacs) everywhere.
10964         (follow-mode): Use define-minor-mode.
10965         (follow-mode-map): Move initialization into the declaration.
10966         Use command remapping.
10967         (follow-emacs-version-xemacs-p): Remove.
10968         (follow-submit-feedback): Remove.
10970         * allout.el (allout-layout, allout-passphrase-verifier-string)
10971         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10973         * textmodes/reftex-vars.el (reftex-vref-is-default)
10974         (reftex-fref-is-default, reftex-guess-label-type):
10975         Tighten up a bit the safety predicate.
10977         * textmodes/paragraphs.el (sentence-end-double-space)
10978         (sentence-end-without-period, sentence-end-without-space)
10979         (page-delimiter, paragraph-ignore-fill-prefix):
10980         Tighten up a bit the safety predicate.
10982         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10984         * progmodes/python.el (python-continuation-line-p)
10985         (python-beginning-of-statement): syntax-ppss may return
10986         a negative depth.
10987         (python-mode): Don't forcefully enable font-lock.
10989         * time-stamp.el (time-stamp-start, time-stamp-end)
10990         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10992         * add-log.el: Remove spurious * in docstrings.
10993         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10994         (add-change-log-entry): Use it here, since it's not specific
10995         to iso8601.
10996         (add-log-iso8601-time-string): Don't use it here any more.
10997         (change-log-indent-text, change-log-indent): Rename from add-log-*.
10999         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11001 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
11003         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11004         (rcirc-toggle-low-priority): Doc fix.
11005         (rcirc-handler-NOTICE): Remove beginning of line anchor in
11006         ChanServ regexp.
11007         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11008         #emacs.
11009         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11010         (rcirc-decode-coding-system): Use utf-8 as the default.
11011         (rcirc-multiline-minor-mode): Set the fill-column.
11012         (rcirc-format-response-string): Display bright and dim nicks.
11013         (rcirc-browse-url): Update interactive spec to fill ARG.
11014         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11015         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11017 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
11019         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11020         case for @Article, etc.
11022 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
11024         * net/tramp.el (tramp-register-file-name-handlers): New defun.
11025         Added with autoload cookie.
11026         (tramp-unload-file-name-handlers): Rename from
11027         `tramp-unload-file-name-handler-alist'.
11029 2006-04-23  Romain Francoise  <romain@orebokech.com>
11031         * comint.el (comint-match-partial-filename): Doc fix.
11033 2006-04-21  Glenn Morris  <rgm@gnu.org>
11035         * calendar/cal-menu.el (calendar-mode-map): Refer to
11036         `diary-view-entries' rather than alias `view-diary-entries'.
11037         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11039 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11041         * progmodes/antlr-mode.el (antlr-default):
11042         * cus-edit.el (custom-documentation):
11043         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11044         in defface.
11046 2006-04-21  Kim F. Storm  <storm@cua.dk>
11048         * image.el (image-type): New defun split out of create-image.
11049         (create-image): Use it.
11051 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
11053         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11054         (org-open-at-point): Remove the "...done" message to keep output
11055         in the echo area visible.
11056         (org-export-as-xoxo): Fix call to `indent-region'.
11058 2006-04-21  Kevin Ryde  <user42@zip.com.au>
11060         * international/mule.el (keyboard-coding-system): defcustom
11061         info-link fixes: "Specify Coding" has been split, keyboard now in
11062         "Terminal Coding", and "Single-Byte Character Support" is now
11063         "Unibyte Mode".
11065 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
11067         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11068         Use font-lock-warning-face for any errors e.g. no stack.
11069         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11071 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11073         * progmodes/sh-script.el (sh-shell): Mark as safe.
11075         * newcomment.el (comment-start, comment-start-skip)
11076         (comment-end-skip, comment-end): Mark as safe.
11078 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
11080         * textmodes/org.el (org-deadline-announce): Face removed.
11081         (org-level-faces, org-n-levels): Convert to constant.
11082         (org-compatible-face): New function.
11083         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11084         (org-level-5, org-level-6, org-level-7, org-level-8)
11085         (org-special-keyword, org-warning, org-headline-done, org-link)
11086         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11087         (org-scheduled-today, org-scheduled-previously, org-time-grid):
11088         Face definition revised for better color tty support.
11089         (org-bold-re, org-italic-re, org-underline-re): New constants.
11090         (org-set-font-lock-defaults): Use the new constants.
11091         (org-agenda-highlight-todo): New function.
11092         (org-agenda-todo): Fix bug with point at end of line.
11093         (org-agenda-change-all-lines, org-finalize-agenda-entries):
11094         Fontify TODO keywords.
11095         (org-insert-link): Preserve relative path in ../ links.
11096         (org-export-as-html): Convert links pointing to .org files into
11097         links that will work beteen the exported HTML files.
11098         (org-todo-list): Fix bug when arg=0.
11099         (org-insert-heading): More fine-tuning.
11101 2006-04-19  Romain Francoise  <romain@orebokech.com>
11103         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11104         from `rmail-mime-charset-pattern'.
11106 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11108         * progmodes/python.el (python-mode): Fix typo.
11110 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
11112         * comint.el (comint-previous-input): Don't clobber input line
11113         when moving off either end of the input history ring.
11114         (comint-delete-input): New function, used by
11115         `comint-previous-input' and others.
11116         (comint-previous-matching-input):
11117         Use `coming-delete-input'.  Save the partial input if leaving the
11118         edit line.  Goto point-max before deleting input to avoid
11119         partial input fragments hanging around.
11120         (comint-restore-input): New function, used by `comint-previous-input'.
11122 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
11124         * imenu.el (imenu--index-alist): Balance parentheses.
11126 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11128         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11130 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
11132         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11133         file is nil.
11135 2006-04-18  Richard Stallman  <rms@gnu.org>
11137         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11139         * imenu.el (imenu-create-index-function, imenu--index-alist)
11140         (imenu--last-menubar-index-alist, imenu--make-index-alist)
11141         (imenu-default-create-index-function, imenu--generic-function):
11142         Doc fixes.
11144         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11146         * help-mode.el (help-mode): Set view-exit-action to delete window.
11148         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
11149         now works by passing nil as arg.
11151         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11153         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11154         (read-abbrev-file): Provide default when reading filename.
11156         * files.el (enable-local-variables): Allow :all as value.
11157         (hack-local-variables): Implement that value.
11158         (safe-local-variable-values, safe-local-eval-forms)
11159         (enable-local-variables): Mark as risky.
11160         (find-file-visit-truename, kept-old-versions): Mark safe.
11162         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11163         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11164         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11166 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11169         Use forward-line so as to get to BOL even in the presence of fields.
11170         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11171         in return.
11172         (inferior-tcl): Tell tclsh to work in interactive mode.
11174         * complete.el (partial-completion-mode):
11175         Use 'choose-completion-string-functions to make sure that
11176         choose-completion fills the minibuffer properly.
11178         * complete.el (PC-old-read-file-name-internal): Remove.
11179         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
11180         of read-file-name-internal.
11181         (partial-completion-mode): Enable/disable this advice.
11183 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
11185         * net/tramp.el (tramp-completion-file-name-handler): Revert change
11186         of 2006-04-17.
11188 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
11190         * textmodes/org.el (org-insert-heading): Insert heading before
11191         current if at beginning of line.
11192         (org-todo, org-date): New faces.
11193         (org-table-align): Make sure tooltip window contains full text.
11194         (org-no-properties): New defsubst.
11195         (org-set-font-lock-defaults): Use new faces.
11197 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
11199         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11200         for root variables.
11202         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11203         (gdb-frame-address): Re-use to identify frame for watch expression.
11204         (gdb-var-list, gdb-var-create-handler): Add frame address for root
11205         variables.
11206         (gdb-init-1, gdb-source, gdb-post-prompt)
11207         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11208         (gdb-frame-handler): Get gdb-frame-address.
11210 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
11212         Sync with Tramp 2.0.53.
11214         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11215         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11216         (tramp-completion-file-name-handler): Add autoload cookie for
11217         adding to `file-name-handler-alist'.
11219         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11220         the prompt.  If it returns earlier (when detecting an error
11221         message), the rest of the output will merge accidently with the
11222         output of the next command.  Reported by M Jared Finder
11223         <jared@hpalace.com>.
11225         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11226         for `process-file', in order to let it work for older Emacsen too.
11228 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
11230         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11231         (tex-font-lock-keywords-3): Use it.
11233 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11235         * newcomment.el (comment-add): New function.
11236         (comment-region-default, comment-dwim): Use it.
11238 2006-04-15  Michael Olson  <mwolson@gnu.org>
11240         * emacs-lisp/tq.el: Improve comments.
11241         (tq-queue-head-question): New accessor function.
11242         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11243         Update for modified queue structure.
11244         (tq-queue-add): Accept `question' argument.
11245         (tq-queue-pop): If a question is pending, send it.
11246         (tq-enqueue): Accept new optional argument `delay-question'.
11247         If this is non-nil, and at least one other question is pending a
11248         response, queue the question rather than sending it immediately.
11250 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11252         * calendar/appt.el (appt-add): Check whether an appointment is
11253         already present in appt-time-msg-list.  Simplify code.
11255 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11257         * progmodes/cc-langs.el (c-mode-menu):
11258         Don't presume c-subword-mode is bound.
11260 2006-04-13  Bill Wohler  <wohler@newt.com>
11262         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11263         (customize-package-emacs-version): Use cdr instead of cadr now
11264         that alists use dotted pairs.
11266         * custom.el (defcustom): Fix docstring for :package-version.
11268 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
11270         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11271         (tramp-handle-shell-command): Display output buffer only when
11272         `tramp-display-shell-command-buffer' is true.
11273         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11275 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11277         * textmodes/org.el (org-set-autofill-regexps): Set only the local
11278         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11280 2006-04-13  Romain Francoise  <romain@orebokech.com>
11282         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11283         leaving temporary .cvsignore buffers behind.
11285 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11287         * textmodes/org.el (org-set-regexps-and-options)
11288         (org-get-current-options): Better names for the startup folding
11289         options.
11291 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
11293         * vc.el (vc-annotate): Arrange for point to end up at the same
11294         line number as in the original, but only when using a new buffer.
11296 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
11298         * files.el (hack-one-local-variable-eval-safep):
11299         Recognize `edebug-form-spec' for `put', but only if it passes
11300         `edebug-basic-spec'.  Generalize `put' handling.
11302         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11303         vetting file-local form specs.
11305         * allout.el (allout-layout): Autoload its `safe-local-variable'
11306         property.
11308 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
11310         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11311         (org-agenda-mouse-1-follows-link)
11312         (org-mouse-1-follows-link): New options.
11313         (org-format-agenda-item): Fix bug if TAGS is nil.
11314         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11316 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
11318         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11319         GDB 6.1+ gives full filename for "info sources" so use
11320         file-name-nondirectory.
11322 2006-04-12  Romain Francoise  <romain@orebokech.com>
11324         * subr.el (read-passwd): Bind `message-log-max' to nil.
11326 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11328         * progmodes/perl-mode.el (perl-indent-new-calculate):
11329         Recompute parse-start after jumping backward by a whole sexp.
11331 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11333         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11334         window configuration.
11335         (vc-annotate-display-select): Select the buffer so that current-buffer
11336         (and selected-window) is the output buffer at the end of vc-annotate.
11338 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
11340         * vc.el (vc-annotate-color-map): Add custom TTY color map for
11341         8-color terminals, to use all of the colors in a sensible order.
11342         256-color terminals work well with the standard map.
11343         (vc-annotate-lines): Only strip the first color character if it
11344         is "#", to allow for terminal-style named colors.
11345         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11346         the correct buffer is scrolled.
11348 2006-04-11  Richard Stallman  <rms@gnu.org>
11350         * emacs-lisp/bytecomp.el (byte-compile-file):
11351         Bind enable-local-variables to :safe, and make normal-mode obey it.
11353         * files.el (enable-local-variables): Allow value :safe.
11354         (normal-mode): Doc fix.
11355         (hack-local-variables): Implement enable-local-variables = :safe.
11356         (hack-local-variables-confirm): Don't prevent quitting.
11358 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11360         * loadhist.el (unload-feature): A bit of sanity check of
11361         load-history entries.  Cancel timer-vars before unbinding them.
11363         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11364         quote special chars, and make the trick work on the hex part of the
11365         buffer as well.
11366         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11367         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11369         * startup.el (normal-splash-screen): Fix last change so we don't wait
11370         2 minutes if we don't show the splash screen.
11372 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
11374         * textmodes/org.el (org-export-plain-list-max-depth)
11375         (org-table-spaces-around-separators)
11376         (org-radio-targets, org-activate-camels)
11377         (org-table-spaces-around-invisible-separators): Options removed.
11378         (org-time-stamp-rounding-minutes, org-remember-templates)
11379         (org-ellipsis, org-activate-links, org-descriptive-links):
11380         New options.
11381         (org-remember-apply-template, org-current-time)
11382         (org-finish-edit-table-field)
11383         (org-link-unescape, org-link-escape)
11384         (org-string-width, org-table-clean-line, org-html-do-expand)
11385         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11386         (org-read-agenda-file-list): New functions.
11387         (org-table-edit-field)
11388         (org-table-create-or-convert-from-region): New commands
11389         (org-table-toggle-vline-visibility): Command removed.
11390         (org-table-convert-region): Made a command.
11391         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11392         Replace with the normal org- functions.
11393         (org-self-insert-command): Don't trigger realign unnecessarily
11394         when blanking a field that is not full.
11395         (org-mode): `Set buffer-invisibility-spec' for links.
11396         (org-activate-links2): Hide link part and only show descriptive
11397         part of the link.
11398         (org-insert-link): Modify for new linking system.
11399         (org-store-link): Store description separately, for use by
11400         `org-insert-link'.
11401         (org-table-align): Use `org-string-width'.
11402         (defgroup): Completely new group structure for custom variables.
11403         (org-agenda-files): Option: Single file name allowed.  Function:
11404         Optional argument unrestrited means ignore any restricitons.
11405         (org-install-agenda-files-menu): Find a buffer in Org-mode before
11406         trying to modify the menu.  Use generalized access to
11407         `org-agenda-files.'
11408         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11409         (org-agenda-file-to-front, org-remove-file, org-diary)
11410         (org-tags-view, org-export-icalendar-all-agenda-files)
11411         (org-export-icalendar-combine-agenda-files): Use generalized
11412         access to `org-agenda-files'.
11413         (org-remember-handler): Correctly preserve heading if present.
11414         (org-table-insert-row, org-table-insert-hline): Deal with
11415         invisible characters.
11417 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
11419         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11420         (vc-annotate-color-map): New 18 element constant
11421         value/saturation, rotating hue colormap, from red->blue.
11422         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11423         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11424         (vc-annotate): To avoid killing the required local variables,
11425         set them before the end of `with-output-to-temp-buffer', and
11426         after first switching to annotate-mode.
11427         (vc-annotate-warp-version): Add buffer argument in goto-line to
11428         ensure annotation, not source, is scrolled.
11430 2006-04-10  Bill Wohler  <wohler@newt.com>
11432         * custom.el (defcustom, custom-handle-keyword):
11433         Add :package-version keyword.
11434         (custom-add-package-version): New function.  Sets value of new
11435         property 'custom-package-version from :package-version keyword.
11436         (defcustom): Create Common Keywords section in docstring.
11437         (defface, defgroup): Replace definitions of a select few keywords
11438         with a reference to the Common Keywords in defcustom.
11439         (defcustom, defface, defgroup): Replace reference to Customization
11440         chapter in manual with hyperlink.
11442         * cus-edit.el (customize-package-emacs-version-alist): New variable.
11443         (customize-changed-options): Add check for custom-package-version.
11444         (customize-package-emacs-version): New function to look up Emacs
11445         version corresponding to the given package version.
11447         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11448         defun name, in similar fashion to find-variable-regexp.
11450 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
11452         * international/mule-cmds.el (set-locale-environment): Fix last
11453         change for when the locale's preferences don't specify any encoding.
11455 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11457         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11458         so the defined var/fun doesn't need to be quoted.
11460 2006-04-10  Richard Stallman  <rms@gnu.org>
11462         * finder.el (finder-mode-map): Add n and p bindings.
11464 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
11466         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11467         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11468         (gdb-setup-windows): Put something in source window if we can't find
11469         the source file.
11470         (gdb-frame-handler): Make it work again with just assembly.
11471         (gdb-data-list-register-values-handler): Make it work when there is
11472         no stack.
11474 2006-04-09  Richard Stallman  <rms@gnu.org>
11476         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11477         specs while looking for charset.
11479         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11481         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11482         Make them faces.
11483         (lm-font-lock-keywords): Update appropriately.
11485 2006-04-10  Kim F. Storm  <storm@cua.dk>
11487         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11488         it can also replace buffer-substring-no-properties.
11490         * emulation/cua-base.el (cua-delete-region, cua-paste)
11491         (cua-repeat-replace-region): Use filter-buffer-substring.
11493         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11494         (cua-cut-region-to-global-mark): Likewise.
11496         * emulation/cua-rect.el (cua--extract-rectangle)
11497         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11499 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11501         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11502         entry-type.  Add field delimiters to numerical fields if they are
11503         not present.
11505 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11507         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11508         string-const to return value.
11509         (bibtex-remove-delimiters): Use it.
11511 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11513         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11514         cl-byte-compile-compiler-macro unless it exists.
11516 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11518         * files.el (hack-local-variables-confirm) <offer-save>:
11519         Clarify message text.  Suggested by Ralf Angeli.
11521 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11523         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11524         (delete-extract-rectangle-line): Use `filter-buffer-substring'
11525         instead of `buffer-substring' and `delete-region'.  (Most of the
11526         code actually copied from `kill-region'.)
11528 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
11530         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11531         (rcirc-default-port): Rename from rcirc-port.
11532         (rcirc-default-nick): Rename from rcirc-nick.
11533         (rcirc-default-user-name): Rename from rcirc-user-name.
11534         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11535         (rcirc-low-priority-flag): New variable.
11536         (rcirc-decode-coding-system): New defcustom.
11537         (rcirc-encode-coding-system): New defcustom.
11538         (rcirc-coding-system-alist): New defcustom.
11539         (rcirc-multiline-major-mode): New defcustom.
11540         (rcirc-nick): New internal variable.
11541         (rcirc-process): Remove variable.
11542         (rcirc-server-buffer): New variable.
11543         (rcirc): Update to use rcirc-default-* variables above.
11544         (rcirc-connect): Do not add window-configuration-hook-here.
11545         (rcirc-server): New internal variable.
11546         (rcirc-connect): Do not send keepalive pings if
11547         rcirc-keepalive-seconds is nil.
11548         (with-rcirc-server-buffer): New macro.
11549         (rcirc-send-string): Encode with rcirc-encode-coding-system.
11550         (rcirc-server-name): Rename from rcirc-server.
11551         (rcirc-buffer-process): New function.
11552         (rcirc-buffer-nick): New function.
11553         (rcirc-buffer-target): Remove function.
11554         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11555         New commands.
11556         (rcirc-mode-map): Change binding of C-c C-l to
11557         rcirc-toggle-low-priority.
11558         (rcirc-mode): Initialize coding system based on
11559         rcirc-coding-system-alist.  New change-major-mode-hook to part the
11560         channel on a mode change.  Make kill-buffer-hook buffer-local.
11561         (rcirc-change-major-mode-hook): New function.
11562         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11563         (rcirc-last-post-time): New variable.
11564         (rcirc-process-message): Store the last time user posted a message
11565         to this target.
11566         (rcirc-multiline-minor-mode): New mode.
11567         (rcirc-multiline-minor-mode-map): New mode map.
11568         (rcirc-edit-multiline): Put multiline-edit buffer in
11569         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11570         (rcirc-print): Ignore any line starting with an ignored nick.
11571         (rcirc-print): Decode using rcirc-decode-coding-system.
11572         (rcirc-track-minor-mode): Update global-mode-string when disabling
11573         this mode.
11574         (minor-mode-alist): Add LowPri indicator.
11575         (rcirc-toggle-low-priority): New function.
11576         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11577         next lowpriority buffer with activity.
11578         (rcirc-record-activity): Sort buffers in rcirc-activity by the
11579         last time the user posted a message in to the target.
11580         (rcirc-update-activity-string): New formatting for low priority
11581         buffers.
11582         (rcirc-split-activity): New function.
11583         (rcirc-handler-PART, rcirc-handler-KICK)
11584         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11585         (rcirc-nick-away-alist): New variable.
11586         (rcirc-handler-301): New handler.  Away messages are printed once
11587         per change.
11589 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
11591         * info.el (Info-follow-nearest-node): Doc fix.
11593         * international/mule-cmds.el (set-locale-environment): Make sure
11594         the coding-system preferred by the locale's language has the same
11595         EOL conversion type as the original buffer-file-coding-system.
11596         (locale-language-names): Add a few MS Windows language codes.
11598 2006-04-07  Richard Stallman  <rms@gnu.org>
11600         * simple.el (eval-expression): Doc fix.
11602         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11603         (eval-defun): Doc fixes.
11605 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
11607         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11609 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
11611         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11612         GDB list command without argument for greater generality.
11614 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11616         * subr.el (string-or-null-p): New function.
11618         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11620         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11622         * files.el: Update comment about safe-local-variable declarations.
11624 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
11626         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11627         See idlwave.org.
11629         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11630         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
11632         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11633         See idlwave.org.
11635         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11636         version 6.0 (minimal changes).  See idlwave.org.
11638         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11639         6.0 (minimal changes).  See idlwave.org.
11641         * progmodes/idlw-rinfo.el: File obsoleted and removed.
11643 2006-04-06  Romain Francoise  <romain@orebokech.com>
11645         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11646         symmetric encryption features and a new asynchronous interface to
11647         GnuPG.  This new version is version 1.4, plus whitespace changes.
11649 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11651         * files.el: Move some `safe-local-variable' declarations to the
11652         respective files.
11654         * textmodes/ispell.el (ispell-check-comments)
11655         (ispell-local-dictionary): Mark as safe.
11657         * abbrev.el (abbrev-mode): Mark as safe.
11659         * add-log.el (change-log-default-name): Mark as safe.
11661         * textmodes/reftex-vars.el (reftex-vref-is-default)
11662         (reftex-fref-is-default, reftex-level-indent)
11663         (reftex-guess-label-type): Mark as safe.
11665         * textmodes/fill.el (colon-double-space): Mark as safe.
11667         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11668         (sentence-end-double-space, sentence-end-without-period)
11669         (sentence-end-without-space, sentence-end, sentence-end-base)
11670         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11672 2006-04-06  Kim F. Storm  <storm@cua.dk>
11674         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11675         the :set-after list.
11676         (ido-downcase-unc-hosts): New user option.  Default on.
11677         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11678         when it is set, as regexps are now applied on the fly.
11679         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11680         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11681         on the fly, but only when ido-process-ignore-lists is set.
11682         Do case insensitive filtering if ido-downcase-unc-hosts is set.
11683         Only downcase names if ido-downcase-unc-hosts is set.
11685 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
11687         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11689         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11691 2006-04-05  Kim F. Storm  <storm@cua.dk>
11693         * ido.el (ido-mode): Set after ido-unc-hosts and
11694         ido-ignore-unc-host-regexps.
11695         (ido-save-history): Save ido-unc-hosts-cache.
11696         (ido-load-history): Load ido-unc-hosts-cache.
11697         (ido-reread-directory): Refresh unc hosts cache in // dir.
11699         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11700         to nil while displaying slash screen.
11702 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11704         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11705         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11707 2006-04-05  Kenichi Handa  <handa@m17n.org>
11709         * international/characters.el: Setup cases of Latin, Greek, and
11710         Cyrillic characters in CJK charsets.
11712 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11714         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11715         default-enable-multibyte-characters.  This reverts the change from
11716         revision 6.17 which is no longer necessary because the passphrase
11717         is sent separately now.  GnuPG messages are unreadable under
11718         multibyte locales with default-enable-multibyte-characters set to nil.
11720 2006-04-04  Andreas Schwab  <schwab@suse.de>
11722         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11723         and `byte-compile-warnings' as `safe-local-variable'.
11725 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
11727         * man.el (Man-mode-map): Restore the \r binding.
11728         (Man-abstract-xref-man-page): If Man-target-string is a function,
11729         call it.
11730         (Man-highlight-references): Use Man-default-man-entry to get the
11731         target.  Deal with xrefs too.
11732         (Man-highlight-references0): Don't call the target function.
11734         * woman.el (WoMan-xref-man-page): Strip the section number, woman
11735         cannot deal with it.
11737 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11739         * pgg-gpg.el: Clean up process buffers every time gpg processes
11740         complete.
11742 2006-04-04  Kenichi Handa  <handa@m17n.org>
11744         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11745         here.
11746         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11747         Temporarily bind inhibit-field-text-motion to t.
11749 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11751         * startup.el (normal-splash-screen): Only set mode-line-format in the
11752         splash buffer, so as not to interfere when debugging the code.
11753         Ignore errors when switching buffer.
11755 2006-04-03  Romain Francoise  <romain@orebokech.com>
11757         * dired.el (dired-dnd-protocol-alist): Fix typo.
11759 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11761         * savehist.el (savehist): Add :version.
11762         (savehist-ignored-variables): New variable.
11763         (savehist-minibuffer-hook): Don't save variables listed in
11764         `savehist-ignored-variables'.
11766         * dired.el (dired-dnd-protocol-alist): Mention that change does
11767         only apply to new buffers in doc string.
11769 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
11771         * recentf.el (recentf-open-files-item): Include newline in button
11772         field, so opening a file will work, when the point is at the end
11773         of the file name.  Allow, for example, to [i]search a file by
11774         extension and just push RET to open it.
11776 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11778         * pgg-gpg.el (pgg-gpg-process-filter)
11779         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11781         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11782         lines, temporary fix.
11784 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11786         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11788 2006-04-02  Richard Stallman  <rms@gnu.org>
11790         * progmodes/compile.el (compilation-message-face): Make it defcustom.
11792 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
11794         * ibuf-macs.el (define-ibuffer-column): Add a new key:
11795         header-mouse-map.
11797         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11798         (ibuffer-mode-header-map): New keymaps.
11799         (ibuffer-update-title-and-summary): Enable mouse face highlighting
11800         and keybindings for column headers.
11801         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11802         property.
11804 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
11806         * speedbar.el (speedbar-after-create-hook): Doc fix.
11808 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
11810         * shell.el (shell-directory-tracker)
11811         (shell-dynamic-complete-command): Doc fixes.
11813 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
11815         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11816         terminals.
11818 2006-04-01  Kim F. Storm  <storm@cua.dk>
11820         * ido.el (ido-unc-hosts-cache): New defvar.
11821         (ido-unc-hosts): If value of defcustom is a function, call it to
11822         get list of UNC hosts.  Add function-item choices to specify
11823         ido-unc-hosts-net-view or user function.
11824         (ido-ignore-unc-host-regexps): New defcustom.
11825         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11826         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11827         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11829 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11832         wwidth.
11834 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
11836         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11837         (ido-max-work-file-list, ido-switch-buffer)
11838         (ido-read-file-name-as-directory-commands):
11839         Fix typos in docstrings.
11841 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11843         * term/mac-win.el (mac-system-coding-system): Define and use after
11844         Mac-specific coding systems are ready.
11846 2006-03-27  Romain Francoise  <romain@orebokech.com>
11848         * net/rcirc.el (rcirc-connect): Add autoload cookie.
11850         * ldefs-boot.el: Update.
11852 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11854         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11855         passphrases when it is not needed.
11856         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11857         passphrase stuff from gpg, should only be necessary when you use
11858         gpg with a smartcard.
11860 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
11862         * comint.el (comint-dynamic-list-completions): Allow user to
11863         select *Completions* buffer.
11865 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
11867         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11869 2006-03-26  Andreas Schwab  <schwab@suse.de>
11871         * progmodes/gud.el (gdb): Only complain about multiple debugging
11872         when the gdb process is still running.
11874 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
11876         * mail/rmail.el (tool-bar-map): Defvar it.
11877         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11878         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11880 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
11882         * help.el (print-help-return-message): Suggest to use
11883         display-buffer instead of switch-to-buffer-other-window to restore
11884         the previous window without selecting it.
11886 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11888         * frame.el (select-frame-by-name): Call x-focus-frame also when
11889         window-system is mac.
11891         * term/mac-win.el: Adjust Courier font specifications in
11892         x-fixed-font-alist.
11893         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11894         when directly encoding to UTF-16 in native byte order, no BOM.
11896 2006-03-25  Kim F. Storm  <storm@cua.dk>
11898         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11899         (cua--init-keymaps): Use it instead of fixed C-return.
11900         (cua-mode): Set after it.
11902         * emulation/cua-rect.el (cua--init-rectangles):
11903         Use cua-rectangle-mark-key instead of fixed C-return.
11905 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
11907         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11908         "run" in .gdbinit.
11909         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11911 2006-03-24  Romain Francoise  <romain@orebokech.com>
11913         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11914         `display-buffer-other-frame'.
11916 2006-03-24  Kim F. Storm  <storm@cua.dk>
11918         * apropos.el (apropos-synonyms): Add selection => region.
11920 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11922         * progmodes/gdb-ui.el (gdb-var-create-regexp)
11923         (gdb-var-list-children-regexp, gdb-var-update-regexp)
11924         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11925         (gdb-data-list-register-values-regexp)
11926         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11927         Future proof against new fields being added to MI output.
11928         (gdb-send): Don't treat backslashes for program input as
11929         continuations.
11930         (gdb-assembler-handler): Don't use window-start for this handler.
11931         (gdb-frame-handler): Don't change to hollow arrow if overlay
11932         arrow doesn't move to new frame.
11934 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
11936         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11937         prevent compiler warnings.
11938         (gdb-stopped): Check for gud-last-last-frame (case: signal).
11939         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11940         (gdb-assembler-custom): Use hollow-right-triangle for assembler
11941         buffer too.
11943 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
11945         * pgg-gpg.el (pgg-gpg-update-agent): Check for
11946         make-network-process, so we can use the same code in Gnus v5-10
11947         too and have this file fully synchronized with that release.
11949 2006-03-23  Romain Francoise  <romain@orebokech.com>
11951         * ibuf-ext.el (ibuffer-read-filter-group-name):
11952         Use `ibuffer-generate-filter-groups' to make completion list match
11953         the filter groups that are really displayed in the Ibuffer buffer.
11954         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11956 2006-03-23  Kenichi Handa  <handa@m17n.org>
11958         * international/mule-cmds.el (sort-coding-systems): Describe that
11959         the argument is modified in docstring.
11961 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11963         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11964         (pgg-gpg-update-agent): New function.
11965         (pgg-gpg-use-agent-p): New function.
11966         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11967         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11968         (pgg-gpg-sign-region): Use it.
11970 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
11972         * cus-edit.el (custom-face-set): Call custom-push-theme before
11973         face-spec set so that `changed' theme is correctly saved.
11974         (custom-face-reset-standard): Reset to recalculated face rather
11975         than defface spec.
11977         * custom.el (custom-push-theme): Only save `changed' theme if the
11978         current face does not match the defface specs.
11980 2006-03-21  Simon Josefsson  <jas@extundo.com>
11982         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11983         <wilde@sha-bang.de>.
11984         (pgg-gpg-use-agent): New variable.
11985         (pgg-gpg-process-region): Use it.
11986         (pgg-gpg-encrypt-region): Likewise.
11987         (pgg-gpg-encrypt-symmetric-region): Likewise.
11988         (pgg-gpg-decrypt-region): Likewise.
11989         (pgg-gpg-sign-region): Likewise.
11990         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11992 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
11994         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11995         bracket links.
11997 2006-03-21  Kim F. Storm  <storm@cua.dk>
11999         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12000         fringe-indicator-alist instead of modifying global value.
12001         (gdb-frame-handler): Likewise.
12003 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
12005         * diff-mode.el (diff-function): Make it inherit from diff-header
12006         instead of diff-context.
12008         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12009         bitmap.
12010         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12011         change names in macro above for consistency.
12012         (gdb-frame-handler): Use hollow-right-triangle for all selected
12013         frames which except the innermost (where execution has stopped).
12014         (gdb-reset): Reset buffer-local values of overlay-arrow.
12016 2006-03-20  Richard Stallman  <rms@gnu.org>
12018         * simple.el (set-mark-command): Doc fix.
12020         * files.el (display-buffer-other-frame): New command.
12021         (ctl-x-4-map): Bind C-x 5 C-o to it.
12023 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12025         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12026         rather than just defer-time, in case defer-time has been changed but
12027         the timer isn't running yet.
12028         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12030 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
12032         * help-mode.el (help-follow-symbol): New function.
12033         Essentially identical to the old `help-follow', but do not let
12034         `push-button' do the work when on an xref.
12035         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12037 2006-03-19  Richard Stallman  <rms@gnu.org>
12039         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12040         preceded by the word `program'.
12041         (help-follow-mouse, help-follow): Throw error if not on xref.
12042         Delete no longer used args.
12044 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
12046         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12047         annotation ensure gud-overlay-arrow-position is redisplayed.
12049 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12051         * textmodes/bibtex.el (bibtex-include-OPTkey)
12052         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12053         (bibtex-autokey-name-case-convert)
12054         (bibtex-autokey-titleword-case-convert): Make these the aliases
12055         for the following two variables.
12056         (bibtex-autokey-name-case-convert-function)
12057         (bibtex-autokey-titleword-case-convert-function): Make these the
12058         real names.
12059         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12060         bibtex-font-lock-crossref sublists.
12061         (bibtex-mode): Revert 2005-12-30 change (which made
12062         completion-ignore-case buffer-local).
12063         (bibtex-url): Simplify.
12065 2006-03-19  Kim F. Storm  <storm@cua.dk>
12067         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12068         cursor property value to 2 (to align with C level change).
12070 2006-03-19  Bill Wohler  <wohler@newt.com>
12072         * image.el (image-load-path-for-library): Shorten first line in
12073         docstring.
12075 2006-03-18  Richard Stallman  <rms@gnu.org>
12077         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12079 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
12081         * isearch.el (isearch-other-meta-char): Handle user bindings for
12082         shifted control characters.
12084 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
12086         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12087         part that matches email addresses, file names, etc.
12089 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
12091         * term/w32-win.el (mouse-set-font):
12092         Mention w32-list-proportional-fonts in the doc string.
12094 2006-03-18  Kim F. Storm  <storm@cua.dk>
12096         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12097         (ido-unc-hosts): New user option to explicitly define list of know
12098         UNC-style hosts for completion.
12099         (ido-cache-unc-host-shares-time): New user option.
12100         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12101         New helper functions for UNC file-name support.
12102         (ido-may-cache-directory): Check for UNC host.  Simplify.
12103         (ido-wash-history): Clean out old UNC hosts.
12104         (ido-nonreadable-directory-p): UNC hosts are always readable.
12105         (ido-directory-too-big-p): UNC hosts are never too big.
12106         (ido-set-current-directory): Handle UNC root path.
12107         (ido-file-name-all-completions): Complete UNC host names from
12108         ido-unc-hosts list.  Cache UNC host shares.
12109         (ido-make-file-list-1): Don't filter UNC root.
12110         (ido-exhibit): Check for // in root directory, and switch to UNC
12111         mode by setting ido-current-directory to //.
12113 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12115         * cus-edit.el (customize-changed-options): Mention explicit
12116         version number as default in prompt.
12118 2006-03-17  Bill Wohler  <wohler@newt.com>
12120         * image.el (image-load-path-for-library): Minor docstring fix.
12122 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
12124         * textmodes/org.el (org-read-date): Include subgroup 5 into
12125         replacement text.
12126         (org-popup-calendar-for-date-prompt): Fix customization type.
12128 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
12130         * progmodes/gdb-ui.el (gud-watch): Provide completion.
12131         (gdb-continuation): New variable.
12132         (gdb-send): Deal with continuation lines.
12134         * progmodes/gud.el (gud-gdb-complete-command)
12135         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12136         expressions.
12137         (gud-tooltip-mode): Use buffer-local value.
12139 2006-03-16  Kim F. Storm  <storm@cua.dk>
12141         * ido.el (ido-edit-input): Use selected match, if any.
12143 2006-03-16  Bill Wohler  <wohler@newt.com>
12145         * image.el (image-load-path-for-library): Prefer user's images in
12146         image-load-path.
12148 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
12150         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12151         when checking for attempt to drag leftmost or rightmost scrollbar.
12153 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
12155         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12156         (gdb-force-mode-line-update): New function.
12157         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12158         (gdb-exited): Use them.
12159         (gdb-signal): New function.
12160         (gdb-annotation-rules): Provide a rule for it.
12162 2006-03-16  Kenichi Handa  <handa@m17n.org>
12164         * international/mule.el (auto-coding-regexp-alist): Add entries
12165         for Unicode BOM.
12167         * sort.el (sort-build-lists): Temporarily bind
12168         inhibit-field-text-motion to t.
12170 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
12172         * locate.el (locate-command, locate-make-command-line)
12173         (locate-fcodes-file, locate-update-command)
12174         (locate-prompt-for-command, locate, locate-with-filter)
12175         (locate-get-file-positions): Doc fixes.
12176         (locate-buffer-name, locate-header-face): Remove leading `*' in
12177         defcustom.
12178         (locate-filter-output): Use `keep-lines' instead of its alias
12179         `delete-non-matching-lines'.
12180         (locate-get-filename, locate-get-dirname): Add introductory comment.
12181         (locate-find-directory-other-window): Give appropriate error
12182         message if used outside main listing.
12184 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12186         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12187         the new extend-region feature.
12188         (font-lock-after-change-function): Update correspondingly.
12189         * jit-lock.el (jit-lock-after-change): Update correspondingly.
12190         * progmodes/grep.el (font-lock-lines-before): Don't disable.
12192 2006-03-15  Bill Wohler  <wohler@newt.com>
12194         * image.el (image-load-path-for-library): Fix example by not
12195         recommending that one binds image-load-path.  Just defvar it to
12196         placate compiler and only use it if previously defined.
12198 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
12200         * textmodes/org.el (org-insert-centered): Use `string-width' to
12201         make underlining work for wide characters.
12202         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12203         TAB to `org-cycle', to make sure that no binding in
12204         `outline-mode-map' can supercede it.
12206 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
12208         * allout.el: Increment version to 2.2.1 in file commentary.
12210         (allout-version): Increment to 2.2.1.
12212         (allout-default-layout): New customization variable, used when the
12213         file lacks a specific allout-layout.  Uses allout-layout-type for
12214         recursively nested definition.
12216         (allout-layout-type): Widget defining allout layouts, necessary for
12217         self-recursive definition.
12219         (allout-mode): Incorporate allout-default-layout as fallback for
12220         allout-layout.
12222         (allout-layout): Mark as 'safe-local-variable', and refer mention
12223         fallback to `allout-default-layout' in absence of a specified value.
12224         (allout-passphrase-verifier-string)
12225         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12227         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12229         (allout-get-encryption-passphrase-verifier): Use correct name of
12230         passphrase verifier in docstring.
12232 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
12234         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12235         elements.
12236         (gdb-find-watch-expression): Make it work for arrays too.
12237         Follow change to gdb-var-list.
12238         (gud-watch): Allow the user to enter variable name with a prexix
12239         arg.  Create keybindings.
12240         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12241         (gdb-var-list-children-handler, gdb-var-update-handler)
12242         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12243         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12244         Follow change to gdb-var-list.
12245         (gdb-starting): Don't show the overlay arrows when program is running.
12247         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12248         gdb-var-list.
12250 2006-03-14  Bill Wohler  <wohler@newt.com>
12252         * image.el (image-load-path-for-library): Pass value of path
12253         rather than symbol.  Always return list of directories.
12254         Guarantee that image directory comes first.
12256 2006-03-14  Alan Mackenzie  <acm@muc.de>
12258         * font-core.el (font-lock-extend-region\(-function\)?.):
12259         New function/variable.
12261         * font-lock.el (font-lock-after-change-function):
12262         Call font-lock-extend-region.  Obey font-lock-lines-before.
12263         (font-lock-default-fontify-region): Remove reference to
12264         font-lock-lines-before.
12266         * jit-lock.el (jit-lock-after-change):
12267         Call font-lock-extend-region.  Obey font-lock-lines-before.
12269 2006-03-14  David Ponce  <david@dponce.com>
12271         * tree-widget.el (tree-widget-themes-load-path)
12272         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12274 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
12276         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12277         (rcirc-print): Mark the start of text at the end of the prompt.
12278         (rcirc-track-minor-mode): Add autoload cookie.
12279         (rcirc-update-activity-string): Add space to front of mode-line
12280         indicator.
12282 2006-03-13  Miles Bader  <miles@gnu.org>
12284         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12285         (rcirc-abbrev-nick): Remove function.
12286         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12288 2006-03-13  David Ponce  <david@dponce.com>
12290         * tree-widget.el: Handle themes across all occurrences of the main
12291         themes sub-directory found in tree-widget-themes-load-path.
12292         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12293         (tree-widget--locate-sub-directory): Return all occurrences.
12294         (tree-widget-themes-path): New function.
12295         Replace tree-widget-themes-directory, and return a list of directories.
12296         (tree-widget-set-parent-theme)
12297         (tree-widget-lookup-image): Use it.
12299 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
12301         * textmodes/org.el (org-link-search): Avoid self-matching of
12302         links, allow target text to be distributed over several lines.
12303         (org-search-not-link): New function.
12304         (org-set-regexps-and-options, org-get-current-options):
12305         New startup options.
12306         (org-export-as-html): Take odd-level setting from local variable.
12307         (org-fontify-emphasized-text): New option.
12308         (org-set-font-lock-defaults): Include emphasized text.
12309         (org-follow-mhe-link): Allow folder-only links, fix folder name.
12310         (org-font-lock): Customize group renamed from `org-faces'.
12312 2006-03-13  John Paul Wallington  <jpw@pobox.com>
12314         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12315         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
12317 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
12319         * cus-start.el (all): Delete :version keyword for members of the
12320         fringe group, since the entire group is new in 22.1.
12322 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
12324         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12325         map if value is hexadecimal (an address).
12326         (gud-watch): Only search roots for existing watch expressions.
12327         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12328         prevent caching problems with speedbar-update-directory-contents.
12330 2006-03-12  Juri Linkov  <juri@jurta.org>
12332         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12333         before comparing with `low' and `warn'.
12335         * info.el (Info-dir-remove-duplicates): Move point to the
12336         beginning of the current line after deleting the entries from
12337         redundant heading.  Use marker for `limit' and compare it with
12338         point before calling `re-search-forward'.
12340 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
12342         * simple.el (yank): Fix typo in docstring.
12344 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
12346         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12347         messages, where "D" is the 6th character.
12349 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12351         * simple.el (yank): Fix last change.
12353 2006-03-11  David Ponce  <david@dponce.com>
12355         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12356         merging elements from the standard ispell-dictionary-alist.
12357         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12358         alist, and return the new alist.
12360 2006-03-11  Richard Stallman  <rms@gnu.org>
12362         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12364         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12365         the way it is implemented is too unclean.
12367         * simple.el (kill-region, yank): Doc fix.
12369         * battery.el (battery-echo-area-format): Doc fix.
12370         (battery-mode-line-format): Likewise.
12371         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12372         (battery-linux-proc-acpi): Ignore batteries that say "charged".
12374 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
12376         * progmodes/octave-mod.el (octave-indent-for-comment):
12377         Behave according to do string.
12379 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
12381         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12382         Be visible only if major mode is Mail Mode.
12384         * textmodes/flyspell.el (flyspell-external-point-words)
12385         (flyspell-process-localwords): Fix last changes.
12387 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
12389         * calendar/holidays.el (list-holidays): Doc fix.
12391         * international/mule.el (auto-coding-alist): Add .odt
12392         (OpenOffice's open document) files.
12394         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12395         document) files.  Mention in the doc string the need to sync with
12396         auto-coding-alist.
12398 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
12400         * files.el (hack-local-variables-confirm): Don't prompt for ! if
12401         enable-local-variables is set to always query, or there is no
12402         savable variable.
12404 2006-03-10  Bill Wohler  <wohler@newt.com>
12406         * image.el (image-load-path-for-library): Merge at least three
12407         functions from Gnus and MH-E into this one function that can now
12408         be shared.
12410 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
12412         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12413         gdb-remove-mouse-face and remove help-echo too.
12414         (gdb-enqueue-input): Correct conditional clause.
12416 2006-03-10  Glenn Morris  <rgm@gnu.org>
12418         * calendar/calendar.el (calendar-holidays): Doc fix.
12419         * calendar/holidays.el (list-holidays): Doc fix.
12421 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
12423         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12424         it gets called in gdb-prompt anyway.
12425         (gdb-use-separate-io-buffer): Only restore window arrangement for
12426         gdb-many-windows.
12427         (gdb-enqueue-input): Make it harder to send GDB input when program
12428         is running.
12429         (gdb-buffer-list): New variable.
12430         (gdb-remove-mouse-face): New function.
12431         (gdb-starting): Use it when GDB input won't get sent.
12433 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
12435         * help.el (view-lossage): Remove trailing whitespace before
12436         inserting "\n".
12438 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
12440         * files.el (hack-local-variables-confirm):
12441         Set coding-system-for-read to nil before writing to .emacs.
12443         * arc-mode.el (archive-extract): Check if an existing buffer name
12444         comes from a different archive.
12446         * help.el (describe-key-briefly): If KEY is a down event, read and
12447         discard the up event.
12449 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
12451         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12452         be edited and use font-lock-warning-face for any changes.
12454         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12455         (gdb-edit-value): Use it to report any errors.
12457 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
12459         * help.el (describe-key): Remove leftover test code.
12461 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
12463         * textmodes/org.el: Move defvars out of eval-when-compile.
12464         Use buffer-file-name variable.
12465         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12466         arg `file'.
12467         (org-level-faces): Remove startup dependency.
12468         (org-cycle, org-map-tree, org-scan-tags)
12469         (org-remember-handler): Don't call `outline-level' directly.
12470         (org-mhe-search-all-folders): New option.
12471         (org-mhe-get-message-folder-from-index)
12472         (org-mhe-get-message-folder): Fix indexing search.
12473         (org-format-agenda-item): Handle nil TAGS argument.
12474         (org-cleaned-string-for-export, org-activate-target-links)
12475         (org-make-target-link-regexp): Deal with empty radio target list.
12476         (org-tag): New face.
12477         (org-get-level-face): New function.
12478         (org-set-font-lock-defaults): Simplify setup for headlines.
12479         (org-complete): Pass common substring to `display-completion-list'.
12481 2006-03-06  David Ponce  <david@dponce.com>
12483         * tree-widget.el: Update Commentary header.
12484         (tree-widget-theme-name): Ignore parent themes.
12485         (tree-widget-set-parent-theme): New function.
12486         (tree-widget-set-theme): Use it.
12487         (tree-widget-set-image-properties): Move definition.  Does nothing
12488         if image properties have already been set.
12489         (tree-widget-image-properties): Move definition.  Receive an image
12490         name.  Set the :pointer property.
12491         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
12492         Don't set the :pointer image property.
12493         (tree-widget-convert-widget): New function.  Handle :dynargs
12494         compatibility here.
12495         (tree-widget): Use it to :convert-widget.  Add the :expander-p
12496         predicate to control when the :expander function is entered.
12497         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12498         (tree-widget-value-create): Handle :expander-p.  widget-apply
12499         :expander.
12500         (tree-widget-expander-p): New function.  Default value of the
12501         :expander-p property.
12503 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
12505         * help.el (describe-key): Properly handle the return value of
12506         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
12507         remaps.  Handle string and vector `follow-link' values.
12509 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12511         * complete.el (PC-expand-many-files): Try be more careful when parsing
12512         the shell's output.
12514 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12516         * outline.el (hide-sublevels): Provide better interactive default.
12518 2006-03-06  Kenichi Handa  <handa@m17n.org>
12520         * international/fontset.el (create-fontset-from-fontset-spec):
12521         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12523 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
12525         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12526         backslashes instead of one in regexp.
12527         (gud-tooltip-dereference): Add missing optional argument.
12529 2006-03-04  John Paul Wallington  <jpw@pobox.com>
12531         * wdired.el (toplevel): Require `cl' at compile-time.
12533 2006-03-04  Andreas Schwab  <schwab@suse.de>
12535         * server.el (server-process-filter): Handle errors during
12536         evaluation of the argument.
12538 2006-03-03  John Paul Wallington  <jpw@pobox.com>
12540         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12541         escape parentheses at beginning of line.
12542         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12543         (t-mouse-mode): Remove period from end of error message.
12545 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
12547         * textmodes/flyspell.el (flyspell-process-localwords):
12548         Be case-sensitive.
12550 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
12552         * cus-edit.el (custom-quote): Remove function, since it has been
12553         moved to custom.el.
12555         * font-lock.el (lisp-font-lock-keywords-2)
12556         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12557         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12558         they have no special meaning.
12560         * midnight.el (clean-buffer-list): Handle case where base-buffer of
12561         indirect buffer gets killed before indirect buffer.  Use dolist.
12563 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12565         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12566         value instead of a literal constant (1) on more pauses.
12568 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
12570         * textmodes/flyspell.el (flyspell-external-point-words):
12571         Be case-sensitive.
12573 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
12575         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12576         with "www".
12578 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
12580         * allout.el: Restablish intermediate missing comment header to
12581         preserve outline structure.
12582         (allout-beginning-of-current-entry): Skip invisible text.
12583         (allout-open-topic): Fix opening a topic at end-of-buffer.
12584         (allout-minor-mode): Move nearer to allout-mode function.
12586 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
12588         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12590 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
12592         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12593         is nil.
12595         * progmodes/gud.el (gud-speedbar-menu-items):
12596         Use buffer-local-value and add missing :visible keyword.
12598         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12600 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
12602         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12603         must be `follow-link'.
12605         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12607         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12608         formatting: No nested anchors.
12609         (org-all-targets): Fix bug with XEmacs compatibility.
12610         (org-read-date): Add (require 'parse-time).
12611         (org-set-tags): Fix bug with extra inserted space.
12612         (org-export-html-style): Define a style class for targets.
12613         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12614         (org-hide-leading-stars): New option.
12615         (org-hide): New face.
12616         (org-set-font-lock-defaults): Allow to hide leading stars.
12617         (org-get-legal-level, org-tr-level): New functions.
12618         (org-odd-levels-only): New option.
12619         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12620         (org-demote, org-promote): Deal with double-star levels.
12621         (org-convert-to-odd-levels): New command.
12623 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
12625         * speedbar.el (speedbar-update-localized-contents): Try to
12626         preserve window-start.
12627         (speedbar-update-directory-contents): Try to preserve window-start
12628         and window-point.
12629         (speedbar-update-special-contents): Don't move back to start of window.
12631         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12632         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
12633         speedbar-timer-fn.
12634         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12635         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12636         instead of gdb-speedbar-timer-fn.
12638 2006-02-28  Jay Belanger  <belanger@truman.edu>
12640         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12641         (math-compose-expr): Use latex option when calling
12642         `math-compose-tex-matrix' for latex mode.
12644 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
12646         * speedbar.el: Re-instate comments about developing for speedbar
12647         [this is what info and gdb-ui use even if better methods exist now].
12649         * t-mouse.el: New file.
12650         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
12651         (t-mouse-lispy-buffer-posn-from-coords): Remove.
12652         (t-mouse-make-event-element): Use posn-at-x-y instead.
12653         (t-mouse-make-event): Deal with Fedora Core 3.
12654         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12655         (t-mouse-mouse-position-function): New function.  Use it instead
12656         of advising mouse-position.
12657         (t-mouse-mode): New minor mode.
12658         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
12660 2006-02-27  Glenn Morris  <rgm@gnu.org>
12662         * calendar/calendar.el (calendar-holidays): Doc fix.
12664 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
12666         * progmodes/gdb-ui.el (gdb-source-window): New variable.
12667         Re-introduce the concept of a source window.
12668         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12669         consistency with get-buffer-create.
12670         (def-gdb-auto-update-handler, gdb-info-locals-handler)
12671         (gdb-data-list-register-values-handler)
12672         (gdb-stack-list-locals-handler): Try to preserve window-start as
12673         well as window-point.
12674         (gdb-display-source-buffer): New function (old concept).
12675         (gdb-goto-breakpoint): Use it.
12677         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12678         for gdb-ui/gdb-mi (old concept).
12680 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
12682         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12683         binding.
12685         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12687         * textmodes/reftex-sel.el (reftex-select-label-map)
12688         (reftex-select-bib-map): Add `follow-mouse' binding.
12690 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
12692         * jka-cmpr-hook.el (jka-compr-compression-info-list)
12693         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12694         Give :set functions to provide automatic updating.
12695         Update docstring.  Give compiler defvars early in the file
12696         and move the defcustoms to a later spot where all called functions
12697         are defined.
12698         (jka-compr-file-name-handler-entry): Doc fix.
12699         (jka-compr-compression-info-list--internal)
12700         (jka-compr-mode-alist-additions--internal)
12701         (jka-compr-load-suffixes--internal): New variables.
12702         (jka-compr-install): Set the three above variables.
12703         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12704         (jka-compr-update, jka-compr-set): New functions.
12705         (auto-compression-mode): Doc fix.
12707         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12708         Update `load-file-rep-suffixes' instead of `load-suffixes'.
12709         Use jka-compr-compression-info-list--internal,
12710         jka-compr-mode-alist-additions--internal and
12711         jka-compr-load-suffixes--internal.
12713         * files.el (load-library):
12714         * loadhist.el (file-loadhist-lookup):
12715         * startup.el (command-line):
12716         * subr.el (locate-library):
12717         * emacs-lisp/autoload.el (update-directory-autoloads):
12718         * emacs-lisp/find-func.el (find-library-suffixes):
12719         Use `get-load-suffixes' instead of `load-suffixes'.
12721         * subr.el (locate-library):
12722         * emacs-lisp/find-func.el (find-library-name):
12723         Use `load-file-rep-suffixes' instead of '("").
12725 2006-02-26  Kim F. Storm  <storm@cua.dk>
12727         * ido.el (ido-save-history, ido-load-history): Simplify.
12728         Don't use find-file-noselect to avoid interference from other modes.
12730 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
12732         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12733         to use the default shell if filename is not available.
12734         Reported by Giorgos Keramidas.
12736 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
12738         * progmodes/etags.el (tags-completion-table): Do completion from
12739         all the tables in the current list, as documented in the manual.
12741 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12743         * CC Mode Update to 5.31.3.
12745 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12747         * progmodes/cc-mode.el (c-postprocess-file-styles):
12748         Bind inhibit-read-only to t, around the call to
12749         c-remove-any-local-eval-or-mode-variables, so that it works on a
12750         RO file.
12752 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12754         * progmodes/cc-awk.el: Correct a typo.
12756 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12758         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12759         c-hungry-delete-backwards, at the request of RMS.  Leave the old
12760         name as an alias.
12762 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12764         * progmodes/cc-mode.el: Correct a typo.
12766 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12768         * progmodes/cc-defs.el: Update the version number to 5.31.3.
12770 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12772         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12773         brace-else-brace (error due to mbeg, mend being undefined).
12775 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12777         * progmodes/cc-mode.el: File Local variables: Solve the problem
12778         where both `mode' and c-file-offsets are specified: `mode' will
12779         overwrite c-f-o's settings:
12780         (c-remove-any-local-eval-or-mode-variables): New function.
12781         (c-postprocess-file-styles): Call the above new function, within
12782         c-tentative-buffer-change, to splat `mode' and `eval' before the
12783         second hack-local-variables.
12785 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12787         * progmodes/cc-mode.el:
12788         [Supersedes patch to cc-engine.el V 1.45]
12789         (c-after-change): Protect the match data with save-match-data.
12790         It was getting corrupted by c-after-change-check-<>-operators.
12792         * cc-defs.el: [Supersedes patch V1.38]:
12793         (top level): Check for a buggy font-lock-compile-keywords ONLY in
12794         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
12796         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12797         with save-match-data.  It was being corrupted when Font Lock was
12798         not enabled.
12800 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
12802         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12803         Mode and Subword Mode.
12805         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12806         real labels ("case 1:" or "foo:") from non-labels ("public:").
12807         (c-forward-objc-directive): Replace c-forward-token-2 with crude
12808         coding; c-f-t-2 doesn't move over a token at EOB.
12810         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12812         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12813         (c-update-modeline): Concatenate the minor mode indicators
12814         directly onto mode-name, removing c-submode-indicators.
12815         Sometimes, c-s-i got separated from the mode name on the mode line.
12817         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12818         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12820 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
12822         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12823         error message when there's an evaluation error to show whether
12824         it's loaded from source or not.
12825         (c-filter-ops): Make it available at runtime too to work when
12826         `c-make-init-lang-vars-fun' needs to evaluate from source.
12828 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
12830         * help.el (help): Revert last part of 2006-02-23 change (deletion
12831         of the `provide' call).
12833 2006-02-23  Juri Linkov  <juri@jurta.org>
12835         * compare-w.el (compare-windows-highlight): Add new value
12836         `persistent' and change :type from `boolean' to `choice'.
12837         (compare-windows-overlays1, compare-windows-overlays2):
12838         New internal variables.
12839         (compare-windows-highlight): If compare-windows-highlight is
12840         `persistent', add current overlays to compare-windows-overlays[12]
12841         instead of adding compare-windows-dehighlight to pre-command-hook.
12842         (compare-windows-dehighlight): Delete all overlays from
12843         compare-windows-overlays[12].
12845         * info.el (Info-search): Don't bind search-spaces-regexp to
12846         Info-search-whitespace-regexp in non-regexp isearch mode.
12848 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12850         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12852 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
12854         * textmodes/org.el (org-xemacs-p)
12855         (org-export-html-show-new-buffer, org-table-may-need-update)
12856         (org-insert-item, org-mhe-get-message-real-folder)
12857         (org-mhe-get-message-folder-from-index)
12858         (org-mhe-get-message-folder, org-mhe-get-message-num)
12859         (org-mhe-get-header, org-make-org-heading-search-string)
12860         (org-make-org-heading-camel, org-table-sort-lines)
12861         (org-format-org-table-html, org-format-table-table-html):
12862         Fix typos in docstrings.
12864 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
12866         * textmodes/org.el (org-cleaned-string-for-export)
12867         (org-solidify-link-text): New function.
12868         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12869         XEmacs, just to silence the compiler.
12870         (org-export-as-ascii, org-export-as-html-and-open):
12871         Use `org-cleaned-string-for-export' and create internal links.
12872         (org-follow-mhe-link): Require mh-e, use folder.
12874 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12876         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12878         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12879         gdb-debug-log-length.
12880         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
12881         it a real ring but...
12882         (gud-gdba-marker-filter): ...make it work like mark-ring.
12883         (gdb-enable-debug): Rename from gdb-enable-debug-log.
12884         (gdb-mouse-jump): New function.  Add bindings.
12886 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
12888         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12889         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12890         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12891         (gdb-debug-log-length): Customize it's length.
12892         (gud-watch, gdb-var-create-handler): Display function::var format
12893         but don't use to create variable object.
12894         (gdb-var-create-handler): Use message-box in place of message.
12895         (gdb-stopped): Call gdb-exited if signalled.
12897 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
12899         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12901         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12903         * textmodes/reftex.el (reftex-locate-file): Search all extensions
12904         if `reftex-try-all-extensions' is set.
12906         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12907         fail silently when there is no valid argument at point.
12908         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12909         `fail-silently' argument.  From a patch by David Reiter.
12911         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12912         New commands.
12913         (org-mark-ring): New variable.
12914         (org-mark-ring-length): New option.
12915         (org-open-at-point, org-goto, org-open-file): Push old position
12916         onto the mark ring.
12917         (org-add-hook): New function.
12918         (org-export-table-remove-special-lines): New option.
12919         (org-skip-comments, org-format-org-table-html): Respect new
12920         option `org-export-table-remove-special-lines'.
12921         (org-open-file): Allow special command configuration for
12922         directory link.
12923         (org-file-apps): Fix bugs in customize type, added setting
12924         for directories.
12925         (org-activate-tags, org-format-agenda-item, org-complete)
12926         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12927         (org-get-tags, org-get-buffer-tags, org-open-at-point)
12928         (org-link-search, org-make-org-heading-search-string)
12929         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12930         (org-radio-targets, org-file-link-context-use-camel-case)
12931         (org-activate-camels): New options.
12932         (org-update-radio-target-regexp, org-all-targets)
12933         (org-make-target-link-regexp, org-activate-target-links):
12934         New functions.
12935         (org-make-org-heading-search-string): New function.
12936         (org-store-link, org-insert-link): Use new option
12937         `org-file-link-context-use-camel-case'.
12938         (org-activate-camels): Use new option `org-activate-camels'.
12939         (org-link-regexp): Add mhe prefix.
12940         (org-open-at-point, org-store-link): Support for mhe links.
12941         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12942         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12943         (org-mhe-get-header, org-follow-mhe-link): New functions.
12944         (org-remove-angle-brackets, org-add-angle-brackets):
12945         New functions.
12946         (org-bracket-link-regexp): New constant.
12947         (org-read-date): Fix bug that was rejecting all typed dates.
12948         (org-link-search): Make hierarchy above visible after a match.
12949         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12950         (org-store-link): Fix bug with link creation when cursor is in
12951         an empty line.
12952         (org-open-at-point): Fix bug with matching a link.
12953         Fixed buggy argument sequence in call to `org-view-tags'.
12954         (org-compile-prefix-format): Set `org-prefix-has-tag'.
12955         (org-prefix-has-tag): New variable.
12956         (org-format-agenda-item): Remove tags from headline
12957         if appropriate.
12958         (org-agenda-remove-tags-when-in-prefix): New option.
12960 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
12962         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12963         Fix the regular expressions.
12965 2006-02-21  Richard M. Stallman  <rms@gnu.org>
12967         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12968         if there's no other specific basis.
12970         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12971         as variables at all.
12972         (unsafep-variable): Rename arg; doc fix.
12974         * abbrevlist.el (list-one-abbrev-table): Add autoload.
12976         * calendar/appt.el (diary-selective-display): Add defvar.
12978         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12980         * isearch.el (search-whitespace-regexp): Fix custom type.
12982         * help.el (describe-key-briefly): Compute interactive args
12983         in same was as before previous change.
12985         * files.el (enable-local-variables): Doc fix.
12987 2006-02-21  Kim F. Storm  <storm@cua.dk>
12989         * fringe.el: Cleanup as file is now pre-loaded.
12990         (fringe-bitmaps): Initialize unconditionally.
12991         (fringe-mode, set-fringe-style): Remove autoload cookies.
12993 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
12995         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12996         `horizontal-bar'.
12997         (fringe-cursor-alist): Use `horizontal-bar'.
12999 2006-02-20  Kim F. Storm  <storm@cua.dk>
13001         * fringe.el (fringe-bitmaps): Update to new bitmap names.
13002         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13004         * loadup.el: Load "fringe" on window systems.
13006 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13008         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13009         out of scope components.
13011         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13012         default.
13014 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
13016         * custom.el (customize-mark-to-save, customize-mark-as-set):
13017         Load the symbol first.
13019 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
13021         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13022         strech spec so it doesn't display as "^J" on the header line
13023         when `Buffer-menu-use-header-line' is t.
13025 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13027         * speedbar.el (speedbar-make-button): Keep text properties
13028         of string arguments if desired.
13030         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13031         expessions.
13033         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13034         of speedbar.
13036 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
13038         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13039         to value of `read-file-name-completion-ignore-case'.
13041 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
13043         * custom.el (customize-mark-as-set): Push to `user' theme.
13045         * cus-edit.el (custom-save-variables): Allow unthemed values.
13046         (customize-set-variable): Push setting to `user' theme.
13048 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13050         * progmodes/gud.el: Don't require font-lock as it's now
13051         automatically loaded.
13052         (gud-speedbar-buttons): Replace gdb-var-changed with
13053         gdb-force-update.
13055         * progmodes/gdb-ui.el (gdb-force-update): Rename from
13056         gdb-var-changed.
13057         (gdb-post-prompt): Use it.
13058         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13059         (gdb-var-update-handler, gdb-var-delete)
13060         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13061         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13062         gdb-force-update in gdb-post-prompt.
13063         (gdb-reset): Clear watch expressions from speedbar when quitting.
13065 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13067         * viper-cmd.el (viper-insert-state-post-command-sentinel)
13068         (viper-change-state-to-vi, viper-change-state-to-emacs):
13069         Make aware of cursor coloring in the Emacs state.
13070         (viper-special-read-and-insert-char): Use read-char-exclusive.
13071         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13073         * viper-init.el (viper-emacs-state-cursor-color): New variable.
13075         * viper-util.el (viper-save-cursor-color)
13076         (viper-get-saved-cursor-color-in-replace-mode)
13077         (viper-get-saved-cursor-color-in-insert-mode)
13078         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13079         state.
13080         (viper-get-saved-cursor-color-in-emacs-mode): New function.
13082         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13083         (ediff-ignore-case-option3, ediff-actual-diff-options)
13084         (ediff-actual-diff3-options): New variables to control case sensitivity.
13085         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13086         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13087         (ediff-toggle-ignore-case): New function.
13088         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13090         * ediff-help.el (ediff-long-help-message-narrow2)
13091         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13092         (ediff-long-help-message-word-mode): Add ignore-case command.
13093         (ediff-help-for-quick-help): Add ignore-case command.
13095         * ediff-merg.el: Move provide to the end.
13097         * ediff-ptch.el: Move provide to the end.
13099         * ediff-wind.el: Move provide to the end.
13101         * ediff-mult.el: Move provide to the end.
13102         (ediff-set-meta-overlay): Enable follow-link.
13104         * ediff.el: Move provide to the end.
13105         Break recursive load cycle in eval-when-compile.
13106         (ediff-patch-buffer): Better heuristics.
13108         * ediff-util.el: Move provide to the end.
13109         Break recursive load cycle in eval-when-compile.
13110         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
13111         defuns.
13112         (ediff-submit-report): Pass the values of ediff-diff3-program,
13113         ediff-diff3-options.
13115 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
13117         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13118         the opening bracket of the following bracketing pairs: {}, [], (), <>,
13119         `' (for example, in the docstring of `windmove-default-keybindings').
13121 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13123         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13124         shadow face.  Don't provide binding to edit variable when it is
13125         out of scope.
13127         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13128         (gdb-var-update-handler): Detect out of scope variables with pre
13129         GDB 6.4 too.
13130         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13131         Reset status of variable objects to nil in update handlers.
13132         (gdb-var-update-handler-1): Detect when a variable object comes
13133         in scope.  setcar on var changes gdb-var-list directly.
13135 2006-02-17  Juri Linkov  <juri@jurta.org>
13137         * ffap.el (ffap) <defface>: Add explicit face declaration.
13138         (ffap-highlight): Use face `ffap' directly instead of checking
13139         for its existence.
13141         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13142         `visible-ok' of `other-buffer' to find the right original buffer.
13144         * info.el (Info-search): Skip `Local Variables' node.
13146 2006-02-17  Juri Linkov  <juri@jurta.org>
13148         * info.el (Info-find-file): Check for symbols `apropos', `history',
13149         `toc' in the input filename, and return these symbols as is.
13150         (Info-find-node-2): Set Info-current-file to symbols `apropos',
13151         `history', `toc' instead of strings.
13152         (Info-set-mode-line): For non-string Info-current-file use the
13153         symbol's name inside **.
13154         (Info-isearch-push-state): Add quote before Info-current-file and
13155         Info-current-node.
13156         (Info-isearch-pop-state): Use `equal' instead of `string='.
13157         (Info-extract-pointer, Info-following-node-name): Use
13158         `match-string-no-properties' instead of `match-string'.
13159         (Info-up): Check `old-file' for `stringp'.
13160         (Info-history): Use `equal' instead of `string-equal'.
13161         Check `file' for `stringp'.
13162         (Info-history): Use symbol `history' instead of string as first arg
13163         of `Info-find-node'.
13164         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
13165         `toc' instead of string.
13166         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13167         instead of `buffer-substring', and `match-string-no-properties'
13168         instead of `match-string'.
13169         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13170         instead of strings.
13171         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13172         Use symbol `apropos' instead of string.
13173         (Info-copy-current-node-name): Check `Info-current-file' for
13174         `stringp' and construct a command with `Info-find-node' from it.
13175         (Info-fontify-node): Use `match-string-no-properties' instead of
13176         `match-string' and check file names for `stringp'.
13177         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13178         `history', `toc' instead of strings.
13180 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
13182         * files.el: Rearrange functions and variables in the file local
13183         variables section.
13185 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
13187         * files.el: Add truncate-lines, ispell-check-comments and
13188         ispell-local-dictionary as safe local variables.
13190 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
13192         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13193         out of scope variables.
13194         (gud-speedbar-buttons): Use unless.
13196         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13197         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13198         (gdb-show-changed-values): Also use for out of scope variables.
13199         (gdb-var-update-handler-1): Note if variable goes out of scope.
13201 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
13203         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13204         default to global variable values for unsupplied args.
13205         (rcirc-get-buffer-create): Fix bug with setting the target.
13206         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13207         test for rcirc-always-use-server-buffer-flag here.
13208         (rcirc-response-formats): Add %N, which is a facified nick.  %n
13209         uses the default face.  Change the ACTION format string.  If the
13210         "nick" is the server, don't print anything for that field.
13211         Comment fixes.
13212         (rcirc-target-buffer): Don't test
13213         rcirc-always-use-server-buffer-flag here.
13214         (rcirc-print): Squeeze extra spaces out of the text before message.
13215         (rcirc-put-nick-channel): Strip potential "@" char from nick
13216         before adding them to nick table.
13217         (rcirc-url-regexp): Improve to match address like "foo.com".
13219 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
13221         * allout.el (allout-hidden-p): Move this defsubst before
13222         allout-overlay-interior-modification-handler, where it is first
13223         used.
13225 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
13227         * allout.el: Use allout invisible-text overlays instead of
13228         selective display for concealed text.  Also, lots of general
13229         cleanup, and improved compatibility code.
13231         (allout-version): Incremented, corrected, revised, and refined
13232         module commentary.
13234         (provide 'allout): Moved to the bottom, added a require of overlay.
13236         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13237         `except-current'.
13238         (allout-write-file-hook-handler): Minimize delay.
13239         (count-trailing-whitespace-region): New function so
13240         auto-encryption of current topic can resituate cursor exactly.
13241         PGP/GPG encryption trims trailing whitespace from lines, which
13242         must be accounted for across encryption then decryption.
13244         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13245         just plain "\C-c", to avoid intruding on user's keybinding space.
13247         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13248         parameter, so user request to provide a new password is done.
13250         (allout-outside-normal-auto-fill-function, allout-auto-fill):
13251         Refined mechanism for auto-filling behavior while in allout mode.
13253         (allout-mode): Explicitly specify the mode map in the docstring.
13254         Clarify provision for various write-file hook var names.
13255         Adjusted for invisible-text overlays instead of selective-display.
13257         (allout-depth): Really return 0 if not within any topic.  This
13258         rectifies `allout-beginning-of-level' and sequence numbering
13259         errors that occur when cutting and pasting numbered topics.
13260         Changed from a in-line subst to a regular function, as well.
13262         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13264         (allout-end-of-subtree, allout-end-of-subtree)
13265         (allout-end-of-entry, allout-end-of-current-heading)
13266         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13267         (allout-show-children, allout-show-to-offshoot)
13268         (allout-hide-current-entry, allout-show-current-entry): Rectified
13269         handling of trailing blank lines between items.
13271         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13272         (allout-current-depth, allout-unprotected, allout-hidden-p)
13273         (allout-on-current-heading-p, allout-listify-exposed)
13274         (allout-chart-subtree, allout-goto-prefix)
13275         (allout-back-to-current-heading, allout-get-body-text)
13276         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13277         (allout-hide-region-body, allout-toggle-subtree-encryption)
13278         (allout-encrypt-string, allout-encrypted-key-info)
13279         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13280         (allout-file-vars-section-data): Adjusted for use with
13281         invisible-text overlays instead of selective-display.
13283         (allout-kill-line, allout-kill-topic, allout-yank-processing):
13284         Reworked for use with invisible text overlays.
13286         (allout-current-topic-collapsed-p): New function.
13288         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13289         to know when to close the containing topic.
13291         (allout-pre-command-business, allout-post-command-business):
13292         Simplify undo-batching and dynamic isearch exposure.
13294         (allout-set-overlay-category): New for invisible-text overlays.
13295         Sets properties of allout-overlay-category, used by
13296         allout-flag-region to set invisible-text overlay properties.
13297         (allout-get-invisibility-overlay): Get the first qualifying
13298         invisibility overlay, so we can find the extent of it.
13299         (allout-back-to-visible-text): Get to just before the beginnining
13300         of the current invisibility overlay, if any.
13302         (allout-overlay-insert-in-front-handler)
13303         (allout-overlay-interior-modification-handler)
13304         (allout-before-change-handler, allout-isearch-end-handler): New
13305         functions to handle extraordinary actions affecting concealed
13306         text.
13308         (allout-flag-region): Use overlays instead of selective-display
13309         for invisible text - by inheritence from the properties of
13310         allout-overlay-category in mainline Emacs, and applied
13311         property-by-property in XEmacs, some recent versions of which
13312         don't inherit the properties from the category.  Provisions to
13313         respond to concealed-text edits simplified drastically.
13315         (allout-isearch-rectification, allout-isearch-was-font-lock)
13316         (allout-isearch-expose, allout-enwrap-isearch)
13317         (allout-isearch-abort, allout-pre-was-isearching)
13318         (allout-isearch-prior-pos, allout-isearch-did-quit)
13319         (allout-isearch-dynamic-expose)
13320         (allout-hide-current-entry-completely): Functions deleted.
13322         (allout-undo-aggregation): Explicit undo aggregation no longer
13323         necessary due to transition away from selective-display.
13325         (set-allout-regexp, allout-up-current-level)
13326         (allout-next-visible-heading, allout-forward-current-level)
13327         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13328         (allout-kill-line, allout-yank-processing, allout-show-children)
13329         (allout-expose-topic, allout-old-expose-topic)
13330         (allout-listify-exposed, allout-insert-latex-header)
13331         (allout-toggle-subtree-encryption, allout-encrypt-string)
13332         (remove-from-invisibility-spec, allout-hide-current-subtree):
13333         Ditched unused variables.
13335 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
13337         * textmodes/ispell.el (ispell-change-dictionary): Call
13338         ispell-buffer-local-dict instead of
13339         ispell-accept-buffer-local-defs.
13340         (ispell-local-dictionary-alist): Accept as valid any coding-system
13341         supported by Emacs.
13342         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13343         changed to iso-8859-3.
13345 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
13347         * speedbar.el (speedbar-frame-width): Make an inline function
13348         instead of a macro.  Use frame-width.
13349         (speedbar-try-completion, speedbar-update-contents)
13350         (speedbar-timer-fn): Use consp.
13351         (speedbar-update-localized-contents): Try to preserve point.
13353         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13354         (menu): Re-order menu items.
13355         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13356         field.
13357         (gdb-var-update-handler-1): Use it for GDB 6.4+.
13358         (gdb-post-prompt): Speed things by not forcing update.
13360 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
13362         * wid-edit.el (widget-button-click): For mouse-1, cancel button
13363         press and perform default action if we get a mouse movement event.
13365 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13367         * calendar/icalendar.el (icalendar--get-event-property)
13368         (icalendar--get-event-property-attributes): Fix typos in
13369         docstrings.
13371         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13372         docstring.
13374 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
13376         * bs.el (bs-mode): Use `buffer-disable-undo'.
13377         (bs--get-file-name): Simplify.
13378         (bs-show-in-buffer): Mark the buffer as not modified.
13380 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13382         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13383         widget-button-click.
13385         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13386         (custom-mode): Update docstring.
13388         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13389         binding.
13391         * files.el (hack-local-variables-confirm): Allow scrolling if the
13392         file variable list is too long.  Kill temp buffer after use.
13394 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
13396         * progmodes/gud.el (gdb): Improve doc string.
13397         (gdb-script-font-lock-keywords): Expand allowed character set.
13399         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13400         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13401         (gdb-separate-io-interrupt, gdb-separate-io-quit)
13402         (gdb-separate-io-stop, gdb-separate-io-eof):
13403         Rename from gdb-inferior-* to gdb-separate-*.
13404         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13406 2006-02-14  Jay Belanger  <belanger@truman.edu>
13408         * calc/calc-arith.el (math-check-known-scalarp): Make sure
13409         expression is a symbol before checking that it is bound.
13411         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13412         test to see if equation can be solved.
13414 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13416         * wid-edit.el (widget-button-click): Use :pressed-face property
13417         for overlay face, if it exists.
13419         * cus-edit.el (custom-manual, custom-add-see-also)
13420         (custom-add-parent-links, custom-group-link): Add :pressed-face
13421         property to links.
13423         * files.el (hack-local-variables): Remove ignored variables before
13424         checking if any variables need setting.
13426 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13428         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13430 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
13432         * help.el (where-is): Fix message for remapped commands.
13434         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13435         Fix typos in docstrings.
13437 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
13439         * files.el (safe-local-variable-values): New option.
13440         (hack-local-variables-prop-line): Return a list of variable-value
13441         pairs if MODE-ONLY is non-nil.
13442         (hack-local-variables): Construct list of variable-value pairs,
13443         and apply or reject them in one go.  Ask for confirmation if
13444         variables are not known safe.
13445         (hack-local-variables-confirm): Complete rewrite.  Support
13446         `safe-local-variable-values'.
13447         (enable-local-variables): Update docstring to reflect new
13448         behavior.
13449         (ignored-local-variables): Ignore ignored-local-variables and
13450         safe-local-variable-values.
13451         (safe-local-variable-p): New function.
13452         (risky-local-variable-p): `safe-local-variable' property check
13453         moved to safe-local-variable-p.
13454         (hack-one-local-variable): Checks moved to hack-local-variables.
13456         (byte-compile-dynamic, c-basic-offset, c-file-style)
13457         (c-indent-level, comment-column, fill-column, fill-prefix)
13458         (indent-tabs-mode, kept-new-versions, no-byte-compile)
13459         (no-update-autoloads, outline-regexp, page-delimiter)
13460         (paragraph-start, paragraph-separate, sentence-end)
13461         (sentence-end-double-space tab-width, version-control):
13462         Add `safe-local-variable' property.
13464         * find-lisp.el: Delete nonexistent `autocompile' file variable.
13466         * icomplete.el, play/landmark.el: Change nonexistent
13467         `outline-layout' file variable to `allout-layout'.
13469 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
13471         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13472         (gdb-get-changed-registers): Test value of gud-minor-mode relative
13473         to gud-comint-buffer.
13474         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13475         gdb-ui.el for gdb-mi.el.
13476         (gdb-post-prompt, gdb-get-changed-registers): Move test for
13477         registers buffer to gdb-get-changed-registers.
13478         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
13479         deletion of catchpoints (throw and catch).
13480         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13481         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13482         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13483         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13484         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13486 2006-02-13  Jay Belanger  <belanger@truman.edu>
13488         * calc/calc-arith.el (math-check-known-matrixp): Make sure
13489         expression is a symbol before checking that it is bound.
13491 2006-02-13  Richard M. Stallman  <rms@gnu.org>
13493         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13494         for the minibuffer too, but not if resize-mini-windows will interfere.
13496         * help.el (describe-key-briefly, describe-key): Do all arg-reading
13497         inside `interactive' spec.
13498         (describe-key-briefly-internal, describe-key-internal):
13499         Functions merged back into their callers.
13501 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
13503         * info.el (info-xref-visited): Inherit from info-xref too.
13504         (Info-set-mode-line): Replace occurrences of `%' by `%%'
13505         when propertizing Info-current-file and Info-current-node.
13507 2006-02-13  Juri Linkov  <juri@jurta.org>
13509         * tumme.el (tumme-thumbnail-storage): Fix docstring.
13510         (tumme-thumb-name): Fix per-directory format.
13512 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
13514         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13516 2006-02-12  Miles Bader  <miles@gnu.org>
13518         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13520 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
13522         * tumme.el: Remove history section.  If someone needs the it, it
13523         can always be found in CVS.
13525 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13527         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
13528         about the Thumbnail Managing Standard option.
13530 2006-02-12  Richard M. Stallman  <rms@gnu.org>
13532         * subr.el (substitute-key-definition): Doc fix.
13534         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13536         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13538         * info.el (Info-mode): Doc fix.
13540         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13542 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
13544         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13545         because on Solaris a POSIX compatible "id" is needed.  Reported by
13546         Magnus Henoch <mange@freemail.hu>.
13548 2006-02-12  Juri Linkov  <juri@jurta.org>
13550         * tumme.el: Remove todo item about Thumbnail Managing Standard.
13551         (tumme) <defgroup>: Change :group to `multimedia'.
13552         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13553         Managing Standard.
13554         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13555         Fix dostring.
13556         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13557         and %y.  Fix docstring.
13558         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13559         (tumme-cmd-create-standard-thumbnail-command): New user options.
13560         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13561         is `standard'.  Fix docstring.
13562         (tumme-thumb-width, tumme-thumb-height): New user options.
13563         (tumme-external-viewer): Try to find various viewers.
13564         (tumme-get-thumbnail-image): Use `create-image' instead of
13565         constructing the `image' structure.
13566         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13567         `standard'.
13568         (tumme-thumb-name): Add file name generation for standard storage.
13569         Simplify code for other storages.
13570         (tumme-thumb-name): Use width %w and height %h instead of size %s.
13571         Add modification time %m and thumbnail-nq8 %q.
13572         Use `tumme-cmd-create-standard-thumbnail-command' if
13573         tumme-thumbnail-storage is `standard'.
13574         (tumme-dired-insert-marked-thumbs): New autoload command.
13575         (tumme-dired-after-readin-hook): New function.
13576         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13577         `tumme-thumb-size'.
13578         (tumme-display-image): Replace size-x %x and size-y %y with
13579         width %w and height %h.
13581         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13582         `tumme-dired-insert-marked-thumbs'.
13584 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
13586         * tumme.el (tumme-write-tag): Fix small bug (file name did not
13587         include path).
13588         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13589         matching tag.
13591 2006-02-12  Miles Bader  <miles@gnu.org>
13593         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13594         New variables.
13595         (rcirc-abbrev-nick): New function.
13596         (rcirc-format-response-string): Rewrite to use the formats in
13597         `rcirc-response-formats' and expand escape sequences therein.
13598         A text-property `rcirc-text' is added over the actual response
13599         text to make easy to find inside the returned string.
13600         (rcirc-print): When filling, just look for the `rcirc-text'
13601         text-property to find the appropriate fill prefix, instead of
13602         using hardwired patterns.
13604 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13606         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
13607         Managing Standard.
13609 2006-02-11  Kim F. Storm  <storm@cua.dk>
13611         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13612         Don't use insert-buffer; do insert-buffer-substring directly.
13613         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
13615 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13617         * files.el (revert-buffer, recover-file): Replace buffer-read-only
13618         with inhibit-read-only.  Suggested by Stefan Monnier.
13619         (revert-buffer): Let insert-file-contents discard
13620         buffer-undo-list.  Simplify code.
13621         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13623 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
13625         * menu-bar.el (menu-bar-select-yank): Add a doc string.
13627         * help.el (describe-key-briefly): Now a wrapper for
13628         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
13629         to t.  Populate yank-menu if empty.
13630         (describe-key-briefly-internal): Renamed from describe-key-briefly.
13631         (describe-key): Now a wrapper for describe-key-internal.  Bind
13632         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
13633         (describe-key-internal): Renamed from describe-key.
13635 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
13637         * progmodes/glasses.el (glasses-separator): Doc fix.
13638         (glasses-original-separator): New defcustom.
13639         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13641 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
13643         * mwheel.el (mouse-wheel-up-event): Doc fix.
13645 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
13647         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13648         (tumme-dir): New function.  Copied from thumbs.el.
13650 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
13652         * desktop.el (desktop-outvar): Fix typo.
13653         (desktop-save-buffer-p): Doc fix.
13655         * subr.el (substitute-key-definition): Fix typo.
13657 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13659         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13660         when window-system is mac.
13662         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13664 2006-02-10  Kim F. Storm  <storm@cua.dk>
13666         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13667         indirect-function instead of using condition-case.
13669 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
13671         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13672         less `colloquial'...
13674 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
13676         * tumme.el: Add a couple of todo items.
13678 2006-02-09  Lars Hansen  <larsh@soem.dk>
13680         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13681         (highlight-changes-mode): Don't change desktop-locals-to-save.
13683 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
13685         * image-mode.el (image-toggle-display): Clear image cache if using
13686         filename.
13688 2006-02-09  Masatake YAMATO  <jet@gyve.org>
13690         * dired-x.el (dired-guess-shell-alist-default): Add .man as
13691         a `dired-man' target.
13693         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13694         boundary of symbols.
13696 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
13698         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13700 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
13702         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13703         `mapcar'; return nil.
13705 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
13707         * mouse.el (mouse-drag-track): Don't change window if we rebind to
13708         some other event.
13710 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
13712         * net/rcirc.el (rcirc-startup-channels-alist):
13713         Add irc.freenode.net and #emacs as defaults.
13714         (rcirc-ignore-all-activity-flag): Remove variable.
13715         (rcirc-authinfo): New variable.
13716         (rcirc-authinfo-filename): Remove variable.
13717         (rcirc-always-use-server-buffer-flag): New flag.
13718         (rcirc): M-x rcirc will automatically connect without prompting.
13719         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
13720         connection in lisp.
13721         (rcirc-process-server-response-1): Remove everything but the nick
13722         portion of the sender so it doesn't need to be done everywhere
13723         else.  Update related code.
13724         (global-map): Remove global keybindings.
13725         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13726         (rcirc-send-input): Split into several functions.
13727         (rcirc-process-input-line, rcirc-process-message)
13728         (rcirc-process-command): New functions.
13729         (rcirc-target-buffer): New function to determine where to route
13730         messages.
13731         (rcirc-user-nick): Save match data.
13732         (rcirc-toggle-ignore-buffer-activity)
13733         (rcirc-update-activity-string): Remove global ignore functionality,
13734         which can be done now by toggling rcirc-track-minor-mode.
13735         (rcirc-track-minor-mode-map): New keymap.
13736         (rcirc-track-minor-mode): New minor-mode.
13737         (ignore): Make the ignore output nicer.  Always print it when
13738         adding or removing nicks.
13739         (rcirc-url-regexp): Improve.
13740         (rcirc-mangle-text): Remove properties before using text in the
13741         modeline.
13742         (rcirc-authenticate): Authentication data comes from
13743         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13744         (rcirc-server-prefix): Inherit from rcirc-server.
13746 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
13748         * Makefile.in (compile): Append "|| true" to the end of the `find'
13749         command, like compile-always does.
13751 2006-02-08  Sam Steingold  <sds@gnu.org>
13753         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13754         output from a dead connection.
13756 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13758         * dired.el (dired-mode-map): Add more bindings for tumme.
13760 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13762         * wdired.el (wdired-mode-map): Use remap.
13763         (wdired-get-filename): Massage.
13764         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13765         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13766         `keymap' property rather than `local-map'.
13768 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
13770         * tumme.el (tumme-get-thumbnail-image): New utility function.
13771         Suggested by from Chong Yidong.
13772         (tumme-dired-with-window-configuration): Rename from
13773         `tumme-dired'.  Add code to save window configuration.
13774         (tumme-restore-window-configuration): New command to restore the
13775         window configuration that `tumme-dired-with-window-configuration'
13776         saves before it changes the window configuration.
13777         (tumme-show-all-from-dir): New command to display thumbnails for
13778         all files in a directory entered by the user, like M-x thumbs.
13779         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13780         have been created.
13781         (tumme-display-thumbnail-original-image): Call `display-buffer'.
13782         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13783         Remove obsolete test function.
13785 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
13787         * vc.el (small-temporary-file-directory): Remove defvar; there's
13788         a defcustom for it in files.el.
13790         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13791         Fix typo in message.
13792         (tumme-gallery-generate): Fix typo in `error' message.
13793         (tumme-display-window-height-correction)
13794         (tumme-display-window-width-correction, tumme-line-up-dynamic)
13795         (tumme-line-up-interactive): Dox fixes.
13796         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13797         (tumme-restore-window-configuration, tumme-format-properties-string)
13798         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13799         Fix typos in docstrings.
13801 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
13803         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13805 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
13807         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13808         User should use hook if desired.
13810         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13811         buffer if necessary.
13812         (gdb-delete-frame-or-window): New function.
13813         (gdb-breakpoints-mode-map): Bind "q" to it.
13815 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13817         * textmodes/nroff-mode.el: Clean up name space.
13818         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13819         (nroff-mode): Obey the global setting of nroff-electric-mode.
13820         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13822         * calendar/calendar.el (calendar-increment-month): Typo in last change.
13824 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
13826         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13828 2006-02-06  Lars Hansen  <larsh@soem.dk>
13830         * generic-x.el (etc-fstab-generic-mode): Add file system types
13831         cifs and usbdevfs.  Allow special chars in file names.
13833 2006-02-05  Jay Belanger  <belanger@truman.edu>
13835         Update copyright notices of the files in lisp/calc.
13837 2006-02-05  Romain Francoise  <romain@orebokech.com>
13839         Update copyright notices of all files in the lisp/play directory.
13841 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
13843         * ldefs-boot.el: Regenerate.
13845         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13847 2006-02-05  Kim F. Storm  <storm@cua.dk>
13849         * files.el (magic-mode-regexp-match-limit): New defvar.
13850         (set-auto-mode): Use it to limit magic-mode-alist matching.
13852 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
13854         * info.el (Info-index, Info-mode): Improve the description of the
13855         `i' command.
13857         * ldefs-boot.el: Regenerate.
13859 2006-02-03  Werner Lemberg  <wl@gnu.org>
13861         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13862         greedy to find the closing bracket in \*[...] and similar
13863         expressions.  This is a first rough fix -- many additional
13864         refinements are necessary to make nroff mode really usable with groff.
13866 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
13868         * international/mule-cmds.el (set-locale-environment):
13869         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13870         libX11.
13872 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
13874         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13875         archive are created in archive-tmpdir.
13877 2006-02-02  John Paul Wallington  <jpw@pobox.com>
13879         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13880         (ibuffer-fontification-alist): Use it.
13881         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13882         to "* z" and the Ibuffer Mark menu.
13884         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13886 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13888         * textmodes/table.el (*table--cell-describe-mode)
13889         (*table--cell-describe-bindings): Undo last change since
13890         print-help-return-message is not obsoleted by anything at all.
13892 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
13894         * emulation/cua-base.el (cua-mode): Doc fix.
13896 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
13898         * dframe.el (dframe-handle-make-frame-visible)
13899         (dframe-handle-iconify-frame, dframe-get-focus)
13900         (dframe-select-attached-frame, dframe-power-click)
13901         (dframe-frame-mode): Fix typos in docstrings.
13903         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13904         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13905         Fix typos in docstrings.
13907         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13908         (hi-lock-face-buffer, hi-lock-font-lock-hook)
13909         (hi-lock-archaic-interface-message-used)
13910         (hi-lock-file-patterns-range): Fix typos in docstrings.
13912         * savehist.el (savehist-loaded, savehist-load, savehist-install)
13913         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13915         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13916         Fix typo in docstring.
13918         * net/newsticker.el (newsticker--decode-iso8601-date)
13919         (newsticker--set-customvar, newsticker--buffer-insert-item)
13920         (newsticker--do-run-auto-mark-filter)
13921         (newsticker--parse-generic-feed): Doc fixes.
13922         (newsticker--retrieval-timer-list, newsticker-url-list)
13923         (newsticker-hide-immortal-items-in-echo-area)
13924         (newsticker-hide-obsolete-items-in-echo-area)
13925         (newsticker-new-item-face, newsticker--enclosure)
13926         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13927         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13928         (newsticker--parse-generic-feed, newsticker--cache-contains)
13929         (newsticker--stat-num-items, newsticker-download-enclosures):
13930         Fix typos in docstrings.
13932         * net/rcirc.el (rcirc-debug): Doc fix.
13933         (rcirc-fill-column, rcirc-receive-message-hooks)
13934         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13935         (rcirc-mode, rcirc-generate-new-buffer-name)
13936         (rcirc-startup-channels, rcirc-ignore-update-automatic)
13937         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13938         Fix typos in docstrings.
13939         (rcirc-print): "?\ " -> "?\s".
13940         (rcirc-cmd-join): Improve argument/docstring consistency.
13942 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
13944         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13945         before narrow-to-region.
13947 2006-02-01  Richard M. Stallman  <rms@gnu.org>
13949         * simple.el (move-beginning-of-line): Scan properly for invis change.
13951         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13953 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
13955         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13956         change bit only when id-format is 'integer.  Reported by Matt
13957         Hodges <M.P.Hodges@rl.ac.uk>.
13959 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
13961         * hilit-chg.el (highlight-changes-initial-state)
13962         (highlight-changes-global-initial-state): Doc fixes.
13963         (highlight-changes-global-modes, global-highlight-changes):
13964         Fix typos in docstrings.
13966 2006-02-01  Kim F. Storm  <storm@cua.dk>
13968         * emulation/cua-base.el (cua-mode): Mention that CUA enables
13969         transient-mark-mode in doc string.
13971 2006-01-31  Richard M. Stallman  <rms@gnu.org>
13973         * replace.el (multi-occur): Doc fix.
13974         (multi-occur-in-matching-buffers): Rename from
13975         multi-occur-by-filename-regexp.  Prefix arg says match
13976         buffer names instead of file names.
13978 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
13980         * bs.el: Allow non-default values of `bs-header-lines-length'.
13981         (bs--running-in-xemacs): Remove (not needed anymore).
13982         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13983         instead of `shrink-window', thus avoiding having to compute the
13984         height of the window.
13985         (bs--up): Wrap around even when there's no header.
13986         (bs--down): Use `forward-line' instead of `next-line'.
13988 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
13990         * image-mode.el (image-toggle-display): Use file name if possible,
13991         instead of unnecessarily allocating a (possibly huge) lisp string.
13993 2006-01-30  John Paul Wallington  <jpw@pobox.com>
13995         * subr.el (toplevel): Define `cl-assertion-failed' condition here
13996         because the `assert' macro signals it at runtime.
13998         * emacs-lisp/cl.el (toplevel): Remove definition of
13999         `cl-assertion-failed' condition.
14001 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
14003         * thumbs.el (thumbs-marked-list): Make buffer-local and
14004         permanent-local.
14005         (thumbs-insert-thumb): Make help-echo non-sticky.
14006         (thumbs-file-alist): Use eolp as check for (non)-image.
14008 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
14010         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14011         (ediff-before-session-group-setup-hooks)
14012         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14013         Fix typos in docstrings.
14015         * window.el (bw-dir, bw-eqdir, balance-windows)
14016         (split-window-keep-point): Fix typos in docstrings.
14018         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14019         (org-quote-string, org-calendar-to-agenda-key)
14020         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14021         (org-show-following-heading, org-tags-column)
14022         (org-use-tag-inheritance, org, org-allow-space-in-links)
14023         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14024         (org-enable-table-editor, org-calc-default-modes)
14025         (org-table-allow-automatic-line-recalculation)
14026         (org-export-html-style, org-export-with-fixed-width)
14027         (org-export-with-sub-superscripts, org-special-keyword)
14028         (org-formula, org-time-grid, org-table-may-need-update)
14029         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14030         (org-goto-quit, org-get-indentation, org-end-of-item)
14031         (org-move-item-down, org-move-item-up)
14032         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14033         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14034         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14035         (org-agenda-log-mode, org-agenda-toggle-diary)
14036         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14037         (org-agenda-file-to-end, org-agenda-no-heading-message)
14038         (org-agenda-get-closed, org-format-agenda-item)
14039         (org-cmp-priority, org-cmp-category, org-cmp-time)
14040         (org-agenda-change-all-lines, org-agenda-diary-entry)
14041         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14042         (org-link-search, org-camel-to-words, org-open-file)
14043         (org-remember-handler, org-table-convert-region)
14044         (org-table-move-row-down, org-table-move-row-up)
14045         (org-table-copy-region, org-table-wrap-region)
14046         (org-table-toggle-vline-visibility)
14047         (org-table-get-vertical-vector, org-table-modify-formulas)
14048         (org-table-get-specials, org-recalc-commands)
14049         (org-table-rotate-recalc-marks, org-table-eval-formula)
14050         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14051         (org-level-color-stars-only, org-insert-heading):
14052         Fix typos in docstrings.
14053         (last-arg): Add defvar.
14055         * makefile.w32-in (WINS): Add erc.
14056         (MH_E_SRC): Update (copied from lisp/Makefile.in).
14058 2006-01-29  Bill Wohler  <wohler@newt.com>
14060         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14061         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14062         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
14063         (mh-autoloads): Don't use comments on otherwise empty lines.
14065 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
14067         * emulation/viper.el (viper-major-mode-modifier-list):
14068         Add insert-state and vi-state entries for erc-mode.
14069         (viper-go-away, viper-set-hooks): Add and remove
14070         viper-comint-mode-hook from erc-mode-hook as appropriate.
14072         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14074 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
14076         * bs.el (bs--format-aux): Implement `middle' alignment as
14077         described in the docstring for `bs-attributes-list'.
14078         (bs--get-name): Simplify.  Don't pad the buffer name.
14080 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
14082         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14083         English aspell dictionary is installed, use the first entry of
14084         ispell-dictionary-alist-1.
14086 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14088         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14089         Doc fix.
14091 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
14093         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14094         for `process-file', in order to let it work for older Emacsen too.
14096 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
14098         * international/latexenc.el: Add a suitable `coding:' tag.
14099         (latexenc-find-file-coding-system): Undo last change.
14101 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14103         * international/latexenc.el (latexenc-find-file-coding-system):
14104         Make sure latexenc-main-file is a regular file and is readable.
14106 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
14108         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14109         Pass FILE to vc-user-login-name.
14111         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14113 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
14115         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14116         there are no more images to display.
14117         (thumbs-mark, thumbs-unmark): Revert change so that they move to
14118         the next image.
14120 2006-01-26  Richard M. Stallman  <rms@gnu.org>
14122         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14124         * wid-edit.el (advertised-widget-backward): New alias.
14125         (widget-keymap): Use advertised-widget-backward for S-TAB.
14127         * tumme.el: Correct the keywords.
14128         (tumme-dir-max-size): Use defvar.
14129         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14131         * simple.el (move-beginning-of-line): Take account of fields.
14132         (clone-indirect-buffer-other-window): Take args like
14133         clone-indirect-buffer, and work like it.
14135         * help-fns.el (describe-function): Don't pass `nil' as default.
14137         * files.el (risky-local-variable-p): Follow var aliases.
14139         * subr.el (lazy-completion-table): Doc fix.
14141         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14142         global binding of `line'.
14144 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
14146         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14147         Tramp.
14149         * vc.el (vc-default-dired-state-info): Pass FILE to
14150         vc-user-login-name.
14151         (vc-default-update-changelog): Don't use vc-user-login-name, we
14152         don't need it here.
14154         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14155         no longer necessary.
14157 2006-01-25  Kenichi Handa  <handa@m17n.org>
14159         * international/mule.el (decode-char): Avoid the overhead of
14160         calling utf-lookup-subst-table-for-decode if
14161         utf-translate-cjk-mode is nil.
14162         (encode-char): Avoid the overhead of calling
14163         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14164         nil.
14166 2006-01-22  Kenichi Handa  <handa@m17n.org>
14168         * international/mule.el (make-subsidiary-coding-system): Reset
14169         `coding-system-define-form' property of subsidiaries to nil.
14170         Avoid duplicated entry in coding-system-alist.
14171         (make-coding-system): Avoid duplicated entry in
14172         coding-system-alist.
14173         (define-coding-system-alias): Likewise.
14175 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
14177         * completion.el: Minor fixes in introductory comment.
14178         (completion-def-wrapper): Fix alist.
14180 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
14182         * thumbs.el (thumbs-new-image-size): New function.
14183         (thumbs-increment-image-size-element)
14184         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14185         (thumbs-decrement-image-size): Delete.
14186         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
14187         temp files and use to resize.
14188         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14189         Use increment argument to enlarge/shrink.  Preserve point.
14190         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14191         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14192         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14193         (thumbs-mark, thumbs-unmark): Preserve point.
14194         (thumbs-modify-image): Keep old temp files and use to modify.
14195         Cleanup old temp files at load time.  Preserve point.
14196         (thumbs-view-image-mode-map): Use new command names.
14198 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14200         * log-view.el (log-view-minor-wrap): First rev is the one at point.
14202         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14203         the nastiest part of the cyclic dependency.
14204         (cal-menu-update): Use dotimes and calendar-increment-month.
14206         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14207         (calendar-week-start-day): Add an :initializer.
14208         (calendar-mode-map): Use suppress-keymap, and command remapping.
14209         (describe-calendar-mode): Setup xref-stack info for the back button.
14210         (calendar-star-date): Insert before delete.
14211         (calendar-set-mode-line): Add file-modified info if applicable.
14212         (calendar-increment-month): New function.
14214 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
14216         * font-lock.el (lisp-font-lock-keywords-2):
14217         Recognize "& keywords" only at word boundaries.
14219 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
14221         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
14222         and permanent-local.
14223         (thumbs-max-image-number): New variable.
14224         (thumbs-do-thumbs-insertion): Use them.
14225         (thumbs-per-line): Change default to 4.
14226         (thumbs-marked-list): Rename from thumbs-markedL.
14227         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14228         (thumbs-rename-images): Use -list instead of L for internal variables.
14229         (thumbs-call-convert): Use call-process instead of shell-command.
14230         (thumbs-insert-thumb): Add filename as help-echo to each image.
14231         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14232         Give dir to thumbs-show-thumbs-list.
14233         (thumbs-show-thumbs-list): Set default-directory to that of images.
14234         (thumbs-dired-show): Rename from thumbs-dired-show-all.
14235         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14236         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14237         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14239 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14241         * ses.el (ses-read-cell): Provide a default value.
14243 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
14245         * term/w32-win.el (image-library-alist): Add additional names for
14246         GIF library.
14248 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14250         * international/latexenc.el (latexenc-find-file-coding-system):
14251         Add file-regular-p check.
14253 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14255         * simple.el (clone-buffer): Don't show the new buffer in the same
14256         window.
14258 2006-01-23  Juri Linkov  <juri@jurta.org>
14260         * faces.el (link, link-visited): New faces based on default values
14261         of `info-xref' and `info-xref-visited'.
14263         * info.el (info-xref): Inherit from `link'.
14264         (info-xref-visited): Inherit from `link-visited'.
14266         * cus-edit.el (custom-buffer-create-internal): Use widget type
14267         `custom-manual' instead of `info-link' and don't set properties
14268         `button-face' and `mouse-face' explicitly.
14269         (custom-browse-group-tag, custom-browse-variable-tag)
14270         (custom-browse-face-tag): Inherit from widget class
14271         `custom-group-link' instead of `push-button'.
14272         (custom-button-unraised): Inherit from `underline' face.
14273         (custom-link): Inherit from `link' face.  Fix doc and group.
14274         (custom-add-parent-links, custom-group-value-create): Don't set
14275         properties `button-face' and `mouse-face' explicitly for
14276         `custom-group-link' widget.
14277         (custom-group-link): Add properties `button-face' and `mouse-face'
14278         to widget definition.
14279         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
14280         editable-field's :keymap property.
14281         (custom-mode): Fix docstring: substitute keybindings for
14282         `widget-forward' and `widget-backward' from `widget-keymap',
14283         `widget-complete' from `custom-field-keymap', replace old
14284         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
14286         * desktop.el (desktop-load-file): Check for `fboundp' before
14287         calling `symbol-function'.
14289         * simple.el (clone-buffer, clone-indirect-buffer)
14290         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14291         `read-string'.  Fix prompts.
14293         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14295 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
14297         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14299 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
14301         * startup.el (inhibit-splash-screen, initial-scratch-message):
14302         Doc fixes.
14304 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
14306         Sync with Tramp 2.0.52.
14308         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14309         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
14310         `tramp-unload-tramp' for checklist.
14312         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14313         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
14314         (tramp-unload-file-name-handler-alist)
14315         (tramp-unload-tramp): New defuns.
14316         (tramp-advice-PC-expand-many-files): New defadvice.
14317         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
14318         removed.
14319         (tramp-handle-expand-file-name): Remove double slash.
14320         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14321         It doesn't matter, because it will be converted later on.
14322         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
14323         implementation was just heuristic.
14324         (tramp-post-connection): Set uid and gid properties.
14325         (tramp-convert-file-attributes): Set file's gid change bit.
14326         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14327         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14328         in case of su(do)? methods.  The home directory of the local user
14329         will be taken else.
14330         (tramp-open-connection-telnet)
14331         (tramp-open-connection-rsh, tramp-open-connection-su)
14332         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
14333         local shell prompt could hurt.  Reported by Romain Francoise
14334         <romain@orebokech.com>.
14335         (tramp-let-maybe): Add `edebug-form-spec' property.
14336         (tramp-handle-expand-file-name): Bind `default-directory' locally
14337         to "/" in order to avoid problems with UNC shares or Cygwin
14338         mounts.
14339         (tramp-md5-function): Fix typo in error message.
14341         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14343         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14344         for byte-compiler pacification.
14346 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
14348         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14349         ID-FORMAT `string'.  This allows us to get rid of
14350         `vc-user-login-name UID'.
14352         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14354 2006-01-22  John Paul Wallington  <jpw@pobox.com>
14356         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14358 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
14360         * emacs-lisp/find-func.el (find-definition-noselect)
14361         (find-variable-noselect): Search variables in C source code too.
14362         (find-function-C-source, find-function-noselect, find-function)
14363         (find-function-other-frame, find-variable-noselect, find-variable)
14364         (find-variable-other-frame, find-variable-at-point):
14365         Fix docstrings.
14367 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
14369         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14371 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
14373         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14374         Default to disabling the "Save affix" question.
14376 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
14378         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14379         the first arg to run-python.
14381 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
14383         * startup.el (command-line-1): Handle --no-desktop if desktop.el
14384         is not loaded.
14386 2006-01-20  Jay Belanger  <belanger@truman.edu>
14388         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14389         limit is 0.
14391         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14392         the correct variable.
14394 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
14396         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14397         link.  Fixed buggy argument sequence in call to `org-view-tags'.
14398         (org-compile-prefix-format): Set `org-prefix-has-tag'.
14399         (org-prefix-has-tag): New variable.
14400         (org-format-agenda-item): Remove tags from headline if
14401         appropriate.
14402         (org-agenda-remove-tags-when-in-prefix): New option.
14403         (org-get-tags-at): New function.
14405 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
14407         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
14408         (thumbs-find-image): Move image name and number from buffer name
14409         to mode name.  Set thumbs-buffer.  Preserve point so that large
14410         images remain visible.
14411         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14412         order.
14413         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
14414         mode name.
14415         (thumbs-next-image, thumbs-previous-image): Make them work.
14417 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
14419         * cus-edit.el (custom-buffer-create-internal): State in the text above
14420         the whole buffer buttons that they do not operate on hidden items.
14421         (custom-face-menu): Use `custom-face-save' instead of
14422         `custom-face-save-command'.
14423         (custom-face-save-command): Make it an alias for `custom-face-save'
14424         and declare it obsolete.
14425         (custom-face-save): Doc fix.
14427         * dired.el (dired-no-confirm): Add quote.
14428         (dired-subdir-alist-pre-R): Add quote in
14429         `make-variable-buffer-local' form and remove unbalanced parenthesis.
14431 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14433         * textmodes/table.el (table-mode-indicator): Typo in last change.
14435 2006-01-19  Richard M. Stallman  <rms@gnu.org>
14437         * outline.el (hide-leaves): Don't call outline-end-of-heading.
14438         Fixes bug reported in Nov 2005.
14440         * isearch.el (isearch-forward): Doc fix.
14442         * dired.el (dired-move-to-filename-regexp): Define as alias.
14443         (dired-no-confirm): Use defcustom.
14444         (dired-subdir-alist-pre-R): Put defvar at top level.
14446         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14448         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14449         Mark as risky.
14451         * simple.el (set-mark-command): Doc fix.
14452         (clone-indirect-buffer-other-window):
14453         Read arg like clone-indirect-buffer.
14454         (move-beginning-of-line): Skip invisible newlines.
14456 2006-01-19  Masatake YAMATO  <jet@gyve.org>
14458         * progmodes/cpp.el (cpp-edit-load): Make the order of
14459         listed conditions in a base C code buffer and its associate
14460         CPP Edit buffer the same.
14462 2006-01-19  Kenichi Handa  <handa@m17n.org>
14464         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14465         (rmail-mime-feature): Likewise.
14466         (rmail-require-mime-maybe): Use display-warning to show a warning
14467         message.
14469         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14470         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14472 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14474         * array.el: Move defvars out of eval-when-compile.
14475         (array-make-template): Replace undeclared global var with a local one.
14476         (array-mode): Inline initialization functions.
14477         (array-init-local-variables, array-init-max-row)
14478         (array-init-max-column, array-init-columns-per-line)
14479         (array-init-field-width, array-init-rows-numbered)
14480         (array-init-line-length, array-init-lines-per-row): Remove.
14482         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
14483         (doc-mode-map): Define explicitly.
14484         (doctor-txtype): Use mapc.
14486         * textmodes/table.el: Move defvars out of eval-when-compile.
14487         Remove harmful code meant to avoid byte-compiler warnings.
14488         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
14489         specification that checks table-fixed-width-mode directly.
14490         (table-recognize-region, table-recognize-cell):
14491         Use restore-buffer-modified-p.
14492         (table-fixed-width-mode): Remove code that refreshes
14493         table-fixed-mode-indicator.
14494         (*table--cell-describe-bindings, *table--cell-describe-mode):
14495         Avoid obsolete name print-help-return-message.
14496         (table--test-cell-list): Don't use replace-regexp from elisp.
14497         (table--point-entered-cell-function, table--point-left-cell-function):
14498         Don't set table-fixed-mode-indicator, use force-mode-line-update.
14500         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
14501         that was after the end of file.  Use buffer-file-name variable.
14502         (org-timestamp-change): Use with-current-buffer.
14503         (org-todo-list): Don't unnecessarily define a new buffer-local var.
14504         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14505         `file'.
14507         * progmodes/fortran.el: Move defvars out of eval-when-compile.
14508         (fortran-break-line): Remove unused var `opoint'.
14509         (fortran-abbrev-start): Obey help-event-list.
14511 2006-01-18  Jesper Harder  <harder@phys.au.dk>
14513         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14515 2006-01-18  Masatake YAMATO  <jet@gyve.org>
14517         * progmodes/make-mode.el (makefile-imake-mode): New mode
14518         derived from makefile-mode.
14519         (makefile-imake-mode-syntax-table): New syntax table
14520         derived from makefile-mode-syntax-table.
14521         (makefile-mode): Write about makefile-imake-mode in doc string.
14522         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14523         (makefile-imake-font-lock-keywords): New font lock keywords.
14525         * files.el (auto-mode-alist): Add Imakefile.
14527 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
14529         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14530         loading the file rather than when turning on flyspell-mode.
14532 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
14534         * cus-edit.el (customize-rogue): Minor doc fix.
14536 2006-01-17  Juri Linkov  <juri@jurta.org>
14538         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14539         instead of the file at the mark as default if the file at the mark
14540         is the same as the file at point or if dired-dwim-target-directory
14541         is not the same as the current directory and the mark is not active.
14543         * log-view.el (log-view-minor-wrap): Use the same logic to get
14544         revisions as `log-view-diff'.
14546         * info.el (Info-revert-find-node): Check for Info-current-file
14547         before preserving new-history.
14549         * man.el (Man-heading-regexp): Add `/'.
14551         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14552         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14554 2006-01-16  Juri Linkov  <juri@jurta.org>
14556         * faces.el (mode-line-faces): New defgroup.
14557         (mode-line-highlight): Move definition after new defgroup.
14558         (mode-line, mode-line-inactive, mode-line-highlight):
14559         Replace :group `modeline' with `mode-line-faces'.
14560         (mode-line-buffer-id): New face.
14561         (modeline-buffer-id): New face alias.
14562         (vertical-border): Remove :group `modeline'.
14564         * bindings.el (propertized-buffer-identification): Use face
14565         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14566         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14567         (mode-line-buffer-identification-keymap): For mouse-1 replace
14568         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14569         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14570         mouse-3.
14572         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14573         Buffer-menu-buffer.  Doc fix.
14574         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14575         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14576         `Buffer-menu-buffer'.
14578         * info.el (Info-mode-line-node-keymap): New defvar.
14579         (Info-set-mode-line): Use `stringp' to check Info-current-file.
14580         Propertize Info-current-node with `mode-line-buffer-id' and
14581         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14583         * time.el (display-time-mail-face): Replace :group `faces' with
14584         `mode-line-faces'.
14586 2006-01-16  Kenichi Handa  <handa@m17n.org>
14588         * international/code-pages.el: Add autoload cookies for cp125[0345678].
14590         * language/european.el (cp1252): New alias for windows-1252.
14592         * international/mule.el (autoload-coding-system): Prepare for EOL
14593         variants.
14595 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
14597         * term.el (term-raw-map): Add mapping for insert.
14598         (term-send-insert): New.
14599         (term-mode): Make variables local here instead of doing it in
14600         `term-emulate-terminal'.
14601         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14602         Scroll reverse needs to take into account the scroll region.
14603         Saving and restoring the cursor should save the color attributes too.
14604         (term-reset-terminal): Reset the scroll region.
14605         (term-handle-ansi-escape): Cursor up and down should take into
14606         account the scroll region.
14607         (term-set-scroll-region): Rename from `term-scroll-region'.
14608         Move to 0,0 after setting the region.
14609         (term-handle-scroll): Handle scroll up.
14610         (term-down): Fix off by one error.
14611         (term-delete-lines): Do not delete outside the scroll region.
14612         (term-insert-lines): Take into account the scroll region.
14614 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14616         * textmodes/ispell.el (ispell-internal-change-dictionary)
14617         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14618         (start, end): Move declaration outside of eval-when-compile.
14620         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14621         (flyspell-mode-on): Use it.
14623         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14624         ispell-kill-ispell-hook.
14626 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
14628         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14629         (Custom-reset-saved): Do not ask for confirmation in single option
14630         buffers.
14632 2006-01-13  Richard M. Stallman  <rms@gnu.org>
14634         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14636 2006-01-13  Romain Francoise  <romain@orebokech.com>
14638         * add-log.el (add-change-log-entry, change-log-merge):
14639         Conditionally use `hard-newline'.
14641 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
14643         * wid-edit.el (widget-field-end): If the overlay is no longer
14644         associated with a buffer, behave as if the overlay didn't exist.
14646         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14647         Make sure the links use the `custom-link' face.
14649 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14651         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14652         (ld-script-mode): Don't set indent-line-function since we don't
14653         have one.
14655 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
14657         * textmodes/org.el (org-open-file): Use mailcap for selecting an
14658         application.
14659         (org-file-apps-defaults-gnu): Use mailcap as the default for
14660         selecting an application on a UNIX system.
14661         (org-agenda-show-tags): New command.
14662         (org-table-insert-hline): Keep cursor in current table line.
14663         (org-table-convert): Offset effect of modifying
14664         `org-table-insert-hline'.
14665         (org-format-agenda-item): New optional argument TAG.
14666         (org-compile-prefix-format): Handle %T format for the tag.
14667         (org-expand-wide-chars): New function.
14668         (org-table-insert-row, org-table-insert-hline):
14669         Use `org-expand-wide-chars'.
14670         (org-open-file): Fix bug in program launch.
14671         (org-get-time-of-day): Fix bug with times before 1am.
14672         (org-agenda-menu): Add tags commands.
14674 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
14676         * textmodes/ispell.el (ispell-init-process): Include the used
14677         dictionary in ispell process start message.
14678         (ispell-internal-change-dictionary): When flyspell-mode is active
14679         and dictionary is changed, make sure ispell process is restarted
14680         and flyspell word cache cleared out for the current buffer.
14681         (ispell-change-dictionary): Make sure flyspell word cache is
14682         cleared out in all buffers with active flyspell mode when
14683         dictionary is globally changed.
14684         Call ispell-internal-change-dictionary after dictionary change.
14686 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
14688         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14690         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14691         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14692         years.  Fix small differences wrt Makefile.in.
14693         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14694         Makefile.in does.
14696 2006-01-12  Bill Wohler  <wohler@newt.com>
14698         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14699         mh-search.el.
14701 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14703         * progmodes/ld-script.el: Update copyright year.
14705 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
14707         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14708         Don't add widget if setting undefined.
14710 2006-01-12  John Paul Wallington  <jpw@pobox.com>
14712         * help-fns.el (describe-variable): Remove newlines from void
14713         variable output.
14715 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
14717         * wdired.el (wdired-mode-map): Add help echo for
14718         wdired-abort-changes.
14720         * man.el (Man-file-name-regexp): Adjust for a list of files.
14722 2006-01-12  Masatake YAMATO  <jet@gyve.org>
14724         * progmodes/ld-script.el (auto-mode-alist): Support
14725         suffix conventions used in netbsd and eCos.
14727 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
14729         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14730         (custom-variable-menu, custom-face-menu, custom-group-menu)
14731         (Custom-mode-menu): Change names of menu items.  (As discussed on
14732         emacs-devel.)
14733         (custom-face-menu): Add "Undo Edits" item.
14735         * startup.el (init-file-user): defcustom -> defvar.
14737         * tooltip.el (tooltip-mode): Doc fix.
14739 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14741         * reveal.el (reveal-post-command): window-buffer signals an error on
14742         dead windows rather than returning nil.
14743         (reveal-open-new-overlays): An overlay might die while we open others.
14745 2006-01-11  Bill Wohler  <wohler@newt.com>
14747         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14748         phrasing in docstring.
14750         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14751         can give some systems gas.  Add new file mh-buffers.el.
14753 2006-01-06  Masatake YAMATO  <jet@gyve.org>
14755         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14756         C preprocessor forward ported from GNU Emacs 21.2.
14758         * progmodes/asm-mode.el (asm-font-lock-keywords):
14759         Use `cpp-font-lock-keywords'.
14761         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14763         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14764         of $ for "\\.ld[s]?".
14766 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14768         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14769         (tcl-indent-line): Return `noindent' if inside a string.
14771         * progmodes/flymake.el (flymake-split-string): Remove more than one
14772         empty string at beg/end of the result.
14773         (flymake-find-buildfile, flymake-find-possible-master-files):
14774         Use expand-file-name.
14775         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14776         since expand-file-name does it for us.  Use directory-file-name.
14777         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14778         (flymake-ler-get-type, flymake-ler-get-text)
14779         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
14780         (flymake-current-line-no): Remove spurious interactive spec.
14781         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14782         (flymake-check-include): Remove arg inc-path merged into inc-name.
14783         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14784         Arg regexp-list replaced by a simple regexp.
14785         (flymake-master-make-header-init, flymake-master-tex-init):
14786         Correspondingly replace regexp-list with a regexp.  Fix regexp.
14788 2006-01-10  Simon Josefsson  <jas@extundo.com>
14790         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14791         describing AUTH PLAIN fix.
14793 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
14795         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14796         (report-emacs-bug): Don't record initial prompt text.
14797         Instead, add text properties to prompting text.
14798         (report-emacs-bug-hook): Delete prompting text.
14800 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14802         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14803         `dirs'.  Adjust callers.
14805 2006-01-09  John Paul Wallington  <jpw@gnu.org>
14807         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14809 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14811         * reveal.el (reveal-open-new-overlays): New extracted fun.
14812         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
14813         using them.  Simplify the code.
14814         (reveal-post-command): Use them.  Fix up obsolete windows in
14815         reveal-open-spots.
14817         * progmodes/flymake.el: Use `require' rather than autoload for
14818         XEmacs's overlays.
14819         (flymake-get-common-file-prefix, flymake-build-relative-filename):
14820         Delete.  Use file-relative-name instead.
14821         (flymake-get-syntax-check-program-args, flymake-perl-init):
14822         Simplify the resulting code.
14824         * log-view.el (log-view-file-re, log-view-message-re): Add support
14825         for DaRCS output.
14827 2006-01-09  Alex Schroeder  <alex@gnu.org>
14829         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14830         identifiers sometimes added in square brackets at the beginning of
14831         subject lines.
14833 2006-01-07  Richard M. Stallman  <rms@gnu.org>
14835         * cus-edit.el (Custom-set, Custom-save): Doc fix.
14836         (Custom-reset-current, Custom-reset-saved): Change question text.
14837         (Custom-reset-standard): Likewise.
14838         (custom-variable-reset-saved): Doc fix.
14840 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
14842         * startup.el (init-file-user): Doc fix.
14844 2006-01-07  Alex Schroeder  <alex@gnu.org>
14846         * mail/rmail.el (rmail-current-subject): New function.
14847         (rmail-current-subject-regexp): New function.
14848         (rmail-next-same-subject): Use it.
14850         * mail/rmailsum.el (rmail-summary-by-topic):
14851         Use rmail-current-subject and rmail-current-subject-regexp.
14852         (rmail-summary-next-same-subject): Ditto.
14854         * net/rcirc.el (rcirc-send-input): No longer check whether the
14855         process is open, since not all commands need an open process.
14856         (rcirc-send-string): Check whether the process is open before
14857         sending anything.
14858         (rcirc-ignore-list): New option.
14859         (rcirc-ignore-list-automatic): New variable.
14860         (rcirc-print): Take rcirc-ignore-list into account.
14861         (rcirc-cmd-ignore): New command.
14862         (rcirc-ignore-update-automatic): New function.
14863         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14864         list if ignored nicks.
14865         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14867 2006-01-06  David Reitter  <david.reitter@gmail.com>
14869         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14870         reflect the address to which the report will be sent.
14872 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
14874         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14875         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14877 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
14879         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14881         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14882         the doc string: "functoin" => "function".
14883         * ldefs-boot.el: Likewise.
14885         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14886         message text: "Duplicat" => "Duplicate".
14888 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
14890         * files.el (basic-save-buffer-2): If backing-up failed, reset
14891         buffer-backed-up to nil.
14893 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
14895         * progmodes/gud.el (gdb-script-skip-to-head)
14896         (gdb-script-calculate-indentation): Indent for breakpoint command
14897         lists also.
14899 2006-01-05  Bill Wohler  <wohler@newt.com>
14901         * Makefile.in (compile-always): Add mh-autoloads dependency.
14902         (bootstrap): Remove mh-autoloads dependency, as compile dependency
14903         provides it.
14904         (updates): Remove mh-autoloads dependency, since it probably has
14905         already run recently (via recompile).
14907 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14909         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14910         argument `force' to disable the flyspell-last-buffer optimization.
14911         (flyspell-mode-on): Use it.
14913         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14914         flymake-simple-cleanup.
14915         (flymake-allowed-file-name-masks): Use this new default.
14916         All the functions are now called in the right buffer rather than
14917         passing the buffer as argument.
14918         (flymake-process-sentinel): Switch to buffer before calling cleanup.
14919         (flymake-parse-err-lines): Remove redundant buffer arg.
14920         (flymake-get-program-dir): Comment out unused function.
14921         (flymake-start-syntax-check, flymake-start-syntax-check-process):
14922         Remove redundant buffer argument.
14923         (flymake-get-real-file-name, flymake-simple-java-cleanup)
14924         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14926 2006-01-05  Richard M. Stallman  <rms@gnu.org>
14928         * info.el (Info-find-node): Don't record previous node if have none.
14929         (info): Go to directory only if history is empty.
14931         * simple.el (mark): Doc fix.
14933 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14935         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14936         already of desired type.
14937         (mac-ae-list): Coerce parameter to "list" type.
14938         (mac-dispatch-apple-event): Replace cadr part of event with a
14939         dummy position so that event-start returns it.
14941 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
14943         * textmodes/org.el (org-end-of-subtree): New function.
14944         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14945         Use `org-end-of-subtree'.
14946         (org-agenda, org-agenda-convert-date): Protect calls to
14947         `fit-window-to-buffer'.
14948         (org-tags-view): Force matching of sublevels when doing a
14949         todo-only search.  Define the correct redo command, including the
14950         arguments.
14951         (org-agenda-redo): Display message.
14952         (org-check-for-org-mode): New function.
14953         (org-agenda-type): New variable.
14954         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14955         Set `org-agenda-type'.
14956         (org-agenda-check-type): New function.
14957         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14958         (org-agenda-week-view, org-agenda-day-view)
14959         (org-agenda-next-date-line, org-agenda-previous-date-line)
14960         (org-agenda-log-mode, org-agenda-toggle-diary)
14961         (org-agenda-toggle-time-grid, org-agenda-date-later)
14962         (org-agenda-date-prompt, org-agenda-diary-entry)
14963         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14964         (org-agenda-convert-date, org-agenda-menu):
14965         Use `org-agenda-check-type'.
14966         (org-make-overlay, org-delete-overlay)
14967         (org-detatch-overlay, org-move-overlay, org-overlay-put):
14968         New compatibility functions.
14969         (org-calendar-select-mouse): New command.
14971 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
14973         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14974         (Custom-reset-standard): Fix y-or-n-p messages.
14975         (custom-link): New face for links.
14976         (custom-buffer-create-internal, custom-manual): Use it.
14977         (custom-face-save): Push to theme-face before setting face spec.
14979         * wid-edit.el (widget-default-mouse-face-get): New function.
14980         (widget-specify-button): Handle mouse-face like button-face.
14982         * custom.el (load-theme): Clear old theme settings if reloading.
14984 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
14986         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14987         "Erase Customization" button back to same position it occupies in
14988         the individual State menus.
14990 2006-01-04  Kim F. Storm  <storm@cua.dk>
14992         * wid-edit.el (key-sequence): Rework widget to read key binding
14993         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
14994         (widget-key-sequence-default-value): Default value for empty sequence.
14995         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
14996         (widget-key-sequence-read-event): New command for C-q.
14997         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14998         (widget-key-sequence-value-to-external): New functions.
15000 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15002         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15003         Use expand-file-name.
15004         (flymake-delete-temp-directory): Use expand-file-name,
15005         file-name-directory, and directory-file-name.
15006         (flymake-strrchr): Delete.
15007         (flymake-start-syntax-check): Don't pass the redundant buffer argument
15008         to the init-f function.
15009         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15010         (flymake-init-find-buildfile-dir)
15011         (flymake-init-create-temp-source-and-master-buffer-copy)
15012         (flymake-simple-make-init-impl, flymake-simple-make-init)
15013         (flymake-master-make-init, flymake-master-make-header-init)
15014         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15015         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15016         (flymake-xml-init): Remove corresponding redundant buffer argument.
15017         (flymake-allowed-file-name-masks): Remove last elems that are equal to
15018         the default anyway.  Clean up regexps.
15020         * progmodes/flymake.el (flymake-temp-source-file-name)
15021         (flymake-master-file-name, flymake-temp-master-file-name)
15022         (flymake-base-dir): New buffer-local vars.
15023         (flymake-buffer-data, flymake-get-buffer-value)
15024         (flymake-set-buffer-value): Replace those hash-tables by the new
15025         buffer-local vars.  Update callers.
15027         * progmodes/flymake.el (flymake-check-start-time)
15028         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15029         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15030         Move definition, so we can remove redundant earlier declaration.
15031         (flymake-replace-regexp-in-string, flymake-split-string)
15032         (flymake-get-temp-dir): Use defalias.
15033         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
15034         (flymake-xemacs-window-edges): Remove unused function.
15035         (flymake-get-point-pixel-pos): Move.
15036         (flymake-pid-to-names, flymake-reg-names)
15037         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15038         Replace by a simple list flymake-processes and by process-buffer.
15039         Update callers.  Other than simplify the code, it uses buffers rather
15040         than buffer-names so it doesn't get confused by uniquify.
15041         (flymake-buffer-data): The global value should just be nil.
15043         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15044         Optimize the body of a defalias like any other code.
15046         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15047         Make sure we've setup font-lock's vars.  It may influence which
15048         function we then call.
15049         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15050         here since it's too late anyway.
15052 2006-01-03  Romain Francoise  <romain@orebokech.com>
15054         * startup.el (fancy-splash-tail, normal-splash-screen):
15055         Update copyright year.
15057 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
15059         * mouse.el (mouse-drag-track): Rename, from
15060         `mouse-drag-region-1'.  Includes optional argument required to
15061         enable post-drag event processing (e.g. delete region keys).
15062         Can be used without this argument to track a mouse region and operate
15063         on it as soon as the drag completes.
15064         (mouse-drag-region): Use `mouse-drag-track'.
15066 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
15068         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15069         Move to `custom-buffer' group.
15071         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15072         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15073         (custom-theme-insert-face-marker, custom-theme-variable-menu)
15074         (custom-theme-face-menu): New variables.
15075         (custom-theme-add-variable, custom-theme-variable-action)
15076         (custom-variable-reset-theme, custom-theme-delete-variable)
15077         (custom-face-reset-theme, custom-theme-face-action)
15078         (custom-theme-delete-face, custom-theme-merge-theme)
15079         (custom-theme-add-face, custom-theme-visit-theme): New functions.
15081 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
15083         * custom.el: Move Custom Themes commentary to start of theme code.
15084         (custom-known-themes): Rename `standard' theme to `changed'.
15085         (custom-push-theme): Caller no longer specifies what theme to use
15086         when doing `reset'---the setting is simply removed from the theme.
15087         Delete MODE from `theme-value' and `theme-settings' properties.
15088         (custom-declare-theme): Ignore &rest args since we don't use them.
15090         (custom-loaded-themes): Delete variable.
15091         (custom-theme-load-themes, custom-theme-loaded-p)
15092         (custom-theme-value): Delete functions.
15094         (custom-declare-theme): Signal error on invalid theme names.
15095         (provide-theme): custom-loaded-themes was deleted.
15096         (load-theme): Load the file unconditionally.
15097         (enable-theme): Call `load-theme' if theme is undefined.
15098         (custom-enabled-themes): Only update value for successful loads.
15099         (disable-theme): Complete from enabled themes when interactive.
15100         (custom-variable-theme-value): Calculate theme value directly.
15102         (custom-theme-reset-variables, custom-reset-variables): Mark as
15103         XEmacs compatibility functions.  We don't actually use these.
15105         * cus-edit.el (custom-variable-state-set):
15106         Use custom-variable-theme-value instead of custom-theme-value.
15107         (custom-face-state-set): Rename `standard' theme to `changed'.
15108         (custom-save-variables, custom-save-faces): Delete unneeded
15109         references to custom-reset-variables.
15110         (custom-save-resets): Delete function.
15111         (custom-save-variables, custom-save-faces): MODE argument deleted.
15112         (custom-save-variables, custom-save-faces): Ignore theme values.
15114         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15115         compatibility function.
15117 2006-01-01  Richard M. Stallman  <rms@gnu.org>
15119         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15120         (Custom-reset-current, Custom-reset-saved): Likewise.
15121         (Custom-reset-standard): Show message if aborted.
15122         (custom-mode): Doc fix, describing those commands.
15124         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15125         put on event-kind property.
15127 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
15129         * custom.el (provide-theme): Ban `user' theme name.
15130         (custom-enabling-themes): New variable.
15131         (enable-theme): Don't enable user if custom-enabling-themes is t.
15132         (custom-enabled-themes): Make it a defcustom.
15133         (custom-theme-recalc-face): No-op if face is undefined.
15135         * cus-edit.el (custom-button-mouse): New variable.
15136         (custom-button-mouse): New face.
15137         (custom-raised-buttons, custom-mode): Use it.
15139         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15141 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15143         * progmodes/gud.el (gud-display-line): Support hl-line in the
15144         source buffer.
15146 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
15148         * mouse.el (mouse-drag-window-above): Verify that the found window
15149         overlaps with the given window in the horizontal dimension.
15151 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
15153         * Makefile.in (cvs-update): New target.
15155         * makefile.w32-in (cvs-update): Ditto.
15157 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
15159         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15160         (custom-new-theme-mode-map): New variable.
15162 2005-12-30  Richard M. Stallman  <rms@gnu.org>
15164         * custom.el (custom-load-themes): Function deleted.
15166         * cus-edit.el (custom-save-loaded-themes): Function deleted.
15167         (custom-save-variables): Don't delete or add custom-load-themes call.
15169 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * cus-start.el: Add `visible-cursor'.
15173         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15174         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15175         (flymake-process-filter): Switch to buffer before calling it instead.
15176         (flymake-post-syntax-check, flymake-highlight-err-lines)
15177         (flymake-delete-own-overlays, flymake-parse-err-lines)
15178         (flymake-start-syntax-check, flymake-start-syntax-check-process)
15179         (flymake-count-lines, flymake-parse-residual):
15180         Remove constant buffer argument.
15181         (flymake-start-syntax-check-for-current-buffer): Remove.
15182         Update callers to use flymake-start-syntax-check instead.
15183         (flymake-display-err-menu-for-current-line):
15184         Remove unused var `mouse-pos'.
15185         (flymake-restore-formatting): Comment out unused function.
15186         (flymake-report-status, flymake-report-fatal-status): Remove buffer
15187         argument, use current-buffer instead.  Update callers.
15189 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15191         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15192         buffer-local because choose-completion-delete-max-match requires
15193         that we set completion-ignore-case (i.e., binding via let is not
15194         sufficient).
15195         (bibtex-complete): Always set completion-ignore-case and
15196         choose-completion-string-functions.  The latter is needed because
15197         choose-completion-string-functions keeps its value if we quit the
15198         *Completions* buffer without requesting a completion.
15200 2005-12-30  Andreas Schwab  <schwab@suse.de>
15202         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15204 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
15206         * jit-lock.el (jit-lock-chunk-size): Doc fix.
15208 2005-12-30  Juri Linkov  <juri@jurta.org>
15210         * locate.el (locate-fcodes-file, locate-header-face)
15211         * progmodes/delphi.el (delphi-other-face)
15212         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15214         * paren.el (show-paren-match, show-paren-mismatch): Use existing
15215         group `paren-showing-faces'.
15217         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15218         (goto-address): Fix docstring.
15220         * net/webjump.el (webjump-sample-sites): Update URLs.
15222         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15224         * subr.el (cancel-change-group): Add listp around pending-undo-list.
15226 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15228         * font-lock.el (font-lock-compile-keywords): Signal an error when
15229         font-lock-set-defaults hasn't been called.
15231 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
15233         * subr.el (noreturn, 1value): Doc fixes.
15235 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15237         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15238         that assoc-string returns nil.
15240 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15242         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15243         (bibtex-entry-type-str, bibtex-empty-field-re)
15244         (bibtex-search-backward-string, bibtex-preamble-prefix)
15245         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15246         (bibtex-any-valid-entry-type): New variable.
15247         (bibtex-parse-field-name): Simplify.
15248         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15249         (bibtex-preamble-prefix): Include left delimiter.
15250         (bibtex-search-forward-field, bibtex-search-backward-field):
15251         Allow unbounded search past entry boundaries (required by bibtex-pop).
15252         (bibtex-text-in-field-bounds): Use push.
15253         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15254         (bibtex-parse-preamble, bibtex-valid-entry)
15255         (bibtex-beginning-first-field): New functions.
15256         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
15257         (bibtex-map-entries): Fix docstring.
15258         (bibtex-flash-head): New arg prompt.  Simplify.
15259         (bibtex-enclosing-field): Include code of bibtex-inside-field.
15260         (bibtex-insert-kill): Simplify.  Always insert text past the
15261         current field or entry.
15262         (bibtex-format-entry): Use bibtex-parse-field.
15263         (bibtex-pop): Use bibtex-beginning-of-entry and
15264         bibtex-end-of-entry to initiate the search.  Insert empty field if
15265         we found ourselves.
15266         (bibtex-print-help-message): New args field and comma.
15267         Handle entry keys.
15268         (bibtex-make-field): Use bibtex-beginning-of-entry.
15269         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
15270         invalid entry.
15271         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15272         Handle preambles.  Simplify code for thorough test.
15273         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15274         New arg comma.  Handle entry heads.
15275         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15276         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15277         New arg comma.
15278         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15279         (bibtex-fill-field): Simplify.
15280         (bibtex-fill-entry): Use bibtex-beginning-first-field and
15281         bibtex-parse-field.
15282         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15283         (bibtex-complete): Use bibtex-parse-preamble.
15285 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
15287         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15288         Display name of expression instead of convenience variable.
15289         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15291         * progmodes/gud.el (gud-tooltip-dereference): Rename from
15292         toggle-gud-tooltip-dereference.
15293         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15294         (gud-tooltip-tips): ...here when dereferencing.
15296 2005-12-28  Bill Wohler  <wohler@newt.com>
15298         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15300 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15302         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15303         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
15304         (vc-annotate-display-autoscale): Adjust call.
15305         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
15306         Fix interactive spec.
15307         (vc-annotate-time-span): Remove.
15308         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15309         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15310         (vc-annotate-display-select): Use new name.
15312         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15313         (vc-annotate-mode-menu): Remove left-over redundant declaration.
15314         Correct the construction of span entries.  Simplify.
15315         (vc-annotate-display-select): Fix the nil case.
15316         (vc-annotate): Remove obsolete (and now broken) code.
15317         (vc-annotate-extract-revision-at-line): Remove obsolete code.
15318         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
15320 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
15322         * subr.el (lazy-completion-table): Correct typo in docstring.
15324         * startup.el (command-line): Use `custom-reevaluate-setting' for
15325         `send-mail-function'.
15327         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15329 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
15331         * mail/smtpmail.el (smtpmail-try-auth-methods):
15332         Send credentials together with "AUTH PLAIN" command.
15334 2005-12-27  Richard M. Stallman  <rms@gnu.org>
15336         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15337         mouse-2, go back to previously selected window, so it's selected
15338         when mouse-2 command runs.
15340 2005-12-27  Juri Linkov  <juri@jurta.org>
15342         * descr-text.el (describe-text-sexp): Use square brackets for
15343         button [Show] to distinguish it from the property value `show'.
15344         (describe-property-list): Use `insert-text-button' with
15345         `help-face' type instead of putting face in quotes, because button
15346         is not created automatically for a list of faces.
15347         (describe-text-properties-1): Put button-type value in quotes to
15348         distinguish from plain text "button".
15349         (describe-char): Display code point values in hex.  Don't use
15350         `symbol-name' for `current-input-method' because it is a string.
15351         Use `insert-text-button' with `help-face' type instead of putting
15352         hardcoded face in quotes, because button is not created automatically.
15354 2005-12-27  Richard M. Stallman  <rms@gnu.org>
15356         * progmodes/glasses.el (glasses-face): More specific custom type.
15358         * files.el (set-visited-file-name): Doc fix.
15360         * textmodes/flyspell.el (flyspell-external-point-words):
15361         Use local var buffer-scan-pos to advance scan for next misspelling.
15362         Advance it only after we find the misspelling.
15364 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
15366         * textmodes/flyspell.el (flyspell-external-point-words):
15367         New criteria for finding the misspelling in the buffer.
15369 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
15371         * help-mode.el (help-insert-string): Set help-xref-stack-item
15372         rather than call help-setup-xref.
15374         * descr-text.el (describe-char): Revert previous changes for
15375         optional buffer argument.
15377 2005-12-27  Juri Linkov  <juri@jurta.org>
15379         * help-mode.el (help-insert-string): New function.  Save buffer
15380         contents in cases where it is impossible to recompute the old contents.
15382         * descr-text.el (describe-char): Set help-xref-stack-item
15383         explicitly after buffer has been generated.
15385 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15387         * cus-start.el (all): Add x-gtk-show-hidden-files.
15389 2005-12-26  Richard M. Stallman  <rms@gnu.org>
15391         * replace.el (perform-replace): Calculate match-again
15392         before skipping read-only matches.
15394         * paren.el (paren-showing-faces): New group.
15395         (show-paren-match, show-paren-mismatch): Move to that group.
15397         * button.el (button): Put into group `basic-faces'.
15399         * progmodes/make-mode.el: Remove faces from group `faces'.
15401         * apropos.el (apropos, apropos-value): Doc fix.
15402         (apropos-documentation): Doc fix.
15404 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15406         * subr.el (lazy-completion-table): Remove argument `args'.
15408         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15409         Don't use the `args' argument of lazy-completion-table.
15411 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
15413         * descr-text.el (describe-char): Add optional argument for buffer.
15414         Set buffer appropriately.  Call help-setup-xref.
15415         Suggested by Stefan Monnier.
15417 2005-12-26  Juri Linkov  <juri@jurta.org>
15419         * descr-text.el: Require `help-fns' at runtime.  Don't require
15420         `button' for byte compilation.
15421         (describe-text-widget): Add `help-echo' for first button.
15422         Use `help-info' for second.
15423         (describe-property-list): Use `help-argument-name' instead of `italic'.
15424         (describe-text-category): Add prompt to interactive spec.
15425         Call `help-setup-xref'.
15426         (describe-char): Use `help-character-set'.  Add `help-echo' for
15427         code point.  Use `help-input-method'.  Remove superfluous insert.
15429 2005-12-25  Richard M. Stallman  <rms@gnu.org>
15431         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15432         at point, in case of narrowing.
15434         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15436         * locate.el (locate-header-face): Allow nil in type.
15438         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15440 2005-12-25  Romain Francoise  <romain@orebokech.com>
15442         * battery.el (battery-linux-proc-acpi): Also try
15443         `/proc/acpi/thermal_zone/THM0/temperature'.
15445 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
15447         * custom.el (custom-push-theme): Fix docstring.
15449         * cus-edit.el (custom-variable-set, custom-variable-save)
15450         (custom-variable-save): Custom-quote widget values.
15451         (customize-save-variable): Fix custom-push-theme call.
15453 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
15455         * w32-fns.el (w32-batch-update-autoloads): New function.
15457         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15458         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15459         from the command line.
15461 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
15463         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
15464         reset means to remove setting from theme entirely.  Don't keep
15465         expanding theme-settings list; delete old entries if necessary.
15467         * cus-edit.el (custom-buffer-create-internal): Move "Erase
15468         customization" button one line up.
15469         (custom-themed): New face.
15470         (custom-magic-alist): New value, THEMED, for theme settings.
15471         (custom-variable-state-set, custom-face-state-set):
15472         Check theme-value instead of saved-value.
15473         (custom-variable-reset-standard, custom-face-reset-standard):
15474         Remove theme setting entirely.  Recalculate new values.
15475         (custom-variable-set, custom-variable-set)
15476         (custom-variable-reset-saved, custom-variable-reset-backup)
15477         (custom-face-set, custom-face-reset-saved): Update `user' theme.
15478         (custom-variable-save): Fix typos.
15480 2005-12-23  Juri Linkov  <juri@jurta.org>
15482         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15483         Add autoload cookies.
15484         (edebug-outside-d-c-i-n-s-w): New variable.
15485         (edebug-display, edebug-outside-excursion): Use it to save the
15486         original value of default-cursor-in-non-selected-windows.
15487         Set default-cursor-in-non-selected-windows to t while Edebug
15488         is active.
15489         (edebug-mode, edebug-eval-mode): Doc fix.
15491         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15492         with `buffer-substring-no-properties' to remove common substring
15493         highlighting.
15495         * info.el (info-other-window, info): Rename function argument
15496         `file' to `file-or-node'.
15497         (Info-complete-menu-item): Use local variable `complete-nodes' to
15498         keep the global value of `Info-complete-nodes' unchanged for
15499         subsequent completions.
15500         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15502         * simple.el (get-next-valid-buffer, last-buffer)
15503         (next-error-buffer-p, next-error-find-buffer)
15504         (minibuffer-history-sexp-flag): Doc fix.
15506         * savehist.el (savehist-mode-hook): Add `:group'.
15508         * log-view.el: Call autoload for vc-find-version.
15509         (log-view-current-file): Adjust subgroup numbers.
15510         (log-view-current-tag): Add `length'.
15512 2005-12-23  Richard M. Stallman  <rms@gnu.org>
15514         * vc.el (vc-annotate-car-last-cons): Defn moved up.
15516 2005-12-23  Juri Linkov  <juri@jurta.org>
15518         * hi-lock.el (hi-lock-archaic-interface-message-used)
15519         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15520         (hi-lock-mode): Display "Hi" in the mode line only when
15521         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15522         (hi-lock-write-interactive-patterns):
15523         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15524         (hi-lock-set-pattern, hi-lock-set-file-patterns)
15525         (hi-lock-font-lock-hook): Set 3rd arg `how' of
15526         font-lock-add-keywords to t.
15528 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
15530         * hi-lock.el (hi-lock-highlight-range): New variable.
15531         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15532         only if font-lock-fontified is non-nil.  Remove overlays.
15533         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15534         font-lock-fontified is non-nil, otherwise use overlays (instead of
15535         text properties).
15536         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15537         New variables.
15538         (hi-lock-string-serialize): New function.
15540 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15542         * menu-bar.el (menu-find-file-existing): New function.
15543         (menu-bar-file-menu): Use menu-find-file-existing for Open.
15545         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15547 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15549         * vc.el: Remove unnecessary leading * in docstrings.
15550         (vc-annotate-mode-map): Move initialization into declaration.
15551         (vc-static-header-alist): Nitpick on the regexp.
15552         (vc-default-init-version): New fun.
15553         (vc-register): Use it.
15554         (vc-insert-headers): Use dolist.
15555         (vc-annotate-get-backend): Remove unused function.
15556         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
15557         (vc-annotate-mode): Remove corresponding call.
15558         (vc-annotate-car-last-cons): Simplify.
15559         (vc-annotate-buffers): Remove var.
15560         (vc-annotate-backend): Make it buffer-local.
15561         (vc-annotate): Move the interaction to the interactive spec.
15562         Add a `buf' argument.
15563         (vc-annotate-warp-version): Use this new `buf' argument to avoid
15564         killing&creating a vc-annotate buffer, which is very disruptive when
15565         the buffers are shown in dedicated frames.
15567 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
15569         * descr-text.el: Add FSF as maintainer.
15570         (describe-text-mode, describe-text-mode-map)
15571         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
15572         help-mode.
15573         (describe-text-widget, describe-text-sexp)
15574         (describe-property-list, describe-text-category)
15575         (describe-text-properties, describe-text-properties-1)
15576         (describe-char): Use help buttons instead of widgets.
15577         (describe-char-unicodedata-file): Make URL link in doc string.
15579 2005-12-22  Richard M. Stallman  <rms@gnu.org>
15581         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15582         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15583         Don't include buttons that write a file when there's no file.
15584         (custom-variable-menu, custom-face-menu, custom-group-menu):
15585         Don't include commands that write a file when there's no file.
15586         (customize-browse): Reword the top-of-buffer help intro.
15587         (custom-buffer-create-internal): Fix previous change.
15588         (customize-changed-options-previous-release): Prev release is 21.1.
15589         (customize-changed-options): Doc fix.
15590         (customize-changed): New alias.
15591         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15592         Say "standard values".
15593         (Custom-reset-standard): Doc fix.
15594         (custom-face-reset-standard): Doc fix.
15596 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15598         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15599         even if font-lock-mode is non-nil since it may be t without having
15600         turned on font-lock-mode-internal.
15601         (font-lock-choose-keywords): Minor optimization.
15602         (font-lock-add-keywords, font-lock-remove-keywords)
15603         (font-lock-set-defaults): Don't call make-local-variable on a variable
15604         that we know to already be local.
15606 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15608         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15609         messages if in the minibuffer.
15611 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15614         (tex-mode-flyspell-verify, flyspell-get-word)
15615         (flyspell-external-point-words): Don't use point-min/max uselessly.
15617         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15618         by Kevin Rodgers.  Instead, just hide the completions buffer if we
15619         don't need to show it.
15621 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
15623         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15625 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15627         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15628         delete-windows-on with an inexistent buffer.
15630 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
15632         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15633         Delete defcustom variable :tag names.
15635 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15637         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15638         (log-view-font-lock-keywords): Ajust subgroup numbers.
15639         (log-view-current-tag): Don't hard code the number of subgroups.
15641 2005-12-20  Juri Linkov  <juri@jurta.org>
15643         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15644         (tooltip-x-offset, tooltip-y-offset): Doc fix.
15646         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15647         (menu-bar-non-minibuffer-window-p): Instead of checking
15648         display-multi-frame-p, use selected-frame when menu-updating-frame
15649         is nil.
15651 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
15653         * align.el (align-rules-list): Use [ \t] instead of \s-
15654         for column separators in text mode.
15656 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
15658         * help-mode.el (help-customize-variable, help-customize-face):
15659         Don't pop help-xref-stack as help-follow no longer pushes
15660         anything on to it.
15662 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
15664         * textmodes/org.el (org-agenda-custom-commands): New option.
15665         (org-agenda): Offer custom commands on splash screen.
15666         (org-make-tags-matcher): Parser for Boolean logic added.
15667         (org-agenda-set-tags): New command.
15668         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15669         (org-set-tags): Efficiency improvements.
15670         (org-auto-align-tags): New option.
15671         (org-todo, org-demote, org-promote): Realign tags.
15672         (org-tags-completion-function): Use also "&" and "|" as separators.
15673         (org-org-menu): Agenda commands simplified.
15675 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
15677         * cus-edit.el (customize-apropos, customize-apropos-options):
15678         Docstring changes.
15680         * font-lock.el (font-lock): Add tags to the links in the defgroup.
15682 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
15684         * longlines.el (longlines-mode): Wrap while widened.
15685         (longlines-decode-region, longlines-encode-region): Compute max
15686         just once.
15688 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15690         * cus-edit.el (mac): New group.
15692         * cus-start.el (all): Add user options in macterm.c.  Add test for
15693         Mac-related built-ins.  Fix test for GTK-related built-ins.
15695         * term/mac-win.el (mac-handle-language-change)
15696         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15697         (mac-services-open-selection, mac-services-mail-selection)
15698         (mac-services-mail-to, mac-services-insert-text)
15699         (mac-dispatch-apple-event): Add docstrings.
15700         (x-get-selection, mac-select-convert-to-string): Select coding
15701         system from `utf-16be' and `utf-16le' using `byteorder'.
15703 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15705         * subr.el (lazy-completion-table): Don't be fooled if the var holds
15706         a "list" (lambda ...) rather than a real completion list.
15708         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15709         lexical-let when encountering ((lambda (...) ...) ...).
15711 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15713         * progmodes/sh-script.el (sh-mode):
15714         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15715         * textmodes/picture.el (picture-mode): Update docstrings.
15717 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
15719         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15720         commands enclosed in $(ARGQUOTE)s should not be split between two
15721         lines, as that will break with GNU Make >3.80, when sh.exe is used
15722         and arg quoting is with '..'.
15723         (autoloads): Don't break the quoted --eval expression between
15724         several lines.
15726 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
15728         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15729         Capture error from printing circular structures.
15731 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
15733         * wid-edit.el (widget-checkbox-action): Clear undo info.
15735 2005-12-16  Bill Wohler  <wohler@newt.com>
15737         * menu-bar.el (kill-this-buffer): Set a good example by using menu
15738         bar, not menubar in comment.
15740 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15742         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15743         After-change-functions should not clobber the match data.
15745 2005-12-16  Juri Linkov  <juri@jurta.org>
15747         * simple.el (choose-completion): Use `buffer-substring-no-properties'
15748         instead of `buffer-substring'.
15749         (completion-common-substring): Doc fix.
15750         (completion-setup-function): Use minibuffer-completion-contents
15751         instead of minibuffer-contents.  Don't set common-string-length
15752         initially.  Remove special handling of partial-completion-mode.
15753         Move computation of completion-base-size into one cond.
15754         Call completion-base-size-function in mainbuf.  In computation of
15755         completion-base-size for file name completion don't move point to
15756         the end of the minibuffer.  Move computation of common-string-length
15757         into one cond.  Start putting faces only when common-string-length>=0.
15758         Add condition to put completions-common-part when
15759         common-string-length>0.
15761         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15762         place point at the first different character in the minibuffer
15763         even if this position is at the beginning of the minibuffer.
15765         * info.el (Info-read-node-name-1): In completion-base-size-function's
15766         lambda return 1 if common-substring or minibuffer-completion-contents
15767         starts with (, and 0 otherwise.
15769         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15770         Use `crm-current-element' for second arg of `display-completion-list'.
15772 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
15774         * files.el (set-auto-mode): Look for an interpreter specified on
15775         the first line also if search for mode specification succeeded,
15776         but the mode is not known.
15778 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
15780         * textmodes/org.el (org-tags-match-list-sublevels): New option.
15781         (org-open-at-point): Implement tag searches as links.
15782         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15783         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15784         (org-tags-sparse-tree, org-tags-view, org-set-tags)
15785         (org-agenda-dispatch): New commands.
15786         (org-use-tag-inheritance, org-tags-column): New options.
15787         (org-tab-follows-link, org-return-follows-link): New options.
15788         (org-tags): New customize group.
15789         (org-start-icalendar-file): Get local time zone.
15790         (org-tags-completion-function): New function.
15791         (org-set-font-lock-defaults): Make sure links will also be
15792         highlighted inside headlines.
15794 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
15796         * term.el (term-emulate-terminal):
15797         Let term-handle-ansi-terminal-messages override what Bash says about
15798         its current directory.
15800 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
15802         * bindings.el (last-buffer): Move to simple.el.
15803         * simple.el (last-buffer): Move here.
15804         (get-next-valid-buffer): New function.
15805         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15806         (prev-buffer): Ditto.  Rename to `previous-buffer'.
15808         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15809         * bindings.el (global-map): Ditto.
15811 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
15813         * cus-edit.el: Introductory comment change.
15814         (custom-magic-alist): Change message string for the `rogue' state.
15816 2005-12-15  Richard M. Stallman  <rms@gnu.org>
15818         * tooltip.el: Delete defcustom variable :tag names.
15820         * complete.el (partial-completion-mode): Doc fix.
15822         * textmodes/flyspell.el (flyspell-external-point-words):
15823         Use save-excursion to ensure we don't move backward in the
15824         search loop, not even one character.
15825         (flyspell-delete-all-overlays): Use remove-overlays directly.
15827         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15828         (ispell-start-process): Set that variable.
15829         Clear ispell-buffer-local-name.
15830         (ispell-internal-change-dictionary):
15831         Set ispell-current-dictionary after killing process.
15832         (ispell-buffer-local-dict):
15833         Don't set spell-personal-dictionary after killing process.
15834         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15835         (ispell-tex-skip-alists, ispell-html-skip-alists)
15836         (ispell-skip-region-alist): Mark as risky.
15838         * net/newsticker.el (newsticker--retrieval-timer-list)
15839         (newsticker--display-timer, newsticker-running-p)
15840         (newsticker-ticker-running-p): Definitions moved up.
15842 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
15844         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15846 2005-12-15  David Ponce  <david@dponce.com>
15848         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15849         (recentf-edit-list, recentf-open-files): Signal an error when
15850         there is no recent file.
15852 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
15854         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15855         read-only except for texinfo-format-region evaluation.
15857 2005-12-14  Richard M. Stallman  <rms@gnu.org>
15859         * vc.el (vc-default-previous-version, vc-default-next-version)
15860         (vc-do-command): Doc fixes.
15862 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15864         * textmodes/bibtex.el (bibtex-expand-strings)
15865         (bibtex-autokey-expand-string, bibtex-name-part)
15866         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15867         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15868         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15869         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15870         (bibtex-entry-postfix, bibtex-known-entry-type-re)
15871         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15872         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15873         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15874         (bibtex-beginning-of-last-entry): Remove.
15875         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
15876         message if comma is missing but buffer is read-only.
15877         (bibtex-parse-field-text): Handle whitespaces at the end of field
15878         text.  Return 3-element list with beginning and end of field text
15879         and end of field.
15880         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15881         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
15882         (bibtex-search-forward-field, bibtex-search-backward-field):
15883         Search always delimited by limits of entry.  Use more efficient
15884         search algorithms.
15885         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15886         bibtex-end-of-name-in-field.
15887         (bibtex-text-in-field-bounds): Handle BibTeX strings when
15888         extracting the content of a field.
15889         (bibtex-text-in-field): Use search limits.
15890         (bibtex-parse-string-prefix): Handle empty string keys based on
15891         bibtex-string-empty-key.
15892         (bibtex-parse-string): Fix docstring.
15893         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15894         (bibtex-preamble-prefix, bibtex-strings): New functions.
15895         (bibtex-skip-to-valid-entry): Include preceding whitespace in
15896         BibTeX entries (consistent with other BibTeX functions).
15897         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15898         (bibtex-search-entry): Fix docstring.  Simplify.
15899         (bibtex-flash-head, bibtex-complete-string-cleanup)
15900         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15901         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15902         (bibtex-parse-entry): New optional arg content.
15903         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15904         Use bibtex-text-in-field-bounds.
15905         (bibtex-print-help-message): Handle BibTeX strings and preambles.
15906         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15907         bibtex-parse-string-postfix.
15908         (bibtex-find-text-internal): New function.
15909         (bibtex-remove-delimiters): Use it.
15910         (bibtex-find-text): Use it.  New optional arg help.
15911         (bibtex-complete): Handle BibTeX string and preamble entries.
15912         (bibtex-Preamble): Fix order of closing delimiters.
15914 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15916         * vc.el (vc-default-revert): New fun.
15918         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15920 2005-12-14  Romain Francoise  <romain@orebokech.com>
15922         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15923         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15924         (font-lock-remove-keywords): Likewise.
15926 2005-12-14  Juri Linkov  <juri@jurta.org>
15928         * log-view.el (log-view-diff): Doc fix.
15930         * isearch.el (isearch-query-replace): Use (mark) instead of
15931         isearch-opoint if mark is active in transient-mark-mode.
15933 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
15935         * isearch.el (isearch-query-replace): Check for isearch-other-end.
15937 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
15939         * progmodes/cpp.el (cpp-face): New widget.
15940         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15942 2005-12-14  Juri Linkov  <juri@jurta.org>
15944         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15945         around `erase-buffer' and `insert'.
15947         * descr-text.el (describe-text-properties): Replace buffer name
15948         "*Help-2*" with "*Help*<2>".
15949         (describe-char): Add functions print-help-return-message,
15950         toggle-read-only.  Use help-setup-xref with nil to not store
15951         describe-char in help-xref-stack.  Use help-make-xrefs to
15952         make [back] button.
15954         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15956         * wdired.el (wdired-old-point): New internal variable.
15957         (wdired-change-to-wdired-mode): Set it buffer-locally.
15958         (wdired-abort-changes): Restore point after aborting changes.
15960 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15962         * vc.el (vc-do-command): Add a new value t for okstatus.
15964         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15965         frame in case of errors.
15967 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15969         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15970         so it comes after "On the Left" in the menu.
15972 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
15974         * cus-edit.el (customize-apropos, customize-apropos-options)
15975         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15977 2005-12-12  Bill Wohler  <wohler@newt.com>
15979         * vc-svn.el (vc-svn-registered): Fix problem of visiting
15980         non-writable Subversion-controlled files by saving window
15981         configuration before calling vc-do-command.  vc-do-command calls
15982         pop-to-buffer on error which is unexpected during registration.
15984 2005-12-12  Jay Belanger  <belanger@truman.edu>
15986         * calc/README: Update the summary of changes.
15988 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15990         * descr-text.el (describe-char): Rework last fix to solve the problem
15991         is the same way it's solved for everything else in that function
15992         (i.e. by extracting the info before setting up the *Help* buffer).
15994 2005-12-12  Kim F. Storm  <storm@cua.dk>
15996         * subr.el (version-regexp-alist): Allow space as separator before
15997         non-numeric part, e.g. "1.0 alpha".
15998         (version-to-list): Interpret .X.Y version as 0.X.Y version.
16000 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
16002         * textmodes/org.el (org-agenda, org-timeline, org-todo):
16003         Implement Logging and the keep-modes setting.
16004         (org-get-category): Make sure a string is returned.
16005         (org-log-done): New function.
16006         (org-log-done, org-closed-string): New options.
16008 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16010         * tooltip.el (tooltip-y-offset): Change default to 20.
16012 2005-12-12  Richard M. Stallman  <rms@gnu.org>
16014         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16016         * frame.el (display-hourglass): Doc fix.
16018         * help.el (help-for-help-internal): Simplify entry for `a'.
16020         * info.el (Info-on-current-buffer): Doc fix.
16021         (info-insert-file-contents): Don't test (featurep 'jka-compr).
16023         * startup.el (inhibit-splash-screen): Make this the real name.
16024         (inhibit-startup-message): Make this the alias.
16025         (command-line): Find only simple.el, and use its directory
16026         to fill in other preloaded files' names.
16027         (command-line): Deactivate the mark if deactivate-mark is set.
16029         * international/mule.el (load-with-code-conversion):
16030         Bind deactivate-mark.
16032         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16034 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
16036         * cus-edit.el (customize-apropos): Avoid listing an option more
16037         than once under different aliases.  No longer list user options
16038         that are not defined with defcustom (unless a prefix arg is given).
16039         Doc fix.
16040         (customize-apropos-options): Doc fix.
16042 2005-12-11  Juri Linkov  <juri@jurta.org>
16044         * frame.el (set-background-color, set-foreground-color)
16045         (set-cursor-color, set-mouse-color, set-border-color):
16046         Add explicit prompts to read colors by `facemenu-read-color'.
16047         (show-trailing-whitespace, blink-cursor-delay)
16048         (blink-cursor-interval, display-hourglass, hourglass-delay):
16049         Remove tags.
16050         (display-hourglass, hourglass-delay): Doc fix.
16051         (cursor-in-non-selected-windows): Capitalize words in tag.
16053         * faces.el (frame-background-mode): Replace `choice-item' keywords
16054         with `const' to not make [default] button.  Change default value tag
16055         from `default' to `automatic'.  Doc fix.
16056         (trailing-whitespace) <defface>: Change group `whitespace' to
16057         `whitespace-faces'.
16059 2005-12-11  Richard M. Stallman  <rms@gnu.org>
16061         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16063 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16065         * term/mac-win.el: Create keymap for mac-apple-event-map.
16067 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
16069         * tooltip.el (tooltip-mode): Move to start of file so that it
16070         appears at top of customize buffer.
16072         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16073         Add the gud groupname.
16074         (gud-tooltip-mode): Add the tooltip groupname.
16075         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
16076         avoid conflict with tooltip-use-echo-area.
16078 2005-12-10  Romain Francoise  <romain@orebokech.com>
16080         * help.el (help-for-help-internal): Add `r' in doc string.
16082 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16084         * align.el (align-regexp, align-highlight-rule):
16085         Use region-beginning and region-end instead of point and mark, so that
16086         repetition (with `repeat-complex-command') recomputes the region
16087         bounds.
16089 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16091         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16092         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16093         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16094         (balance-windows): Rewrite using the above new functions.
16096 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
16098         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16099         react if global-hi-lock-mode seems intended.
16100         (global-hi-lock-mode): Renamed from hi-lock-mode.
16101         (hi-lock-archaic-interface-message-used)
16102         (hi-lock-archaic-interface-deduce): New variables.
16103         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16104         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16105         (hi-lock-find-patterns, hi-lock-font-lock-hook):
16106         Replace hi-lock-buffer-mode with hi-lock-mode.
16108 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16110         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16111         completion list, even after a partial completion has been
16112         inserted in the current buffer.  If there are more than 1
16113         completion, redisplay the *Completions* buffer; if the
16114         completion is unique, delete the *Completions* window.
16116 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
16118         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16119         strings and long subject lines that were broken into multiple
16120         lines at arbitrary places.  Handle subjects that have "Re: " in
16121         the middle.
16123 2005-12-10  John W. Eaton  <jwe@octave.org>
16125         * emacs/octave-mod.el (octave-electric-space): Don't indent
16126         comments or strings if octave-auto-indent is nil.
16128 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16130         * term/mac-win.el: Require url when compiling.
16131         Call mac-process-deferred-apple-events after loading init files.
16132         (mac-apple-event-map): New defvar.  Define event handlers in it.
16133         (core-event, internet-event): New Apple event class symbols.
16134         (open-application, reopen-application, open-documents)
16135         (print-documents, open-contents, quit-application)
16136         (application-died, show-preferences, autosave-now, get-url):
16137         New Apple event ID symbols.
16138         (about): New HICommand ID symbol.
16139         (mac-event-spec, mac-event-ae): New macros.
16140         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16141         (mac-ae-selection-range, mac-ae-text-for-search)
16142         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16143         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
16144         and Services menu events are now defined in mac-apple-event-map.
16145         (mac-drag-n-drop): Remove selection range handling.
16147 2005-12-10  Kenichi Handa  <handa@m17n.org>
16149         * simple.el (zap-to-char):
16150         * isearch.el (isearch-process-search-char): Translate CHAR by
16151         translation-table-for-input.
16153 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
16155         * foldout.el (foldout-exit-fold): Properly hide subtree.
16157 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16159         * files.el (save-buffer):
16160         * international/ucs-tables.el (ucs-set-table-for-input):
16161         * mail/mail-extr.el (mail-extract-address-components):
16162         * mail/sendmail.el (mail-mode): Reformat doc string.
16164 2005-12-09  Juri Linkov  <juri@jurta.org>
16166         * isearch.el (isearch-highlight): Change main overlay priority
16167         from 1 to 1001.  Simplify.
16168         (isearch-lazy-highlight-update): Change lazy overlay priority
16169         from 0 to 1000.
16171         * replace.el (replace-highlight): Change overlay priority from
16172         1 to 1001.
16174         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16175         Change overlay priority from 1 to 1001.  Reuse existing overlay.
16177         * compare-w.el (compare-windows-highlight): Change overlay
16178         priority from 1 to 1000.
16180         * menu-bar.el (menu-bar-edit-menu): Add listp around
16181         pending-undo-list to disable menu item "undo" when pending
16182         undo list is empty.
16184         * locate.el (locate): Disable undo in *Locate* buffer.
16186 2005-12-09  Kim F. Storm  <storm@cua.dk>
16188         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16190 2005-12-09  David Ponce  <david@dponce.com>
16192         * recentf.el: Improvement of the menu code.
16193         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
16194         instead of menu hook.
16195         (recentf-show-menu, recentf-hide-menu): New functions.
16196         (recentf-menu-customization-changed, recentf-mode): Use them.
16197         (recentf-menu-action, recentf-max-menu-items)
16198         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16199         (recentf-arrange-by-rule-others)
16200         (recentf-arrange-by-rules-min-items)
16201         (recentf-arrange-by-rule-subfilter): Don't use
16202         `recentf-menu-customization-changed'.
16203         (recentf-arrange-rules): Likewise.  Accept functions to compute
16204         sub-menu titles.
16205         (recentf-menu-filter): Likewise.  Doc fix.
16206         (recentf-menu-value-shortcut): Doc fix.
16207         (recentf-dump-variable): Quote atom value.
16208         (recentf-make-menu-items): Update to use it as a menu filter.
16209         (recentf-match-rule): New function.
16210         (recentf-arrange-by-rule): Use it.
16211         (recentf-indirect-mode-rule): New function.
16212         (recentf-build-mode-rules): Use it.
16213         (recentf-dir-rule): New function.
16214         (recentf-arrange-by-dir): Use it.
16215         (recentf-filter-changer-current): Rename from
16216         `recentf-filter-changer-state'.  All references updated.
16217         (recentf-filter-changer-alist): Update filter names.
16218         (recentf-filter-changer-select): New function.
16219         (recentf-filter-changer): Use it.  Make a sub-menu from filters
16220         available in `recentf-filter-changer-alist'.
16221         (recentf-data-cache, recentf-clear-data)
16222         (recentf-update-menu): Remove.  All references updated.
16223         (recentf-match-rule-p, recentf-build-dir-rules)
16224         (recentf-filter-changer-goto-next)
16225         (recentf-filter-changer-get-current)
16226         (recentf-filter-changer-get-next): Remove.
16228 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
16230         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16231         buffer "Reset" button to "Reset to Current" for consistency with
16232         the State buttons.
16234 2005-12-08  John Paul Wallington  <jpw@pobox.com>
16236         * ibuf-ext.el (define-ibuffer-filter filename):
16237         If `dired-directory' is a list then really use its car.
16239 2005-12-08  Kim F. Storm  <storm@cua.dk>
16241         * emulation/cua-rect.el (cua--rectangle-aux-replace):
16242         Fix indention of text on right side of replaced rectangle.
16244 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
16246         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16247         No need to check gud-comint-buffer is bound.
16248         (gdb): Prevent multiple debugging when first session uses gdba.
16250 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16252         CC Mode update to 5.31.
16254         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16255         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
16256         We might do this function properly in the future).
16258         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16259         New macros c-sentence-end and c-default-value-sentence end, to cope
16260         with Emacs 22's new function `sentence-end'.
16262 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16264         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16265         compat issue using `c-put-overlay' and `c-delete-overlay'.
16267         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16268         New compat macros to handle overlays/extents.
16270 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16272         * progmodes/cc-fix.el: Add definitions of the macros push and pop
16273         (for GNU Emacs 20.4).
16275         * progmodes/cc-defs.el:
16276         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
16278         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16279         highlighting mechanism so it will work in XEmacs too.
16281         * progmodes/cc-defs.el: Insert c-int-to-char.
16283         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16284         call to the new macro c-int-to-char.  This solves XEmacs's
16285         regarding characters as different from integers.
16287 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16289         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16290         New internal helper.
16292         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16293         construct to make the indirect face lookup work in XEmacs.
16295         (c-cpp-matchers): Append the negation char face to the existing
16296         fontification, so that the cpp face doesn't disappear.
16297         Use `c-make-syntactic-matcher' to avoid negation chars in comments
16298         and strings.
16300         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16301         to map to `font-lock-negation-char-face' in emacsen where it exists.
16303 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16305         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16307         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16308         Rename "c-subword-move-mode" as "c-subword-mode".
16310         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16311         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
16313 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16315         * progmodes/cc-mode.el: Added autoload directive for
16316         `c-subword-move-mode' for use in older emacsen.
16318 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16320         * progmodes/cc-mode.el:
16321         (i): Insert a binding for C-c C-backspace into
16322         c-bind-special-erase-keys which works in TTYs.
16323         (ii): Make sure that when file styles are used, any explicitly
16324         given style variables take priority over those in the style.
16325         Do this by calling `hack-local-variables' a second time.
16327         * progmodes/cc-vars.el: Add language specific customization
16328         widgets for AWK to c-doc-comment-style, c-require-final-newline
16329         and c-default-style.  Add a defcustom for awk-mode-hook.
16330         Give c-syntactic-element and c-syntactic-context doc-strings by
16331         directly setting their `variable-documentation' propery.
16332         This allows Emacs 22.1 to read these with C-h v.
16334         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
16336 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16338         * progmodes/cc-fonts.el, cc-vars.el
16339         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16340         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16341         Masatake YAMATO.
16343         (c-doc-comment-style): Made GtkDoc default in C mode.
16345         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16346         and C-c C-<delete>.
16348         (c-bind-special-erase-keys): New function for use on
16349         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16351         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16352         <delete> key behavior in XEmacs according to `delete-forward-p'.
16353         C.f. `c-electric-delete'.
16355 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16357         * progmodes/cc-mode.el: Give c-hungry-backspace and
16358         c-hungry-delete-forward permanent key bindings.
16360         * progmodes/cc-cmds.el (c-electric-semi&comma):
16361         Bind c-syntactic-context for calls to "criteria functions", for
16362         consistency with other calls to user functions.
16364         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16365         `current-prefix-arg', since this might be the prefix arg to a
16366         command which calls c-indent-command as a function.  Change the
16367         interactive spec from "p" to "P".
16369         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16370         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16371         was difficult to understand.
16373 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16375         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16376         first char of an identifier.
16378         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16379         +" syntax in C++.
16381 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16383         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16384         auto-fill doesn't split a c-comment's last word from a hanging
16385         "*/" when a space is typed between them after fill-column.
16387         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16389         * progmodes/cc-styles.el (c-set-style)
16390         (c-setup-paragraph-variables): Abort the command if we're not in a
16391         CC Mode buffer.
16393         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16394         with blank comment-prefix, and a blank line as the comment's
16395         second line.
16397 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16399         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16400         Incorporate the patterns added in the Emacs development branch
16401         for the new Emacs 22 face `font-lock-negation-char-face'.
16403         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16404         of "red" since it stands out better in xterms and DOS terminals.
16406         * progmodes/cc-engine.el (c-literal-faces):
16407         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16409 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16411         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16412         forcibly enable c-electric-flag.
16414         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16415         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16416         after the comment-prefix of a C-style comment will close that comment.
16418 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16420         * progmodes/cc-fonts.el (c-basic-matchers-before)
16421         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16422         in Pike.
16424         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16425         digraphs.
16427         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16428         (c-cpp-message-directives, c-cpp-include-directives)
16429         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16430         (c-cpp-expr-directives): Introduce new language constants to
16431         control cpp syntax in a cleaner way.
16433         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16435         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16437         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16438         (c-multiline-string-start-char): New language constants and
16439         variables to specify how newlines in string literals work.
16441         (c-font-lock-invalid-string): Use them.
16443         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16444         unbalanced close brace is entered.  Optimization by avoiding going
16445         back over arbitrarily large blocks.  Removed hints that this
16446         function only would be relevant/useful in AWK.
16448         (c-electric-brace): Indent syntactically after the cleanups since
16449         lineup functions might do it differently then.
16451         * progmodes/cc-engine.el, cc-langs.el
16452         (c-opt-op-identifier-prefix): New language constant and variable.
16454         (c-just-after-func-arglist-p, c-after-special-operator-id)
16455         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16457         * progmodes/cc-align.el, cc-engine.el
16458         (c-after-special-operator-id): New helper to handle C++ operator
16459         identifiers.
16461         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16462         (c-guess-basic-syntax): Handle C++ operator identifiers in
16463         declarations.
16465         * progmodes/cc-langs.el (c-assignment-operators): Add the
16466         trigraph version of ^= too.
16468         * progmodes/cc-langs.el (c-assignment-operators): Add the
16469         trigraph version of |= in C++.
16471         * progmodes/cc-fonts.el (c-font-lock-declarators):
16472         Handle `c-decl-hangon-kwds' after the identifier name.
16474         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16475         whether an arglist is "nonempty", ignore a comment after the open
16476         paren if it isn't followed by a non-comment token on the same line.
16478         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16479         Enable heuristics below the point to cope with classes inside special
16480         brace lists in Pike.
16482 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16484         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16486 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16488         * progmodes/cc-guess.el (cc-guess-install): New function to
16489         install an already guessed style in another buffer.
16491         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16492         sets `inhibit-read-only' - `c-save-buffer-state' should be used
16493         anyway if the change always is undone.
16495 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16497         Implement togglable electricity:
16499         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16500         saying when it should be used.
16502         * progmodes/cc-engine.el: Add the new buffer-local variable,
16503         c-electric-flag.
16505         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16506         c-toggle-auto-newline.
16508         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16509         c-toggle-auto-newline.  Remove the binding for
16510         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
16511         c-toggle-electric-state.
16513         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16515         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16516         c-\(forward\|backward\)-subword.
16517         (c-update-modeline): Add the new modeline flag `l' for
16518         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
16519         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16520         Make the old name an alias of the new name.
16521         (c-toggle-electric-state): New function.
16522         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16523         Adapt these functions to do electric things only when
16524         c-electric-flag is non-nil.
16525         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16526         new functions from c-electric-brace.
16527         (c-point-syntax): Add a check for "virtual semicolons" in AWK
16528         mode, so that the tentative extra newline doesn't change the
16529         syntax of the following brace.
16530         (c-electric-brace): Restructure by extracting the above functions.
16531         Tidy up the coding somewhat.
16532         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16533         restructure a bit.
16535 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16537         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16538         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
16540         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16541         (c-submode-indicators): Change name from `c-auto-hungry-string'
16542         since it's now used to track another submode.
16544         (c-update-modeline): Convert to function and extended to check
16545         `c-subword-move-mode'.
16547         (c-forward-into-nomenclature, c-backward-into-nomenclature):
16548         Convert to compat aliases for `c-forward-subword' and
16549         `c-backward-subword'.
16551         * progmodes/cc-subword.el: New functions and minor mode to handle
16552         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16554         (c-forward-subword, c-backward-subword, c-mark-subword)
16555         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16556         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16557         Functions corresponding to the standard word handling functions.
16559         (c-subword-move-mode): Minor mode that replaces all the standard
16560         word handling functions with their subword equivalences.
16562 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16564         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16565         entry for one-liner-defun.
16567         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16568         name in its def-edebug-spec.
16570         * progmodes/cc-cmds.el (c-electric-brace): Make the
16571         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
16572         compacts space before a comment, if this will make things fit on
16573         one line.
16575         Introduce an "awk" style, mainly for auto-newline and clean-ups.
16577         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
16579         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16580         clean-up one-liner-defun.
16582         * progmodes/cc-styles.el: Add the new "awk" style.
16584         * progmodes/cc-vars.el: Add description of one-liner-defun to
16585         c-cleanup-list's doc-string.  New user options,
16586         c-max-one-liner-length.  In c-default-style, set the default style
16587         for AWK to "awk".
16589 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16591         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16592         macros inside labels.
16594         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16595         `c-at-statement-start-p' and `c-at-expression-start-p'.
16597         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16598         error if the mark isn't set.
16600         * progmodes/cc-engine.el (c-guess-continued-construct)
16601         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16602         accurately detect functions inside functions.
16604         * progmodes/cc-engine.el (c-at-expression-start-p): New function
16605         like `c-at-statement-start-p' that additionally recognizes commas
16606         and expression parentheses as delimiters.
16608         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16609         to avoid heuristics that doesn't work for unclosed blocks.
16610         (c-at-statement-start-p): New function.
16612         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16613         Objective-C directives, e.g. directives spanning lines should work
16614         reasonably well now.
16616         (c-put-c-type-property, c-clear-c-type-property): New helpers.
16618         (c-forward-objc-directive): New function to move over any ObjC
16619         directive.
16621         (c-just-after-func-arglist-p, c-guess-basic-syntax)
16622         (c-basic-matchers-before): Use it.
16624         (c-font-lock-objc-iip-decl): Remove.
16626         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16627         in the template arglist recognition.
16629         * progmodes/cc-styles.el (c-style-alist): Fix several
16630         inconsistencies in the Whitesmith style.
16632         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16633         New lineup function to get lines after Whitesmith style blocks
16634         correctly indented.
16636         (c-lineup-whitesmith-in-block): Back out the compensation for
16637         opening parens since it's done using `add' lists in the style
16638         definition instead.  Don't use the anchor position since it varies
16639         too much between the syntactic symbols. :P
16641         * progmodes/cc-vars.el (c-valid-offset): Update.
16643         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16644         lists where the offsets are combined according to several
16645         different methods: `first', `min', `max', and `add'.
16646         Report offset evaluation errors with `c-benign-error' so that some kind
16647         of reindentation still is done.
16649         * progmodes/cc-engine.el (c-guess-basic-syntax):
16650         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16651         `arglist-close'.
16653         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16654         situations for `arglist-cont-nonempty' and `arglist-close'.
16656         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16658         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16659         cc-bytecomp-boundp' in a number of places.
16661         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16662         macro related issue.
16664 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16666         * progmodes/cc-awk.el: Change the terminology of regexps: A char
16667         list is now [asdf], a char class [:alpha:].
16668         Include code for char classes.
16669         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
16670         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16672         Remove (nearly all of) the cruft associated with AWK Mode's former
16673         concept of "virtual semicolons":
16675         Adapt c-beginning-of-statement, c-end-of-statement (together with
16676         subfunctions) to use the new notion of "virtual semicolon" in
16677         place of the old awkward special handling for AWK.  There remains
16678         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16679         * progmodes/cc-cmds.el:
16680         (c-ascertain-adjacent-literal): In the backwards direction, now
16681         recognises AWK regexp delimiters as string delimiters.
16682         (c-after-statement-terminator-p): Adapt for virtual semicolons;
16683         check more rigorously for "end of macro".
16684         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16685         virtual semicolons;
16686         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16687         out the code for forward movement into ...
16688         (c-end-of-statement): Now contains the code for forward movement,
16689         adapted for virtual semicolons.
16691         * progmodes/cc-engine.el:
16692         (c-ws*-string-limit-regexp): New regexp.
16693         (c-forward-single-comment, c-backward-single-comment): Comment out
16694         the (now redundant) "special" AWK stuff.
16696         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16697         c-string-par-start, c-string-par-separate to be more like Text
16698         Mode than Fundamental Mode.
16700 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16702         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16703         to the fontified region so that fontification doesn't occur
16704         outside it (could happen e.g. when fontifying a line with an
16705         unfinished declaration).
16707 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16709         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16710         start of the file.  ^L now separate sections of the file.
16711         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16712         (c-awk-one-line-possibly-open-string-re)
16713         (c-awk-regexp-one-line-possibly-open-char-class-re)
16714         (c-awk-one-line-possibly-open-regexp-re)
16715         (c-awk-one-line-non-syn-ws*-re): New defonsts.
16716         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16718         Amend the concept of "virtual semicolons" (in the indentation
16719         engine) for languages like AWK, such that they are now
16720         conceptually attached to end of the last token of a statement, not
16721         the end of the line.  (In AWK Mode, however, the pertinent text
16722         property is still physically set on the EOL.)  Remove the specific
16723         tests for awk-mode, thus facilitating the introduction of other
16724         language modes where EOLs can end statements.
16725         (Note: The funtionality in cc-cmds.el, specifically
16726         c-beginning/end-of-statement has yet to be amended.)
16728         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16729         New macros.
16731         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16732         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
16733         c-vsemi-status-unknown-p-fn (in a new page).
16735         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16736         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16737         numerous awkward forms like
16738         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16739         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
16740         variable before-ws-ip, the place just after char-before-ip appears.
16742         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16743         a comment.
16745 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16747         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16748         `c-tentative-buffer-changes'.
16750         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16751         convert to macro to choose between Emacs and XEmacs at compile time.
16753         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16755         (c-tentative-buffer-changes): New macro to handle temporary buffer
16756         changes in a convenient way.
16758         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16759         for `c-tentative-buffer-changes'.
16761         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16762         the checks for paren sexps between the point and the keyword, to
16763         avoid some false alarms.
16765         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16766         Fixed a situation where an error could be thrown for unbalanced
16767         parens.  Changed to make use of c-keyword-member' to avoid some
16768         repeated regexp matches.
16770         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16771         These language variable are no longer necessary.
16773         (c-block-stmt-kwds): New language constant used by
16774         c-looking-at-inexpr-block'.
16776         (c-guess-basic-syntax): Remove an optional check that looked at
16777         the existence of the now removed language variables.
16779         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16780         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16781         object instantiation expressions as declarations in some contexts.
16782         This bug only affected languages where the declarator can't be
16783         enclosed in parentheses.
16785         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16786         insert newlines before and after substatement braces.
16788         * progmodes/cc-engine.el: Improved the heuristics for recognizing
16789         function declaration headers and the handling of C++ style member
16790         init lists.
16792         (c-just-after-func-arglist-p): Rewritten to use
16793         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
16795         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16797         (c-guess-basic-syntax): Adapt case 5B for the new
16798         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
16799         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16800         covers all cases now).
16802         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16804 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
16806         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16807         c-string-par-start/separate c-sentence-end-with-esc-eol,
16808         initialised in c-setup-paragraph-variables, used in string
16809         scanning subroutines of c-beginning-of-statement.
16811         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16812         which precedes the newly inserted `{'.
16814 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
16816         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16817         function for declaration level blocks.  It should now cope with
16818         templates better and also be a lot more comprehensible.
16820         (c-looking-at-decl-block): The new function.
16822         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
16823         for compatibility.
16825         (c-add-class-syntax, c-guess-continued-construct)
16826         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16828         (c-decl-block-key): Change to tell apart ambiguous and
16829         unambiguous keywords.  Pike specials are now handled directly in
16830         the code instead.
16832         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16833         New language constants and variables to make the backward skip in
16834         `c-looking-at-decl-block' as tight as possible.
16836         (c-nonsymbol-token-char-list): New language constant.
16838         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16839         find balanced template arglists backwards.
16841         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16842         making char classes for `c-syntactic-skip-backward'.
16844         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16845         16D - can't be a class-close at that point.
16847         * progmodes/cc-engine.el (c-guess-basic-syntax)
16848         (c-add-class-syntax): Don't narrow out the enclosing declaration
16849         level.  This makes everything a lot easier, and it was actually
16850         only four small places that needed it to work.  Some places that
16851         previously did `widen' are removed now, which has the effect that
16852         `c-guess-basic-syntax' never will look at things outside the
16853         current narrowment now.  The anchor position for `topmost-intro'
16854         is affected by this, but it was so bogus it was basically useless
16855         before, and now it's equally bogus but in a slightly different way.
16857         (c-narrow-out-enclosing-class): Gone.
16859         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16860         the narrowed region.
16862         (c-least-enclosing-brace): Remove silly optional argument.
16864         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16865         the point could be left directly after an open paren when finding
16866         the beginning of the first decl in the block.
16868         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16869         Specify which submatch to use.
16871         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16873         (c-decl-start-re): No longer any need for special treatment of
16874         ObjC due to the above.
16876         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16877         presumably follows C in that regard.
16879         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16880         New language constants to specify operator tokens inside
16881         identifiers in a more high level way.
16883         (c-opt-identifier-prefix-key): New internal language constant.
16885         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16886         (c-identifier-start, c-identifier-key): Now completely calculated
16887         from other constants.
16889         (c-identifier-last-sym-match): Decommission since it's no longer used.
16891         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
16893         * progmodes/cc-engine.el (c-forward-name): Remove the
16894         optimization when c-identifier-key is equal to c-symbol-key since
16895         it doesn't work in byte compiled files.  Don't record empty
16896         regions as identifiers.
16898         * progmodes/cc-langs.el (c-filter-ops): New helper function to
16899         simplify access to `c-operators' and its likes.
16901         (c-operator-list, c-all-op-syntax-tokens)
16902         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16903         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16904         (c-primary-expr-regexp, c-cast-parens): Use it.
16906         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16907         an explicit language in functions.
16909         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16910         variant of adornment.
16912         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16913         variable.
16915         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16916         the Pike value.
16918         * progmodes/cc-engine.el (c-on-identifier)
16919         (c-simple-skip-symbol-backward): Small fix for handling "-"
16920         correctly in `skip-chars-backward'.  Affected the operator lfun
16921         syntax in Pike.
16923         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16924         diagnostic message about precompiled language vars not being used.
16926         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16927         "__attribute__" is followed by a parenthesis.
16929         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16930         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16931         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16933         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16934         Internal cleanups to properly detect the declared identifiers in
16935         various declarations.
16937         (c-decl-start-kwds): New language constant to recognize
16938         declarations that can start anywhere.  Used for class declarations
16939         in Pike.
16941         (c-specifier-key, c-not-decl-init-keywords)
16942         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16943         (c-find-decl-spots): Implement `c-decl-start-kwds'.
16945         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16946         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16947         handling of the compiler specific extension keywords into a new
16948         language constant `c-decl-hangon-kwds' that defines keyword
16949         clauses to be ignored in declarations.
16951         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16952         past unrecognized tokens when handling `c-colon-type-list-kwds'.
16953         Necessary to stop at the declared identifier in e.g. IDL valuetype
16954         declarations.
16956         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16957         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16958         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16959         (c-forward-decl-or-cast-1): Recognize the declared identifier in
16960         class and enum declarations as such and not as part of the type.
16962         (c-forward-decl-or-cast-1, c-forward-label): Relax the
16963         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16965         (c-forward-decl-or-cast-1): Don't disregard sure signs of
16966         declarations when there's some syntax error later on.
16968         (c-complex-decl-matchers): Did away with a reference to
16969         `c-specifier-key'.
16971         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16972         value - this variable is always dynamically bound.
16974         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16975         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16976         * cc-cmds.el, cc-defs.el: Change the policy for marking up
16977         functions that might do hidden buffer changes: All such internal
16978         functions are now marked instead of those that don't.
16980         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16981         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16982         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16983         (c-literal-type): Allow these functions to make hidden buffer changes,
16984         so that they are free to use text property caching later on.
16986         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16987         (c-electric-brace, c-electric-slash, c-electric-star)
16988         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16989         (c-electric-paren, c-electric-continued-statement, c-indent-command)
16990         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16991         (c-context-line-break): Add `c-save-buffer-state' calls to comply
16992         with the changed semantics of the functions above.
16994         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16995         when macros occur in obscure places.  Optimized the sexp movement
16996         a bit.
16998 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17000         Enhancements for c-beginning-of-statement to work in AWK Mode:
17002         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17003         (completed statement) with `}' (statement completed by closing
17004         brace or semicolon) and `$' (statement completed by EOL).
17006         (c-awk-virtual-semicolon-ends-prev-line-p)
17007         (c-awk-virtual-semicolon-ends-line-p)
17008         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17009         (c-awk-at-statement-end-p): New functions.
17011         * progmodes/cc-cmds.el: Simplify the structure of functions
17012         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
17013         two functions and c-beginning-of-statement to handle AWK Mode.
17015         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17016         c-backward-single-comment for AWK mode.  Attempt to clarify their
17017         doc-strings.
17019         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17021 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17023         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17024         label handling.  Labels are now recognized in a uniform and more
17025         robust way, regardless of context.  Text properties are put on all
17026         labels to recognize the following declarations better.
17027         Multiword labels are handled both in indentation and fontification for
17028         the benefit of language extensions like Qt.  For consistency, keywords
17029         in labels are now fontified with the label face instead.
17030         That also applies to "case" and "default".
17032         (c-beginning-of-statement-1): Fix some bugs in the label
17033         handling.  Disregard `c-nonlabel-token-key' in labels that begin
17034         with `c-label-kwds'.
17036         (c-find-decl-spots): Support that the callback adds more
17037         `c-decl-end' spots to find.
17039         (c-forward-decl-or-cast-1): Don't treat a list of plain
17040         identifiers followed by a colon as a declaration.
17042         (c-forward-label): New function to recognize labels.
17044         (c-guess-basic-syntax): Replace uses of `c-label-key' with
17045         `c-forward-label'.  Moved the label recognition cases (14 and 15)
17046         earlier since they aren't so context sensitive now.  Handle labels
17047         on the top level gracefully.  Moved access label recognition to
17048         the generic label case (CASE 15) - removed CASE 5E.
17050         (c-font-lock-declarations): Add recognition of labels in the
17051         same round since we need to handle labels in parallell with other
17052         declarations to recognize both accurately.  It should also improve
17053         speed.
17055         (c-simple-decl-matchers, c-basic-matchers-after):
17056         Move `c-font-lock-labels' so that it only is used on decoration level 2
17057         since `c-font-lock-declarations' handles it otherwise.
17059         (c-complex-decl-matchers): Remove the simplistic recognition of
17060         access labels.
17062         (c-decl-prefix-re): Remove the kludges that was necessary to cope
17063         with labels earlier.
17065         (c-decl-start-re): New language variable to make
17066         `c-font-lock-declarations' stop for the special protection labels
17067         in Objective-C that start with `@'.
17069         (c-label-key): Remove since it's no longer used.
17071         (c-recognize-colon-labels, c-label-prefix-re): New language
17072         constants to support recognition of generic colon-terminated labels.
17074         (c-type-decl-end-used): `c-decl-end' is now used whenever there
17075         are colon terminated labels.
17077         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17078         first argument starts with a special brace list.
17080         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17081         (c-font-lock-declarations): Break out the declaration and cast
17082         recognition from `c-font-lock-declarations' to a new function, so
17083         that it can be used in the indentation engine.
17085         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17086         up to the start of the literal.  Fixed bug with the point on the
17087         wrong side of the search limit that could happen when the start
17088         position is inside a literal.
17090         * progmodes/cc-engine.el (c-parse-state)
17091         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17092         so that it's kept a little bit back to increase the hit rate.
17094         (c-parse-state): Change the macro handling and fixed some
17095         glitches.  Macro context is checked more often than necessary now,
17096         but otoh less garbage conses are generated.
17098         * progmodes/cc-engine.el (c-parse-state)
17099         (c-invalidate-state-cache): Cache the last position where
17100         `c-state-cache' applies.  This can speed up refontification quite
17101         a bit in blocks where there are many non-brace parens before the point.
17103         (c-state-cache-end): New variable for this.
17105         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17106         cache variable.
17108         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17109         get close initial continue positions when the start position is
17110         inside a literal or macro.  Do not call the callback for spots
17111         before the start position (which can happen e.g. for `c-decl-end'
17112         spots inside comments).  Optimize better in special cases when the
17113         region is a single line inside a literal or macro (typically when
17114         the current line is refontified).
17116         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17117         to `c-add-stmt-syntax' - there's no need to explicitly whack off
17118         entries from the paren state.
17120         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17121         special case for "else if" clauses.
17123         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17124         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17126         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17127         New language variable to recognize the gcc extension with statement
17128         blocks inside expressions.
17130         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17131         it somewhat more comprehensible.  The argument AT-BLOCK-START is
17132         no longer used and hence removed.
17134         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17135         to `c-add-stmt-syntax'.
17137         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17138         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17139         This fixes bogus label recognition.
17141         * progmodes/cc-engine.el (c-add-type, c-check-type)
17142         (c-forward-name, c-forward-type): Improve storage of template
17143         types in `c-found-types' so that they can be recognized better.
17145         (c-syntactic-content): Add option to skip past nested parens.
17147         * progmodes/cc-engine.el (c-forward-name):
17148         Set `c-last-identifier-range' all the time.  It's less work that way.
17149         Handle that there might not be an identifier to store in
17150         `c-last-identifier-range'.
17152         (c-forward-type): Handle that `c-last-identifier-range' might be
17153         nil from `c-forward-name'.
17155         * progmodes/cc-defs.el (c-safe-scan-lists)
17156         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17158         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17159         to work even if the form fails.
17161         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17162         down in a large file in one go.
17164         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17166         * progmodes/cc-align.el (c-lineup-assignments): New lineup
17167         function which is like `c-lineup-math' but returns nil instead of
17168         `c-basic-offset' when it doesn't match.
17170         (c-lineup-math): Change to use `c-lineup-assignments'.
17172 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17174         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17175         c-beginning-of-statement.  New subfunctions
17176         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17178 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17180         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17181         hardcoded char classes whereever possible.  Changed a couple of
17182         places to use skip by syntax instead of skip by char class.
17184         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17185         Fix a bug in the regexp that caused extreme backtracking.
17187         * progmodes/cc-langs.el (c-block-comment-starter)
17188         (c-block-comment-ender): New language constants to specify in a
17189         single place how block comments look.
17191         (c-comment-start-regexp, c-block-comment-start-regexp)
17192         (comment-start, comment-end, comment-start-skip)
17193         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17194         (c-syntactic-ws, c-nonempty-syntactic-ws)
17195         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17196         `c-line-comment-starter', `c-block-comment-starter' and
17197         `c-block-comment-ender'.
17199         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17200         New language constants to break up things a bit.
17202         (c-simple-ws): New language constant for simple whitespace.
17204         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17206         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17207         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17208         newlines.  Allow and ignore nil elements in the list.
17210 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17212         * progmodes/cc-cmds.el: Comment out a (n almost certainly
17213         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17215         * progmodes/cc-cmds.el: Tidy up the comments in
17216         c-beginning-of-statement and subfunctions.
17218         * progmodes/cc-awk.el: Replace calls to put-text-property to the
17219         more flexible c-put-char-property and c-clear-char-properties.
17220         Add the author's email address.
17222         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17224         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17225         closing "*/" of a block comment.
17227         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17228         subfunctions) so that it works at BOB and EOB.
17230         * progmodes/cc-cmds.el, cc-vars.el: More updating of
17231         c-beginning-of-statement, including new variable
17232         c-block-comment-start-regexp.
17234 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17236         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17237         symbols from `*-font-lock-extra-types' so that there's no need to
17238         use `regexp-opt' on those lists.
17240         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17241         `c-type-modifier-kwds' is empty.
17243         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17244         there are several strings on the same line.
17246         * progmodes/cc-engine.el (c-literal-limits): Remove the
17247         compatibility function for older emacsen.  `c-literal-limits-fast'
17248         has now taken the place of this function.
17250         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17251         with older emacsen: We now require `pps-extended-state'.
17253 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17255         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17256         which obviates the need to hack sentence-end.  This now handles
17257         escaped newlines in strings correctly.  Correct minor bugs in
17258         c-move-over-sentence and in c-beginning-of-statement.
17260         * progmodes/cc-cmds.el (c-beginning-of-statement (and
17261         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17262         that movement over macros and code are rigorously separated from
17263         eachother.  Correct a few incidental bugs.
17265         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17266         Improve its doc-string.  Improve the handling of certain specific cases.
17268 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17270         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17271         (c-guess-basic-syntax): Change the way class-level labels are
17272         recognized; they can now contain essentially any symbols.
17274         (c-opt-extra-label-key): New language variable to cope with the
17275         special protection label syntax in Objective-C.
17277         (c-opt-access-key): Remove; this is now handled better by
17278         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17280         (c-complex-decl-matchers): Update to handle that
17281         `c-opt-access-key' no longer exists.
17283         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17284         improved label recognition in `c-beginning-of-statement-1'.
17286         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17287         Recognize bitfields better.
17289         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17290         Remove some cruft and fixed a bug that could cause it to go to a
17291         position further down.
17293         * progmodes/cc-langs.el, cc-engine.el
17294         (c-beginning-of-statement-1): Improve detection of labels in
17295         declaration contexts.
17297         (c-beginning-of-decl-1): Use it.
17299         (c-nonlabel-token-key): New language constant and variable needed
17300         by `c-beginning-of-statement-1'.
17302         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17303         manifested itself due to the correction in `c-forward-sexp'.
17305         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17306         Make these behave as documented when used at the buffer limits.
17308         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17309         (c-type-decl-end-used): Made this a language variable.
17311         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17312         correctly when `combine-after-change-calls' is used together with
17313         temporary narrowings.
17315         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17316         Report labels correctly when the start point is immediately after the
17317         colon.
17319         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17320         Remove since it isn't used anymore.
17322         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17323         bracket arglists such as template parens in C++.
17325         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17326         in the last check-in.  Some optimization.
17328         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17329         where it could stop at the same level in a preceding sexp when
17330         PAREN-LEVEL is set.
17332         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17333         text property lookup only when it's needed.
17335         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
17336         Change the policy for paren marked angle brackets to be more
17337         persistent; once marked they remain marked even when they're found
17338         to be unbalanced in the searched region.  This should keep the
17339         paren syntax around even when individual lines are refontified in
17340         multiline template arglists.
17342         (c-parse-and-markup-<>-arglists): New dynamically bound variable
17343         to control markup so that incorrect angle bracket arglists aren't
17344         marked in contexts where the correct value for
17345         `c-disallow-comma-in-<>-arglists' isn't known.
17347         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17348         argument has become `c-parse-and-markup-<>-arglists'.
17350         (c-remove-<>-arglist-properties): Remove - no longer used.
17352         (c-after-change-check-<>-operators): New function used on
17353         `after-change-functions' to avoid that "<" and ">" characters that
17354         are part of longer operators have paren syntax.
17356         (c-<>-multichar-token-regexp): New language variable used by
17357         `c-after-change-check-<>-operators'.
17359         (c-after-change): Call `c-after-change-check-<>-operators'.
17361         (c-font-lock-<>-arglists): Use the context properties set by
17362         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17363         correctly to avoid doing invalid markup.
17365         (c-font-lock-declarations): Remove code that undoes the invalid
17366         markup done by `c-font-lock-<>-arglists'.
17368         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17369         after `c-font-lock-declarations'.
17371         * progmodes/cc-engine.el (c-syntactic-skip-backward):
17372         Add paren-level feature.
17374         (c-guess-basic-syntax): Improve the anchor position for
17375         `template-args-cont' in nested template arglists.  There's still
17376         much to be desired in this area, though.
17378 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17380         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17381         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17383 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17385         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17386         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17388         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17389         it doesn't work no longer are supported.
17391         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17392         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17393         requires support for the syntax-table' text property, which rules
17394         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
17395         cruft associated with those versions.
17397         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17398         for the `syntax-table' text property, which rules out Emacs 19 and
17399         XEmacs < 21.4.  Removed various compatibility cruft associated
17400         with those versions.
17402         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17403         support for the `syntax-table' text property.
17405         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17406         variable and use an extra quoted face name instead.  All the
17407         emacsen flavors handle that correctly.
17409         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17410         (c-font-lock-declarators, c-font-lock-declarations)
17411         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17412         property to mark the items in in declarator lists to handle
17413         refontification inside multiline declarations better.
17415         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17416         construct like "a * b = c;" as a declaration.
17418 2005-12-08  Kim F. Storm  <storm@cua.dk>
17420         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17421         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
17422         select either meta, hyper, or super modifier for rectangle commands.
17423         (cua--rectangle-modifier-key): New defvar.
17424         (cua--M/H-key): Use it.  Remove special case for `space'.
17425         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17426         on X, to meta otherwise.  Always bind C-return to toggle
17427         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
17429         * emulation/cua-rect.el (cua-help-for-rectangle):
17430         Use cua--rectangle-modifier-key.  Handle super modifier too.
17431         (cua--init-rectangles): Always bind C-return to toggle rectangle.
17432         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17434         * ido.el: Move Acknowledgements and History after Commentary.
17435         Minor changes to Commentary.
17437         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17438         keymap if cua--prefix-override-timer is `shift'.
17439         (cua--shift-control-prefix): New function; emulate "type prefix
17440         key twice" functionality to handle shifted prefix key override.
17441         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17442         New commands.
17443         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17445 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
17447         * textmodes/org.el (org-insert-heading): Try to do items before
17448         headings.
17449         (org-agenda-mode): Quote `org-agenda-mode-hook'.
17450         (org-insert-item): New function.
17451         (org-renumber-ordered-list): Don't skip to higher level lists.
17453 2005-12-08  Juri Linkov  <juri@jurta.org>
17455         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17457         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17459         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17461         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17462         the constructed function name fun-1.
17464         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17465         because such links don't lead to parent documentation.
17467 2005-12-08  Kenichi Handa  <handa@m17n.org>
17469         * descr-text.el (describe-char): Use *Help-2* buffer if the
17470         current buffer is *Help*.  Call describe-text-properties while
17471         setting the original buffer.
17473 2005-12-07  Bill Wohler  <wohler@newt.com>
17475         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
17476         and causes problems with non-MH users (such as Gnus users).
17478 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
17480         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17481         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17482         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17483         command "info sources".  Move calls to GDB command "list".
17484         (gdb-find-file-hook): Just use gdb-source-file-list.
17485         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17486         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17487         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17488         (gdb-data-list-register-values-handler): Use correct trigger name.
17490 2005-12-07  Kim F. Storm  <storm@cua.dk>
17492         * ido.el (ido-completion-map): Rename from ido-mode-map.
17493         (ido-common-completion-map, ido-file-completion-map)
17494         (ido-file-dir-completion-map, ido-buffer-completion-map):
17495         Rename from ido-mode-....-map.
17496         (ido-init-completion-maps): Rename from ido-init-mode-maps.
17497         (ido-setup-completion-map): Rename from ido-define-mode-map.
17498         (ido-read-internal): Bind minibuffer-local-filename-completion-map
17499         to ido-completion-map.
17501 2005-12-07  Kenichi Handa  <handa@m17n.org>
17503         * international/mule-cmds.el
17504         (set-display-table-and-terminal-coding-system): If the coding
17505         system specified in `unibyte-display' property is different from
17506         the arg coding-system, don't setup standard-display-table.
17508 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17510         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17511         that comments end at \n, regardless of selective-display.
17513 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
17515         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17516         (gdb-version): New variables.
17517         (gdb-source-file-list, gdb-register-names)
17518         (gdb-changed-registers): New variables for use with GDB 6.4+.
17519         (gdb-ann3): Replace with...
17520         (gdb-init-1, gdb-init-2): ...two new functions.
17521         (gdba, gdb-prompt): Call gdb-init-1.
17522         (gdb-get-version): New function.  Call gdb-init-2 from here.
17523         (gud-watch): Make it work with mouse events too.
17524         (gdb-post-prompt): Don't add to queue until GDB version is known.
17525         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17526         (gdb-locals-mode): Use gdb-version.
17527         (gdb-memory-format-map, gdb-memory-unit-map)
17528         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17529         (gdb-locals-font-lock-keywords-1)
17530         (gdb-locals-font-lock-keywords-2): New variables.
17531         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17532         (gdb-set-gud-minor-mode-existing-buffers-1)
17533         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17534         (gdb-var-update-1, gdb-var-update-handler-1)
17535         (gdb-data-list-register-values-handler)
17536         (gdb-data-list-register-values-custom)
17537         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17538         (gdb-stack-list-locals-handler, gdb-get-register-names):
17539         New functions for use with GDB 6.4+.
17540         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17541         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17542         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17543         (gdb-stack-list-locals-regexp)
17544         (gdb-data-list-register-names-regexp): New regexps for use with
17545         GDB 6.4+.
17547 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17549         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17551 2005-12-06  Nozomu Ando  <nand@mac.com>
17553         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17554         prompts work for AUTH PLAIN.  Also reported by Steve Allan
17555         <seallan@verizon.net>.
17557 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17559         * frame.el (set-frame-parameter): Add doc string.
17561 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
17563         * textmodes/org.el (org-occur-highlights): New variable.
17564         (org-highlight-new-match, org-remove-occur-highlights): New functions.
17565         (org-highlight-sparse-tree-matches): New option.
17566         (org-do-occur): New function.
17567         (org-get-heading): Make it work also at beginning of line.
17568         (org-category-table): New variable.
17569         (org-get-category-table, org-get-category)
17570         (org-camel-to-words, org-link-search): New functions.
17571         (org-select-this-todo-keyword): New variable.
17572         (org-todo-list): New command.
17573         (org-shiftright, org-shiftleft): New commands.
17574         (org-agenda-todo): Add prefix argument.
17575         (org-show-hierarchy-above): New option.
17576         (org-show-todo-tree): Numerical prefix creates tree for specific
17577         TODO keyword.
17578         (org-outline-level): New function, to assign a level to plain
17579         lists items.
17580         (org-cycle-include-plain-lists): New option.
17581         (org-mode): Use `org-outline-level' as value of `outline-level'.
17582         (org-cycle): Temporarily switch `outline-regexp' if
17583         `org-cycle-include-plain-lists' is non-nil.
17584         (org-start-icalendar-file): Fix format bug.
17585         (org-agenda-get-day-entries): Create category table.
17586         (org-agenda-get-todos, org-agenda-get-timestamps)
17587         (org-agenda-get-deadlines, org-agenda-get-scheduled)
17588         (org-agenda-get-blocks): Use `org-get-category'.
17589         (org-context-in-file-links): Rename from
17590         `org-line-numbers-in-file-links'.
17592 2005-12-06  Romain Francoise  <romain@orebokech.com>
17594         * window.el (balance-windows): Delete extraneous third arg in call
17595         to `enlarge-window'.
17597 2005-12-06  Kenichi Handa  <handa@m17n.org>
17599         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17601 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
17603         * progmodes/gdb-ui.el (gdb-var-create-handler)
17604         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17605         (gdb-var-list-children-handler, gdb-var-update-handler):
17606         Current buffer is already gdb-partial-output-buffer, don't
17607         make it current again.
17609 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
17611         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17612         (list-buffers-noselect): Use it.
17614 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17616         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17617         (mail-yank-ignored-headers): Use regexp-opt.
17618         (mail-mode-map): Move initialization into declaration.
17619         (mail-sent-via): Remove unused shadowed var `to-line'.
17620         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17621         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17622         (mail-do-fcc): Use dolist and push.
17623         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17624         (mail-yank-ignored-headers): Don't autoload.
17626 2005-12-05  Kenichi Handa  <handa@m17n.org>
17628         * international/mule-cmds.el (set-language-info-internal): New fun.
17629         (set-language-info): Call set-language-info-internal to update
17630         language-info-alist.  If LANG-ENV is the current one, call
17631         set-language-environment to make INFO effective now.
17632         (set-language-info-alist): Likewise.
17633         (locale-language-names): With locale "en", use English
17634         lang. env. but set the default codings to iso-8859-1.
17636 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
17638         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17639         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17640         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17641         for plain strings.
17642         (gdb-frames-mode): Remove redundant call to font-lock-mode.
17643         (gdb-all-registers): Rename from toggle-gdb-all-registers.
17644         Create registers buffer if necessary.  Echo new state in minibuffer.
17645         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17647 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
17649         * info.el (Info-fontify-node): Match external links using
17650         non-directory part of filename.
17652 2005-12-04  Juri Linkov  <juri@jurta.org>
17654         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17655         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
17656         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17657         because there is no customization option for it.
17659         * font-lock.el (lisp-font-lock-keywords-1):
17660         Add define-global-minor-mode.
17662         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17664         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17665         properties on the constructed variable names.
17667         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17668         Put `definition-name' properties on the constructed function names
17669         next-sym and prev-sym.
17671         * emacs-lisp/find-func.el (find-function-regexp):
17672         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
17673         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
17674         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17675         and easy-menu-define.
17677         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17678         easy-mmode-define-global-mode and define-global-minor-mode.
17679         (lisp-imenu-generic-expression): Add define-global-minor-mode.
17681         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17682         instead of easy-mmode-define-global-mode.
17684         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17685         Use define-minor-mode instead of easy-mmode-define-minor-mode.
17687         * cus-edit.el (customize-group, customize-group-other-window):
17688         Filter out autoloaded options from the group completion list by
17689         using heuristics that autoloaded groups don't have `custom-autoload'
17690         property on their symbols (they have only `custom-loads').
17692         * simple.el (completion-setup-function): Put completions-common-part
17693         face on complete completion string too (i.e. completion string
17694         without completions-first-difference face).
17696         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17698 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
17700         * view.el (view-mode): Doc fix.
17702         * disp-table.el (standard-display-european): Add to the warning
17703         message a reference to the doc string.
17705         * play/yow.el (apropos-zippy): Call print-help-return-message,
17706         similar to other Help and Apropos commands.
17708         * help.el (print-help-return-message): If pop-up-frames is
17709         non-nil, set up help-return-method to delete the help window and,
17710         possibly, its frame as well, and don't display message about
17711         scrolling the help window.  Doc fix.
17712         (help-return-method): Doc fix.
17714 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
17716         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17717         whereby names of length one or names starting with a
17718         symbol-constituent character would not be returned.
17720 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17722         * subr.el (atomic-change-group): Add edebug and indentation spec.
17724 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17726         * completion.el (save-completions-file-name): Fix typo in last change.
17728 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17730         * info.el: Move back/forward history to the beginning of the tool bar.
17732 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
17734         * allout.el (eval-when-compile): Remove unnecessary load of cl.
17735         Add fset of allout-real-isearch-abort during compile to fix
17736         byte-compilation warnings.
17737         (allout-mode-p): Move definition of this macro above all uses, or
17738         byte compilation in barren Emacs (eg, during Emacs build) will
17739         lack the definition.
17740         (allout-mode): Move this variable above any uses, or byte
17741         compilation will fail.
17742         (allout-resolve-xref): Remove use of personal file-reference function.
17743         (allout-toggle-current-subtree-encryption): Do the current (ie,
17744         visible containing) topic, rather than nearest around point.  Doc fix.
17745         (allout-toggle-subtree-encryption): New function, workhorse that
17746         works on nearest topic containing point.
17747         (allout-encrypt-string): Signal requirement for newer version of pgg.
17748         (allout-resumptions): Doc fix.
17750 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
17752         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17754 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
17756         * textmodes/flyspell.el (flyspell-external-point-words):
17757         Consider a misspelling as found in the string search if: (a) misspelling
17758         and found string lengths match, or (b) misspelling is found as
17759         element in a boundary-chars separated longer string, or (c)
17760         ispell-program-name is really ispell and misspelling is found as
17761         part of a TeX string.  After successful match move beginning of
17762         search region to end of match.  Warn about not found misspellings
17763         once the process is done.
17764         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17766 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
17768         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17769         tool bar (removed inadvertently).
17771 2005-12-02  Juri Linkov  <juri@jurta.org>
17773         * log-view.el (log-view-diff): Clarify doc string.
17775 2005-12-01  Bill Wohler  <wohler@newt.com>
17777         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17778         triggers lm-verify errors.
17780 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
17782         * simple.el (transient-mark-mode, line-number-mode)
17783         (column-number-mode, size-indication-mode): Remove `:require nil'.
17785 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
17787         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17788         in the margin also.
17789         (gdb-breakpoints-mode-map): Use D instead of d for
17790         gdb-delete-breakpoint.
17791         (gdb-get-frame-number): Require a number to match on.
17792         (gdb-threads-mode-map): Add follow-link binding.
17794 2005-11-30  Jason Rumney  <jasonr@gnu.org>
17796         * isearch.el (isearch-mode-map): Avoid exiting search on
17797         language-change event.
17799 2005-11-30  Romain Francoise  <romain@orebokech.com>
17801         * speedbar.el (speedbar-default-position): New defcustom.
17802         (speedbar-frame-reposition-smartly): Use it.
17804         * dframe.el (dframe-reposition-frame-emacs): Fix position
17805         computation for `left' location.
17806         Update copyright year.
17808 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17810         * help.el (help-map): Move initialization into declaration.
17812         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17814         * help-fns.el (help-argument-name): Don't autoload.
17815         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17816         to be re-loaded when customizing the `help' group.
17818 2005-11-30  John Paul Wallington  <jpw@gnu.org>
17820         * help-fns.el (describe-function-1): Fill arglist output.
17822 2005-11-30  Kim F. Storm  <storm@cua.dk>
17824         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17825         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17826         after revert-buffer (or anything else which kills all local variables).
17828         * apropos.el (apropos-parse-pattern): Doc fix.
17829         Set apropos-regexp directly, rather than expecting callers to do so.
17830         (apropos-command, apropos, apropos-value, apropos-documentation):
17831         Simplify calls to apropos-parse-pattern.
17833 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17835         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17836         (hi-lock-face-phrase-buffer): Use hi-yellow face.
17837         (hi-lock-write-interactive-patterns): Use comment-region.
17839         * longlines.el (longlines-mode): Add mail-setup-hook.
17841         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17843         * simple.el (sendmail-user-agent-compose, next-line):
17844         Conditionally use hard-newline.
17846 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17848         * international/latexenc.el (latex-inputenc-coding-alist):
17849         Reword doc string.
17851 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
17853         * help.el (describe-key-briefly, describe-key): Recognize default
17854         bindings.
17856 2005-11-29  Romain Francoise  <romain@orebokech.com>
17858         * view.el (view-inhibit-help-message): New defcustom.
17859         (view-mode-enter): Use it.
17861 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
17863         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17864         Preserve user position.
17866 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
17868         * font-lock.el: Throw error if facemenu is not loaded to prevent
17869         accidental change of loading order in loadup.el.  (Suggested by RMS.)
17871         * loadup.el: Add comment explaining why facemenu must be loaded
17872         before font-lock.
17874 2005-11-28  Jay Belanger  <belanger@truman.edu>
17876         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17877         (calc-dispatch-map): Add more keys for `calc-same-interface'.
17879         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17881         * calc/calc-embed.el (calc-do-embedded): Update help message.
17883         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17885 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17887         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17889         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17890         called-interactively-p.
17891         (elp-profilable-p): Rename from elp-not-profilable-p.
17892         Invert result and take into account macros and autoloaded functions.
17893         (elp-instrument-function): Update call.
17894         (elp-instrument-package): Update call.  Add completion.
17895         (elp-pack-number): Use match-string.
17896         (elp-results-jump-to-definition-by-mouse): Merge into
17897         elp-results-jump-to-definition and then remove.
17898         (elp-output-insert-symname): Make help echo text single-line.
17900         * replace.el (query-replace-map): Move initialization into declaration.
17901         (occur-engine): Use with-current-buffer.
17902         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17903         (occur-mode-mouse-goto): Replace with an alias.
17905 2005-11-28  Juri Linkov  <juri@jurta.org>
17907         * simple.el (quoted-insert): Let-bind input-method-function to nil.
17909         * term/w32-win.el: Bind [S-tab] to [backtab].
17911         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17912         `Info-find-file' to t.
17914         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17915         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17916         and same-window-regexps.
17917         (occur-next-error): Don't move point for arg 0.
17919 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
17921         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17923 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17925         * log-edit.el (log-edit-changelog-use-first): New var.
17926         (log-edit-changelog-ours-p): Use it.
17927         (log-edit-insert-changelog): Set it with new arg `use-first'.
17928         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17929         (log-edit-hook): Add them to the list of suggested options.
17931         * textmodes/flyspell.el (flyspell-last-buffer): New var.
17932         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17933         redundant work.
17934         (flyspell-mode-on): Use add-hook for after-change-functions.
17935         (flyspell-mode-off): Use remove-hook for after-change-functions.
17936         (flyspell-changes): Make it buffer-local.
17937         (flyspell-after-change-function): Make it non-interactive.  Use push.
17938         (flyspell-post-command-hook): Check input-pending-p while processing
17939         the potentially long list of buffer changes.
17941 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
17943         * buff-menu.el (list-buffers-noselect): Display the selected
17944         frame's buffer list, not the global one.
17946 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
17948         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17949         that (list last-input-event) works as in interactive spec.
17951 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
17953         * loadup.el ("facemenu"): Load facemenu before font-lock, because
17954         `facemenu-keymap' needs to be defined when font-lock is loaded.
17955         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17957 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17959         * completion.el: Remove useless leading * in defcustom docstrings.
17960         (save-completions-file-name): Use ~/.emacs.d if available.
17961         (completion-standard-syntax-table): Rename from
17962         cmpl-standard-syntax-table and fold initialization into declaration,
17963         thus removing cmpl-make-standard-completion-syntax-table.
17964         (completion-lisp-syntax-table, completion-c-syntax-table)
17965         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17966         (cmpl-saved-syntax, cmpl-saved-point): Remove.
17967         (symbol-under-point, symbol-before-point)
17968         (symbol-under-or-before-point, symbol-before-point-for-complete)
17969         (add-completions-from-c-buffer): Use with-syntax-table.
17970         (make-completion): Don't return a list of completion entries.
17971         Update callers.
17972         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17973         (completion-initialize): Rename from initialize-completions.
17974         (completion-find-file-hook): Rename from cmpl-find-file-hook.
17975         (kill-emacs-save-completions): Collect stats here.
17976         (save-completions-to-file, load-completions-from-file):
17977         Use with-current-buffer.
17978         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
17979         into a function.  Move all calls to toplevel.
17980         (completion-lisp-mode-hook): New fun.
17981         (completion-c-mode-hook, completion-setup-fortran-mode):
17982         Set the syntax-table here.  Use local-set-key.
17983         (completion-saved-bindings): New var.
17984         (dynamic-completion-mode): Make it into a proper minor mode.
17985         (load-completions-from-file): Remove unused var `num-uses'.
17987         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17988         constructor if it is explicitly overridden.
17990         * complete.el (PC-completion-as-file-name-predicate):
17991         Use minibuffer-completing-file-name.
17992         (partial-completion-mode): Use find-file-not-found-functions.
17993         (PC-lisp-complete-symbol): Use with-syntax-table.
17994         (PC-look-for-include-file): Remove dead setq.
17995         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17996         (PC-complete): Use with-current-buffer.
17998         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17999         escape single quotes.
18001 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18003         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18004         of `if' whose condition always returned nil.  Doc fix.
18006         * buff-menu.el (Buffer-menu-revert-function): Make the selected
18007         window's buffer the current buffer around the call to
18008         `list-buffers-noselect'.  This is necessary to mark that buffer
18009         with a `.' in the Buffer Menu when called from Lisp, for instance
18010         by Auto Revert Mode.
18012 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18014         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18015         attaching to it.
18016         (gdb-pre-prompt): Make sure gdb-error is reset.
18018         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18019         with a child process, detect it.
18020         (gud-speedbar-buttons): Match regexp more carefully.
18022 2005-11-27  Richard M. Stallman  <rms@gnu.org>
18024         * mouse.el (mouse-drag-move-window-bottom):
18025         Use adjust-window-trailing-edge.
18027 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18029         * simple.el (blink-matching-open): Ignore
18030         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18031         (blink-matching-paren-on-screen): Update docstring.
18033         * paren.el (show-paren-mode): No longer change
18034         `blink-matching-paren-on-screen'.
18036 2005-11-27  John Paul Wallington  <jpw@pobox.com>
18038         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18039         (gdb-threads-select, gdb-edit-register-value):
18040         Use `posn-set-point' instead of `mouse-set-point' because the
18041         latter is not fbound when configured without X.
18043 2005-11-27  Kim F. Storm  <storm@cua.dk>
18045         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18046         existing face when partially highlighting a TAB in a rectangle.
18048 2005-11-26  Kim F. Storm  <storm@cua.dk>
18050         * ido.el (ido-mode-map): Doc fix.
18051         (ido-mode-common-map, ido-mode-file-map)
18052         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18053         (ido-define-mode-map): Rewrite.  Select one of the new maps as
18054         parent for ido-mode-map instead of building from scratch.
18055         (ido-init-mode-maps): New defun to initialize new maps.
18056         (ido-mode): Call it.
18057         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18058         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18060 2005-11-26  John Paul Wallington  <jpw@pobox.com>
18062         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18063         `mouse-set-point' because the latter is not fbound when configured
18064         without X.
18066 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
18068         * files.el (file-relative-name): Doc fix.
18070 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
18072         * progmodes/octave-inf.el (inferior-octave-startup): Force a
18073         non-empty string for secondary prompt PS2.
18075 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18077         * progmodes/compile.el (compilation-setup): Fix last change.
18079 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
18081         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18082         (gdb-mouse-toggle-breakpoint-margin)
18083         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18084         Add gdb-server-prefix to keep out of command history.
18085         (gdb-edit-register-value): New function.
18086         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18087         (gdb-info-registers-custom): Use above map.
18089 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18091         * custom.el (enable-theme): Signal error if argument is not a
18092         theme.  Don't recalculate a face if it's not loaded yet.
18094         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18095         the `user' theme is in effect.
18097         * info.el (Info-on-current-buffer): Record actual filename in
18098         Info-current-file, instead of t, or a fake filename if a non-file
18099         buffer.  Make autoload.
18100         (Info-find-node, Info-revert-find-node): No need to check for
18101         Info-current-file nil.
18102         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18103         Info-current-file is now never `t'.
18104         (Info-fontify-node): Many simplifications due to Info-current-file
18105         always being valid.  Use Info-find-file to find node filename.
18107 2005-11-25  David Kastrup  <dak@gnu.org>
18109         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18110         new character, then delete" in order to preserve markers.
18112 2005-11-25  David Ponce  <david@dponce.com>
18114         * recentf.el (recentf-arrange-by-rule): Handle a special
18115         `auto-mode-alist'-like "strip suffix" rule.
18116         (recentf-build-mode-rules): Handle second level auto-mode entries.
18118 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
18120         * viper-keym.el (viper-ESC-key): Use different values in terminal and
18121         window modes.
18123         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18124         jde-javadoc-checker-report-mode.
18126         * ediff-wind (ediff-make-wide-display): Slight simplification.
18128         * ediff.el (ediff-date): Change the date of last update.
18130 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
18132         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18133         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
18134         (hi-lock-mode): New global minor mode.
18135         (turn-on-hi-lock-if-enabled): New function.
18136         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18137         Change arguments to regexp and face instead of a font-lock pattern.
18138         Directly set face property, instead of refontifying.
18139         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18140         (hi-lock-find-patterns): Use line-number-at-pos.
18142         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
18143         arguments for hi-lock-set-pattern.
18144         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18145         Call font-lock-fontify-buffer.
18146         (hi-lock-find-file-hook, hi-lock-current-line)
18147         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18149         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18150         turned off.
18152         * progmodes/compile.el (compilation-setup): Don't fiddle with
18153         font-lock-defaults.
18155 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
18157         * progmodes/gdb-ui.el (gdb-var-create-handler)
18158         (gdb-var-list-children-handler): Find values for all variable
18159         objects.  gud-speedbar-buttons decides whether to display them.
18161 2005-11-24  Romain Francoise  <romain@orebokech.com>
18163         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18164         buffer name with a space.
18166 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
18168         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18169         `org-export-local-list-max-depth'.  Change default value to 3.
18170         (org-auto-renumber-ordered-lists)
18171         (org-plain-list-ordered-item-terminator): New options.
18172         (org-at-item-p, org-beginning-of-item, org-end-of-item)
18173         (org-get-indentation, org-get-string-indentation)
18174         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18175         New functions.
18176         (org-move-item-down, org-move-item-up): New commands.
18177         (org-export-as-html): New classes for CSS support.  Bug fix in
18178         regular expression detecting fixed-width regions.  Respect
18179         `org-local-list-ordered-item-terminator'.
18180         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18181         also a list item.
18182         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18183         New item moving functions.
18185 2005-11-24  Juri Linkov  <juri@jurta.org>
18187         * isearch.el (isearch-repeat): With empty search ring set
18188         `isearch-error' to the error string instead of signaling error
18189         with the function `error'.
18191 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18193         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18195 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
18197         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18198         and variable.
18199         (gdb-var-create-handler, gdb-var-list-children-handler):
18200         Don't match on "char **...".
18201         (gdb-var-update-handler): Find values for all variable objects.
18202         (gdb-info-frames-custom): Identify frames by leading "#".
18204         * progmodes/gud.el (gud-speedbar-menu-items): Add
18205         gdb-speedbar-auto-raise as radio button.
18206         (gud-speedbar-buttons): Raise speedbar if requested.
18207         Don't match on "char **...".
18208         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18209         Make it editable.
18211 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
18213         * info.el (Info-fontify-node): Handle the case where
18214         Info-current-file is t.
18216 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18218         * simple.el (blink-matching-open): Fix off-by-one in last change.
18220 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18222         * term/mac-win.el: Don't change default directory.
18224 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
18226         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18227         buffers correctly.  (It used to throw an error in such buffers.)
18228         Make it ask for confirmation in group buffers and other Custom
18229         buffers containing more than one customization item.
18231 2005-11-22  John Paul Wallington  <jpw@gnu.org>
18233         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18234         property on mail and url overlays.
18235         (goto-address-at-point): Use `posn-set-point' instead of
18236         `mouse-set-point' because the latter is not fbound when configured
18237         without X.
18239 2005-11-22  Lars Hansen  <larsh@soem.dk>
18241         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18242         (ls-lisp-classify, ls-lisp-format): Delete call to
18243         ls-lisp-parse-symlink.
18244         (ls-lisp-handle-switches): Handle symlinks to directories as
18245         directories when ls-lisp-dirs-first in non-nil.
18247 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
18249         * startup.el (command-line): Make sure that loaddefs.el is handled
18250         correctly in load-history.
18252 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
18254         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18255         (gdb-struct-string, gdb-array-string): New constants.
18256         (gdb-info-locals-handler): Use them.
18257         (gdb-reset): Reset gdb-var-list to nil.
18259 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18261         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18262         in patterns.
18264 2005-11-21  Juri Linkov  <juri@jurta.org>
18266         * custom.el (defcustom): Update link types in docstring.
18268 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
18270         * custom.el (defgroup): Add doc-string-elt info.
18272         * widget.el (define-widget): Don't use declare for the doc-string-elt.
18274 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18276         * newcomment.el (comment-enter-backward): Fix last fix.
18278         * simple.el (blink-matching-open):
18279         * paren.el (show-paren-function): Allow new paren-class info.
18281 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
18283         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
18284         handled automagically.
18286 2005-11-20  Andreas Schwab  <schwab@suse.de>
18288         * descr-text.el (describe-char): When copying overlays put them
18289         over the full char description instead of just the first character
18290         of it.
18292 2005-11-20  Juri Linkov  <juri@jurta.org>
18294         * simple.el (what-cursor-position):
18295         * descr-text.el (describe-char): Use Lisp-readable syntax
18296         for octal and hex.  Reorder decimal, octal and hex values.
18297         Remove excess whitespace in the output.  Use `=' in `column='
18298         like in `point=' and `Hscroll='.
18300         * international/mule-cmds.el (encoded-string-description):
18301         Use Lisp-readable syntax for hex.
18303 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18305         * newcomment.el (comment-enter-backward): Handle the case where the
18306         comment is closed by EOB.
18308 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
18310         * longlines.el (longlines-before-revert-hook)
18311         (longlines-after-revert-hook): New functions.
18312         (longlines-mode): Turn off longlines temporarily when reverting.
18313         Add a message-setup-hook.
18314         (longlines-decode-buffer): New function.
18315         (longlines-wrap-line): Preserve marker positions.
18317 2005-11-19  Andreas Schwab  <schwab@suse.de>
18319         * emacs-lisp/shadow.el: Handle compressed files.
18321 2005-11-19  Romain Francoise  <romain@orebokech.com>
18323         * net/browse-url.el (browse-url-default-browser): Signal an error
18324         if no usable browser can be found, rather than try to load w3.
18326 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
18328         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18329         replacing existing properties.
18330         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18331         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18332         tty specs.
18333         (rcirc-server-prefix, rcirc-server): New faces.
18334         (rcirc-url-regexp): Generate with rx macro.
18335         (rcirc-last-server-message-time): New variable.
18336         (rcirc-filter): Record time of last message.
18337         (rcirc-keepalive): Kill processes that did not send a message
18338         since the last ping.
18339         (rcirc-mode): Give rcirc-topic a local binding here.
18341 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
18343         * subr.el (read-passwd): Fontify the prompt as we do with other
18344         prompts.
18346 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
18348         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18349         binding buffer-read-only to nil.
18351 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
18353         * complete.el (partial-completion-mode):
18354         Mention completion-auto-help in the doc string.
18356         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
18357         more Lisp-ish way.
18359 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
18361         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18362         digits, not 8, to avoid misalignment for files larger than 100MB.
18364 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
18366         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18367         Mention "keyboard shortcuts" in the help text.
18369 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18371         * startup.el (fancy-splash-default-action): Discard only
18372         mouse-down and succeeding mouse-up events in the splash screen
18373         window so that drag-n-drop event can be processed.
18375 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
18377         * longlines.el (longlines-mode): Add hacks for mail-mode and
18378         message-mode.
18380 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
18382         * textmodes/org.el (org-table-sort-lines): New command.
18383         (org-tbl-menu): Add entry for `org-table-sort-lines'.
18384         (org-add-file): Command removed, use `org-agenda-file-to-front'
18385         instead.
18386         (org-export-icalendar): Use `org-icalendar-combined-name'.
18387         (org-cycle-agenda-files, org-agenda-file-to-end)
18388         (org-agenda-file-to-front): New commands.
18389         (org-table-tab-jumps-over-hlines, org-export-html-style):
18390         New options.
18391         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18392         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18393         New functions.
18394         (org-fill-paragraph): Call `org-table-align' in tables.
18395         (org-mode): Call `org-set-autofill-regexps'.
18396         (org-export-as-html): Support for local handformatted lists.
18397         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
18398         (org-export-local-list-max-depth): New option.
18399         (org-html-expand): Use `org-html-protect'.
18401 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
18403         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18404         to "p".
18405         (gdb): Move definition of gud-pp to...
18407         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
18408         speedbar.
18409         (gdb-find-watch-expression): New function.
18411 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18413         * faces.el (face-attribute, set-face-attribute): Mention existence
18414         of `:ignore-defface' setting in docstring.
18416 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18418         * simple.el (completion-setup-function): Fix last change.
18420 2005-11-17  John Paul Wallington  <jpw@pobox.com>
18422         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18423         Use `posn-set-point' instead of `mouse-set-point' because the
18424         latter is not fbound when configured without X.
18426         * comint.el (comint-insert-input): Likewise.
18428 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
18430         * simple.el (hard-newline): New variable.
18431         (sendmail-user-agent-compose, next-line): Use it.
18433         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18434         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18435         (mail-mail-reply-to, mail-mail-followup-to)
18436         (mail-position-on-field, mail-signature, mail-yank-original)
18437         (mail-attach-file): Likewise.
18439         * mail/mailheader.el (mail-header-format)
18440         (mail-header-format-function): Likewise.
18442         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18444 2005-11-17  Juri Linkov  <juri@jurta.org>
18446         * font-lock.el (font-lock-faces): Rename this defgroup from
18447         `font-lock-highlighting-faces'.
18448         (font-lock-comment-face, font-lock-comment-delimiter-face)
18449         (font-lock-string-face, font-lock-doc-face)
18450         (font-lock-keyword-face, font-lock-builtin-face)
18451         (font-lock-function-name-face, font-lock-variable-name-face)
18452         (font-lock-type-face, font-lock-constant-face)
18453         (font-lock-warning-face, font-lock-negation-char-face)
18454         (font-lock-preprocessor-face)
18455         (font-lock-regexp-grouping-backslash)
18456         (font-lock-regexp-grouping-construct): Rename :group from
18457         `font-lock-highlighting-faces' to `font-lock-faces'.
18459         * cus-edit.el (lisp, c, tex):
18460         * progmodes/ada-mode.el (ada):
18461         * progmodes/asm-mode.el (asm):
18462         * progmodes/cperl-mode.el (cperl-faces):
18463         * progmodes/cpp.el (cpp):
18464         * progmodes/dcl-mode.el (dcl):
18465         * progmodes/f90.el (f90):
18466         * progmodes/fortran.el (fortran):
18467         * progmodes/icon.el (icon):
18468         * progmodes/idlwave.el (idlwave-misc):
18469         * progmodes/m4-mode.el (m4):
18470         * progmodes/make-mode.el (makefile):
18471         * progmodes/meta-mode.el (meta-font):
18472         * progmodes/modula2.el (modula2):
18473         * progmodes/octave-mod.el (octave):
18474         * progmodes/pascal.el (pascal):
18475         * progmodes/perl-mode.el (perl):
18476         * progmodes/prolog.el (prolog):
18477         * progmodes/ps-mode.el (PostScript-edit):
18478         * progmodes/scheme.el (scheme):
18479         * progmodes/sh-script.el (sh-script):
18480         * progmodes/simula.el (simula):
18481         * progmodes/tcl.el (tcl):
18482         * textmodes/nroff-mode.el (nroff):
18483         * textmodes/reftex-vars.el (reftex-fontification-configurations):
18484         * textmodes/sgml-mode.el (sgml):
18485         * textmodes/texinfo.el (texinfo):
18486         Add :link (custom-group-link font-lock-faces) to defgroup.
18488         * hi-lock.el (hi-lock): Rename this defgroup from
18489         `hi-lock-interactive-text-highlighting'.  Change parent group from
18490         `faces' to `font-lock'.  Add link to the manual.
18491         (hi-lock-mode, hi-lock-file-patterns-range)
18492         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18493         `hi-lock-interactive-text-highlighting' to `hi-lock'.
18494         (hi-lock-faces): Add :group `faces'.
18496         * cus-edit.el (custom-variable-prompt): Clarify the code.
18498         * faces.el (face-read-string): Set the default value arg of
18499         completing-read.
18501 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
18503         * rfn-eshadow.el (file-name-shadow-properties)
18504         (file-name-shadow-tty-properties, file-name-shadow-mode):
18505         Remove autoloads, because the file is now preloaded.
18507 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18509         * printing.el (easy-menu-intern): Don't define.
18510         (pr-get-symbol): Use easy-menu-intern only if defined.
18512         * simple.el (blink-matching-open): Simplify a bit.
18513         (completion-setup-function): Fix the case of partial-completion-mode
18514         when the minibuffer's contents start with "-".
18515         Obey completion-base-size-function even when
18516         minibuffer-completing-file-name is non-nil.
18518 2005-11-16  Richard M. Stallman  <rms@gnu.org>
18520         * net/eudcb-ph.el (eudc-ph-open-session):
18521         Use set-process-query-on-exit-flag.
18523         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18525         * international/ucs-tables.el (ucs-set-table-for-input):
18526         Use make-local-variable, not make-variable-buffer-local.
18528         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18529         Improve warning message text.
18531         * savehist.el (savehist-save-hook): Add :group.
18533         * menu-bar.el (menu-bar-help-menu):
18534         Rename Find Extra Packages to External Packages.
18536         * cus-edit.el (Custom-reset-standard): Verify that
18537         :custom-standard-value prop exists before calling it.
18539         * apropos.el (apropos-calc-scores): Use apropos-pattern.
18541 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
18543         * wid-edit.el (color): Enclose %t in %{...%}.
18545         * cus-edit.el (face): Enclose %t in %{...%}.
18547 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
18549         * savehist.el (savehist-mode-hook): Re-add the var.
18550         (savehist-mode): Use it.
18552 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18554         * textmodes/flyspell.el: Fix commenting convention.
18555         Remove unnecessary leading * in custom docstrings.
18556         (flyspell-emacs): Remove unused var.
18557         (flyspell-delete-region-overlays): Use remove-overlays.
18558         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18559         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18560         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18561         (flyspell-debug-signal-word-checked): Use with-current-buffer.
18562         (make-flyspell-overlay): Don't locally reuse a global name.
18563         (flyspell-highlight-incorrect-region)
18564         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18565         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18566         (flyspell-notify-misspell): Remove unused args `start' and `end'.
18567         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
18568         Wrap calls to accept-process-output inside with-local-quit since it's
18569         often called from a post-command-hook.
18570         (flyspell-correct-word, flyspell-auto-correct-word):
18571         Use ispell-send-string.
18572         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
18574         * calendar/diary-lib.el (diary-list-entries): Also hide the
18575         terminating newline.
18577 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
18579         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18580         window-system, to allow fonts on tty.
18582 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
18584         * progmodes/gud.el (gud-speedbar-item-info): New function.
18585         (gud-install-speedbar-variables): Use it to display data type
18586         of watch expression as a tooltip in speedbar.
18588 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
18590         * font-core.el (global-font-lock-mode): Add :version keyword,
18591         because default was changed.
18593         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18595         * startup.el (command-line): Use `custom-reevaluate-setting' for
18596         `file-name-shadow-mode'.
18598         * loadup.el: Preload rfn-eshadow.
18600         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18601         Add :version keyword.
18602         (file-name-shadow-properties, file-name-shadow-tty-properties)
18603         (file-name-shadow): Add :version keyword.
18605         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18606         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18607         in the custom-group property of the symbol frames and the fringe
18608         group got no link to its parent group frames.
18609         Doc fix.
18611 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18613         * progmodes/gud.el (gud-stop-subjob): New function.
18614         (gud-menu-map, gud-tool-bar-map): Use it.
18616 2005-11-16  Kim F. Storm  <storm@cua.dk>
18618         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18619         than kill it.
18620         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
18621         to a more useful/logical place.
18623 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18625         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18626         go buttons complementary.
18628 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18630         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18631         (rfn-eshadow-sifn-equal): New function.
18632         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18634 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
18636         * viper-utils.el (viper-non-word-characters-reformed-vi):
18637         Quote `-' in string.
18639         * viper.el (viper-emacs-state-mode-list): Ensure that
18640         rcirc-mode buffers come up in Emacs state.
18642         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18643         operation.
18645 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
18647         * term.el (term-termcap-format): Fix typos.
18648         (term-down): Fix the negative argument case.
18650 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
18652         * progmodes/gdb-ui.el: Remove face-alias left over from change on
18653         2005-08-15.
18654         (gdb-ann3): New command gud-go.
18655         (menu): Accomodate gdb-mi.el.
18656         (gdb-assembler-custom): Make buffer of selected window current
18657         so that set-window-point works.
18659         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18660         buttons and include new ones.
18662 2005-11-16  Kim F. Storm  <storm@cua.dk>
18664         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18665         (gud-menu-map): Use it.
18667 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
18669         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18670         that works correctly for Custom and that does not override a user
18671         who disables it.
18673         * help-mode.el (help-make-xrefs, help-xref-on-pp)
18674         (help-xref-interned, help-follow): Make hyperlinks for variables
18675         that are unbound, but have a non-nil variable-documentation property.
18677         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18678         mode hook.  (It conflicted with defcustoms for some mode hooks.)
18679         Use the `variable-documentation' property to give the mode hook a
18680         docstring and expand that docstring.
18682 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
18684         * savehist.el (savehist-mode): Don't bother with
18685         `custom-set-minor-mode'.
18686         (savehist-coding-system): Check XEmacs version.
18687         (history-length): Declare also at run time.
18688         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
18689         Don't set the customize state.
18690         (savehist-minibuffer-hook): Special case for when
18691         minibuffer-history-variable is equal to t.
18693 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18695         * files.el (write-file): Refresh VC status.
18697         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18698         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18699         than fundamental-mode to see if the mode was set.
18701 2005-11-14  Romain Francoise  <romain@orebokech.com>
18703         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18704         dummy function in `eval-when-compile' to avoid compiler warning.
18705         Require `man' at compile time.
18707 2005-11-14  Jay Belanger  <belanger@truman.edu>
18709         * calc-alg.el (calcFunc-write-out-power): Rename it to
18710         calcFunc-powerexpand.
18711         (math-write-out-power): Rename it to math-powerexpand; have it
18712         handle negative exponents.
18713         (calc-writeoutpower): Rename it to calc-powerexpand.
18715         * calc-ext.el: Change calcFunc-writeoutpower and
18716         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18717         autoloads.
18718         Add calcFunc-ldiv to autoloads.
18720         * calc-arith.el (calcFunc-ldiv): New function.
18722         * calc.el (calc-left-divide): New function.
18724 2005-11-14  Juri Linkov  <juri@jurta.org>
18726         * cus-edit.el (custom-variable-prompt): Set the default value arg
18727         of completing-read.
18729         * cus-dep.el (custom-make-dependencies): Reverse the list of
18730         found dependencies.
18732 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
18734         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18735         Highlighting" entry, it is on by default now.
18736         (menu-bar-options-save): Do not save global-font-lock-mode.
18738 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18740         * textmodes/flyspell.el (flyspell-large-region):
18741         Call flyspell-accept-buffer-local-defs.
18743 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
18745         * textmodes/flyspell.el (flyspell-notify-misspell):
18746         Fix misspelling of "Misspelling".
18747         (flyspell-process-localwords): New function.
18748         (flyspell-large-region): Call flyspell-process-localwords and
18749         flyspell-delete-region-overlays.
18750         (flyspell-delete-region-overlays): New function.
18751         (flyspell-delete-all-overlays): Call that.
18753 2005-11-13  Richard M. Stallman  <rms@gnu.org>
18755         * help.el (help-for-help-internal): Improve doc of C-h a.
18756         (describe-key): Improve prompt; doc fix.
18758 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18760         * vc-svn.el (vc-svn-registered): Catch all errors.
18762         * cus-dep.el (custom-make-dependencies): Typo.
18764 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
18766         * net/tramp-util.el (top): Fix compilation warning.
18768 2005-11-13  Kim F. Storm  <storm@cua.dk>
18770         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
18772 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18774         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18775         (gud-speedbar-buttons): Match on "const char *" too.
18777         * progmodes/gdb-ui.el (gdb-var-create-handler)
18778         (gdb-var-list-children-handler): Match on "const char *" too.
18779         (gdb-var-evaluate-expression-handler): Match on empty string.
18780         (gdb-var-update-handler): Only call
18781         gdb-var-evaluate-expression-handler when required.
18783 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
18785         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18786         selected window.  This still doesn't work for speedbar.
18787         (gud-speedbar-buttons): Handle string expressions properly.
18789         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18790         (gdb-var-create-handler): Handle string expressions properly.
18791         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18792         Handle string expressions properly.  Move "type" field into regexp.
18794 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18796         * bookmark.el (bookmark-maybe-message): New function to reduce
18797         code duplication: invokes `message' iff baud-rate is high enough.
18798         (bookmark-write-file): Use above instead of an inline conditional.
18799         (bookmark-load): Same.
18801 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
18803         * bookmark.el (bookmark-write-file): Don't visit the destination
18804         file, just write the data to it using write-region.  This is
18805         similar to revision 1.32 of saveplace.el, but with an additional
18806         change to avoid visiting the file in the first place.
18808 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
18810         * hi-lock.el (hi-lock-mode): Set the default value of
18811         font-lock-defaults.
18813 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
18815         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18816         arg to `file-attributes'.
18817         (find-lisp-format): The UID and GID can now be strings.
18819 2005-11-12  Kim F. Storm  <storm@cua.dk>
18821         * help.el (help-map): Bind C-h d to apropos-documentation.
18823         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18824         when point is at end-of-buffer.
18826         * apropos.el (apropos-match-face): Doc fix.
18827         (apropos-sort-by-scores): Add new choice `verbose'.
18828         (apropos-documentation-sort-by-scores): New defcustom.
18829         (apropos-pattern): Now contains the pattern entered by the user.
18830         (apropos-pattern-quoted): New defvar.
18831         (apropos-regexp): New defvar, containing the regexp corresponding
18832         to apropos-pattern.
18833         (apropos-all-words-regexp): Rename from apropos-all-regexp.
18834         (apropos-read-pattern): New defun.  Use it to read pattern arg in
18835         interactive calls; returns list of words for a word list, and
18836         string for a regexp.
18837         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
18838         parses a list of words or regexp as returned by apropos-read-pattern.
18839         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18840         (apropos-score-doc): Return a very high score if the string
18841         entered by the user matches literally.
18842         (apropos-variable): Doc fix.  Use apropos-read-pattern.
18843         (apropos-command): Doc fix.  Use apropos-read-pattern and
18844         apropos-parse-pattern.  Call apropos-print with nosubst=t.
18845         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
18846         apropos-parse-pattern.
18847         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
18848         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
18849         apropos-documentation-sort-by-scores.  Call apropos-print with
18850         nosubst=t.
18851         (apropos-documentation-internal): Pass doc string through
18852         substitute-key-definition before adding text properties.
18853         Highlight substring matching literal user input if possible.
18854         (apropos-documentation-check-doc-file): Remove locals beg and end.
18855         Fix calculation of score (as added twice).  Pass doc string through
18856         substitute-key-definition before adding text properties.
18857         (apropos-documentation-check-elc-file): Pass doc string through
18858         substitute-key-definition before adding text properties.
18859         Highlight substring matching literal user input if possible.
18860         (apropos-print): Add new arg NOSUBST; if set, command and variable
18861         doc strings have already been passed through substitute-key-definition.
18862         Add code to handle apropos-accumulator items without score element
18863         for backwards compatibility (e.g. with woman package).
18864         Only show scores if apropos-sort-by-scores is `verbose'.
18866 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18868         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18869         Add jka-compr-load-suffixes to load-suffixes.
18871         * jka-compr.el: Require jka-cmpr-hook.
18872         (jka-compr-info-compress-message, jka-compr-info-compress-program)
18873         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18874         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18875         (jka-compr-info-can-append, jka-compr-info-strip-extension)
18876         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18877         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
18878         (jka-compr-uninstall): Remove entries from
18879         jka-compr-added-to-file-coding-system-alist after they are used.
18880         (jka-compr-error): Remove unused var `curbuf'.
18881         (jka-compr-file-local-copy): Remove unused var `notfound'.
18883 2005-11-10  Romain Francoise  <romain@orebokech.com>
18885         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18887 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
18889         * progmodes/gud.el (gud-menu-map): Move parentheses.
18890         (gdb): New command gud-pv.
18892 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18894         * tar-mode.el: Remove spurious or unnecessary leading stars
18895         in docstrings.
18896         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18897         (tar-parse-octal-integer-safe): Use mapc.
18898         (tar-header-block-summarize): Remove unused var `ck'.
18899         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18900         cleared before.  Obey default-enable-multibyte-characters.
18901         Use mapconcat.  Simplify setting of tar-header-offset.
18902         (tar-mode-map): Move initialization inside delcaration.
18903         (tar-flag-deleted): Use `abs'.
18904         (tar-expunge-internal): Remove unused var `line'.
18905         (tar-expunge-internal): Don't hardcode point-min==1.
18906         (tar-expunge): Widen while doing set-buffer-multibyte.
18907         (tar-rename-entry): Use file-name-coding-system.
18908         (tar-alter-one-field): Don't hardcode point-min==1.
18909         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18910         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
18912 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18914         * add-log.el (add-log-current-defun): Handle class::method
18915         notation of c++.  Fix incorrect comment.
18917 2005-11-10  Alan Mackenzie  <acm@muc.de>
18919         * help-fns.el (describe-variable): Make C-h v work when a variable
18920         has variable documentation yet is unbound.
18922 2005-11-10  Masatake YAMATO  <jet@gyve.org>
18924         * man.el (Man-highlight-references): Set an empty
18925         string to `Man-arguments' if it is nil.
18926         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18928 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18930         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18931         commenting conventions.
18933         * cus-dep.el (custom-make-dependencies): Simplify.
18934         Better follow the commenting conventions.
18936 2005-11-09  Richard M. Stallman  <rms@gnu.org>
18938         * apropos.el (apropos-pattern): Rename from apropos-regexp.
18939         (apropos-orig-pattern): Rename from apropos-orig-regexp.
18940         All uses changed.
18941         (apropos-rewrite-regexp): Doc fix.
18942         (apropos-variable, apropos-command, apropos, apropos-value):
18943         Change prompt; carry through the argument renaming.
18945 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
18947         * find-lisp.el: Require dired.
18948         (find-lisp-find-dired-internal): Do not call
18949         `abbreviate-file-name' on DIR.
18951 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
18953         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18955 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
18957         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18958         when using the speedbar.
18959         (gdb): New command gud-pp.
18960         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18962 2005-11-09  Juri Linkov  <juri@jurta.org>
18964         * replace.el (occur-excluded-properties): New defcustom.
18965         (occur-1, occur-engine, occur-accumulate-lines): Use it.
18967 2005-11-08  Jay Belanger  <belanger@truman.edu>
18969         * calc/calc-units.el (math-convert-units): Replace any composite
18970         unit by its definition.
18972 2005-11-08  Lars Hansen  <larsh@soem.dk>
18974         * emacs-lisp/autoload.el (update-directory-autoloads):
18975         Add obsolete function alias.
18977 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18979         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18980         comment-indent-function.
18981         (lisp-comment-indent): Replace by an alias for comment-indent-default.
18983         * reveal.el (reveal-post-command): Rework the handling of
18984         reveal-open-spots, so as to be more reliable.  There were several
18985         tricky corner cases where an open spot might be lost, or where
18986         a closed spot might end up on the list of open spots.
18987         Only reveal text that's ellipsised.
18989 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
18991         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18993 2005-11-07  John Paul Wallington  <jpw@gnu.org>
18995         * ibuffer.el (ibuffer): Search iconified frames too when
18996         getting Ibuffer buffer's window.
18998 2005-11-06  Richard M. Stallman  <rms@gnu.org>
19000         * progmodes/compile.el (compilation-internal-error-properties):
19001         save-excursion around the computation of MARKER.
19003 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
19005         * textmodes/flyspell.el (flyspell-external-point-words):
19006         flyspell-get-word returns a list, not just a string.
19008 2005-11-06  John Paul Wallington  <jpw@pobox.com>
19010         * ibuffer.el (ibuffer): Search all visible frames when getting
19011         Ibuffer buffer's window.
19013 2005-11-07  Masatake YAMATO  <jet@gyve.org>
19015         * man.el (Man-reference-regexp): Accept spaces between
19016         `Man-name-regexp' and `Man-section-regexp'.
19017         (Man-apropos-regexp): New variable.
19018         (Man-abstract-xref-man-page): Use value for `Man-target-string'
19019         if available.
19020         (Man-highlight-references, Man-highlight-references0):
19021         Handle the case when `Man-arguments' includes "-k".
19022         (Man-highlight-references0): Rename the argument `TARGET-POS' to
19023         `TARGET'. `TARGET' can be a number, function or nil.
19025 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
19027         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19028         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19029         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19030         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19031         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19032         (gdb-send-item): Use buffer-local-value and simplify.
19034 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
19036         * startup.el (command-line): Use `custom-reevaluate-setting' for
19037         `global-font-lock-mode'.
19039         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19040         by default, except in batch mode or when the -D option is given.
19042         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19043         specified keyword args on to `define-minor-mode'.  Update docstring.
19045 2005-11-05  Romain Francoise  <romain@orebokech.com>
19047         * replace.el (occur-engine): Add marker at end of line, too.
19049 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19051         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19052         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19053         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19054         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19055         argument to all these routines, so the passphrase can be managed
19056         externally and passed in to the system.
19057         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19058         pgg-add-passphrase-to-cache function.
19060         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19061         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19062         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19063         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19064         argument to all these routines, so the passphrase can be managed
19065         externally and passed in to the system.
19066         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19067         function.
19069 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
19071         * font-lock.el: Don't deal with font-lock-face-attributes here,
19072         move the code ...
19074         * startup.el (command-line): ... here.  Use face-spec-set instead
19075         of custom-declare-face.
19077         * faces.el (face-spec-set): Reset the face if spec is not nil.
19079 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19081         * newcomment.el (comment-region-internal): Box more tightly in the
19082         common case where there's no TAB in the boxed text.
19084 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19086         * info.el (info-tool-bar-map): Use images prev-node, next-node and
19087         up-node.
19089 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
19091         * newsticker.el: Commentary updated.  Code formatting changed.
19092         (newsticker-version): Change to "1.9".
19093         (newsticker, newsticker-feed): Doc fix.
19094         (newsticker-url-list): Doc fix.  Add option "Weekly".
19095         (newsticker-retrieval-interval): Add option "Weekly".
19096         (newsticker-headline-processing): Doc fix.
19097         (newsticker-auto-mark-filter): Remove.
19098         (newsticker-auto-mark-filter-list): New.
19099         (newsticker-layout, newsticker-sort-method): Doc fix.
19100         (newsticker-hide-old-items-in-newsticker-buffer)
19101         (newsticker-heading-format, newsticker-item-format)
19102         (newsticker-desc-format): Doc fix.
19103         (newsticker-show-all-rss-elements): Remove.
19104         (newsticker-show-all-news-elements): New.
19105         (newsticker-faces, newsticker-ticker): Doc fix.
19106         (remove-from-invisibility-spec): Code formatting.
19107         (newsticker--process-ids): New.
19108         (newsticker-mode): Doc fix.
19109         (newsticker-mode): Change mode-line-format.
19110         (newsticker-start): Remove debug output.
19111         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
19112         (newsticker-w3m-show-inline-images): Code formatting.
19113         (newsticker-next-item): Call `force-mode-line-update'.
19114         (newsticker-previous-item): Call `force-mode-line-update'.
19115         (newsticker-next-feed): Call `force-mode-line-update'.
19116         (newsticker-previous-feed): Call `force-mode-line-update'.
19117         (newsticker-mark-all-items-at-point-as-read): Code formatting.
19118         (newsticker-show-old-items): Do not show descs.
19119         (newsticker-hide-entry): Hide too much.
19120         (newsticker-hide-entry, newsticker-show-entry)
19121         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19122         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19123         (newsticker-toggle-auto-narrow-to-item): Code formatting.
19124         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19125         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19126         (newsticker-get-news): Call `force-mode-line-update'.
19127         Collect process ids.
19128         (newsticker--sentinel): Change coding system handling.
19129         Move image retrieval to new functions newsticker--get-logo-url-*.
19130         Move feed parsing to new functions newsticker--parse-*.
19131         Update list of process ids.
19132         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19133         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19134         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19135         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19136         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19137         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19138         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19139         (newsticker--decode-coding-string): Remove.
19140         (newsticker--decode-numeric-entities): Check input.  Format code.
19141         (newsticker--remove-whitespace): Check input.
19142         (newsticker--do-forget-preformatted): Doc fix.
19143         (newsticker--decode-rfc822-date): Allow for missing time.
19144         (newsticker--update-process-ids): New.
19145         (newsticker--image-sentinel): Change comment.
19146         (newsticker--image-read): Change error message.
19147         (newsticker--imenu-goto): Doc fix.  Show headline title.
19148         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19149         (newsticker--buffer-do-insert-text): Clean whitespace in
19150         html-rendered headline title.  Code formatting.
19151         Call `newsticker--buffer-print-extra-elements'.
19152         (newsticker--buffer-print-extra-element): Remove.
19153         (newsticker--buffer-print-extra-elements): New.
19154         (newsticker--buffer-do-print-extra-element): New.
19155         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
19156         large sizes.
19157         (newsticker--run-auto-mark-filter)
19158         (newsticker--do-run-auto-mark-filter):
19159         Use `newsticker-auto-mark-filter-list'.
19161 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
19163         * net/rcirc.el: Use split-string OMIT-NULLS argument.
19164         (rcirc-print): Force redisplay before running hooks.  Do long
19165         buffer truncation after making new text read-only.  Deal with nil
19166         text when decoding strings.  If TARGET is nil, use either the
19167         currently selected buffer, if it is an rcirc buffer and of the
19168         same process or the process buffer.
19169         (rcirc-mode): Remove header-line.  Recompute short buffer names.
19170         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19171         (rcirc-short-buffer-name): Add variable.
19172         (rcirc-kill-buffer-hook): Recompute short buffer names.
19173         Remove nick from private channel.
19174         (rcirc-send-input): Send command text to current-buffer.
19175         Don't clear overlay arrow here.
19176         (rcirc-short-buffer-name): Return a short buffer name.
19177         (rcirc-update-short-buffer-names, rcirc-abbreviate)
19178         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19179         buffer-name abbreviations.
19180         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19181         Do not touch nick-table when killing a parted channel.
19182         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19183         Clear arrow from current buffer if it is now hidden.
19184         (rcirc-current-buffer): Add variable.
19185         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19186         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19187         Remove -face from names.
19188         (rcirc-update-activity-string): Print "DND" when globally ignoring
19189         activity.
19190         (rcirc-ignore-buffer-activity-flag): Rename from
19191         rcirc-ignore-channel-activity.
19192         (rcirc-ignore-all-activity-flag): Doc fix.
19193         (rcirc-channels): Remove variable.
19194         (rcirc-kill-buffer-hook):
19195         (rcirc-get-buffer-create): Add nick to private channel.
19196         (rcirc-multiline-edit-submit): Remove tabs.
19197         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19198         folded.
19199         (rcirc-remove-nick-channel): Bug fix.
19200         (rcirc-toggle-ignore-buffer-activity): Rename from
19201         rcirc-toggle-ignore-channel-activity.
19202         (rcirc-record-activity): Add buffers to the front of the list.
19203         (rcirc-update-activity): Remove killed buffers from list.
19204         (rcirc-process-server-response-1): Remove last argument if it is
19205         null before calling handler.
19206         (rcirc): Add "rcirc" defcustom prefix.
19207         (rcirc-prompt): Simplify default prompt.
19208         Use custom-initialize-default.
19209         (rcirc-private-chats): Remove variable.
19210         (rcirc-prompt): Change initialization.
19211         (rcirc-version): Remove function.
19212         (rcirc-id-string): Add constant.
19213         (rcirc-last-buffer): Remove variable.
19214         (rcirc-buffer-alist): Add variable.
19215         (rcirc-connect): Update variable setup.
19216         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19217         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19218         default.
19219         (rcirc-handler-generic): Trigger activity.
19220         (rcirc-send-message): Create the buffor of the target.
19221         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19222         (rcirc-get-buffer): Just return nil if there is no matching buffer.
19223         (rcirc-multiline-edit-cancel): Remove function.
19224         (rcirc-set-last-buffer): Remove function.
19225         (rcirc-get-any-buffer): Add function.
19226         (rcirc-join-channels): Don't print /join text.
19227         (rcirc-toggle-ignore-channel-activity): Add and update echo area
19228         messages.
19229         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19230         (rcirc-handler-NOTICE): Recognize CTCP responses.
19231         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19232         constructing TOPIC string for buffers we are not JOINed.
19233         (rcirc-handler-CTCP-response): Add handler.
19234         (rcirc-multiline-edit-submit): Restore the window-configuration
19235         before adjusting point.
19236         (rcirc): Add customization group.
19237         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19238         (rcirc-user-full-name, rcirc-startup-channels-alist)
19239         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19240         (rcirc-ignore-all-activity-flag, rcirc-time-format)
19241         (rcirc-input-ring-size, rcirc-read-only-flag)
19242         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19243         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19244         Change defvar to defcustom.
19245         (rcirc-update-prompt): Add optional ALL arg, which will update
19246         prompts in all rcirc buffers.  Regexp quote replacement text.
19247         (rcirc-fill-column): Accept frame-width as a value.
19248         (rcirc-set-changed): Add function.
19249         (rcirc-next-active-buffer): Write more meaningful messages.
19250         (rcirc-faces): Add customization group.
19251         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19252         (rcirc-nick-in-message-face, rcirc-prompt-face)
19253         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19254         (with-rcirc-process-buffer): Move before first usage.
19255         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19256         (rcirc-debug-flag): Rename from `rcirc-log-p'.
19257         (rcirc-debug): Rename from `rcirc-log'.
19258         (rcirc-format-response-string): Do not print `-' chars for a
19259         NOTICE with no sender.  Simplify output of server responses.
19261 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19263         (rcirc-browse-url-map, rcirc-browse-url-at-point)
19264         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19265         Make urls mouse and RET clickable.
19267 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
19269         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19271 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19273         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19274         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19275         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19276         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19277         argument to all these routines, so the passphrase can be managed
19278         externally and passed in to the system.
19279         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19280         pgg-add-passphrase-to-cache function.
19282         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19283         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19284         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19285         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19286         argument to all these routines, so the passphrase can be managed
19287         externally and passed in to the system.
19288         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19289         function.
19291 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
19293         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19294         from goto-address-url-regexp.
19296 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
19298         * textmodes/org.el (org-read-date, org-goto-calendar)
19299         (org-recenter-calendar, org-agenda-goto-calendar):
19300         Temporarily clear `calendar-move-hook'.
19302 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
19304         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19305         merging.
19307         * ediff-util.el (ediff-previous-difference): Don't skip regions that
19308         have merge clashes.
19310 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19312         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19313         Undo previous change.
19315         * startup.el (command-line): Use `custom-reevaluate-setting' for
19316         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
19317         tty-register-default-colors on Mac.
19319 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
19321         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19322         (gdb-buffer-type): Make it automatically buffer local...
19323         (gdb-get-create-buffer): ...and set it accordingly.
19324         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19325         actually work.
19327 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
19329         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19330         not red.
19332 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
19334         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19335         case GUD buffer is not visible.
19336         (gdb-goto-breakpoint): Try to force display in source buffer.
19337         (gdb-frame-gdb-buffer): Copy other similar functions.
19338         (gdb-restore-windows): Don't display source if not asked for.
19339         (gdb-assembler-buffer-name): Don't capitalise.
19341 2005-11-03  Richard M. Stallman  <rms@gnu.org>
19343         * wid-edit.el (key-sequence): New widget type.
19345         * simple.el (set-mark-command-repeat-pop): New variable.
19346         (set-mark-command): Only interpret plan C-@ after a pop as a pop
19347         if set-mark-command-repeat-pop is true.
19349         * info.el (Info-fontify-node): Don't display extra "see" if there
19350         already is one here.
19352         * mouse.el: Fix special handling of DEL after dragging a region:
19353         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19354         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
19356         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19358         * textmodes/ispell.el (ispell-command-loop): Change `i' description
19359         not to assume it pertains to an affix.
19361         * textmodes/flyspell.el (flyspell-post-command-hook):
19362         Bind deactivate-mark to prevent deactivation.
19364 2005-11-03  Lars Hansen  <larsh@soem.dk>
19366         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19367         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19368         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19370 2005-11-03  Romain Francoise  <romain@orebokech.com>
19372         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
19373         Update copyright years.
19375 2005-11-03  Sam Steingold  <sds@gnu.org>
19377         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19378         Use system-type instead of window-system because window-system is not
19379         correctly defined during loadup.
19381 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
19383         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19384         (xml-parse-tag): Join strings separated by a comment properly.
19386 2005-11-02  Andreas Schwab  <schwab@suse.de>
19388         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19390 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19392         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19393         (byte-optimize-pure-func): Quote the eval'd value.
19395         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19396         Rename from perl-font-lock-syntactic-face-function.
19397         Change the calling convention so it can be used as a font-lock MATCHER.
19398         Do the parse-partial-sexp loop outselves.
19399         (perl-font-lock-syntactic-keywords): Use it.
19400         (perl-mode): Don't set font-lock-syntactic-face-function any more.
19402 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
19404         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19405         disassembly buffer too.
19406         (gdb-exited): Remove overlay arrows when execution has finished.
19407         (gdb-info-frames-custom, gdb-info-threads-custom)
19408         (gdb-info-registers-custom): Don't add inappropriate text
19409         properties if inferior is not active.
19411 2005-11-02  Glenn Morris  <rgm@gnu.org>
19413         * progmodes/fortran.el (fortran-blink-match):
19414         Use `blink-matching-delay'.
19416 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
19418         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19420 2005-11-02  Lars Hansen  <larsh@soem.dk>
19422         * net/tramp.el (tramp-action-out-of-band): Handle scp message
19423         "Permission denied".
19425 2005-11-01  Richard M. Stallman  <rms@gnu.org>
19427         * textmodes/flyspell.el (flyspell-external-point-words):
19428         Pass nil to flyspell-get-word.
19430 2005-11-02  Kim F. Storm  <storm@cua.dk>
19432         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19433         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19435 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19437         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19438         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19439         (calendar-mouse-print-dates): Add optional `event' argument.
19440         Update interactive-spec.
19441         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19442         Use `calendar-event-to-date' instead of `event'.
19444 2005-11-02  Masatake YAMATO  <jet@gyve.org>
19446         * progmodes/ld-script.el (ld-script-builtins):
19447         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19448         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19449         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19451 2005-11-01  Romain Francoise  <romain@orebokech.com>
19453         * vc-sccs.el: Update copyright year.
19454         * ezimage.el: Likewise.
19456 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
19458         * info.el (Info-fontify-node): Use `string-width' for fontifying
19459         underlined titles.
19461 2005-11-01  Juri Linkov  <juri@jurta.org>
19463         * info.el (Info-fontify-node): Downcase node header keywords Node,
19464         Prev, Next, Up before comparison.
19465         (Info-history): Insert absolute directory name, and put invisible
19466         property on it.
19468 2005-11-01  Juri Linkov  <juri@jurta.org>
19470         * info.el (Info-file-supports-index-cookies): New variable.
19471         (Info-find-node-2): Check makeinfo version for index cookie support.
19472         (Info-index-nodes): Search for nodes with index cookies only when
19473         Info-file-supports-index-cookies is t.  Otherwise, search nodes
19474         with "Index" in the node name.
19475         (Info-index-node): Search index cookie in the current node only when
19476         Info-file-supports-index-cookies is t.  Otherwise, check the word
19477         "Index" in the node name.
19478         (Info-find-emacs-command-nodes): Remove code that searches nodes
19479         with "Index" node name in the top menu.
19481 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19483         * progmodes/scheme.el (scheme-mode-variables): Use the default
19484         comment-indent-function.
19486         * faces.el (face-attribute): Handle the case where a face inherits from
19487         a non-existent face.
19489         * simple.el (eval-expression-print-format): Use lisp-readable syntax
19490         for octal and hexa output, and merge the char into the paren.
19491         (kill-new): Use push.
19492         (copy-to-buffer): Use with-current-buffer.
19493         (completion-setup-function): Move code in loop to remove redundancy.
19494         (minibuffer-local-must-match-map): Don't add bindings that duplicate
19495         those inherited from minibuffer-local-completion-map.
19497         * savehist.el (savehist-mode) <defcustom>:
19498         Use custom-set-minor-mode if available.
19499         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19500         and emit a message if applicable.
19502 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
19504         * savehist.el: Sync up to version 19.
19505         (savehist-mode): New minor mode.
19506         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19507         (savehist-length): Remove (use history-length instead).
19508         (savehist-file-modes): Rename from savehist-modes.
19509         (savehist-save-hook, savehist-loaded): New vars.
19510         (savehist-load): Use savehist-mode.  Try to smooth up transition from
19511         old format to new format.
19512         (savehist-install): Allow savehist-autosave-interval to be nil.
19513         (savehist-save): Run the new hook.  Be more careful to only trim the
19514         history variables.
19515         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
19516         (savehist-printable): Print into a buffer rather than char-by-char.
19518 2005-11-01  John Wiegley  <johnw@newartisans.com>
19520         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19521         toggle-ignore keybinding (C-a).  The author said it had been
19522         disabled much earlier due to a possible incompatibility, but after
19523         many months of usage I have encountered no problems (and it is a
19524         rather useful option, especially for switching to " *temp*").
19526         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19527         support for OS/X's AddressBook, by calling out to the open source
19528         program "contacts" (installable through Fink).
19530         * net/eudc.el (eudc-expand-inline): If the
19531         `eudc-multiple-match-handling-method' is set to `all', delete the
19532         query string before inserting the query result.
19534         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19535         flag, to prevent Eshell from using the system ls when
19536         `eshell-ls-insert-directory' is in used.
19537         (eshell-ls-insert-directory): Disable font-lock in directory
19538         buffer so that Eshell's own fontification is seen.  This broke
19539         recently due to changes in font-lock, so this goes back to version
19540         21 behavior.
19542 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
19544         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19545         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19546         (gdb-many-windows): Doc fix.
19548 2005-10-31  Romain Francoise  <romain@orebokech.com>
19550         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19552 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
19554         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19555         that global-font-lock-mode can be enabled by default.
19557         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19558         (font-lock-add-keywords, font-lock-remove-keywords)
19559         (font-lock-fontify-buffer): Remove autoload cookies.
19561         * jit-lock.el (jit-lock-register): Likewise.
19563         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19565 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19567         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19568         intact if there is no gud-comint-buffer.
19570 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
19572         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19573         old prompt comint-prompt-read-only is t and GDB commands are
19574         issued from tool bar etc.
19576 2005-10-31  Masatake YAMATO  <jet@gyve.org>
19578         * vc.el (vc-directory-exclusion-list): Add "{arch}".
19580 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
19582         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19583         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19585 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
19587         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19588         starting at beginning of line.  Fontification is messed up when
19589         `open-paren-in-column-0-is-defun-start' set to t.
19590         Reported by John Paul Wallington <jpw@pobox.com>.
19592 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
19594         * comint.el (comint-send-input): Call `comint-update-fence' when
19595         `comint-process-echoes' and `comint-prompt-read-only' are both
19596         non-nil, to avoid leftover read-only newline.
19598 2005-10-30  Richard M. Stallman  <rms@gnu.org>
19600         * textmodes/flyspell.el (flyspell-external-point-words):
19601         Detect when WORD can't be checked properly because
19602         flyspell-get-word finds just part of it, and move on.
19604         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19605         boundarychar for Polish.
19606         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19607         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19609 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
19611         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19612         (gdb-registers-font-lock-keywords): Delete.
19613         (gdb-registers-mode): Don't fontify.
19614         (gdb-info-registers-custom): Use text properties instead as, in
19615         future, changed register values will use font-lock-warning-face.
19616         (gdb-local-font-lock-keywords): Rename to...
19617         (gdb-locals-font-lock-keywords): ...for consistency.
19619 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
19621         * vc.el (vc-switch-backend): Better error message if the buffer is
19622         not visiting a file under version control.
19624         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19626 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
19628         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19629         ~/.emacs.d/.emacs.
19631 2005-10-29  Richard M. Stallman  <rms@gnu.org>
19633         * replace.el (occur-mode-mouse-goto): Always go to other window.
19634         (occur-mode-goto-occurrence): Always switch in same window.
19636         * simple.el (undo): Display message at end, not at start.
19638         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19639         New arg REUSE-CELL.
19640         (cancel-timer-internal): New function.
19641         (timer-event-handler): Use cancel-timer-internal,
19642         and pass the cell it returns to timer-activate...
19644         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19645         (jit-lock-deferred-fontify, jit-lock-context-fontify)
19646         (jit-lock-after-change): Test memory-full.
19648 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19650         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19651         part of the decoded armor to find the key-identifier.
19652         (pgg-gpg-lookup-key-owner): New function to return the
19653         human-readable identifier of a key owner.
19654         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19655         key itself.
19656         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19657         the key value) if we have a key and can match it against a secret
19658         key.  Also, added a note pointing out fact that the prompt only
19659         indicates the first matching key.
19661         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19662         pgg-decrypt-region.
19663         (pgg-pending-timers): A new hash for tracking the passphrase cache
19664         timers, so that new ones supercede old ones.
19665         (pgg-add-passphrase-to-cache): Rename from
19666         `pgg-add-passphrase-cache' to reduce confusion (all callers
19667         changed).  Modified to cancel old timers when new ones are added.
19668         (pgg-remove-passphrase-from-cache): Rename from
19669         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19670         changed).  Modified to cancel old timers when their keys are
19671         removed from the cache.
19672         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19673         XEmacs, an indirection to delete-itimer.
19674         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19675         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19676         users can only check cache without risk of prompting.  Correct bug in
19677         notruncate behavior.
19678         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19679         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19680         Add informative docstrings.
19681         (pgg-decrypt): Convey provided passphrase in subordinate call to
19682         pgg-decrypt-region.
19684         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19685         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19686         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19687         `passphrase' argument, so the passphrase can be managed externally
19688         and then passed in to the system.
19690         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19691         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19692         so the passphrase cache can be used reliably with identifiers
19693         besides a pgp packet's key id.
19695         * pgg-gpg.el (pgg-pgp-encrypt-region)
19696         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19697         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19698         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19699         argument to all these routines, so the passphrase can be managed
19700         externally and passed in to the system.
19702         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19703         `notruncate' argument, so the passphrase cache can be used
19704         reliably with identifiers besides a pgp packet's key id.
19706 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19708         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19709         symmetric encryption.
19710         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19711         encrypted session key.
19712         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19713         message ask for the passphrase in a proper way.
19715         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19716         New user commands for symmetric encryption.
19718 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
19720         * textmodes/conf-mode.el (conf-assignment-sign)
19721         (conf-assignment-regexp): Fix docstrings.
19722         (conf-mode-initialize): New function.
19723         (conf-mode): Remove optional args.  Use delay-mode-hooks to
19724         recognize recursive calls.
19725         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19726         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19727         (conf-xdefaults-mode): Use define-derived-mode and
19728         conf-mode-initialize.
19730 2005-10-29  Romain Francoise  <romain@orebokech.com>
19732         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19734 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
19736         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19737         part of the decoded armor to find the key-identifier.
19738         (pgg-gpg-lookup-key-owner): New function to return the
19739         human-readable identifier of a key owner.
19740         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19741         key itself.
19742         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19743         the key value) if we have a key and can match it against a secret
19744         key.  Also, added a note pointing out fact that the prompt only
19745         indicates the first matching key.
19747         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19748         pgg-decrypt-region.
19749         (pgg-pending-timers): A new hash for tracking the passphrase cache
19750         timers, so that new ones supercede old ones.
19751         (pgg-add-passphrase-to-cache): Rename from
19752         `pgg-add-passphrase-cache' to reduce confusion (all callers
19753         changed).  Modified to cancel old timers when new ones are added.
19754         (pgg-remove-passphrase-from-cache): Rename from
19755         `pgg-remove-passphrase-cache' to reduce confusion (all callers
19756         changed).  Modified to cancel old timers when their keys are
19757         removed from the cache.
19758         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19759         XEmacs, an indirection to delete-itimer.
19760         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19761         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19762         users can only check cache without risk of prompting.  Correct bug in
19763         notruncate behavior.
19764         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19765         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19766         Add informative docstrings.
19767         (pgg-decrypt): Convey provided passphrase in subordinate call to
19768         pgg-decrypt-region.
19770 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
19772         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19773         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19774         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19775         `passphrase' argument, so the passphrase can be managed externally
19776         and then passed in to the system.
19778         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19779         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19780         so the passphrase cache can be used reliably with identifiers
19781         besides a pgp packet's key id.
19783         * pgg-gpg.el (pgg-pgp-encrypt-region)
19784         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19785         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19786         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19787         argument to all these routines, so the passphrase can be managed
19788         externally and passed in to the system.
19790         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19791         `notruncate' argument, so the passphrase cache can be used
19792         reliably with identifiers besides a pgp packet's key id.
19794 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
19796         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19797         symmetric encryption.
19798         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19799         encrypted session key.
19800         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19801         message ask for the passphrase in a proper way.
19803         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19804         New user commands for symmetric encryption.
19806 2005-10-28  Bill Wohler  <wohler@newt.com>
19808         * help-mode.el (help-url): New button type.  Calls browse-url.
19809         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19810         Similar to Info nodes: URL `url'.
19811         (help-make-xrefs): Create help-url buttons for
19812         help-xref-url-regexp matches.
19814 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
19816         * tool-bar.el (tool-bar-add-item-from-menu)
19817         (tool-bar-local-item-from-menu): Fix doc strings.
19819 2005-10-28  Romain Francoise  <romain@orebokech.com>
19821         * ldefs-boot.el: Update.
19823         * subr.el (locate-library): Move from help-fns.el.
19824         * help-fns.el (locate-library): Move to subr.el.
19826 2005-10-28  Richard M. Stallman  <rms@gnu.org>
19828         * net/tramp.el (tramp-completion-mode): defvar moved up.
19830         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19832         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19834         * files.el (find-file-noselect): Use %d to format large file size.
19836         * bindings.el (mode-line-format): Add %e.
19838         * loadup.el ("facemenu"): Load unconditionally.
19839         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19840         ("x-dnd"): Load, when appropriate.
19842         * startup.el (command-line): Call before-init-hook earlier.
19843         Warn about some bad characters in -u user name.
19845         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19846         (flyspell-external-point-words): Error if misspelled word is not found.
19847         Set flyspell-large-region-beg at end of word.
19849 2005-10-28  Andreas Schwab  <schwab@suse.de>
19851         * view.el (View-revert-buffer-scroll-page-forward):
19852         Use view-page-size-default.
19854 2005-10-28  Juri Linkov  <juri@jurta.org>
19856         * international/quail.el (quail-get-current-str): Translate last
19857         raw character for deterministic input methods.
19859 2005-10-27  Jay Belanger  <belanger@truman.edu>
19861         * calc/calc-ext.el: Add functions to autoloads.
19862         (math-identity-matrix-p, math-ident-row-p): New functions.
19864         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19865         multiplication by an identity matrix; don't turn multiplication by
19866         an inverse matrix into division.
19867         (math-div-symbol-fancy): Replace division by matrices with
19868         multiplication by inverse.
19870         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19872         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19873         (calc-writeoutpower): New functions.
19875 2005-10-27  Romain Francoise  <romain@orebokech.com>
19877         * replace.el (occur-engine): Include colon in mouse-face highlight.
19879         * dired-x.el: Change Maintainer field.
19881 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
19883         * longlines.el (longlines-mode): Bind after-change-functions to
19884         nil during initial decoding and final encoding.
19886 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
19888         * term.el (term-emulate-terminal, term-handle-colors-array)
19889         (term-handle-ansi-escape): Specify the terminfo capabilities
19890         implemented.
19892 2005-10-26  Richard M. Stallman  <rms@gnu.org>
19894         * info.el (Info-fontify-node): Fix detection of sentence-break
19895         before *Note.
19897 2005-10-26  Romain Francoise  <romain@orebokech.com>
19899         * smerge-mode.el: Add `tools' to file keywords.
19901 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
19903         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19904         when the fringe is not available.
19906         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19907         (def-gdb-auto-update-trigger): Simplify construction.
19908         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19909         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19910         defined explicitly.
19911         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19912         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19913         defined explicitly.
19914         (gdb-info-locals-custom): Remove as it's a no-op.
19916 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
19918         * longlines.el (longlines-mode): Remove narrowing before
19919         performing the initial decoding or final encoding.
19921 2005-10-25  Romain Francoise  <romain@orebokech.com>
19923         * emacs-lisp/find-func.el (find-library-name): Also strip
19924         extension if library name ends in .el, to take advantage of
19925         `find-library-suffixes'.
19927 2005-10-25  Richard M. Stallman  <rms@gnu.org>
19929         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19931 2005-10-25  Juri Linkov  <juri@jurta.org>
19933         * textmodes/texinfo.el (texinfo-mode): Change charset of one
19934         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19936 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19938         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19939         (blackbox-redefine-key): Add argument `map'.
19941         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19942         regions when moving the jit-lock-context-unfontify-pos boundary.
19944 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
19946         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19948 2005-10-25  Masatake YAMATO  <jet@gyve.org>
19950         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19952 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
19954         * play/blackbox.el (blackbox-redefine-key): New function.
19955         (blackbox-mode-map): Use it to remap existing bindings for cursor
19956         motion instead of binding literal keys.
19958 2005-10-25  Glenn Morris  <rgm@gnu.org>
19960         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19961         diary does not end in a newline.  Do not assume a blank line at
19962         the start of the diary file.
19964 2005-10-25  Kenichi Handa  <handa@m17n.org>
19966         * international/quail.el (quail-translate-key): If the input
19967         method is deterministic and failed to handle the last key, restart
19968         the key handling loop from an appropriate key.
19970 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
19972         * vc.el (vc-dired-mode): Extend comment for binding of
19973         `directory-listing-before-filename-regexp'.
19975 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * textmodes/texinfo.el (texinfo-mode):
19978         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19979         not to unnecessarily expose emacs-mule's internal char codes.
19981 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
19983         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19984         Display hand pointer and help-echo on disabled icon too.
19985         (gdb-mouse-until): New function.
19986         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19988 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
19990         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19991         with 2005-10-23 change to doctor.el.
19993         * finder.el (finder-mode-map): Add follow-link binding.
19995 2005-10-25  Kim F. Storm  <storm@cua.dk>
19997         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19998         to gdb-mouse-toggle-breakpoint-fringe.
19999         (gdb-mouse-toggle-breakpoint-margin): Rename from
20000         gdb-mouse-toggle-breakpoint.  Fix doc.
20001         (gdb-mouse-toggle-breakpoint-fringe): New defun.
20002         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
20003         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20004         string properties also for fringe breakpoint bitmaps.
20006 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
20008         * textmodes/org.el (org-start-icalendar-file): Fix format form.
20010 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20012         * simple.el (completion-common-substring):
20013         Use `completion-common-substring' prior to `completion-base-size'.
20015 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
20017         * savehist.el: Require CL while compiling.
20018         (savehist-history-variables): Remove.
20019         (savehist-save-minibuffer-history, savehist-additional-variables)
20020         (savehist-minibuffer-history-variables): New vars.
20021         (savehist-save): Use them.
20022         (savehist-uninstall, savehist-minibuffer-hook): New funs.
20023         (savehist-install): New fun, extracted from savehist-load.
20024         (savehist-load): Use them.
20026 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20028         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20029         a dummy doc-string-elt property.
20030         (defalias, defvaralias, define-category): Add a docstring property.
20032         * image.el (defimage):
20033         * widget.el (define-widget):
20034         * custom.el (defface, defcustom): Add `doc-string' declaration.
20036         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20037         (defadvice): Add `doc-string' declaration.
20039         * emacs-lisp/byte-run.el (macro-declaration-function):
20040         Handle `doc-string' declarations.
20041         (define-obsolete-function-alias, define-obsolete-variable-alias):
20042         Add `doc-string' declaration.
20044 2005-10-24  Kenichi Handa  <handa@m17n.org>
20046         * international/utf-7.el (utf-7): Add autoload cookie.
20048         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20050 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
20052         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20053         list of directories passed to batch-update-autoloads.  Add "." to
20054         the list of the echoed directories.
20056         * pgg-def.el:
20057         * pgg-gpg.el:
20058         * pgg-parse.el:
20059         * pgg-pgp.el:
20060         * pgg-pgp5.el:
20061         * pgg.el: Moved here from the gnus subdirectory.
20063 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
20065         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20066         in case comint-prompt-read-only is set to t.
20068         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20069         in case comint-prompt-read-only is set to t.
20071 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
20073         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20074         Now a string.
20075         (icalendar-import-format): Handle CLASS, STATUS, URL.
20076         Rename `subject' to `summary'.
20077         (icalendar-import-format-summary): Rename from
20078         `icalendar-import-format-subject'.
20079         (icalendar-import-format-url, icalendar-import-format-status)
20080         (icalendar-import-format-class): New variables.
20081         (icalendar--rris): Take variable argument list.
20082         (icalendar--datestring-to-isodate): Remove unnecessary
20083         calendar-style check when converting dates with explicit month names.
20084         (icalendar-export-region): Change return type of conversion
20085         subroutines.  Bury current buffer unless error occurred.
20086         (icalendar--convert-to-ical)
20087         (icalendar--parse-summary-and-rest): New functions.
20088         (icalendar--convert-ordinary-to-ical)
20089         (icalendar--convert-weekly-to-ical)
20090         (icalendar--convert-yearly-to-ical)
20091         (icalendar--convert-block-to-ical)
20092         (icalendar--convert-cyclic-to-ical)
20093         (icalendar--convert-anniversary-to-ical): Change return type.
20094         Strip trailing blanks from subject.
20095         (icalendar--convert-sexp-to-ical): Change return type.
20096         Strip trailing blanks from subject.  Handle simple sexp
20097         entries as generated by icalendar.el.
20098         (icalendar--convert-float-to-ical)
20099         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20100         (icalendar-import-file): Doc fix.
20101         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20102         Correct call to icalendar--rris.
20103         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
20104         `summary'.
20105         (icalendar--add-diary-entry): Rename `subject' to `summary'.
20107 2005-10-24  Romain Francoise  <romain@orebokech.com>
20109         * server.el (server-sentinel): Set query-on-exit flag to nil on
20110         new client processes (it isn't inherited from the server process).
20112         * replace.el (occur-engine): Rearrange text properties.
20114 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20116         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20117         case-fold-search is nil.
20118         (debug-help-follow): Use help-xref-interned directly.
20120 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20122         * thumbs.el (thumbs-image-type): Add .pbm.
20124 2005-10-23  Richard M. Stallman  <rms@gnu.org>
20126         * faces.el (inhibit-face-set-after-frame-default): New variable.
20127         (set-face-attribute): Bind it.
20128         (face-set-after-frame-default): Test it.
20130         * help-fns.el (describe-simplify-lib-file-name): New function.
20131         (describe-function-1, describe-variable): Use it.
20133         * faces.el (describe-face): Use describe-simplify-lib-file-name.
20135         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20136         Eliminate nil as possible value.
20137         (tooltip-hide-delay): Reduce internal-border-width.
20139         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20140         (menu-bar-file-menu) <new-file>: Likewise.
20142         * simple.el (line-move-finish): Ignore fields computing LINE-END.
20144         * international/mule.el (load-with-code-conversion):
20145         Pass full file name to `eval-buffer' unless preloading.
20147         * textmodes/flyspell.el (flyspell-large-region):
20148         Call ispell-check-version.
20150         * textmodes/ispell.el (ispell-local-dictionary-overridden):
20151         Fix the make-variable-buffer-local call that was supposed
20152         to be for this variable.
20153         (ispell-aspell-supports-utf8): Doc fix.
20154         (ispell-find-aspell-dictionaries): Preserve elements of
20155         ispell-dictionary-alist for dictionaries that aspell doesn't report.
20156         (ispell-aspell-find-dictionary): Return nil on error.
20158         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20159         (doctor-symptoms): Likewise.
20161         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20163 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20165         * cus-edit.el (custom-button, custom-button-pressed): New vars.
20166         (custom-raised-buttons): Add :set spec.
20167         (custom-button-unraised, custom-button-pressed-unraised):
20168         New faces, so that custom-raised-buttons actually does something.
20169         (custom-mode): Use custom-button and custom-button-pressed.
20171         * wid-edit.el (widget-specify-button): Don't ignore
20172         widget-mouse-face on graphic terminals.
20173         (widget-move-and-invoke): Cleanup.
20175 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
20177         * whitespace.el (whitespace-cleanup): Doc fix.
20179 2005-10-23  Romain Francoise  <romain@orebokech.com>
20181         * emulation/viper.el (viper-set-hooks): Quote forms passed to
20182         `eval-after-load' to avoid evaluating their result.
20184 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
20186         * files.el (directory-listing-before-filename-regexp):
20187         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
20189         * dired.el (dired-move-to-filename-regexp): Remove.
20190         All occurrences replaced by `directory-listing-before-filename-regexp'.
20192         * dired-x.el, locate.el, vc.el:
20193         Replace `dired-move-to-filename-regexp' by
20194         `directory-listing-before-filename-regexp'.  In vc.el it is
20195         overwritten locally; maybe this can be handled in files.el too.
20197         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
20198         replaced by `directory-listing-before-filename-regexp'.
20200 2005-10-23  Andreas Schwab  <schwab@suse.de>
20202         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20203         and eval-next-after-load.
20205 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
20207         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20208         exist, create it.
20210 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
20212         * allout.el: Remove autoloads for mailcrypt and crypt++.
20213         Require pgg, pgg-gpg during compilation.
20214         (allout-version): Increment version number to 2.1, and use a literal
20215         rather than RCS Id.
20216         (allout-default-encryption-scheme): Remove.
20217         (allout-passphrase-verifier-handling)
20218         (allout-passphrase-verifier-string)
20219         (allout-file-passphrase-verifier-string)
20220         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20221         (allout-passphrase-hint-handling): Rename and simplify.
20222         (allout-init): Use `find-file-hook' if available, otherwise
20223         `find-file-hooks'.
20224         (allout-mode): Use `write-file-functions' if available, otherwise
20225         `local-write-file-hooks' and, instead of making auto-save-hook
20226         buffer local, make the write-file-hook activity contingent to
20227         allout-mode.
20228         (allout-mode): Use key-binding substitution in the docstring.
20229         (allout-kill-line): Spell-out kill ring data structure mutation
20230         instead of using byte-compiler-complaint-provoking `pop'.
20231         (allout-insert-listified): Use `insert' rather than `insert-string'
20232         (allout-toggle-current-subtree-encryption): Update docstring, adjust
20233         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20234         (allout-encrypt-string): Totally revamped vis new underlying
20235         encryption facilities.
20236         (allout-mc-activate-passwd): Remove.
20237         (allout-obtain-passphrase): New, more or less replaces
20238         allout-mc-activate-passwd.
20239         (allout-encrypted-key-info): More or less replaces
20240         allout-encrypted-text-type.
20241         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20242         (my-mark-marker): Use `(featurep 'xemacs)'.
20244 2005-10-23  Lars Hansen  <larsh@soem.dk>
20246         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20247         (byte-compile-file-form-defmumble, byte-compile-defun)
20248         (byte-compile-defmacro): Use it.
20249         (byte-compile-form): Don't call byte-compile-set-symbol-position
20250         when a byte-compile handler is called.
20252 2005-10-22  Romain Francoise  <romain@orebokech.com>
20254         * savehist.el (savehist-history-variables): Add `grep-find-history'.
20256         * subr.el (eval-after-load): Convert library name to an absolute
20257         file name using locate-library, since load-history no longer has
20258         library names in it.
20260 2005-10-22  Richard M. Stallman  <rms@gnu.org>
20262         * files.el (make-temp-file): Move from subr.el.
20263         * subr.el (make-temp-file): Move to files.el.
20265         * window.el (get-buffer-window-list): Move from subr.el.
20266         * subr.el (get-buffer-window-list): Move to window.el.
20268         * image.el (image-load-path): Use eval-at-startup to initialize.
20270         * subr.el (eval-at-startup): New macro.
20272         * subr.el: Much rearrangement of functions and division
20273         into pages.  No code changes.
20275 2005-10-22  Kenichi Handa  <handa@m17n.org>
20277         * tar-mode.el (tar-extract): Be sure to call
20278         find-operation-coding-system if set-auto-coding doesn't find a
20279         coding system.
20281 2005-10-22  Kim F. Storm  <storm@cua.dk>
20283         * image.el (image-type-header-regexps): Rename from image-type-regexps.
20284         Change users.
20285         (image-type-file-name-regexps): New defconst.
20286         (image-type-from-data): Simplify loop.
20287         (image-type-from-buffer): New defun.
20288         (image-type-from-file-header): Use it instead of image-type-from-data.
20289         Use image-search-load-path instead of only looking in data-directory.
20290         (image-type-from-file-name): New defun.
20291         (image-search-load-path): Change `pathname' to `filename'.
20292         Make PATH arg optional, default to image-load-path.
20294 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20296         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20298         * textmodes/paragraphs.el (sentence-end-base): New variable.
20299         (sentence-end): Use sentence-end-base.
20301 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20303         * font-lock.el (font-lock-default-fontify-region): Check the multiline
20304         property independently from the font-lock-multiline variable.
20306 2005-10-21  Richard M. Stallman  <rms@gnu.org>
20308         * emacs-lisp/find-func.el (find-library-name): Doc fix.
20310         * startup.el (command-line): Convert library names
20311         in `load-history' to absolute file names.
20313         * subr.el (symbol-file): Doc fix.
20315         * loadhist.el (file-loadhist-lookup): Call locate-library
20316         instead of find-library-name.  Don't try converting
20317         abs file names to library names, since load-history no longer
20318         has library names in it.
20319         (file-dependents, file-provides, file-requires): Doc fixes.
20321 2005-10-21  Juri Linkov  <juri@jurta.org>
20323         * progmodes/etags.el (tags-table-mode): New function.
20324         (tags-verify-table): Replace initialize-new-tags-table with
20325         tags-table-mode.
20327         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20328         default value.
20329         (desktop-modes-not-to-save): Add tags-table-mode to the
20330         default value.
20332         * info.el (Info-index-next): Add total number of index
20333         alternatives to the message.
20335         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20336         backward only space (instead of space and period) before looking
20337         at sentence end.
20339         * simple.el (set-variable): Use user-variable-p instead of symbolp.
20340         Add the old variable value as 4th default-value arg of read-string.
20342 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20344         * cus-face.el (custom-declare-face): Make face from X resources
20345         also on Mac.
20347         * disp-table.el (standard-display-g1, standard-display-graphic):
20348         Refuse to use string glyphs also on Mac.
20349         (standard-display-european): Don't set terminal coding system also
20350         on Mac.
20352         * frame.el (display-screens): Use x-display-screens also on Mac.
20354 2005-10-21  Romain Francoise  <romain@orebokech.com>
20356         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
20358 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20360         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20361         and $? into sexps.
20363         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20364         warning face on open-paren-in-column-0.
20366         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20367         boundary case.  Fix typo.
20368         Suggested by Martin Rudalics <rudalics@gmx.at>.
20370 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
20372         * textmodes/org.el (org-combined-agenda-icalendar-file)
20373         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20374         (org-export-icalendar-this-file)
20375         (org-export-icalendar-all-agenda-files)
20376         (org-export-icalendar-combine-agenda-files): New commands.
20377         (org-export-icalendar, org-print-icalendar-entries)
20378         (org-start-icalendar-file, org-finish-icalendar-file)
20379         (org-ical-ts-to-string): New functions.
20380         (org-read-date, org-goto-calendar)
20381         (org-agenda-goto-calendar): Inhibit displaying diary entries by
20382         call to `calendar'.
20383         (orgtbl-setup): Remove the :keys arguments from the menu description.
20384         (org-after-save-iCalendar-file-hook): New variable.
20386 2005-10-21  Kenichi Handa  <handa@m17n.org>
20388         * language/vietnamese.el (tcvn-5712): Make it an alias of
20389         vietnamese-tcvn coding-system.
20391 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
20393         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20394         group id is given.
20396 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20398         * progmodes/sh-script.el (sh-escaped-line-re): New var.
20399         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20400         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20401         whose line is either continued or ends with a comment.
20403 2005-10-20  Romain Francoise  <romain@orebokech.com>
20405         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20407         * replace.el (occur-engine): Add follow-link property.
20409         * font-core.el (font-lock-mode): Doc fix.
20411 2005-10-20  Richard M. Stallman  <rms@gnu.org>
20413         * net/rcirc.el: New file.
20415 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
20417         * term.el (term-term-name): Initialize to "eterm-color".
20419 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
20421         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20422         for encryption functionality.
20423         Move allout customization subgroup from `editing' to `outlines' group.
20424         Fix commentary keywords to legitimate ones.
20425         Update author info (using my current email address, obscurified).
20426         (allout-encrypt-string, allout-encryption-produce-work-buffer)
20427         (allout-encrypted-topic-p, allout-encrypted-text-type)
20428         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20429         (allout-situate-encryption-key-verifier)
20430         (allout-get-encryption-key-verifier, allout-verify-key)
20431         (allout-next-topic-pending-encryption)
20432         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20433         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20434         (outline-key-verifier-handling, outline-key-hint-handling)
20435         (outline-encrypt-unencrypted-on-saves): New defcustoms.
20436         (allout-file-key-verifier-string, allout-encryption-scheme)
20437         (allout-key-verifier-string, allout-key-hint-string)
20438         (allout-after-save-decrypt): New variables.
20439         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20440         (allout-after-saves-handler): New hook functions.
20441         (allout-post-command-business): Do allout-after-save-decrypt.
20442         (allout-enable-file-variable-adjustment): Custom var to enable
20443         mechanism for adding and adjusting settings of Emacs file variables.
20444         (allout-adjust-file-variable, allout-file-vars-section-data):
20445         New functions, implement the mechanism.
20446         (outlineify-sticky): Use the file vars mechanism.
20447         (allout-inhibit-protection, allout-during-write-cue)
20448         (allout-override-protect, allout-before-change-protect): Remove.
20449         (allout-flag-region, allout-open-topic): Adjust read-only text.
20450         (allout-open-line-not-read-only): Add to facilitate read-only
20451         text based protection.
20452         (allout-kill-line): Revise to adjust read-only text, clue the
20453         user about the inhibition.
20454         (allout-unprotected): Use unwind-protect.
20455         (allout-shift-in, allout-shift-out): Disallow manually shifting a
20456         topic deeper than the offspring depth of the previous topic -
20457         avoiding confusing "containment discontinuities".
20458         (allout-reindent-bodies): Fix retention of body relative hanging
20459         indent during promotion of collapsed bodies.
20460         (allout-open-topic): Make it easy to open new topic with same
20461         bullet as current topic - topic creation functions provided with
20462         any universal argument provokes now prompt for bullet, defaulting
20463         to the bullet of the previous topic.
20464         (allout-plain-bullets-string, allout-distinctive-bullets-string):
20465         Plain bullet alternates `.' period and `,' comma only.  All other
20466         bullets are relegated to special status (but customizable).
20467         (allout-end-of-entry): Rename from allout-end-of-current-entry
20468         since it actually operates w.r.t. most immediately containing
20469         entry, visible or not.
20470         (allout-hide-current-entry, allout-show-current-entry): Use the
20471         revised version.
20472         (allout-old-expose-topic): Solidify deprecation.
20473         (allout-end-of-subtree): Add so we can span concealed as well
20474         as visible topics.
20475         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20476         (allout-end-of-current-heading): Tweak to just respect the first line.
20477         (allout-get-body-text): Add.
20478         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20479         when invoked interactively.
20480         (allout-up-current-level): Use `interactive-p'.
20481         (allout-mode, allout-init): Miscellaneous docstring and
20482         operational refinements, as well as hookups of new encryption stuff.
20483         (allout-beginning-of-current-entry): Now works as advertised.
20484         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20485         (allout-isearch-rectification): Refine condition for isearching.
20486         (allout-isearch-abort, allout-enwrap-isearch)
20487         (allout-flag-region, my-region-active-p): Relocate some macros.
20488         (allout-title): Fallback title is (buffer-name), not
20489         non-existing (current-buffer-name).
20490         (subst-char-in-string): Define if absent (for some XEmacs versions).
20492 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
20494         * mail/sendmail.el (mail-setup-hook, mail-aliases)
20495         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20496         (mail-citation-prefix-regexp, mail-signature-file)
20497         (mail-default-headers, mail-bury-selects-summary)
20498         (mail-send-nonascii): Add autoload cookies.
20500 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
20502         * frame.el (blink-cursor-mode): Add `mac' to the list of
20503         window-system's that support blinking cursor.
20505 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
20507         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20509 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
20511         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20512         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20513         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20515 2005-10-20  Kim F. Storm  <storm@cua.dk>
20517         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20518         (ido-set-current-directory): Don't add / after final @.
20519         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20520         Explicitly handle ange-ftp completion oddities.
20521         (ido-make-file-list): Don't rotate list at tramp root to avoid
20522         triggering tramp file handler for expand-file-name via get-file-buffer.
20524 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20526         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20528 2005-10-19  Jay Belanger  <belanger@truman.edu>
20530         * calc/calc-units.el (math-standard-units): Add units, adjust
20531         symbols and update values.
20532         (math-unit-prefixes): Add more prefixes.
20534 2005-10-19  Romain Francoise  <romain@orebokech.com>
20536         * bookmark.el (bookmark-menu-heading): New face.
20537         (bookmark-bmenu-list): Use it.
20538         Don't fiddle with `baud-rate' at top-level.
20540 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
20542         * image.el (create-image, find-image): Mention max-image-size in
20543         docstring.
20545 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20547         * savehist.el (savehist-load): Revert to checking XEmacs.
20549         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20550         Various docstring and line-width fixups.
20551         (conf-mode): Use cond.
20552         Set font-lock-defaults.  Don't set comment-use-syntax.
20554 2005-10-18  David Ponce  <david@dponce.com>
20556         * tree-widget.el (tree-widget-button-click): New function.
20557         (tree-widget-button-keymap): Use it.
20559 2005-10-18  Romain Francoise  <romain@orebokech.com>
20561         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20562         (bookmark-bmenu-hide-filenames): Add follow-link property.
20563         Improve help-echo text.
20565         * ffap.el (find-file-at-point): Doc fix.
20567 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20569         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20571 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20573         Install to the CVS repository what I forgot to install in my
20574         2005-10-16 changes.
20576         * progmodes/python.el (python-complete-symbol): Pass the common
20577         prefix substring of completion to `display-completion-list'.
20579         * textmodes/org.el (org-complete): Ditto.
20581 2005-10-18  Masatake YAMATO  <jet@gyve.org>
20583         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20585         * woman.el (WoMan-xref-man-page): New button type derived
20586         from `Man-abstract-xref-man-page'.
20587         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20589         * man.el (Man-abstract-xref-man-page): New button type.
20590         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20591         (Man-highlight-references): Add new optional argument `xref-man-type'.
20593 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20595         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20597 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
20599         * cus-edit.el (Custom-move-and-invoke): Delete.
20600         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20602         * wid-edit.el (widget-move-and-invoke): New function, from
20603         Custom-move-and-invoke.
20605 2005-10-17  Bill Wohler  <wohler@newt.com>
20607         Move all remaining images from lisp/toolbar to etc/images, move
20608         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
20609         the low resolution images in their own directory (low-color).
20611         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20612         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20613         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20614         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20615         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20616         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20617         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20619         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20620         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20621         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20622         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20623         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20624         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20625         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20626         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20627         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20628         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20629         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20630         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20631         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20632         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20633         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20635         To conform with convention, replace the underscore (_) in the
20636         following image names with dash (-) or (/) as appropriate.
20638         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20639         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20640         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20641         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20642         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20643         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20644         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20645         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20646         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20647         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20648         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20649         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20650         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20651         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20652         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20654         * info.el (info-tool-bar-map): Replace underscores in image names
20655         with dashes.
20657         * makefile.w32-in (WINS): Remove toolbar.
20659         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20661         * tool-bar.el: Move to lisp from toolbar.  Now that
20662         toolbar is empty, it should be deleted when folks run "cvs up -P".
20664 2005-10-18  Jay Belanger  <belanger@truman.edu>
20666         * calc/calc-store.el (calc-store-into): Get the proper variable name
20667         to display in message.
20669 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
20671         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20672         expressions display in speedbar for all buffers when debugging.
20673         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20675         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20676         (speedbar-insert-button, speedbar-make-button):
20677         Use add-text-properties.
20678         (speedbar-update-localized-contents)
20679         (speedbar-update-directory-contents)
20680         (speedbar-update-special-contents): Use dolist.
20681         (speedbar-buffer-easymenu-definition): Add a menu separator.
20683 2005-10-17  Jason Rumney  <jasonr@gnu.org>
20685         * makefile.w32-in: Use $(lisp) consistently.
20686         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20687         for shell specific generation of mh-autoloads.
20689 2005-10-17  Richard M. Stallman  <rms@gnu.org>
20691         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20693 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20695         * jit-lock.el (jit-lock-fontify-now):
20696         Move jit-lock-context-unfontify-pos to avoid wasted work.
20698 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
20700         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
20701         `tramp-completion-mode' for checking if we are in completion mode.
20702         (tramp-completion-handle-file-name-all-completions): Reorder code
20703         in order to complete for file names only in case there are no
20704         method/user/host completions.  This is necessary for cooperation
20705         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
20707 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
20709         * longlines.el (longlines-search-forward)
20710         (longlines-search-backward): Match any number of spaces.
20712 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
20714         * diff-mode.el (diff-mode): Doc fix.
20716 2005-10-16  David Reitter  <david.reitter@gmail.com>
20718         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20719         as default on darwin and windows systems.
20721 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20723         * arc-mode.el (archive-zip-extract): Doc fix.
20725 2005-10-16  Romain Francoise  <romain@orebokech.com>
20727         * mouse.el (mouse-1-click-follows-link): Doc fix.
20729 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20731         * savehist.el: Don't require CL at runtime.
20732         (savehist-xemacs): Remove.
20733         (savehist-coding-system): Use utf-8 if present, regardless of religion.
20734         (savehist-no-conversion): Use (featurep 'xemacs).
20735         (savehist-load): Check existence of start-itimer rather than XEmacs.
20736         Use an idle timer.
20737         (savehist-process-for-saving): Replace use of CL funs `subseq' and
20738         `delete-if-not'.
20740 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
20742         * savehist.el: Newer version.
20743         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20744         (savehist-last-checksum, savehist-no-conversion): New vars.
20745         (savehist-autosave, savehist-process-for-saving, savehist-printable):
20746         New functions.
20747         (savehist-load, savehist-save): Use them.
20748         (savehist-delimit): Remove.
20750 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20752         * progmodes/compile.el (compilation-goto-locus): Display the
20753         compilation buffer first and the source buffer second, in case they're
20754         in overlapping frames.  Don't raise the compilation frame if it was the
20755         selected window upon entry.  Pass the `other-window' arg to
20756         pop-to-buffer.
20758         * info.el (Info-fontify-node): Use dolist.
20759         Change add-text-properties to put-text-property.
20761 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20763         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20764         bound of search.
20766 2005-10-16  Masatake YAMATO  <jet@gyve.org>
20768         * dabbrev.el (dabbrev-completion): Pass the common
20769         prefix substring of completion to `display-completion-list'.
20771         * filecache.el (file-cache-minibuffer-complete)
20772         (file-cache-complete): Ditto.
20774         * tempo.el (tempo-display-completions): Ditto.
20776         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20778         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20780         * eshell/em-hist.el (eshell-list-history): Ditto.
20782         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20784         * mail/mailalias.el (mail-complete): Ditto.
20786         * progmodes/etags.el (complete-tag): Ditto.
20788         * progmodes/make-mode.el (makefile-complete): Ditto.
20790         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20792         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20794         * progmodes/pascal.el (pascal-complete-word)
20795         (pascal-show-completions): Ditto.
20797         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20799         * simple.el (completion-common-substring): New variable.
20800         (completion-setup-function): Use `completion-common-substring'
20801         to put faces.
20803 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20805         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20806         (x-get-selection, mac-select-convert-to-string): Convert from/to
20807         UTF-16 clipboard data as in native byte order, no BOM.
20809 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
20811         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20812         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20813         (gud-sentinel): Use speedbar-frame to check for speedbar.
20815 2005-10-15  Richard M. Stallman  <rms@gnu.org>
20817         * savehist.el: New file.
20819 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
20821         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20822         Fix bug in \bf fontification.
20824 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20826         * pcvs.el (cvs-edit-log-files): New var.
20827         (cvs-mode-edit-log): New arg `file'.
20828         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20829         Instead force the use of the original file and nothing else.
20830         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20831         the cvs-minor-wrap-function is set.
20832         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20834 2005-10-14  Bill Wohler  <wohler@newt.com>
20836         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20837         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20838         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20839         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20840         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20841         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20842         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20843         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20844         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20845         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20846         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20847         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20848         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20849         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20850         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20852         * progmodes/gud.el (gud-tool-bar-map): Rename the images
20853         appropriately (for example, gud-break to gud/break).
20855 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
20857         * longlines.el (longlinges-search-function)
20858         (longlines-search-forward, longlines-search-backward): New functions.
20859         (longlines-mode): Set isearch-search-fun-function to
20860         longlinges-search-function.
20862         * mouse.el (mouse-drag-region-1): Handle the case where a
20863         double-click event is bound to an arbitrary function.
20865 2005-10-14  David Ponce  <david@dponce.com>
20867         * recentf.el (recentf-track-opened-file)
20868         (recentf-track-closed-file, recentf-update-menu)
20869         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20870         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20871         mouse-1-click-follows-link.
20873 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20875         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20876         Gnome file-manager.png.  Suggested by
20877         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20879         * toolbar/README: Add diropen.xpm.
20881 2005-10-13  Bill Wohler  <wohler@newt.com>
20883         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20884         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
20886 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20888         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20889         Don't waste the byte-compiler's time on constant data.
20891 2005-10-13  Kenichi Handa  <handa@m17n.org>
20893         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20894         byte with `escape-glyph' face.
20896         * international/fontset.el (ccl-encode-unicode-font):
20897         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20898         Handle the case that ucs-mule-to-mule-unicode translates a character to
20899         ASCII (usually for IPA characters).
20901 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20903         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20904         Don't hide the underline of titles if font-lock-mode is disabled.
20906 2005-10-12  Bill Wohler  <wohler@newt.com>
20908         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
20909         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
20910         files in MH-E-SRC have been updated.
20911         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20913 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
20915         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20916         (mixal-mode-syntax-table): Add \n as end-comment.
20917         (mixal-operation-codes-alist): Immediately initialize to full value.
20918         (mixal-add-operation-code): Remove.
20919         (mixal-describe-operation-code): Make the arg non-optional.
20920         Use the interactive spec instead.
20921         Use mixal-operation-codes-alist rather than mixal-operation-codes.
20922         (mixal-font-lock-keywords): Don't highlight comments here any more.
20923         (mixal-font-lock-syntactic-keywords): New var.
20924         (mixal-mode): Use it.  Fix comment-start-skip.
20926 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20928         * startup.el (command-line-x-option-alist): -nb => -nbi.
20930 2005-10-12  Kim F. Storm  <storm@cua.dk>
20932         * startup.el (fancy-splash-default-action): Discard mouse click in
20933         the splash screen window, as it has no sensible meaning in the
20934         next window to be selected.  Fixes error reported by Jan D.
20936 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20938         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20940 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20942         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20943         Try to fix up minor layout issues like indentation, line break, etc...
20944         (mixal-mode-syntax-table): Don't try to specify comment syntax,
20945         because it doesn't work.
20946         (mixal-operation-codes): Add some more codes.
20947         (mixal-font-lock-keywords): Process comments here.
20948         (mixal-mode): mixasm no longer needs -g option.
20950 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
20952         * progmodes/sh-script.el (sh-tmp-file):
20953         Use mktemp -t.  Finish support for es and rc shells.
20955 2005-10-11  Jay Belanger  <belanger@truman.edu>
20957         * calc/calcalg2.el (calc-integral): With an argument, compute the
20958         definite integral.
20960 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
20962         * mouse.el (mouse-drag-region-1): Don't try to catch a
20963         double-click when doing follow-link (it's overridden anyway).
20965 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
20967         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20968         (autoload-print-form-outbuf): Add docstring.
20970 2005-10-11  Juri Linkov  <juri@jurta.org>
20972         * info.el (Info-mode-menu): Delete menu item "Edit".
20973         (Info-mode): Delete description of Info-edit from docstring,
20974         and rearrange descriptions of Info commands in the order
20975         they are documented in the Info manual.
20977 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
20979         * calendar/appt.el (appt-check): Use diary-selective-display var.
20981 2005-10-10  Richard M. Stallman  <rms@gnu.org>
20983         * net/newsticker.el (newsticker-start, newsticker-show-news):
20984         Add autoload cookies.
20986 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
20988         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20990 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
20992         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20994 2005-10-10  Jay Belanger  <belanger@truman.edu>
20996         * calc/calc-arith.el (math-check-known-scalarp)
20997         (math-check-known-matrixp): Check the values of arguments that are
20998         variables.
20999         (math-check-known-square-matrixp): New function.
21000         (math-known-square-matrixp): Use math-check-known-square-matrixp.
21001         (math-super-types): Add sqmatrix type.
21003         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21004         mode name `square' to `sqmatrix'.
21006         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21007         mode name `square' to `sqmatrix'.
21009 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21011         * progmodes/etags.el (select-tags-table-mode): Don't use
21012         selective-display.
21013         (tags-select-tags-table): Pass `button' to the action function.
21014         (select-tags-table): Place the side-info on button properties rather
21015         than in hidden text.  Abbreviate file names.
21016         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21017         (select-tags-table-select): Add `button' argument.
21018         Get side-info from the button property rather than from hidden text.
21020 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
21022         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21023         (gud-speedbar-buttons): Preserve point if possible.
21024         (gud-sentinel): Restore previous speedbar display type.
21026         * progmodes/gdb-ui.el (gdba): Improve diagram.
21027         (def-gdb-auto-update-handler, gdb-info-locals-handler)
21028         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21029         Call get-buffer-window once.
21031 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21033         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21034         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21035         (pascal-indent-command): Remove unused var `ind'.
21036         (pascal-indent-case): Remove unused var `oldpos'.
21037         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21038         since it's now used as a proper minor mode map.
21039         (pascal-outline): Rename to pascal-outline-mode.
21040         (pascal-outline-mode): Use define-minor-mode.
21041         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21042         selective-display.
21044 2005-10-10  Andreas Schwab  <schwab@suse.de>
21046         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21047         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
21049         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21050         outside source directory.
21052 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
21054         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21055         C-x' as a prefix.
21056         (orgtbl-mode-map): Full keymap instead of sparse, because all
21057         `self-insert-command' keys are redefined in this map.
21058         (org-export-as-html): Specify charset for HTML file, by taking it
21059         from the coding system.
21061 2005-10-10  Kenichi Handa  <handa@m17n.org>
21063         * textmodes/flyspell.el (flyspell-check-word-p):
21064         If unread-command-events is non-empty, don't call sit-for.
21066 2005-10-09  Richard M. Stallman  <rms@gnu.org>
21068         * font-lock.el (font-lock-syntactic-keywords)
21069         (font-lock-keywords): Doc fixes.
21071         * textmodes/flyspell.el (flyspell-external-point-words):
21072         Simplify logic, and don't try to check for consecutive appearances
21073         of one incorrect word.
21075 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
21077         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21078         separator.
21080         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21081         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21082         (gud-expansion-speedbar-buttons): New function.
21083         (gud-speedbar-buttons): Check for gud-comint-buffer.
21085 2005-10-09  Bill Wohler  <wohler@newt.com>
21087         * Makefile.in (updates): Add mh-loaddefs dependency.
21089 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
21091         * speedbar.el (speedbar-file-key-map): Fix typo.
21093 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21095         * cus-start.el (line-spacing): Add custom spec.
21097 2005-10-09  Romain Francoise  <romain@orebokech.com>
21099         * textmodes/ispell.el (ispell-check-version): Fix last change.
21101 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21103         * term/x-win.el: Remove -i, --icon-type from comment.
21105         * startup.el (command-line-x-option-alist): Remove options -i,
21106         -itype, --icon-type, added -nb, --no-bitmap-icon.
21108 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
21110         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21111         instead of :active.
21113 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21115         * textmodes/ispell.el (ispell-check-version):
21116         Ignore hyphen, and all that follows, in aspell's version text.
21118 2005-10-08  Jay Belanger  <belanger@truman.edu>
21120         * calc/calc-arith.el (math-known-square-matrixp): New function.
21121         (math-pow-fancy): Check for matrices before distributing exponent
21122         across products.
21124         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21125         fullscreen keypad.  Suggested by Luc Teirlinck.
21126         (calc-keypad-show-input): Add space for formatting.
21128         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21129         Add square matrix option.
21131         * calc/calc-poly.el (math-expand-term): Check for matrices instead
21132         of checking calc-matrix-mode when deciding how to expand.
21134         * calc/calc.el (calc-set-mode-line): Add square matrix option.
21136 2005-10-08  Lars Hansen  <larsh@soem.dk>
21138         * net/tramp.el (tramp-perl-directory-files-and-attributes):
21139         Add error handling.
21140         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21142 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
21144         Sync with Tramp 2.0.51.
21146         * net/tramp.el (tramp-handle-set-visited-file-modtime)
21147         (tramp-handle-insert-file-contents, tramp-handle-write-region):
21148         Insert special handling for `last-coding-system-used', again
21149         it still seems to be necessary (unlike stated before).
21150         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21151         (tramp-password-prompt-regexp): There might be other words before
21152         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21153         (tramp-chunksize): Improve docstring.
21154         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21155         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
21156         Christian Joergensen <bugs@razor.dk>.
21158 2005-10-07  Glenn Morris  <rgm@gnu.org>
21160         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21161         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21162         precision'.
21164 2005-10-07  Romain Francoise  <romain@orebokech.com>
21166         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21167         (ibuffer-do-shell-command-pipe-replace)
21168         (ibuffer-do-shell-command-file, ibuffer-do-eval)
21169         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21170         (ibuffer-do-revert, ibuffer-do-replace-regexp)
21171         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21172         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21173         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21174         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21175         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21176         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21177         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21178         Autoload file sans suffix.
21180         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21182 2005-10-07  David Ponce  <david@dponce.com>
21184         * recentf.el (recentf-menu-open-all-flag): New option.
21185         (recentf-digit-shortcut-command-name): New function.
21186         (recentf--shortcuts-keymap): New variable.
21187         (recentf-menu-shortcuts): New variable.
21188         (recentf-make-menu-items): Initialize it.  Replace the "More..."
21189         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21190         (recentf-menu-value-shortcut): New function.
21191         (recentf-make-menu-item): Use it.  No more in-lined.
21192         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21193         (recentf-open-most-recent-file): Rename from
21194         `recentf-open-file-with-key'.  Don't depend on key binding.
21195         (recentf-mode-map): New variable.
21196         (recentf-mode): Use it.
21198 2005-10-06  Bill Wohler  <wohler@newt.com>
21200         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
21202         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21203         (MH-E-SRC): New.  Used by mh-autoloads.
21204         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21205         files in MH-E-SRC have been updated.
21206         (compile, recompile, bootstrap): Depend on mh-autoloads.
21208 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
21210         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21211         gud-break and gud-remove icons when the fringe is not available.
21213         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21214         Typo.
21216 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
21218         * play/zone.el (zone): Wrap body with save-window-excursion.
21220 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21222         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21223         Use the new `list-only' arg to diary-list-entries.
21225         * calendar/diary-lib.el: Use overlays rather than selective-display.
21226         (diary-selective-display): New var.
21227         (diary-header-line-format): Use it.
21228         (diary-list-entries): Add argument `list-only'.
21229         Put the buffer in diary-mode.  Don't add \^M at beg and end.
21230         Replace \^M by invisible overlays.
21231         (diary-unhide-everything): Replace \^M by invisible overlays.
21232         (print-diary-entries): Look for overlays rather than \^M.
21233         Add a space to the temp buffer name.
21234         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21235         Put the buffer in diary-mode.
21236         (list-sexp-diary-entries): Replace \^M by invisible overlays.
21237         (diary-anniversary): Make the year arg optional.
21238         (diary-time-regexp): New const.
21239         (diary-font-lock-keywords): Use it to accept a few more time formats.
21241         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21243 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
21245         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21246         Fix bug introduced 2005-07-03: Use (car (last ...))
21247         to faithfully reproduce replaced artist-last.
21248         (artist-set-arrow-points-for-poly): Likewise.
21249         Suggested by Johan Bockg\e,Ae\e(Brd.
21251 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
21253         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21254         * wid-edit.el (widget):
21255         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21256         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21258 2005-10-06  Kenichi Handa  <handa@m17n.org>
21260         * international/mule-cmds.el (set-language-environment):
21261         Fix setting up of case-table for unibyte mode.
21263         * simple.el (what-cursor-position): If the character is displayed
21264         by some `display' text property, show that.  Don't use
21265         single-key-description for eight-bit characters in multibyte mode.
21267 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
21269         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21270         (gdb-ann3): Set it.
21271         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21272         (gdb-info-frames-custom): Use inverse-video for first five
21273         characters of selected frame only.
21274         (gdb-get-frame-number): Select frame even when point is on frame
21275         number.
21277 2005-10-06  Masatake YAMATO  <jet@gyve.org>
21279         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21280         Put `font-lock-function-name-face'.
21281         (gdb-info-frames-custom): Put `font-lock-function-name-face'
21282         and `font-lock-variable-name-face'
21283         (gdb-registers-font-lock-keywords): New font lock keywords definition.
21284         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21285         (gdb-memory-font-lock-keywords): New font lock keywords definition.
21286         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21287         (gdb-local-font-lock-keywords): New font lock keywords definition.
21288         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21289         (gdb-threads-font-lock-keywords): New font lock keywords definition.
21290         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21292 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
21294         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21295         (ediff-merge-region-is-non-clash-to-skip): Previously called
21296         ediff-merge-region-is-non-clash.
21298         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21299         Use insert-buffer-substring.
21301         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21302         selecting files to patch.  Also bug fixes.
21304         * ediff-util.el (ediff-setup): Bug fix.
21305         (ediff-next-difference): Never skip clashes that differ in white
21306         space only.
21308         * ediff-wind.el (ediff-setup-control-frame)
21309         (ediff-destroy-control-frame): Check the menubar feature.
21311         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21312         (viper-refresh-mode-line): Use make-local-variable to localize
21313         some vars instead of make-variable-buffer-local.  Suggested by
21314         Stefan Monnier.
21316         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21317         (viper-restore-cursor-type, viper-set-insert-cursor-type):
21318         Use make-local-variable instead of make-variable-buffer-local.
21319         Suggested by Stefan Monnier.
21321         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21322         (viper-comint-mode-hook): Use make-local-variable on
21323         require-final-newline.
21324         (viper-non-hook-settings): Don't use make-variable-buffer-local.
21326 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21328         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21329         also the second char of a comment-start sequence.
21330         (scheme-sexp-comment-syntax-table): New var.
21331         (lambda, define): Set their scheme-doc-string-elt property.
21332         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21333         Use lisp-font-lock-syntactic-face-function now that it properly
21334         handles |...| symbols.
21335         (scheme-mode-variables): Set lisp-doc-string-elt-property,
21336         parse-sexp-lookup-properties and font-lock-extra-managed-props.
21338         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21339         bit from # to |.
21340         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21342         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21343         (lisp-doc-string-elt-property): New var.
21344         (lisp-font-lock-syntactic-face-function): Use it.
21345         Rewrite to recognize docstrings even for forms not at toplevel.
21347         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21348         annotation on the | part of #| rather than on the # part.
21349         (scheme-font-lock-syntactic-face-function): New function, to
21350         distinguish strings from |...| symbols.
21351         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
21352         syntax-table so that #|...|# is properly highlighted.
21354         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21355         Don't mark as docstring the 3rd elem of an unknown toplevel form.
21357 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21359         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21360         and C-e.
21362         * emacs-lisp/eldoc.el: Move comments into docstrings.
21363         (eldoc-message-commands): Initialize in its declaration.
21364         Add move-beginning-of-line and move-end-of-line.
21365         (eldoc-add-command, eldoc-add-command-completions)
21366         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21368         * outline.el (outline-mark-subtree): Activate the mark.
21370         * calendar/appt.el (appt-time-regexp): New var.
21371         (appt-add, appt-make-list): Use it.
21372         (appt-convert-time): Clean up.
21374         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21375         Don't set any syntax-table property here.
21376         (tex-font-lock-verb): New function.  Do it here.
21377         (tex-font-lock-syntactic-keywords): Use it.
21379 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21381         * wid-edit.el (widget-file-complete): Get the widget start point
21382         the right way.  Default directory to `/' if file has none.
21384         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21386         * textmodes/flyspell.el (flyspell-mode-on):
21387         Call ispell-maybe-find-aspell-dictionaries.
21389         * textmodes/ispell.el (ispell-word, ispell-region):
21390         Call ispell-maybe-find-aspell-dictionaries.
21391         (ispell-accept-buffer-local-defs):
21392         Don't call ispell-maybe-find-aspell-dictionaries.
21394 2005-10-04  Richard M. Stallman  <rms@gnu.org>
21396         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21398 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
21400         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21401         instead of `fboundp' in order to allow for anonymous functions.
21403 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
21405         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21406         case the user clicks on the link while another window is selected.
21407         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21409         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21410         functionality.
21411         (dframe-help-echo): Save point in case mouse tracking is off.
21413 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
21415         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21417 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21419         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21420         not change the global value of those vars.
21422         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21423         make-local-variable which we do not need any more.
21425 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
21427         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21428         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21429         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21430         (speedbar-path-line): Define obsolete aliases.
21431         (speedbar-line-directory): Doc fix.
21433         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21434         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21435         instead of speedbar-line-path.
21437 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21439         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21440         to nil if dropping on a window.  Handle dropping on a minibuffer window
21441         like dropping on a non-window part of Emacs.
21443 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21445         * net/ange-ftp.el: Use with-current-buffer.
21446         (ange-ftp-insert-directory): Do not follow symlinks any more.
21448         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21449         Remove interactive spec.
21451 2005-10-03  Kim F. Storm  <storm@cua.dk>
21453         * ido.el (ido-mode): Use custom-initialize-set.
21455 2005-10-02  Richard M. Stallman  <rms@gnu.org>
21457         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21458         Use insert-buffer-substring.
21460         * net/tramp.el: Pacify byte compiler warnings in pacification code.
21461         (tramp-handle-file-local-copy): Use insert-buffer-substring.
21463 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21465         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21466         in last change.
21467         (ange-ftp-insert-directory): Fix up the search for the case where
21468         `file' is absolute.
21470 2005-10-02  Romain Francoise  <romain@orebokech.com>
21472         * progmodes/compile.el (compile-goto-error): Delete extra paren.
21474 2005-10-02  Andreas Schwab  <schwab@suse.de>
21476         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21477         directory component in the session info.
21479 2005-10-01  Richard M. Stallman  <rms@gnu.org>
21481         * comint.el (comint-redirect-subvert-readonly): Doc fix.
21483         * simple.el (next-error-internal): New function.
21485         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21486         (compilation-start): Pass new arg to compilation-buffer-name.
21487         (compile-goto-error): Use next-error-internal.
21489 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21491         * speedbar.el: Remove RCS tag.
21492         (speedbar-check-read-only): Handle non-existent files.
21494         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21496         * info.el (Info-speedbar-hierarchy-buttons)
21497         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21499 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21501         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21502         Do not match newline.
21503         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21504         (bibtex-summary): Remove unnecessary save-excursion.
21505         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21507 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21509         * term/mac-win.el: Add charset info for "iso10646-1".
21510         Modify default fontset to use ATSUI-compatible fonts for some charsets
21511         if available.
21513 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
21515         * speedbar.el: Re-apply arch tag.
21516         (speedbar-version): Rename to version 1.0.  Suggested by Eric
21517         M. Ludlam.
21518         Reapply two changes from Emacs CVS' version of speedbar lost
21519         during the merge:
21520         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21521         (speedbar-frame-parameters): Improve customize type.
21523 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21525         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21526         (ange-ftp-file-directory-p): Fix the symlink case.
21527         (ange-ftp-insert-directory): When listing a single file, get a list of
21528         the parent buffer and extract the relevant line.  Inspired from a patch
21529         by Katsumi Yamaoka <yamaoka@jpl.org>.
21530         (ange-ftp-file-name-sans-versions): Simplify.
21532 2005-09-30  Bill Wohler  <wohler@newt.com>
21534         Move MH-E image files from toolbar and mail directories into
21535         etc/images.
21537         * mail/reply2.*: Move to etc/images/mail/reply*.
21539         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21540         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21541         etc/images.
21543         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21544         * toolbar/reply*: Move to etc/images/mail.
21546         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21548 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
21550         * speedbar.el: New version 1.0pre3.
21552         Frame management code (including timer, and mouse click specifics)
21553         moved to dframe.el:
21554         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
21555         (speedbar-timer): Removed.  Use dframe-timer.
21556         (speedbar-close-frame): Removed.  Use dframe-close-frame.
21557         (speedbar-activity-change-focus-flag): Removed.  Use
21558         dframe-activity-change-focus-flag.
21559         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
21560         dframe-update-speed.
21562         (speedbar-current-frame): New macro.  Use this instead of the
21563         variable speedbar-frame.
21565         (speedbar-use-images, speedbar-expand-image-button-alist)
21566         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21568         (speedbar-find-image-on-load-path): Removed.  Replaced by
21569         defezimage in ezimage.el.
21570         (speedbar-expand-image-button-alist): Removed.  Replaced by
21571         ezimage-expand-image-button-alist in ezimage.el.
21573         (speedbar-ignored-directory-regexp)
21574         (speedbar-add-ignored-directory-regexp)
21575         (speedbar-ignored-directory-expressions)
21576         (speedbar-line-directory, speedbar-buffers-line-directory)
21577         (speedbar-directory-line, speedbar-buffers-line-directory):
21578         Renamed, replacing `path' with `directory'.
21580         (speedbar-create-directory, speedbar-expand-line-descendants)
21581         (speedbar-toggle-line-expansion)
21582         (speedbar-contract-line-descendants): New commands.
21584         (speedbar-query-confirmation-method, speedbar-select-frame-method)
21585         (speedbar-use-tool-tips-flag): New options.
21587         (speedbar-check-read-only, speedbar-require-version)
21588         (speedbar-insert-separator, speedbar-buffers-tail-notes)
21589         (speedbar-handle-delete-frame, speedbar-try-completion)
21590         (speedbar-update-localized-contents): New functions.
21592         (speedbar-incompatible-version, speedbar-ro-to-do-point)
21593         (speedbar-object-read-only-indicator): New variables.
21595         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21596         New hooks.
21598         (speedbar-separator-face): New face.
21600         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21601         (speedbar-ignored-modes): Add fundamental-mode.
21602         (speedbar-directory-unshown-regexp): Add . directories.
21604         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21605         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21606         `]' for full expand/close.
21607         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21609         (speedbar-check-vc): Support hidden files.
21610         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21611         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
21612         state is nil, it is not checked out.
21614         (speedbar-line-text, speedbar-line-token): Support expand buttons
21615         with no text.
21616         (speedbar-refresh): Universal argument acts as power-click.
21617         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21618         that buffer to get variable values.
21620         And many other bugfixes.
21622         * dframe.el, ezimage.el, sb-image.el: New files.
21624         * sb-*.xpm: Remove files.  New image files installed into
21625         etc/images/ezimage.
21627 2005-09-30  Kenichi Handa  <handa@m17n.org>
21629         * ps-mule.el (ps-mule-show-warning): If a character is in
21630         ps-print-translation-table, don't treat it as non-printable.
21632 2005-09-30  David Ponce  <david@dponce.com>
21634         * tree-widget.el (tree-widget-themes-load-path): New variable.
21635         (tree-widget-themes-directory): Doc fix.
21636         (tree-widget-image-formats) [Emacs]: Doc fix.
21637         (tree-widget--locate-sub-directory): New function.
21638         (tree-widget-themes-directory): Use it.
21640         * recentf.el (recentf-filename-handlers): Rename from
21641         `recentf-filename-handler'.  Allow a list of functions.
21642         (recentf-menu-items-for-commands): Fix :help strings.
21643         (recentf-apply-filename-handlers): New function.
21644         (recentf-expand-file-name): Use it.
21645         (recentf-cleanup): Remove duplicates too.
21647 2005-09-29  Juri Linkov  <juri@jurta.org>
21649         * faces.el: Rearrange face definitions to be in the same order as
21650         their face descriptions in "(emacs)Standard Faces".
21652         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21654         * tooltip.el (tooltip): Add group `basic-faces'.
21656         * buff-menu.el (Buffer-menu-buffer): Remove group
21657         `font-lock-highlighting-faces'.
21659         * progmodes/compile.el (compilation-error, compilation-warning)
21660         (compilation-info, compilation-line-number, compilation-column-number):
21661         Change group from `font-lock-highlighting-faces' to `compilation'.
21663         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21664         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21665         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21666         (vhdl-font-lock-reserved-words-face)
21667         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21668         `font-lock-highlighting-faces'.
21670         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21672 2005-09-28  Kim F. Storm  <storm@cua.dk>
21674         * emulation/cua-base.el: Set CUA move property on additional commands:
21675         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21676         forward-sexp, backward-sexp, forward-list, backward-list.
21678 2005-09-28  Romain Francoise  <romain@orebokech.com>
21680         * comint.el (comint-show-output): Really set point at the
21681         beginning of the output when not using `comint-use-prompt-regexp'.
21683 2005-09-27  Jay Belanger  <belanger@truman.edu>
21685         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21686         in TeX mode.
21688 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
21690         * textmodes/org.el (org-table-sum): Fix format string.
21692         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21693         Quote face names.
21695 2005-09-26  Romain Francoise  <romain@orebokech.com>
21697         * isearch.el (isearch-forward-regexp): Close doc string.
21699 2005-09-25  Richard M. Stallman  <rms@gnu.org>
21701         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21703         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21705         * progmodes/compile.el (compilation-error-properties):
21706         When getting the file from the previous error message,
21707         correctly decode the new data format.
21709         * progmodes/cc-cmds.el (c-electric-paren):
21710         Call old-blink-paren only for close-paren.
21712 2005-09-24  Andreas Schwab  <schwab@suse.de>
21714         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21715         condition.
21717 2005-09-25  Romain Francoise  <romain@orebokech.com>
21719         * dired-aux.el (dired-copy-file-recursive):
21720         * dired.el (dired-delete-file):
21721         * ediff-mult.el (ediff-dir-diff-copy-file):
21722         * ediff-util.el (ediff-test-save-region):
21723         * forms.el (forms-mode):
21724         * ido.el (ido-file-internal, ido-delete-file-at-head):
21725         * log-edit.el (log-edit-done):
21726         * ses.el (ses-yank-resize):
21727         * play/gomoku.el (gomoku-human-plays, gomoku)
21728         (gomoku-human-resigns, gomoku-prompt-for-other-game)
21729         (gomoku-offer-a-draw):
21730         * play/landmark.el (lm-human-resigns, lm):
21731         * net/eudcb-ldap.el (eudc-ldap-check-base):
21732         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21733         * progmodes/ebrowse.el (ebrowse-find-pattern):
21734         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21735         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21736         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21738         * vc.el (vc-delete-file):
21739         * play/gomoku.el (gomoku-terminate-game, gomoku)
21740         (gomoku-prompt-for-move, gomoku-human-takes-back):
21741         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21742         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21744 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
21746         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21747         color rxvt terminals by using the code xterm.el used to use before
21748         2005-04-09 in order to match the colors used by rxvt.
21750 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21752         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21753         colors rxvt-unicode terminals by using the same code as xterm.el.
21755 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21757         * textmodes/tex-mode.el (tex-font-lock-append-prop)
21758         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21759         new symbol used for the tex-verbatim face.
21761 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
21763         * woman.el (woman-file-name):
21764         * wid-edit.el (widget-file-prompt-value)
21765         (widget-coding-system-prompt-value):
21766         * w32-fns.el (set-w32-system-coding-system):
21767         * vc.el (vc-version-diff, vc-annotate):
21768         * textmodes/reftex-auc.el (reftex-arg-cite)
21769         (reftex-arg-index-tag):
21770         * textmodes/refer.el (refer-get-bib-files):
21771         * textmodes/artist.el (artist-figlet-choose-font):
21772         * terminal.el (terminal-emulator):
21773         * replace.el (occur-read-primary-args):
21774         * rect.el (string-rectangle, string-insert-rectangle):
21775         * ps-print.el (ps-print-preprint):
21776         * progmodes/pascal.el (pascal-goto-defun):
21777         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21778         * progmodes/compile.el (compilation-find-file):
21779         * printing.el (pr-interactive-n-up):
21780         * play/animate.el (animate-birthday-present):
21781         * net/rcompile.el (remote-compile):
21782         * man.el (man, Man-goto-section, Man-follow-manual-reference):
21783         * mail/rmailsum.el (rmail-summary-search-backward)
21784         (rmail-summary-search):
21785         * mail/rmailout.el (rmail-output-read-rmail-file-name)
21786         (rmail-output-read-file-name):
21787         * mail/rmail.el (rmail-search, rmail-search-backwards):
21788         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21789         * locate.el (locate):
21790         * international/quail.el (quail-show-keyboard-layout):
21791         * international/mule.el (set-buffer-file-coding-system)
21792         (revert-buffer-with-coding-system, set-file-name-coding-system)
21793         (set-terminal-coding-system, set-keyboard-coding-system)
21794         (set-next-selection-coding-system):
21795         * international/mule-diag.el (describe-coding-system)
21796         (describe-font, describe-fontset):
21797         * international/mule-cmds.el (universal-coding-system-argument)
21798         (search-unencodable-char, describe-input-method)
21799         (set-language-environment, describe-language-environment):
21800         * international/codepage.el (codepage-setup):
21801         * international/code-pages.el (codepage-setup):
21802         * info.el (Info-search, Info-follow-reference)
21803         (Info-search-backward):
21804         * emacs-lisp/advice.el (ad-read-advised-function)
21805         (ad-read-advice-class, ad-clear-cache, ad-activate)
21806         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21807         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21808         (ad-read-regexp):
21809         * ediff-util.el (ediff-toggle-regexp-match):
21810         * ediff-ptch.el (ediff-prompt-for-patch-file):
21811         * dired-aux.el (dired-diff):
21812         * diff.el (diff):
21813         * cus-edit.el (custom-variable-prompt):
21814         * calendar/timeclock.el (timeclock-ask-for-project):
21815         * calc/calcalg3.el (calc-get-fit-variables):
21816         * calc/calc-store.el (calc-edit-variable)
21817         (calc-permanent-variable):
21818         * vc-mcvs.el (vc-mcvs-register):
21819         * shadowfile.el (shadow-define-literal-group):
21820         * woman.el (woman-file-name):
21821         * vc.el (vc-version-diff, vc-merge):
21822         * textmodes/reftex-index.el (reftex-index-complete-tag):
21823         * format.el (format-decode-buffer, format-decode-region):
21824         * emulation/viper-cmd.el (viper-read-string-with-history):
21825         * emacs-lisp/debug.el (cancel-debug-on-entry):
21826         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21827         * ediff.el (ediff-merge-revisions)
21828         (ediff-merge-revisions-with-ancestor, ediff-revision):
21829         * completion.el (interactive-completion-string-reader):
21830         * calc/calc-prog.el (calc-user-define-formula):
21831         Follow convention for reading with the minibuffer.
21833 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
21835         * progmodes/python.el (python-describe-symbol): Add globals() and
21836         locals() to the arguments of emacs.ehelp.
21838 2005-09-24  Magnus Henoch  <mange@freemail.hu>
21840         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21841         New function, code extracted from ispell-valid-dictionary-list.
21842         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21843         Call it.
21845 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
21847         * subr.el (version-regexp-alist): Extend valid syntax for version
21848         strings: allow any of the characters -,_,+ to separate the
21849         alpha/beta/rc part from the version part.  Doc fix.
21850         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
21852 2005-09-23  David Reitter  <david.reitter@gmail.com>
21854         * mail/mailclient.el: New file.
21856 2005-09-23  Richard M. Stallman  <rms@gnu.org>
21858         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21859         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21860         Doc fixes.
21862         * progmodes/cc-mode.el (c-font-lock-init):
21863         Specify font-lock-lines-before.
21865 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21867         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21868         whole conflict.
21870 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
21872         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21873         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
21874         of `remap' feature when available.  Additional key bindings for
21875         better tty support.
21876         (org-mode-restart, org-force-self-insert): New commands.
21877         (org-time-stamp-inactive): New command.
21878         (org-remap): New function.
21879         (org-table-auto-blank-field, org-level-color-stars-only): New options.
21880         (org-enable-fixed-width-editor): Move to `org-structure'
21881         customization group.
21882         (org-self-insert-command, orgtbl-self-insert-command): Modify to
21883         blank field after field motion commands.
21885 2005-09-23  Kenichi Handa  <handa@m17n.org>
21887         * international/mule-cmds.el (set-language-environment):
21888         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21889         have to call utf-translate-cjk-load-tables.
21891 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21893         * mouse.el (mouse-move-drag-overlay): Fix last change.
21895 2005-09-22  David Ponce  <david@dponce.com>
21897         * tree-widget.el (tree-widget-value-create): Fix previous change.
21899 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21901         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21903 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21905         * mouse.el (mouse-move-drag-overlay): New function.
21906         (mouse-drag-region-1): Use it.
21907         Try to simplify a bit the state handling.  Handle clicks on links
21908         inside intangible areas.
21909         (mouse-save-then-kill): Minor simplification.
21910         (mouse-secondary-overlay): Make it always non-nil instead of
21911         recreating it each time.
21912         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21913         (mouse-kill-secondary, mouse-secondary-save-then-kill):
21914         Simplify accordingly.
21916 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
21918         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21920 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
21922         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21923         (ediff-file-name-sans-prefix): Treat nil as an empty string.
21924         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21925         to patch.
21927         * ediff-util.el: Use insert-buffer-substring.
21929         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21931         * emulation/viper-cmd.el (viper-change-state): Don't move over the
21932         field boundaries in the minibuffer.
21933         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21934         (viper-minibuffer-post-command-hook): New hook.
21935         (viper-line): Don't move cursor at bolp.
21937         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21939         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21940         avoid compiler warnings.
21942         * emulation/viper-macs.el (ex-map): Better messages.
21944         * emulation/viper-utils.el (viper-beginning-of-field): New function.
21946         * emulation/viper.el: Replace make-variable-buffer-local with
21947         viper-make-variable-buffer-local everywhere, to avoid warnings.
21949 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21951         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21952         Delete unused var `old-selected-window'.
21953         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21954         (mouse-drag-secondary): Delete unused var `start-frame'.
21956 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21958         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21960 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21962         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21963         Re-indent within 80 columns.  Use inhibit-read-only.
21965 2005-09-19  Romain Francoise  <romain@orebokech.com>
21967         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21969 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21971         * font-lock.el (font-lock-default-fontify-region): Don't add a line
21972         unconditionally, since the after-change-function already did it.
21974 2005-09-19  Miles Bader  <miles@gnu.org>
21976         * net/newsticker.el: Get rid of CVS keyword.
21978 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
21980         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21981         The prompt is formatted later.
21983 2005-09-19  David Ponce  <david@dponce.com>
21985         * tree-widget.el (tree-widget-value-create): Save the converted
21986         tree :node widget.
21988 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
21990         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21991         variable `message'.
21993 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
21995         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21996         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
21997         <slawomir.nowaczyk.847@student.lu.se>.
21999 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
22001         * image.el (image-load-path): Use symbol `data-directory' instead
22002         of its value, for backward compatibility with packages that bind
22003         it during `find-image'.  Suggested by Katsumi Yamaoka.
22004         (image-search-load-path): Handle symbols whose values are strings.
22006 2005-09-18  Romain Francoise  <romain@orebokech.com>
22008         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22009         with-current-buffer form in save-excursion.
22011 2005-09-18  Deepak Goel  <deego@gnufans.org>
22013         * apropos.el (apropos-command): Fix `message' call: first arg
22014         should be a format spec.  In this and all other cases that appear
22015         below and elsewhere in the source code, I made a change only when
22016         two conditions were satisfied: [1] I can think of a possibility
22017         that the arguments would cause an error, for example, the code in
22018         question relies on external variables such as filenames.  [2] I
22019         was sure that the arg to `message' could not have been nil in the code.
22021         * textmodes/tildify.el (tildify-region): Ditto.
22023         * textmodes/reftex-index.el (reftex-index-change-entry)
22024         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22025         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22026         * textmodes/org.el (org-complete, org-deadline, org-schedule)
22027         (org-priority, org-table-sum):
22028         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22029         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22030         (flyspell-word, flyspell-display-next-corrections):
22031         * textmodes/bibtex.el (bibtex-print-help-message):
22032         * textmodes/artist.el (artist-key-set-point-poly):
22033         * term/mac-win.el (mac-services-insert-text):
22034         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22035         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22036         (vhdl-port-paste-testbench, vhdl-compose-new-component)
22037         (vhdl-compose-configuration):
22038         * progmodes/sh-script.el (sh-blink, sh-show-indent)
22039         (sh-set-indent, sh-learn-line-indent):
22040         * progmodes/ps-mode.el (ps-mode-target-column):
22041         * progmodes/idlwave.el (idlwave-make-tags)
22042         (idlwave-scan-library-catalogs):
22043         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22044         * progmodes/gud.el (gud-jdb-analyze-source):
22045         * progmodes/flymake.el (flymake-log):
22046         * progmodes/ebnf2ps.el (ebnf-generate-region):
22047         * progmodes/cmacexp.el (c-macro-expansion):
22048         * progmodes/ada-xref.el (ada-treat-cmd-string):
22049         * progmodes/ada-mode.el (ada-create-case-exception-substring)
22050         (ada-justified-indent-current, ada-batch-reformat):
22051         * play/zone.el (zone):
22052         * play/landmark.el (lm-move):
22053         * play/decipher.el (decipher-show-alphabet):
22054         * net/newsticker.el (newsticker--display-jump)
22055         (newsticker--display-scroll):
22056         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22057         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22058         * mail/feedmail.el (feedmail-dump-message-to-queue):
22059         * eshell/esh-proc.el (eshell-remove-process-entry):
22060         * emulation/ws-mode.el (ws-last-error):
22061         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22062         (viper-record-kbd-macro):
22063         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22064         * emacs-lisp/lisp-mnt.el (lm-report-bug):
22065         * emacs-lisp/find-func.el (find-function-noselect):
22066         * calendar/timeclock.el (timeclock-status-string)
22067         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22068         (timeclock-when-to-leave-string):
22069         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22070         * calc/calc-units.el (calc-enter-units-table):
22071         * calc/calc-mode.el (calc-mode-record-mode):
22072         * woman.el (woman-mini-help):
22073         * wdired.el (wdired-change-to-wdired-mode):
22074         * vc.el (vc-retrieve-snapshot):
22075         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22076         * startup.el (display-startup-echo-area-message):
22077         * simple.el (set-goal-column):
22078         * ses.el (ses-command-hook, ses-recalculate-cell):
22079         * server.el (server-process-filter):
22080         * printing.el (pr-interface-txt-print, pr-interface-printify)
22081         (pr-interface-ps):
22082         * pcvs.el (cvs-help):
22083         * log-edit.el (log-edit, log-edit-mode-help):
22084         * iswitchb.el (iswitchb-possible-new-buffer):
22085         * isearch.el (isearch-edit-string):
22086         * image-mode.el (image-mode, image-minor-mode):
22087         * ibuf-macs.el (define-ibuffer-filter):
22088         * hi-lock.el (hi-lock-find-patterns):
22089         * files.el (toggle-read-only):
22090         * ediff-util.el (ediff-copy-diff)
22091         (ediff-write-merge-buffer-and-maybe-kill):
22092         * echistory.el (Electric-history-undefined):
22093         * dnd.el (dnd-insert-text):
22094         * dired-aux.el (dired-query):
22095         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22096         * bookmark.el (bookmark-bmenu-locate):
22097         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22098         Fix `message' calls to ensure first arg is a format string.
22099         The change was made only when these two conditions were satisfied:
22100         [1] when there is a possibility that the arguments would cause an error
22101         for example, if the code in question relies on external variables
22102         such as filenames, and
22103         [2] if the arg to `message' could not have been nil in the code.
22105         * pcomplete.el (pcomplete--help): Fix `message' format spec.
22106         Not having a %s would be weird, though not technically wrong.
22108 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22110         * term/mac-win.el (mac-add-charset-info): Doc fix.
22112 2005-09-17  Romain Francoise  <romain@orebokech.com>
22114         * shell.el (shell-resync-dirs): Handle echoing processes more
22115         reliably.  Don't insert resync command if `comint-process-echoes'
22116         is non-nil.
22118 2005-09-17  Magnus Henoch  <mange@freemail.hu>
22120         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22121         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22122         aspell versions >= 0.60.
22123         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22124         only if ispell-aspell-supports-utf8 is non-nil.
22126 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22128         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22129         buffer-local value to lisp-indent-function.
22131 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
22133         * progmodes/glasses.el (glasses-make-readable): If
22134         glasses-separator differs from underscore, put appropriate
22135         overlays over underscore characters.
22136         (glasses-convert-to-unreadable): If glasses-separator differs from
22137         underscore, try to convert glasses-separator characters to
22138         underscores.
22140 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
22142         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22143         Use with-syntax-table and dolist.
22145 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
22147         * textmodes/reftex-auc.el:
22148         * textmodes/reftex-cite.el:
22149         * textmodes/reftex-dcr.el:
22150         * textmodes/reftex-global.el:
22151         * textmodes/reftex-parse.el:
22152         * textmodes/reftex-ref.el:
22153         * textmodes/reftex-sel.el:
22154         * textmodes/reftex-toc.el:
22155         * textmodes/reftex-vars.el:
22156         * textmodes/reftex.el: Small changes to remove compiler warnings.
22158         * textmodes/reftex-index.el: Likewise.
22159         (reftex-query-index-phrase): More efficient use of markers.
22161 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22163         * image.el (image-load-path): New variable.
22164         (image-search-load-path): New function.
22165         (find-image): Search for images in `image-load-path'.
22167 2005-09-15  Richard M. Stallman  <rms@gnu.org>
22169         * follow.el: Change Maintainer field.
22171 2005-09-15  David Ponce  <david@dponce.com>
22173         * recentf.el (recentf-save-file-modes): New option.
22174         (recentf-save-list): Use it.
22176 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
22178         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22179         (mode-line-mule-info, mode-line-modified): Move bindings from
22180         mouse-3 to mouse-1.
22182 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
22184         * simple.el (sendmail-user-agent-compose): Revert last change.
22186 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
22188         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22189         Use with-current-buffer.
22190         (ange-ftp-gwp-start): Remove unused var `gw-user'.
22191         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22192         (ange-ftp-insert-directory): Remove unused var `short'.
22193         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22195         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22196         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22198         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22199         (check-calendar-holidays, diary-list-entries): Autoload.
22200         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22201         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22203         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22204         which mistakenly removed a call to display-buffer.
22206 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
22208         * obsolete/iso-insert.el: Move to obsolete/ from international/.
22210 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
22212         * progmodes/hideshow.el
22213         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22214         (hs-allow-nesting): New user var.
22215         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22216         (hs-hide-block-at-point): When nesting allowed,
22217         if there is already an overlay in place, delete it.
22218         (hs-safety-is-job-n): Delete func; remove call sites.
22219         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22220         (hs-overlay-at): New func.
22221         (hs-already-hidden-p, hs-show-block): Use it.
22222         (hs-hide-all): Don't pre-clean if nesting allowed.
22223         (hs-show-all): Temporarily disallow
22224         nesting around call to `hs-discard-overlays'.
22226 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
22228         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22229         Delete unused local var.
22231 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
22233         * help-fns.el (describe-categories): "?\ " -> "?\s".
22234         (help-do-arg-highlight): Recognize also ARG-n, as in
22235         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
22237         * international/codepage.el (dos-unsupported-char-glyph):
22238         * net/newsticker.el (tool-bar-map, w3-mode-map)
22239         (w3m-minor-mode-map):
22240         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22241         (ent-alist):
22242         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22244 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
22246         * custom.el (custom-push-theme): Handle the case where a symbol is
22247         bound but face properties have not yet been assigned.
22249         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22250         Fix behavior if noerase is `t' and there is no mail buffer.
22252         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22253         if `continue' is nil, rather than signal an error.
22255 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22257         * font-lock.el (font-lock-keywords): Add autoload.
22259         * help-fns.el (describe-variable): Rearrange to put source link
22260         in a predictable place.
22262         * net/newsticker.el: New file.
22264 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
22266         * calendar/calendar.el (calendar-for-loop): Add edebug info.
22267         (calendar-basic-setup): Use the new nil arg.
22268         (number-of-diary-entries): Move to diary-lib.el.
22270         * calendar/diary-lib.el: Use with-current-buffer, match-string.
22271         (diary-list-entries): Use with-syntax-table and dolist.
22272         Rename from list-diary-entries.
22273         Use number-of-diary-entries if `number' is nil.
22274         (diary, diary-view-entries): Use this new name and new nil arg value.
22275         (number-of-diary-entries): Move from calendar.el.
22276         (diary-unhide-everything): New function.
22277         (include-other-diary-files, fancy-diary-display)
22278         (diary-show-all-entries, make-diary-entry): Use it.
22279         (diary-mail-entries): Use buffer-string.
22280         (mark-diary-entries): Fix long standing paren typo.
22281         (diary-sexp-entry): Use count-lines.
22282         (make-diary-entry): Avoid `previous-line'.
22283         (diary-mode-map): New var.
22284         (diary-mode): Redraw cal after saving.  Setup header-line.
22285         (fancy-diary-display-mode): Use local-set-key.
22287         * startup.el (command-line): Try calling various terminal-init-foo-bar
22288         functions by stripping hyphenated suffixes from $TERM.
22290         * files.el (normal-mode): Check boundness of font-lock-keywords.
22292 2005-09-12  Richard M. Stallman  <rms@gnu.org>
22294         * progmodes/compile.el: Don't decide a file's directory
22295         until the user actually tries to go there.
22296         (compilation-next-error-function):
22297         Pass compilation-find-file the directory from the file-struct.
22298         (compilation-internal-error-properties): Separate local FILE-STRUCT
22299         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
22300         (compilation-find-file): Arg DIR renamed to DIRECTORY.
22301         Expand it, and if nil, use default-directory.
22302         (compilation-get-file-structure): Don't mix specified directory
22303         with default directory.  Put specified directory into
22304         file-struct.  Don't make the file name absolute.
22306         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22307         (compile-command): Add autoload.
22308         (compilation-disable-input): Add autoload.
22310 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
22312         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22313         strings of the variables it can override.
22314         (time-stamp): New (as yet undocumented) time-stamp-format escapes
22315         %Q and %q, for fully-qualified domain name and unqualified host name.
22317 2005-09-11  Kim F. Storm  <storm@cua.dk>
22319         * emacs-lisp/authors.el (authors-aliases): Update list.
22320         (authors-fixed-entries): Update mldrag.el entry.
22322 2005-09-10  Alan Mackenzie  <acm@muc.de>
22324         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22325         from the region narrowed to.
22327 2005-09-10  Magnus Henoch  <mange@freemail.hu>
22329         * textmodes/ispell.el (ispell-check-version): Signal an error if
22330         aspell version is less than 0.60.
22332 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
22334         * progmodes/octave-inf.el (inferior-octave-startup):
22335         Resync current dir at the end.
22337 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
22339         * woman.el (woman-topic-at-point-default):
22340         Rename to woman-use-topic-at-point-default.
22341         (woman-topic-at-point): Rename to woman-use-topic-at-point.
22342         (woman-file-name): Reflect renames above.  Automatically use the
22343         word at point as topic if woman-use-topic-at-point is non-nil.
22344         Otherwise offer it as default but don't insert it in the
22345         minibuffer.  Also use `test-completion' instead of `assoc' as
22346         suggested by Stefan Monnier.
22348 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
22350         * vc.el (vc-directory, vc-update-change-log): Throw an error on
22351         the attempt to do it over Tramp.  This is not yet supported.
22353 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
22355         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22356         (menu-bar-non-minibuffer-window-p): New functions.
22357         ("Split Window", "Save As..."): Use them.
22358         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22359         ("Print Buffer", "Truncate Long Lines in this Buffer"):
22360         Use menu-bar-menu-frame-live-and-visible-p.
22361         ("Save Buffer", "Insert File", "Open Directory...")
22362         ("Open File...", "Visit New File..."):
22363         Use menu-bar-non-minibuffer-window-p.
22364         (kill-this-buffer-enabled-p, dired <menu-enable>):
22365         Use menu-bar-non-minibuffer-window-p.
22367 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22369         * cus-start.el (all): Don't complain about fringe-related
22370         built-ins if fringes are not supported.  Ditto about
22371         selection-related built-ins.  Fix the test for GTK-related built-ins.
22373         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22374         ("Postscript Print Buffer", "Print Region", "Save As...")
22375         ("Save", "Insert File...", "Open Directory...")
22376         ("Open File...", "Visit New File..."")
22377         ("Truncate Long Lines in this Buffer"): Don't look at
22378         menu-updating-frame if this display does not support multiple frames.
22380 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
22382         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22384 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
22386         * woman.el: Format- and whitespace-related changes.
22388 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
22390         * woman.el: Fix my email address.
22392 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22394         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22395         (sh-mode): Locally set skeleton-pair-default-alist.
22397         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22399         * progmodes/flymake.el: Require `compile' unconditionally.
22401         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22403         * woman.el (woman-file-name): Provide a default, not initial input.
22405         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22407         * font-lock.el (font-lock-support-mode): Doc fix.
22409         * descr-text.el (describe-property-list): Handle non-symbol prop names.
22411 2005-09-08  Richard M. Stallman  <rms@gnu.org>
22413         * simple.el (blink-matching-open): Get rid of text props from
22414         the string shown in echo area.  Don't permanently set point.
22415         Some rearrangements.
22417 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
22419         * recentf.el (recentf-filename-handler): Add custom choice
22420         `abbreviate-file-name'.
22422         * msb.el (msb--very-many-menus): Fix typo.
22424         * disp-table.el (standard-display-european): Don't set
22425         enable-multibyte-characters to nil.
22427 2005-09-08  David Ponce  <david@dponce.com>
22429         * recentf.el (recentf-show-file-shortcuts-flag): New option.
22430         (recentf-expand-file-name): Doc fix.
22431         (recentf-dialog-mode-map): Define digit shortcuts.
22432         (recentf--files-with-key): New variable.
22433         (recentf-show-digit-shortcut-filter): New function.
22434         (recentf-open-files-items): New function.
22435         (recentf-open-files): Use it.
22436         (recentf-open-file-with-key): New command.
22438 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
22440         * buff-menu.el (Buffer-menu-sort-by-column): New function.
22441         Suggested by Kim F. Storm.
22442         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22443         (Buffer-menu-make-sort-button): Use global keymap.
22445 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
22447         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22448         (Man-getpage-in-background-advice): Remove defadvice; it isn't
22449         necessary any longer with the remapped command.
22450         (Man-bgproc-sentinel-advice): Remove defadvice which counts
22451         formatting time only.
22453         * net/tramp.el (tramp-action-password)
22454         (tramp-multi-action-password): Compile the password prompt from
22455         `method', `user' and `host'.  Sometimes it isn't obvious which
22456         password to enter, for example with remote files offered by
22457         recentf.el, or with multiple steps.  Suggested by Robert Marshall
22458         <robert@chezmarshall.freeserve.co.uk>.
22460 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22462         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22463         Fix regexp for when "s///" is at the beginning of line.
22465 2005-09-07  Jay Belanger  <belanger@truman.edu>
22467         * calc/calc-poly.el (math-expand-term): Multiply out any powers
22468         when in matrix mode.
22470 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22472         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22473         non-anonymous functions.
22475 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
22477         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22478         when using a header line.  Otherwise, use mouse-1-click-follows-link.
22480         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22481         can't be moved; don't signal an error.
22483 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
22485         * cus-theme.el (custom-theme-write-faces): Save the current face
22486         spec, not the defface spec.
22488         * custom.el (custom-known-themes): Clarify meaning of "standard".
22489         (custom-push-theme): Save old values in the standard theme.
22490         (disable-theme): Correct typo.
22491         (custom-face-theme-value): Deleted unused function.
22492         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22494 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22496         * progmodes/compile.el (compilation-goto-locus): Take into account
22497         iconified frames when determining whether the buffer is
22498         already visible.
22499         Don't reset window height if the window already existed.
22501 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
22503         * custom.el (load-theme): Rename from require-theme.
22504         Add interactive spec.
22505         (enable-theme): Rename from custom-enable-theme.
22506         Add interactive spec.
22507         (disable-theme): Rename from custom-disable-theme.
22508         Add interactive spec.
22509         (custom-make-theme-feature): Doc fix.
22510         (custom-theme-directory): Doc fix.
22511         (provide-theme): Call enable-theme.
22513 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22515         * obsolete/lazy-lock.el (lazy-lock-mode):
22516         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22517         font-lock-mode if it's off.  Print a warning instead.
22519         * progmodes/compile.el (compilation-start): Ignore errors if the
22520         process died before we get to send-eof.
22522         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22523         Undo last change.  Enclosing the result in quotes broke things on Unix
22524         since tex-send-command passes it through shell-quote-argument.
22525         (tex-send-command): Pass `file' through convert-standard-filename
22526         when possible.
22527         (tex-uptodate-p): Handle the case where TeX hasn't put additional
22528         info in a transcript.
22530 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
22532         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22533         fix compilation warning.  Reorder the key definitions to group
22534         together keys emitted by the current version of xterm.
22536         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22537         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22538         Reorder predicates to correct min-color usage.
22540 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
22542         * longlines.el (longlines-mode): Inhibit read-only when encoding.
22543         Kill local variables when longlines-mode is turned off.
22545 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
22547         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22549         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22551         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22553         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22554         (font-lock-lines-before): Change default to being inactive.
22555         (font-lock-default-fontify-region): Obey font-lock-lines-before.
22556         (font-lock-after-change-function): Don't handle f-l-lines-before here.
22558 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22560         * net/tramp.el (tramp-handle-make-auto-save-file-name):
22561         Deactivate temporarily advice if active (not needed for Emacs 22,
22562         but for backwards compatibility).
22563         (tramp-exists-file-name-handler): Rewrite.  First implementation
22564         was too simple.
22565         (tramp-advice-make-auto-save-file-name):
22566         Call `tramp-handle-make-auto-save-file-name' (again, just for
22567         backwards compatibility).
22569 2005-08-31  Reto Zimmermann  <reto@gnu.org>
22571         * progmodes/vhdl-mode.el
22572         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22573         (vhdl-end-p): Fix indentation bug "else" after "-- when".
22574         (vhdl-set-default-project): New function (easier setting of default).
22575         (vhdl-port-copy): Handle extended identifiers for generics.
22576         (vhdl-compiler-alist): Better description for error message regexp.
22577         (vhdl-make): Query for target, use previous as default.
22578         (vhdl-port-copy): Fix port copy for port names starting with "signal".
22579         (vhdl-font-lock-keywords-2): Fix fontification for record
22580         el. assign.
22581         (vhdl-speedbar-make-subpack-line): Add package body link.
22582         (vhdl-generate-makefile-1): Not include itself as dependency.
22583         (vhdl-font-lock-init): Highlight c-preprocessor directives.
22584         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22585         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22586         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22587         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22588         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22589         (vhdl-import-project): Add string argument for `error'.
22590         (vhdl-compose-configuration)
22591         (vhdl-compose-configuration-architecture): Add configuration
22592         declaration generation.
22593         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22594         (vhdl-trailer-re): Add "record" keyword (better indentation).
22595         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22596         "[^ \t-\"]+".
22597         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22598         (vhdl-testbench-entity-file-name)
22599         (vhdl-testbench-architecture-file-name): Allow separate
22600         customization of testbench file names.
22601         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22602         (vhdl-get-visible-signals): Allow newline within alias declaration.
22603         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22604         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22605         (member-ignore-case): Alias for missing function in XEmacs.
22606         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22607         (vhdl-update-sensitivity-list): Ignore case on read signals.
22608         (vhdl-replace-string): Adjust case only for file names.
22609         (vhdl-update-sensitivity-list): Fix search for read signals.
22610         (vhdl-update-sensitivity-list): Exclude formal parameters.
22611         (vhdl-get-visible-signals): Include aliases of signals.
22612         (vhdl-get-visible-signals): Fix signal name searching.
22613         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22614         (vhdl-fixup-whitespace-region): Fix for character
22615         literals (e.g. `:').
22617 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
22619         * ansi-color.el (comint-last-output-start):
22620         * bs.el (font-lock-verbose):
22621         * diff-mode.el (add-log-buffer-file-name-function):
22622         * dired-x.el (vm-folder-directory):
22623         * faces.el (help-xref-stack-item):
22624         * files.el (font-lock-keywords):
22625         * find-lisp.el (dired-buffers, dired-subdir-alist):
22626         * ido.el (cua-inhibit-cua-keys):
22627         * log-view.el (cvs-minor-wrap-function):
22628         * outline.el (font-lock-warning-face):
22629         * simple.el (compilation-current-error):
22630         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22631         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22632         * tooltip.el (comint-prompt-regexp):
22633         * w32-fns.el (explicit-shell-file-name):
22634         * term/mac-win.el (mac-charset-info-alist)
22635         (mac-services-selection, mac-system-script-code):
22636         * term/tty-colors.el (msdos-color-values):
22637         * term/w32-win.el (xlfd-regexp-registry-subnum):
22638         * term/x-win.el (x-keysym-table, x-selection-timeout)
22639         (x-session-id, x-session-previous-id):
22640         * textmodes/ispell.el (mail-yank-prefix):
22641         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22642         * textmodes/org.el (calc-embedded-close-formula)
22643         (calc-embedded-open-formula)
22644         (font-lock-unfontify-region-function):
22645         * textmodes/reftex-global.el (isearch-next-buffer-function)
22646         (TeX-master):
22647         * textmodes/reftex.el (font-lock-keywords):
22648         * textmodes/tex-mode.el (font-lock-comment-face)
22649         (font-lock-doc-face):
22650         * textmodes/texinfo.el (outline-heading-alist):
22651         Add defvars.
22653         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22654         (artist-spray-chars, artist-mode-init, artist-replace-string)
22655         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22656         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22657         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22659         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22660         (conf-align-assignments): "?\ " -> "?\s".
22662         * textmodes/reftex-index.el (TeX-master): Add defvar.
22663         (reftex-index-phrases-marker): Move up defvar.
22665         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22666         (reftex-toc-include-labels-indicator)
22667         (reftex-toc-include-index-indicator)
22668         (reftex-toc-max-level-indicator): Move up declarations.
22670         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22671         of args to `tramp-run-real-handler', even if it's empty in this case.
22673 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22675         * dired.el (dired-move-to-filename-regexp): Add date format for
22676         Mac OS X 10.3 in East Asian locales.
22678 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
22680         * files.el (make-auto-save-file-name): Add file name handler call
22681         if applicable.
22683         * net/tramp.el (tramp-file-name-handler-alist)
22684         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22685         (tramp-handle-make-auto-save-file-name): Rename from
22686         `tramp-make-auto-save-file-name'.
22687         (tramp-exists-file-name-handler): New defun.
22688         (tramp-advice-make-auto-save-file-name): Make defadvice only when
22689         `make-auto-save-file-name' is not a magic file name operation.
22691 2005-08-30  Richard M. Stallman  <rms@gnu.org>
22693         * files.el (risky-local-variable-p):
22694         Match `-predicates' and `-commands.
22696         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22697         (custom-save-all): Visit the file if necessary;
22698         kill the buffer if we created it.
22699         (custom-save-delete): Don't visit file or kill buffer here.
22701 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
22703         * textmodes/org.el (org-special-keyword): New face.
22704         (org-table-copy-down, org-table-eval-formula)
22705         (org-table-recalculate, org-init-section-numbers):
22706         Use `string-to-number' instead of `string-to-int'.
22707         (org-get-location): Use `insert-buffer-substring' instead of
22708         `insert-buffer'.
22709         (org-modify-diary-entry-string): New function.
22710         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22711         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22712         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22713         active region.
22714         (org-export-as-html): Handle QUOTE keyword.
22715         (org-quote-string): New option.
22716         (org-bookmark-jump-unhide): New function, used for
22717         `bookmark-after-jump-hook'.
22718         (org-diary-default-entry): Apply only when not called through
22719         `org-agenda'.
22721 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
22723         * net/eudc.el (mode-popup-menu):
22724         * play/handwrite.el (ps-printer-name, ps-lpr-command):
22725         * progmodes/ada-mode.el (compile-auto-highlight)
22726         (skeleton-further-elements):
22727         * progmodes/autoconf.el (font-lock-syntactic-keywords):
22728         * progmodes/cmacexp.el (msdos-shells):
22729         * progmodes/compile.el (font-lock-extra-managed-props)
22730         (font-lock-keywords, font-lock-maximum-size)
22731         (font-lock-support-mode):
22732         * progmodes/grep.el (font-lock-lines-before):
22733         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22734         * progmodes/mixal-mode.el (compile-command):
22735         * progmodes/perl-mode.el (font-lock-comment-face)
22736         (font-lock-doc-face, font-lock-string-face):
22737         * progmodes/prolog.el (comint-prompt-regexp):
22738         * progmodes/sh-script.el (font-lock-comment-face)
22739         (font-lock-set-defaults, font-lock-string-face):
22740         * progmodes/sql.el (font-lock-keyword-face)
22741         (font-lock-set-defaults, font-lock-string-face):
22742         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22743         (itimer-version, lazy-lock-defer-contextually)
22744         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22745         Add defvars.
22747         * progmodes/cperl-mode.el (cperl-electric-lbrace)
22748         (cperl-electric-keyword, cperl-electric-pod)
22749         (cperl-electric-backspace, cperl-forward-re)
22750         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22751         (vc-rcs-header, vc-sccs-header): Add defvars.
22753         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22754         (font-lock-syntactic-keywords, gud-find-expr-function):
22755         Add defvars.
22757         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22758         (gdb-frame-parameters): Declare before use.
22760         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22761         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22762         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22763         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22765         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22766         (idlwave-help-with-source): Use `insert-buffer-substring', not
22767         `insert-buffer'.
22769 2005-08-29  Juri Linkov  <juri@jurta.org>
22771         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22772         Put outline-back-to-heading function call inside save-excursion.
22774 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
22776         * man.el (Man-init-defvars, Man-translate-references)
22777         (Man-support-local-filenames, Man-highlight-references):
22778         * progmodes/sql.el (sql-interactive-mode):
22779         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22781         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22782         (compilation-mode-font-lock-keywords): Add defvars.
22783         (checkdoc-interactive-loop): "?\ " -> "?\s".
22785         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22786         (font-lock-doc-face, font-lock-string-face)
22787         (font-lock-keywords-case-fold-search): Add defvars.
22788         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22790         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22791         Don't pass X and Y (they are ignored anyway).
22792         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22793         (mouse-delete-window): Make arguments optional.
22795         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22796         (caesar-translate-table, minor-modes, news-buffer-save)
22797         (news-group-name, news-minor-modes): Add defvars.
22799         * emacs-lisp/lselect.el (mouse-highlight-priority)
22800         (x-lost-selection-functions, zmacs-regions):
22801         * emacs-lisp/pp.el (font-lock-verbose):
22802         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22803         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22804         (ses-mode-map):
22805         * emacs-lisp/tcover-unsafep.el (safe-functions):
22806         * international/mule-cmds.el (mac-system-coding-system)
22807         (mac-system-locale):
22808         * language/ethio-util.el (rmail-current-message)
22809         (rmail-message-vector):
22810         * language/thai-util.el (thai-auto-composition-mode):
22811         * mail/metamail.el (rmail-current-message, rmail-message-vector):
22812         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22813         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22814         (vm-primary-inbox, vm-spool-files):
22815         * mail/rmail.el (deleted-head, font-lock-fontified)
22816         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22817         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22818         (total-messages):
22819         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22820         (rmail-summary-mode-map):
22821         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22822         (rmail-last-label, rmail-last-multi-labels)
22823         (rmail-summary-vector, rmail-total-messages):
22824         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22825         * mail/rmailsum.el (msgnum):
22826         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22827         (rmail-current-message):
22828         * obsolete/fast-lock.el (font-lock-face-list):
22829         * obsolete/rnewspost.el (mail-reply-buffer):
22830         * obsolete/scribe.el (compile-command):
22831         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22833 2005-08-28  John Paul Wallington  <jpw@gnu.org>
22835         * ibuf-ext.el (ibuffer-auto-update-changed):
22836         Use `frame-or-buffer-changed-p' to check whether we need to update.
22837         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22838         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
22839         as a `frame-or-buffer-changed-p' state vector instead.
22841 2005-08-27  Romain Francoise  <romain@orebokech.com>
22843         * textmodes/makeinfo.el (makeinfo-compile):
22844         Use `compilation-start'.  Set `next-error-function' according to
22845         `disable-errors'.
22846         (makeinfo-next-error): New function.
22847         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22848         (makeinfo-buffer): Likewise.
22850         * progmodes/compile.el (compilation-start): Add autoload cookie.
22852         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22853         * textmodes/sgml-mode.el: Likewise.
22854         * progmodes/python.el: Likewise.
22856 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
22858         * simple.el (blink-matching-paren-distance): Document the meaning
22859         of nil value, and allow to customize to nil.
22861         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22862         command.com, not command.exe.
22864 2005-08-26  John Wiegley  <johnw@newartisans.com>
22866         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22867         code around a bit so that an extraneous nil argument is not added
22868         to a command when no args are given.
22870         * eshell/esh-arg.el (eshell-parse-double-quote): If a
22871         double-quoted argument resolves to nil, return it as an empty
22872         string rather than as nil.  This made it impossible to pass "" to
22873         a shell script as a null string argument.
22875 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22877         * outline.el (outline-invent-heading): New fun.
22878         (outline-promote, outline-demote): Use it.
22879         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22880         (outline-end-of-subtree): Remove unused var `opoint'.
22882 2005-08-26  David Reitter  <david.reitter@gmail.com>
22884         * menu-bar.el (truncate-lines, write-file, print-buffer)
22885         (ps-print-buffer-faces, ps-print-buffer, split-window):
22886         Disable menu items when the frame they refer to is invisible, or when
22887         they refer to a buffer and the minibuffer is selected.
22889 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
22891         * progmodes/flymake.el (flymake-highlight-err-lines):
22892         Use save-excursion around flymake-highlight-line to preserve point.
22894 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
22896         * progmodes/octave-mod.el: Change Author and Maintainer address.
22897         (octave-maintainer-address): Change Kurt's email address.
22898         * progmodes/octave-inf.el: Change Author and Maintainer address.
22899         * progmodes/octave-hlp.el: Change Author and Maintainer address.
22901 2005-08-26  Kim F. Storm  <storm@cua.dk>
22903         * subr.el (version-list-<, version-list-<=, version-list-=):
22904         Rename from integer-list-*.
22905         (version-list-not-zero): Likewise.  Fix while loop.
22906         (version=): Use version-list-= instead of string-equal.
22908 2005-08-26  Richard M. Stallman  <rms@gnu.org>
22910         * outline.el (outline-promote): Try shortening the heading.
22911         As last resort, read the heading to use.
22912         (outline-demote): As last resort, read the heading to use.
22914 2005-08-26  Romain Francoise  <romain@orebokech.com>
22916         * progmodes/compile.el (compilation-start): Doc fix.
22918         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22919         (antlr-font-lock-additional-keywords): Fix reference to
22920         `antlr-font-lock-literal-regexp' erroneously changed during the
22921         mass face rename.
22922         (antlr-run-tool): Use `compilation-start'.
22924         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22925         instead of the obsolete `compile-internal'.
22927 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
22929         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22930         (number, original-date):
22931         * calendar/cal-china.el (date):
22932         * calendar/cal-coptic.el (date):
22933         * calendar/cal-french.el (date):
22934         * calendar/cal-hebrew.el (date, entry, number, original-date):
22935         * calendar/cal-islam.el (date, number, original-date):
22936         * calendar/cal-iso.el (date):
22937         * calendar/cal-julian.el (date):
22938         * calendar/cal-mayan.el (date):
22939         * calendar/cal-menu.el (date, event):
22940         * calendar/cal-persia.el (date):
22941         * calendar/lunar.el (date):
22942         * calendar/solar.el (date): Add defvars.
22944         * emerge.el:
22945         * ibuffer.el:
22946         * info-xref.el:
22947         * obsolete/bg-mouse.el:
22948         * obsolete/sun-curs.el:
22949         * obsolete/swedish.el: Move the `defvar's to the top level.
22951         * smerge-mode.el (smerge-refined-change): Add :group.
22953 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22955         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22956         (smerge-keep-n): Remove props.
22957         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22958         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22959         now that it's done in smerge-keep-n.
22960         (smerge-refined-change): New face.
22961         (smerge-refine-chopup-region, smerge-refine-highlight-change)
22962         (smerge-refine): New funs.
22963         (smerge-basic-map): Bind smerge-refine.
22965 2005-08-25  Juri Linkov  <juri@jurta.org>
22967         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22968         compilation-process-setup-function and compilation-disable-input
22969         in grep-mode instead of let-bindings in grep.
22971         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22972         Delete "Automatic File De/compression" (auto-compression-mode).
22974 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
22976         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22977         Silence warning about non-existent variable.
22979 2005-08-25  Richard M. Stallman  <rms@gnu.org>
22981         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22982         Rename "Describe Key" to "Describe Key or Mouse Operation".
22984         * mail/mailalias.el (build-mail-aliases): Delete comments
22985         from the contents before processing them.
22987         * isearch.el (isearch-edit-string): Erase the Search prompt
22988         if user enters an empty string and there is no default.
22990         * comint.el (comint-file-name-prefix): Add autoload.
22992 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
22994         * subr.el (play-sound): Rearrange to avoid warning.
22996 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
22998         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22999         New hook.
23000         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23002 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23004         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23006         * custom.el (custom-theme-set-variables): Sort minor modes last.
23008 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23010         * subr.el (version-separator, version-regexp-alist): New vars used by
23011         version comparison funs.
23012         (integer-list-<, integer-list-=, integer-list-<=)
23013         (integer-list-not-zero): New funs for integer list comparison.
23014         (version-to-list, version=, version<, version<=): New funs for version
23015         comparison.
23017 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
23019         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23020         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23021         time to silence the byte-compiler.
23023         * ibuffer.el (ibuffer-compile-make-eliding-form)
23024         (ibuffer-check-formats): Use `with-no-warnings' to hide references
23025         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23026         so it's silly to get warnings for it).
23027         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23028         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23029         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23030         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23031         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23032         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23033         Defvar at compile time.
23034         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23035         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23036         Declare them before use.
23038         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23039         (info-xref-good, info-xref-bad): Defvar at compile time.
23041         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23042         Use `let*' instead of `let'.
23044         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23045         (*mouse-y*, menu, char): Defvar at compile time.
23046         (sc::menu): Declare it before use.
23047         (sc::pack-one-line): Use `let', not `let*'.
23049         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23050         (mail-send-hook): Defvar at compile time.
23052         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23053         Defvar at compile time.
23055         * term/sun-mouse.el (current-global-mousemap)
23056         (current-local-mousemap): Declare them before use.
23058 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
23060         * bookmark.el (bookmark-after-jump-hook): New hook.
23061         (bookmark-jump): Run `bookmark-after-jump-hook'.
23063 2005-08-23  Juri Linkov  <juri@jurta.org>
23065         * faces.el (minibuffer-prompt): Doc fix.
23067 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
23069         * progmodes/xscheme.el: Trivial changes to silence warnings.
23070         (xscheme-previous-mode, xscheme-previous-process-state):
23071         Add defvars.
23072         (xscheme-last-input-end, xscheme-process-command-line)
23073         (xscheme-process-name, xscheme-buffer-name)
23074         (xscheme-expressions-ring-max, xscheme-expressions-ring)
23075         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23076         (xscheme-control-g-synchronization-p)
23077         (xscheme-control-g-disabled-p, xscheme-string-receiver)
23078         (default-xscheme-runlight, xscheme-runlight)
23079         (xscheme-runlight-string, xscheme-process-filter-state)
23080         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23081         Move to beginning of file.
23082         (scheme-interaction-mode-commands-alist)
23083         (scheme-interaction-mode-map, scheme-debugger-mode-map):
23084         Declare them before use.  Note: the initialization code for the
23085         variables has not been moved because it uses functions that reference
23086         the variables.
23087         (xscheme-control-g-message-string, xscheme-process-filter-alist)
23088         (xscheme-prompt-for-expression-map): Declare them before use.
23089         (scheme-debugger-mode-commands): "?\ " -> "?\s".
23091 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
23093         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23095 2005-08-22  Juri Linkov  <juri@jurta.org>
23097         * faces.el (set-face-underline): Delete this duplicate function
23098         and make an obsolete alias to set-face-underline-p.
23099         (set-face-underline-p): Use docstring of set-face-underline.
23100         (describe-face): Create hyperlink to parent face.
23102         * info.el (Info-insert-dir): Use save-excursion around
23103         insert-buffer-substring.
23104         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23105         (Info-escape-percent): Delete function.
23106         (Info-fontify-node): Replace Info-escape-percent by
23107         replace-regexp-in-string with REP arg set to lambda that
23108         duplicates `%' and preserves text properties.
23110         * progmodes/compile.el (compilation-disable-input): Doc fix.
23111         (define-compilation-mode): Doc fix and refill.
23112         (kill-compilation): Use `mode-name' in the error message.
23113         (compilation-find-file): Use `compilation-error' in the
23114         read-file-name's prompt.
23116 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23118         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23119         (smerge-auto-leave): Make undo re-enable the mode.
23120         (debug-ignored-errors): Add the user-error of impossible resolution.
23121         (smerge-resolve): Move things around a bit, in preparation for later.
23122         (smerge-diff): Don't fail if the buffer has no associated file.
23123         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23124         (smerge-conflict-overlay): New function.
23125         (smerge-match-conflict): Don't add text properties here.
23126         (smerge-find-conflict): Instead, add an overlay here.
23127         Also check for the case where we're inside a conflict already, so as to
23128         obviate the need for font-lock-multiline, which is unbearably slow with
23129         large conflicts and ciomplex font-lock patterns.
23130         (smerge-remove-props): Remove overlay rather than text-properties.
23131         (smerge-mode): Don't set font-lock-multiline.
23132         Remove overlays when turned off.
23134 2005-08-21  Kim F. Storm  <storm@cua.dk>
23136         * ido.el (ido-ignore-item-p): Use save-match-data.
23137         Bind case-fold-search to ido-case-fold locally.
23139 2005-08-20  Richard M. Stallman  <rms@gnu.org>
23141         * files.el (normal-mode): If font lock is on, turn it off and on.
23143         * subr.el (replace-regexp-in-string): Doc fix.
23145         * startup.el (command-line-1): Don't suppress startup screen
23146         due to existing processes.
23148         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23150         * progmodes/compile.el (compilation-disable-input): Default to nil.
23152 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
23154         * progmodes/compile.el (compilation-disable-input): New defcustom.
23155         (compilation-start): If compilation-disable-input is non-nil, send
23156         EOF to the compilation process.
23158 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
23160         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23161         Run the argument of tex-shell-cd-command through
23162         convert-standard-filename, to get the correct style of slashes on
23163         Windows, and enclose the result in quotes, in case the file name
23164         includes whitespace or other special characters.
23166 2005-08-19  Andreas Schwab  <schwab@suse.de>
23168         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23169         process.
23171 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
23173         * cus-start.el (minibuffer-prompt-properties): Correct typo.
23175 2005-08-18  Kim F. Storm  <storm@cua.dk>
23177         * scroll-lock.el: Fix errors due to incorrect line wrapping.
23179 2005-08-18  Richard M. Stallman  <rms@gnu.org>
23181         * scroll-lock.el: New file.
23183 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
23185         * dired.el (dired-move-to-end-of-filename):
23186         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23188 2005-08-18  Kim F. Storm  <storm@cua.dk>
23190         * ido.el (ido-everywhere): Fix defcustom :set function to disable
23191         rather than toggle mode when custom value is nil.
23192         (ido-everywhere): Fix defun doc string.
23194 2005-08-17  Richard M. Stallman  <rms@gnu.org>
23196         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23197         as tag instead of "Inviolable".
23199 2005-08-17  Kim F. Storm  <storm@cua.dk>
23201         * windmove.el (windmove-coordinates-of-position): Remove.
23202         (windmove-coordinates-of-window-position): Remove.
23203         (windmove-reference-loc): Use posn-at-point instead.
23205         * subr.el (insert-for-yank-1): Doc fix.
23207         * ido.el (ido-enter-matching-directory): Rename from
23208         ido-enter-single-matching-directory.  Change `slash' choice to
23209         `only'.  Add `first' choice.
23210         (ido-exhibit): Adapt to above changes.
23212 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
23214         * Makefile.in: Expand comment about building loaddefs.el.
23216 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
23218         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23219         Comment use of defadvice.
23221         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23223 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
23225         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23226         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23227         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23228         * progmodes/idlw-shell.el, progmodes/ld-script.el,
23229         * progmodes/which-func.el, ruler-mode.el, strokes.el,
23230         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23231         for backward compatibility for faces that did not appear in the
23232         previous Emacs release.
23234         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23236 2005-08-15  Kim F. Storm  <storm@cua.dk>
23238         * emulation/cua-base.el (cua-delete-region): Return t if
23239         deleted region was non-empty.
23240         (cua-replace-region): Inhibit overwrite-mode for
23241         self-insert-command if replaced region was non-empty.
23242         (cua--explicit-region-start, cua--status-string): Make them
23243         buffer-local at top-level...
23244         (cua-mode): ...rather than when mode is enabled.
23246 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
23248         * progmodes/vhdl-mode.el (vhdl-emacs-21):
23249         Set t for Emacs 21, 22, and so on.
23251 2005-08-15  David Ponce  <david@dponce.com>
23253         * tree-widget.el: Update Commentary header.
23254         (tree-widget-theme): Doc fix.
23255         (tree-widget-space-width): New option.
23256         (tree-widget-image-properties): Look up in the default theme too.
23257         (tree-widget--cursors): Only for images with arrow pointer shape.
23258         (tree-widget-lookup-image): Pointer shape is hand by default.
23259         (tree-widget-icon): Rename generic icon widget from
23260         `tree-widget-control'.
23261         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23262         derive from `tree-widget-icon'.
23263         (tree-widget-handle): Improve default look and feel of the text
23264         representation.
23265         (tree-widget): Rename :*-control properties to :*-icon properties.
23266         Add :action and :help-echo properties.
23267         (tree-widget-after-toggle-functions): Move.
23268         (tree-widget-close-node, tree-widget-open-node): Remove.
23269         (tree-widget-before-create-icon-functions): New hook.
23270         (tree-widget-value-create): Update to allow customization of icons
23271         and nodes at run-time via that new hook.
23272         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23273         (tree-widget-icon-action, tree-widget-icon-help-echo)
23274         (tree-widget-action, tree-widget-help-echo): New functions.
23276 2005-08-15  Kim F. Storm  <storm@cua.dk>
23278         * ido.el (ido-buffer-internal): Use with-no-warnings.
23279         (ido-make-merged-file-list): Use while-no-input.
23281 2005-08-15  Richard M. Stallman  <rms@gnu.org>
23283         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23284         (flyspell-large-region): Fix doc and custom type.
23286 2005-08-14  Richard M. Stallman  <rms@gnu.org>
23288         * files.el (interpreter-mode-alist): Doc fix.
23290         * mail/rmail.el (rmail-nonignored-headers): New variable.
23291         (rmail-clear-headers): Use it.
23292         (rmail-reply): Better handling of mail-followup-to header.
23294         * progmodes/sh-script.el (sh-font-lock-keywords-var):
23295         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
23296         don't try to refer to executable-font-lock-keywords.
23297         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23298         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23299         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23300         (sh-mode): Set comment-start-skip, local-abbrev-table,
23301         imenu-case-fold-search.
23302         (sh-set-shell): Don't set them here.
23303         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
23304         Don't cache the results in the original alist; don't ever modify
23305         that alist.
23307         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23309         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23310         empty.
23312 2005-08-15  Andreas Schwab  <schwab@suse.de>
23314         * desktop.el: Put autoload cookie at risky-local-variable declarations.
23316         * dired.el, info.el, mail/rmail.el: Revert last change.
23318 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
23320         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23321         modification in `eval-after-load' form.
23322         * info.el: Likewise.
23323         * mail/rmail.el: Likewise.
23325 2005-08-14  Juri Linkov  <juri@jurta.org>
23327         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23328         Remove highlighting of "Compilation started".  Highlight only
23329         the word "finished" in "Compilation finished".  Add highlighting
23330         of "interrupt", "killed", "terminated" and the exit code.
23331         (compilation-start): Add newline after header.  Use exactly the
23332         same time stamp format as the finishing message.
23333         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23335         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23336         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23337         Add highlighting of "interrupt", "killed", "terminated".
23339         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23340         enabled and the current command is self-insert-command, call it
23341         explicitly with overwrite-mode bound to nil, to not allow it
23342         to delete the character after the selected region.
23344 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
23346         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23347         move-end-of-line, end-of-line, and beginning-of-line to the list
23348         of commands after which the echo area is updated.
23350 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
23352         * cus-edit.el (custom-save-all, custom-save-delete):
23353         Bind recentf-exclude to exclude custom-file.
23355 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
23357         * mail/rmailsum.el (rmail-summary-end-of-message): New command
23358         to go to the bottom of the mail message.  Added to
23359         `rmail-summary-mode-map' with key "/".
23360         (rmail-summary-show-message): New (internal) function for use by
23361         both `rmail-summary-beginning/end-of-message'.
23362         (rmail-summary-beginning-of-message): Change to use
23363         rmail-summary-show-message.
23365         * mail/rmail.el (rmail-end-of-message): New command to go to the
23366         end of the current message.  Added to `rmail-mode-map' with key "/".
23367         (rmail-beginning-of-message): Fix to work as documented.
23368         (rmail-mode): Change documentation.
23370         * progmodes/compile.el (compilation-start): Add the line
23371         "Compilation started" with compilation start time.
23372         (compilation-mode-font-lock-keywords): Add `started' to keywords.
23374 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
23376         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23377         of menu items.
23379 2005-08-11  Richard M. Stallman  <rms@gnu.org>
23381         * simple.el (pop-global-mark): Reverse test of widen-automatically.
23383         * battery.el (battery-status-function): Don't use ignore-errors.
23385 2005-08-11  Lute Kamstra  <lute@gnu.org>
23387         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23388         define-obsolete-variable-alias.
23390 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23392         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23393         (ange-ftp-send-cmd): Revert last change, and expand
23394         the comment explaining the problem.
23396 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
23398         * ldefs-boot.el: Update.
23400         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23401         item to "Time, Load and Mail".  Change help echo text.
23403         * time.el (display-time-use-mail-icon, display-time-format)
23404         (display-time-string-forms): Shorten first line of docstrings.
23406 2005-08-10  Lars Hansen  <larsh@soem.dk>
23408         * desktop.el (desktop-buffer-mode-handlers):
23409         Make non-customizable.  Add autoload cookie.  Change initial value to
23410         nil; add elements in respective modules instead.  Fix doc string.
23411         (desktop-load-file): New function.
23412         (desktop-minor-mode-handlers): New autoloaded variable.
23413         (desktop-create-buffer): Call minor mode handlers.
23414         Use desktop-load-file to load major and minor mode modules prior to
23415         checking for a handler.
23416         (desktop-save): Don't add nil to desktop-minor-modes for minor
23417         modes with nil function in desktop-minor-mode-table.  Don't delete
23418         desktop file before rewriting it.
23419         (desktop-locals-to-save): Add autoload cookie.  Don't make
23420         automatically buffer-local.  Add variables column-number-mode,
23421         size-indication-mode, indent-tabs-mode,
23422         indicate-buffer-boundaries, indicate-empty-lines and
23423         show-trailing-whitespace.
23424         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23425         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
23426         (desktop-clear-preserve-buffers-regexp): Delete.
23427         (desktop-clear-preserve-buffers): Update initial value and docstring.
23428         (desktop-save-buffer): Fix doc string.
23430         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23431         (hilit-chg-desktop-restore): New function.
23432         (highlight-changes-mode): Add highlight-changes-mode to
23433         desktop-locals-to-save.
23435         * dired.el: Add handler to desktop-buffer-mode-handlers.
23436         (dired-restore-desktop-buffer): Remove autoload cookie.
23437         (dired-mode): Add autoload cookie.
23439         * info.el: Add handler to desktop-buffer-mode-handlers.
23440         (Info-restore-desktop-buffer): Remove autoload cookie.
23441         (Info-mode): Add autoload cookie.
23443         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23444         (mh-restore-desktop-buffer): Remove autoload cookie.
23445         (mh-folder-mode): Add autoload cookie.
23447         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23448         (rmail-restore-desktop-buffer): Remove autoload cookie.
23450 2005-08-11  Masatake YAMATO  <jet@gyve.org>
23452         * hexl.el (hexl-address-region):
23453         (hexl-ascii-region, hexl-font-lock-keywords):
23454         (hexl-highlight-line-range): Use the term "region"
23455         instead of "area" for consistency with the other symbols
23456         defined in hexl.el.
23458 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
23460         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23461         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23462         out by Juri Linkov).  Add `display-battery-mode'.
23464 2005-08-09  Juri Linkov  <juri@jurta.org>
23466         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23467         Remove `-text' from face variable names.
23468         (compilation-error-file-name, compilation-warning-file-name)
23469         (compilation-info-file-name): Delete faces.
23470         (compilation-line-number, compilation-column-number):
23471         Remove face underlining.
23472         (compilation-message-face): Set to `underline' value by default.
23473         (compilation-error-face, compilation-warning-face)
23474         (compilation-info-face): Remove `-file-name' from face names.
23475         (compilation-error-text-face, compilation-warning-text-face)
23476         (compilation-info-text-face): Delete face variables.
23477         (compilation-text-face): Delete function.
23479         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23480         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23481         (grep-error-face): Set to `compilation-error' instead of
23482         `compilation-error-face' (which is redefined to `grep-hit-face' in
23483         grep buffers).
23484         (grep-mode-font-lock-keywords): Remove `-text' from face variable
23485         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
23487         * dired-aux.el (dired-do-query-replace-regexp):
23488         Use `query-replace-read-args'.
23490         * replace.el (query-replace-read-from, query-replace-read-to)
23491         (query-replace-read-args): Rename arg `string' to `prompt'.
23493         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23495 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
23497         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23498         uploading files.
23499         (ange-ftp-canonize-filename): Handle file names beginning with ~
23500         correctly.
23502 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23504         * textmodes/fill.el (canonically-space-region)
23505         (fill-context-prefix, fill-french-nobreak-p)
23506         (fill-delete-newlines, fill-comment-paragraph)
23507         (justify-current-line): "?\ " -> "?\s".
23509 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
23511         * textmodes/fill.el (fill-nonuniform-paragraphs):
23512         Improve argument/docstring consistency.
23514 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23516         * textmodes/ispell.el (ispell-word): More fboundp checks.
23518         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23519         (find-file-noselect-1): Call it here, only if RAWFILE.
23520         (normal-mode): Always set some major mode.
23521         (save-some-buffers-action-alist): Change some explanation strings.
23522         (file-name-non-special): In the `quote' method, use unwind-protect.
23524 2005-08-09  Magnus Henoch  <mange@freemail.hu>
23526         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23527         (ispell-have-aspell-dictionaries): New variable.
23528         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23529         (ispell-get-aspell-config-value): New function.
23530         (ispell-aspell-find-dictionary): New function.
23531         (ispell-aspell-add-aliases): New function.
23532         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23533         appropriate.  Don't look for ispell dictionaries if we use aspell.
23534         (ispell-menu-map): Don't build a submenu of dictionaries.
23536 2005-08-09  Richard M. Stallman  <rms@gnu.org>
23538         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23539         (sql-read-passwd): Use read-passwd.
23541         * progmodes/idlw-toolbar.el (idlwave-toolbar)
23542         (idlwave-toolbar-is-possible): Add defvars.
23544         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23545         Avoid warnings.
23547         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23548         (idlwave-system-class-info, idlwave-executive-commands-alist):
23549         Use defvar.
23551         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23553         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23554         Avoid warnings.
23556         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23557         and content-type: headers.
23559         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23561         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23562         and rename some of them to be more self-explanatory.
23564         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23566         * startup.el (command-line-1): Implement -scriptload.
23568         * replace.el (occur-engine): Initial *Occur* output not undoable.
23570         * menu-bar.el (menu-bar-file-menu): Rename some menu items
23571         and improve help strings.
23573         * isearch.el (isearch-repeat): When changing direction,
23574         mark search successful.
23576         * ediff-init.el: Use (featurep 'xemacs).
23578         * comint.el (send-invisible): Identify buffer, if not selected.
23580         * align.el: Delete autoload for c-guess-basic-syntax.
23582 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
23584         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23585         Improve argument/docstring consistency.  Doc fixes.
23586         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23587         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23588         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23589         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23590         (r2bv-organization, r2bv-pages, r2bv-primary-author)
23591         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23592         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23593         Defvar at compile time.
23595 2005-08-09  Juri Linkov  <juri@jurta.org>
23597         * info.el: Replace `info' with upper-case `Info' where appropriate.
23598         (info-title-1, info-title-2, info-title-3, info-title-4)
23599         (info-menu-header): Move up face definitions.
23600         (info-menu-star): Rename from `info-menu-5'.
23601         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23602         (Info-fontify-visited-nodes): Fix docstring.
23603         (Info-hide-note-references): Fix docstring.
23604         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23605         menu items in the same way as on cross-references.
23606         (info-apropos): Fix sorting order and formatting to be like in the
23607         stand-alone Info browser.  Display error messages for 1 sec.
23608         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
23609         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23610         from the menu bar.
23611         (Info-insert-dir): Restore point after calling
23612         `insert-buffer-substring'.
23614 2005-08-08  Richard M. Stallman  <rms@gnu.org>
23616         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23617         (recompute-lucid-menubar): Add defvars.
23619         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23621         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23623         * net/net-utils.el (run-dig): Rename from `dig'.
23625         * play/gametree.el (gametree-mode): Use make-local-variable,
23626         not make-variable-buffer-local.
23628         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23630         * ansi-color.el (ansi-color-make-extent)
23631         (ansi-color-set-extent-face): Use fboundp, not functionp.
23633         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23634         not make-variable-buffer-local.
23636         * bookmark.el (Info-current-file): Add defvar.
23637         (bookmark-jump-noselect): Use with-no-warnings.
23639         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23641         * ebuff-menu.el (Helper-return-blurb): Add defvar.
23643         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23645         * find-file.el (ada-procedure-start-regexp)
23646         (ada-package-start-regexp): Add defvars.
23648         * info.el (Info-insert-dir): Use insert-buffer-substring.
23650         * xml.el (xml-att-def-re): Add defvar.
23652         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23653         calling convention.
23655         * subr.el (while-no-input): Return t if there is input.
23657 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
23659         * cus-start.el (all): Add `overflow-newline-into-fringe'.
23661 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
23663         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23664         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23666 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
23668         * cmuscheme.el (scheme-start-file): Replace reference to
23669         `user-emacs-directory' by "~/.emacs.d/".
23671 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
23673         * info.el (Info-dir-remove-duplicates): Avoid case folding
23674         in loop; instead, keep downcased strings for comparison.
23675         Suggested by Helmut Eller.
23677 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
23679         Sync with Tramp 2.0.50.
23681         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23682         XEmacs case; not necessary anymore.
23683         (tramp-user-regexp): Allow "@" as part of user name.
23684         (tramp-handle-set-visited-file-modtime)
23685         (tramp-handle-insert-file-contents)
23686         (tramp-handle-write-region): No special handling for
23687         `last-coding-system-used, because this is done in
23688         `tramp-accept-process-output' now.
23689         (tramp-accept-process-output): New defun.
23690         (tramp-process-one-action, tramp-process-one-multi-action)
23691         (tramp-wait-for-regexp, tramp-wait-for-output)
23692         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
23693         Howells <dhowells@redhat.com>.
23694         (clear-visited-file-modtime): Defadvice removed.  The check for
23695         unset buffer's modtime does not need to be based on
23696         `tramp-buffer-file-attributes'.  Suggested by RMS.
23697         (tramp-message): Insert "\n" if not being at beginning of line.
23698         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23699         sequence with same logic.
23700         (tramp-completion-handle-expand-file-name): Discard call of
23701         `tramp-drop-volume-letter'.  It is not necessary, and there have
23702         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23703         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23704         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23705         should always be visible.
23706         (tramp-handle-insert-directory, tramp-setup-complete)
23707         (tramp-set-process-query-on-exit-flag)
23708         (tramp-append-tramp-buffers): Pacify byte-compiler.
23709         (tramp-bug): Delete non-existing variables from list.
23710         Apply `tramp-load-report-modules' as pre-hook.
23711         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23712         `shell-prompt-pattern' because of non-7bit characters.
23713         Reported by Sebastian Luque <sluque@mun.ca>.
23714         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23715         (tramp-match-string-list): Remove function.
23716         (tramp-wait-for-regexp): Remove call of that function.
23717         Suggested by Kim F. Storm <storm@cua.dk>.
23718         (tramp-set-auto-save-file-modes): Use octal integer code #o600
23719         instead of octal character code ?\600.  The latter resulted in a
23720         syntax error with XEmacs.
23722         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23723         XEmacs case; not necessary anymore.
23724         (tramp-smb-handle-write-region): No special handling for
23725         `last-coding-system-used, because this is done in
23726         `tramp-accept-process-output' now.
23727         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23729 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
23731         * wid-edit.el (widget-choice-value-create):
23732         Unconditionally respect user choice.  Set :explicit-choice back to nil
23733         when no longer needed.
23734         (widget-choice-action): Unconditionally respect user choice.
23735         Eliminate :explicit-choice-value.
23737         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23739         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23740         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23741         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23742         running new function `toggle-indicate-empty-lines'.
23743         Rename "Customize" item to "Customize fringe".
23744         Rename "Indicators" item to "Buffer boundaries" and change help echo.
23745         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23746         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23747         Delete "Empty lines only" item.
23748         (menu-bar-showhide-fringe-ind-customize): New function.
23749         (menu-bar-showhide-fringe-ind-mixed)
23750         (menu-bar-showhide-fringe-ind-box)
23751         (menu-bar-showhide-fringe-ind-right)
23752         (menu-bar-showhide-fringe-ind-left)
23753         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23754         instead of `fringe-indicators'.
23756 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23758         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23759         Change the date of last update.
23761 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
23763         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23764         (viper-exec-yank, viper-put-back): Don't display modification msg
23765         if in the minibuffer.
23767         * viper-init.el (viper-replace-overlay-cursor-color)
23768         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23769         Make variables frame local.
23771         * viper-util.el (viper-append-filter-alist): Use append instead of
23772         nconc.
23774         * viper.el (viper-vi-state-mode-list)
23775         (viper-emacs-state-mode-list): Move help-mode and
23776         completion-list-mode from the first list to the second.
23777         (viper-mode): Docstring.
23778         (viper-go-away, viper-non-hook-settings): Don't localize
23779         minor-mode-alist in newer Emacsen.  Add advice to
23780         set-cursor-color.  Don't bind "\C-c\\".
23782 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
23784         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23785         (scheme-macro-expand-command): New user options.
23786         (scheme-trace-procedure, scheme-expand-current-form): New commands.
23787         (scheme-form-at-point, scheme-start-file)
23788         (scheme-interactively-start-process): New functions.
23789         (scheme-get-process): New function, extracted from `scheme-proc'.
23790         (run-scheme): Call `scheme-start-file' to get start file, and pass
23791         it to `make-comint'.
23792         (switch-to-scheme, scheme-proc):
23793         Call `scheme-interactively-start-process' if no Scheme buffer/process
23794         is available.
23796 2005-08-06  Juri Linkov  <juri@jurta.org>
23798         * progmodes/compile.el (compilation-mode-font-lock-keywords):
23799         Use `compilation-text-face', `compilation-info-text-face' and
23800         `compilation-error-text-face' instead of `font-lock-keyword-face'.
23801         (compilation-error): New face.
23802         (compilation-error-file-name): Inherit from
23803         `compilation-error' instead of `font-lock-warning-face'.
23804         (compilation-warning-file-name): Inherit from
23805         `compilation-warning' instead of `font-lock-warning-face'.
23806         (compilation-info, compilation-error-file-name)
23807         (compilation-warning-file-name, compilation-info-file-name)
23808         (compilation-line-number, compilation-column-number): Doc fix.
23809         (compilation-error-text-face, compilation-warning-text-face)
23810         (compilation-info-text-face): New face variables.
23811         (compilation-line-face, compilation-column-face)
23812         (compilation-enter-directory-face)
23813         (compilation-leave-directory-face): Doc fix.
23814         (compilation-text-face): New function.
23816         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23817         instead of 1 to display binary file names as info file links.
23818         (grep-error-face): Use `compilation-error-face' instead of
23819         `font-lock-keyword-face'.
23820         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23821         and `compilation-warning-text-face' instead of
23822         `font-lock-keyword-face'.  Use `compilation-error-text-face'
23823         instead of `grep-error-face'.
23825 2005-08-05  Kenichi Handa  <handa@m17n.org>
23827         * international/code-pages.el: Add autoload cookies for all coding
23828         systems.
23830 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
23832         * cus-start.el (all): Put undo.c where it alphabetically belongs.
23834 2005-08-04  Juri Linkov  <juri@jurta.org>
23836         * progmodes/compile.el (compilation-mode-map):
23837         * progmodes/grep.el (grep-mode-map):
23838         Bind TAB to `compilation-next-error' and [backtab] to
23839         `compilation-previous-error'.
23841         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23842         matching line numbers, column numbers and their ranges with regexp
23843         matching only line numbers.
23844         (grep-context-face): New face variable.
23845         (grep-mode-font-lock-keywords): Use it.
23847         * faces.el (read-face-name): Delete duplicate faces.
23849 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
23851         * thumbs.el (thumbs-find-image): Don't make variables
23852         automatically buffer local.
23853         (thumbs-current-tmp-filename, thumbs-current-image-filename)
23854         (thumbs-image-num): Make automatically buffer local.
23855         (thumbs-show-thumbs-list): Use `make-local-variable', not
23856         `make-variable-buffer-local'.
23857         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23859         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23860         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23861         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23862         (bother, bye, canyou, chatlst, continue, deathlst, describe)
23863         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23864         (feelings-about, foullst, found, hello, history, howareyoulst)
23865         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23866         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23867         (neglst, obj, object, owner, please, problems, qlist)
23868         (random-adjective, relation, remlst, repetitive-shortness)
23869         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23870         (shortlst, something, sportslst, stallmanlst, states, subj)
23871         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23872         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23873         Defvar at compile time.
23875         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23876         not `make-variable-buffer-local'.
23878 2005-08-02  Kim F. Storm  <storm@cua.dk>
23880         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23881         rectangle overlay in selected window.
23883 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
23885         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23886         instead of display group.  Make `indicate-buffer-boundaries'
23887         customizable through Custom.
23889 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
23891         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23892         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23893         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23894         (gdb-put-string): Fix typos in docstrings.
23896 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
23898         Update copyright notices of files in progmodes directory for
23899         release of Emacs 22.1.
23901         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23903         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23904         Don't barf if the GUD buffer has been killed.
23906 2005-08-01  Kim F. Storm  <storm@cua.dk>
23908         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23910 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23912         * simple.el (next-error-follow-minor-mode):
23913         make-variable-buffer-local -> make-local-variable.
23915         * emacs-lisp/cl-extra.el: Require CL also when compiling.
23917         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23918         (byte-compile-form-make-variable-buffer-local): New functions to warn
23919         about misuses of make-variable-buffer-local where make-local-variable
23920         was meant.
23922 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
23924         * bs.el (bs-attributes-list): Doc fix.
23925         (bs): Update url-link.
23927         * desktop.el (desktop-save-buffer): Fix typos in docstring.
23928         (desktop-load-default): Simplify.
23930         * ibuffer.el (ibuffer-columnize-and-insert-list)
23931         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23932         (ibuffer-unmark-all, ibuffer-toggle-marks)
23933         (ibuffer-unmark-forward, ibuffer-unmark-backward)
23934         (ibuffer-compile-make-format-form, ibuffer-format-column)
23935         (ibuffer-current-buffers-with-marks)
23936         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23937         (ibuffer): Doc fix.
23938         (ibuffer-mode): Fix typo in docstring.
23939         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23940         with `define-obsolete-variable-alias'.
23941         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
23943 2005-07-29  Kenichi Handa  <handa@m17n.org>
23945         * international/mule-cmds.el (select-message-coding-system):
23946         Be sure to use LF for end-of-line.  If no coding system is decided,
23947         return iso-8859-1-unix.
23949 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23951         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23952         (ange-ftp-pending-error-line): New vars.
23953         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23954         to handle the non-fatal no-route-to-host messages.
23955         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23957 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
23959         * isearch.el (isearch-mode-map, isearch-other-meta-char)
23960         (isearch-quote-char, isearch-printing-char)
23961         (isearch-text-char-description): "?\ " -> "?\s".
23962         (isearch-lazy-highlight-cleanup)
23963         (isearch-lazy-highlight-initial-delay)
23964         (isearch-lazy-highlight-interval)
23965         (isearch-lazy-highlight-max-at-a-time)
23966         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23967         Declare with define-obsolete-*-alias macros.
23968         (isearch-forward): Fix typo in docstring.
23969         (search-invisible, search-ring-yank-pointer)
23970         (regexp-search-ring-yank-pointer): Doc fixes.
23972         * recentf.el (recentf-menu-append-commands-p): Declare with
23973         `define-obsolete-variable-alias'.
23974         (recentf-max-saved-items, recentf-menu-filter)
23975         (recentf-arrange-by-rule-subfilter): Doc fixes.
23976         (recentf-menu-append-commands-flag)
23977         (recentf-initialize-file-name-history, recentf-expand-file-name)
23978         (recentf-clear-data): Fix typos in docstrings.
23980 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
23982         * progmodes/gdb-ui.el: Smarten comments.
23983         (gdb-info-breakpoints-custom): Use nowarn when finding file.
23985 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
23987         * term/apollo.el (terminal-init-apollo): New function containing
23988         all former top level forms in the file.
23989         * term/bobcat.el (terminal-init-bobcat):
23990         * term/cygwin.el (terminal-init-cygwin):
23991         * term/iris-ansi.el (terminal-init-iris-ansi):
23992         * term/linux.el (terminal-init-linux):
23993         * term/news.el (terminal-init-news):
23994         * term/rxvt.el (terminal-init-rxvt):
23995         * term/sun.el (terminal-init-sun):
23996         * term/tvi970.el (terminal-init-tvi970):
23997         * term/vt100.el (terminal-init-vt100):
23998         * term/vt102.el (terminal-init-vt102):
23999         * term/vt125.el (terminal-init-vt125):
24000         * term/vt200.el (terminal-init-vt200):
24001         * term/vt201.el (terminal-init-vt201):
24002         * term/vt220.el (terminal-init-vt220):
24003         * term/vt240.el (terminal-init-vt240):
24004         * term/vt300.el (terminal-init-vt300):
24005         * term/vt320.el (terminal-init-vt320):
24006         * term/vt400.el (terminal-init-vt400):
24007         * term/vt420.el (terminal-init-vt420):
24008         * term/wyse50.el (terminal-init-wyse50):
24009         * term/xterm.el (terminal-init-xterm): Likewise.
24011         * term/README: Describe the terminal-init-* functionality.
24013         * startup.el (command-line): After loading the terminal initialization
24014         file call the corresponding terminal initialization function.
24016 2005-07-27  Kenichi Handa  <handa@m17n.org>
24018         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24019         negative.
24021         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24022         (ps-mule-composition-prologue): Fix for the case that
24023         RelativeCompose is false.
24025 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24027         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24029         * descr-text.el (describe-char): Handle the case where the list of
24030         chars is displayed in a separate frame.
24031         Be a bit more discriminating when looking for the char.
24033 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
24035         * bookmark.el (bookmark-automatically-show-annotations)
24036         (bookmark-read-annotation-text-func): Doc fixes.
24037         (bookmark-save): Improve argument/docstring consistency.
24038         (bookmark-get-bookmark, bookmark-get-bookmark-record)
24039         (bookmark-alist-from-buffer)
24040         (bookmark-upgrade-file-format-from-0)
24041         (bookmark-grok-file-format-version)
24042         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24043         (bookmark-read-annotation-mode)
24044         (bookmark-insert-current-bookmark, bookmark-jump)
24045         (bookmark-exit-hook): Fix typos in docstrings.
24046         (bookmark-exit-hooks): Define as obsolete alias.
24047         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24048         not `bookmark-exit-hooks'.  Fix docstring.
24049         (bookmark-bmenu-select): "?\ " -> "?\s".
24051 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
24053         * startup.el (command-line): Fix typo.
24055 2005-07-24  Richard M. Stallman  <rms@gnu.org>
24057         * tooltip.el (tooltip-mode): Test emacs-basic-display,
24058         not emacs-quick-startup.
24060 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
24062         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24063         (reb-next-match, reb-show-subexp): Use `with-selected-window'
24064         instead of `reb-with-current-window'.
24065         (reb-prev-match): Likewise.  Also, don't move left if the search
24066         was unsuccessful.
24067         (reb-initialize-buffer): New function.
24068         (re-builder, reb-change-syntax): Use it.
24070         * man.el (Man-goto-page): Make second argument NOERROR optional.
24072 2005-07-23  Richard M. Stallman  <rms@gnu.org>
24074         * man.el (Man-bgproc-sentinel): Check here for failure to find
24075         any man page in the output, and report the error here.
24076         (Man-arguments): Make it permanent local.
24077         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
24078         (Man-mode): Pass t for NOERROR.
24080         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24081         (grep-mode-font-lock-keywords):
24082         Don't use compilation-...-face for messages that are not file names.
24084         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24085         Don't use compilation-...-face for messages that are not file names.
24087 2005-07-22  Juri Linkov  <juri@jurta.org>
24089         * startup.el (normal-splash-screen): Update menu name.
24091         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24093 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
24095         * term/xterm.el: Load term/rxvt if the terminal is actually an
24096         rxvt terminal.
24097         (xterm-rxvt-set-background-mode): Remove, not used anymore.
24099         * term/rxvt.el (function-key-map): Use substitute-key-definition
24100         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
24102         * term/cygwin.el: New file.
24104 2005-07-22  Kim F. Storm  <storm@cua.dk>
24106         * image-file.el (insert-image-file, image-file-yank-handler):
24107         Fix last change to maintain a (unique) yank-handler on yanked images.
24109 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
24111         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24112         of the file size (as in "177B" for 177 bytes).  This happens with
24113         "ls -lh" on FreeBSD.
24115 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
24117         * hilit-chg.el (highlight-changes-global-initial-state)
24118         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24119         (hilit-chg-fixup, highlight-changes-mode):
24120         Fix typos in docstrings.
24121         (highlight-changes-global-modes, highlight-changes-rotate-faces):
24122         Doc fixes.
24124 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
24126         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24127         mode function using `eval-after-load'.
24129 2005-07-21  Kim F. Storm  <storm@cua.dk>
24131         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24132         included when reporting an Emacs crash, and tell about the DEBUG file.
24134         * image-file.el (insert-image-file): Add yank-handler.
24135         (image-file-yank-handler): Yank handler to make unique copies of
24136         images when they are yanked into a buffer next to each other.
24138 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
24140         * comint.el (comint-use-prompt-regexp, comint-send-input)
24141         (comint-source-default, comint-extract-string)
24142         (comint-get-source, comint-word, comint-completion)
24143         (comint-source, comint-prompt-read-only, comint-update-fence):
24144         Fix typos in docstrings.
24145         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24146         Declare with define-obsolete-*-alias macros.
24147         (comint-previous-matching-input-from-input)
24148         (comint-next-matching-input-from-input)
24149         (comint-previous-matching-input, comint-next-matching-input)
24150         (comint-forward-matching-input):
24151         Improve argument/docstring consistency.
24153         * desktop.el (desktop-clear-preserve-buffers-regexp):
24154         Also preserve the *server* buffer.
24156         * simple.el (clone-indirect-buffer): Doc fix.
24157         (fixup-whitespace, just-one-space)
24158         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24159         (next-error, next-error-highlight)
24160         (next-error-highlight-no-select, next-error-last-buffer)
24161         (next-error-buffer-p, next-error-find-buffer, next-error)
24162         (previous-error, next-error-no-select, previous-error-no-select)
24163         (open-line, split-line, minibuffer-prompt-width, kill-new)
24164         (binary-overwrite-mode): Fix typos in docstrings.
24165         (set-fill-column): Fix typo in message.
24167         * skeleton.el (skeleton-proxy-new): Doc fix.
24169         * strokes.el (strokes-load-hook): Doc fix.
24170         (strokes-grid-resolution, strokes-get-grid-position)
24171         (strokes-renormalize-to-grid, strokes-read-stroke)
24172         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24173         (strokes-global-map): Fix typos in docstrings.
24174         (strokes-help): Doc fix.  Fix help message and pass it through
24175         `substitute-command-keys'.
24177         * tempo.el (tempo-insert-prompt, tempo-interactive)
24178         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24179         (tempo-insert-string-functions, tempo-local-tags)
24180         (tempo-define-template, tempo-insert-template)
24181         (tempo-insert-prompt-compat, tempo-is-user-element)
24182         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24183         Fix typos in docstrings.
24185         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24186         (vcursor-key-bindings, vcursor-use-vcursor-map)
24187         (vcursor-find-window, vcursor-scroll-down)
24188         (vcursor-disable, vcursor-beginning-of-buffer)
24189         (vcursor-end-of-buffer): Fix typos in docstrings.
24190         (vcursor-relative-move, vcursor-get-char-count):
24191         Improve argument/docstring consistency.
24193         * version.el: "?\ " -> "?\s".
24195         * wid-edit.el (widget-default-create, widget-after-change)
24196         (widget-default-format-handler, widget-checklist-add-item)
24197         (widget-radio-add-item, widget-choose, widget-specify-secret)
24198         (widget-field-value-create, widget-field-value-get)
24199         (widget-editable-list-format-handler)
24200         (widget-editable-list-entry-create, widget-group-value-create)
24201         (widget-documentation-link-add)
24202         (widget-documentation-string-value-create): "?\ " -> "?\s".
24203         (widget-convert-text): Doc fix.
24204         (widget-narrow-to-field, widget-field-find)
24205         (widget-url-link-action, widget-emacs-library-link-action)
24206         (widget-color-notify): Fix typos in docstrings.
24208         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24209         (x-select-text, set-w32-system-coding-system)
24210         (w32-add-charset-info): Fix typos in docstrings.
24212         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24213         (cua-enable-cua-keys, cua-use-hyper-key)
24214         (cua-virtual-rectangle-edges): Fix typos in docstrings.
24215         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24217         * net/tramp.el (tramp-handle-load): Fix typo in error message.
24219         * emacs-lisp/re-builder.el (regexp-builder): Declare with
24220         `defalias' instead of faking it.
24222         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24223         (eshell-ls-missing, eshell-ls-dired-initial-args)
24224         (eshell-ls-use-in-dired): Fix typos in docstrings.
24226 2005-07-20  Kim F. Storm  <storm@cua.dk>
24228         * emulation/cua-base.el (cua-mode): Improve doc string.
24230 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
24232         * abbrev.el (expand-region-abbrevs): Doc fix.
24233         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24234         Improve argument/docstring consistency.
24236         * arc-mode.el (archive-get-descr, archive-alternate-display):
24237         Doc fixes.
24238         (archive-l-e): Improve argument/docstring consistency.
24239         (archive-tmpdir, archive-unixdate, archive-unixtime)
24240         (archive-chmod-entry): Fix typos in docstrings.
24241         (archive-unflag, archive-unflag-backwards)
24242         (archive-unmark-all-files): "?\ " -> "?\s".
24244         * buff-menu.el (Buffer-menu-unmark): Doc fix.
24245         (Buffer-menu-not-modified, Buffer-menu-execute)
24246         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24247         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24249         * composite.el (compose-string, encode-composition-rule)
24250         (compose-last-chars): Fix typos in docstrings.
24252         * desktop.el (desktop-enable, desktop-basefilename):
24253         Declare with `define-obsolete-variable-alias'.
24254         (desktop-internal-v2s): Don't quote keywords.
24255         (desktop-clear): "?\ " -> "?\s".
24257         * dired.el (dired-align-file, dired-flag-backup-files)
24258         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24259         (dired-listing-switches, dired-ls-F-marks-symlinks)
24260         (dired-dwim-target, dired-load-hook, dired-mode-hook)
24261         (dired-directory, dired-faces, dired, dired-revert)
24262         (dired-mode, dired-summary, dired-view-file)
24263         (dired-copy-filename-as-kill, dired-delete-file)
24264         (dired-no-confirm, dired-unmark-all-marks)
24265         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24266         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24267         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24268         Fix typos in message strings.
24270         * dired-x.el (virtual-dired): Declare with `defalias'.
24271         (dired-mark-unmarked-files, dired-local-variables-file)
24272         (dired-omit-here-always): Doc fix.
24273         (dired-omit-mode, dired-find-subdir)
24274         (dired-enable-local-variables, dired-clean-up-buffers-too)
24275         (dired-extra-startup, dired-mark-extension, dired-jump)
24276         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24277         (dired-smart-shell-command, dired-guess-shell-alist-user)
24278         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24279         (dired-x-bind-find-file, dired-x-submit-report):
24280         Fix typos in docstrings.
24281         (dired-mark-unmarked-files): "?\ " -> "?\s".
24283         * dirtrack.el (dirtrack-list): Fix typos in docstring.
24285         * faces.el (describe-face): "?\ " -> "?\s".
24286         (read-all-face-attributes, read-face-font, modify-face)
24287         (face-attr-construct, italic): Fix typos in docstrings.
24288         (frame-update-face-colors): Declare with
24289         `define-obsolete-function-alias'.
24291         * files.el (find-file-noselect, recode-file-name): Doc fixes.
24292         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24293         (magic-mode-alist, buffer-file-numbers-unique)
24294         (write-file-functions, get-free-disk-space):
24295         Fix typos in docstrings.
24296         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24297         (write-contents-hooks, write-file-hooks):
24298         Declare with `define-obsolete-variable-alias'.
24300         * forms-d2.el (arch-rj): Fix typo in docstrings.
24301         (arch-tocol): Likewise.  "?\ " -> "?\s".
24303         * frame.el (set-frame-font, cursor-in-non-selected-windows):
24304         Fix typo in docstring.
24305         (set-screen-width, set-screen-height): Delete redundant info in
24306         doctrings.
24307         (new-frame, screen-height, screen-width): Declare with
24308         `define-obsolete-function-alias'.
24309         (delete-frame-hook, blink-cursor): Declare with
24310         `define-obsolete-variable-alias'.
24312         * paths.el (prune-directory-list): Fix typos in docstring.
24314         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24315         (cvs-prefix-get): Fix typos in docstrings.
24317         * ps-print.el (ps-extend-face-list, ps-extend-face)
24318         (ps-print-background-image): Fix typos in docstrings.
24319         (ps-default-fg, ps-default-bg): Doc fixes.
24321         * s-region.el (s-region-bind): Doc fix.
24322         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24324         * textmodes/org.el (org-table-formula-substitute-names)
24325         (org-table-get-vertical-vector): Doc fixes.
24326         (org-table-recalculate): Remove unused argument to `message'.
24328 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
24330         * textmodes/org.el (org-table-column-names)
24331         (org-table-column-name-regexp)
24332         (org-table-named-field-locations): New variables.
24333         (org-archive-subtree): Protect `this-command' when calling
24334         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24335         the kill buffer.
24336         (org-complete): Remove fixed-formula completion.
24337         (org-edit-formulas-map): New variable.
24338         (org-table-edit-formulas): New command.
24339         (org-finish-edit-formulas, org-abort-edit-formulas)
24340         (org-show-variable, org-table-get-vertical-vector): New functions.
24341         (org-table-maybe-eval-formula): Handle `:=' fields.
24342         (org-table-get-stored-formulas, org-table-store-formulas)
24343         (org-table-get-formula, org-table-modify-formulas)
24344         (org-table-replace-in-formulas): Handle named field formulas.
24345         (org-table-get-specials): Store locations of named fields.
24347 2005-07-19  Juri Linkov  <juri@jurta.org>
24349         * progmodes/grep.el (grep-regexp-alist)
24350         (grep-mode-font-lock-keywords, grep-process-setup):
24351         Use default GNU grep match color "01;31m" instead of "01;41m".
24352         (grep-regexp-alist, grep-mode-font-lock-keywords):
24353         Use `\\[[0-9]*m' instead of `\\[00m'.
24354         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24355         sgr_start where its handling is more important.  Use the real
24356         length of sgr_start instead of constant 8.
24357         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24358         specially.  Delete all remaining escape sequences.
24359         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24360         (grep-regexp-alist): Make hyperlink only for binary file name
24361         instead of the whole line.
24362         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24363         (grep-mode): Add autoload.
24365         * emacs-lisp/find-func.el (find-function-regexp):
24366         Add `define-compilation-mode'.
24368 2005-07-19  Juri Linkov  <juri@jurta.org>
24370         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24371         (compare-windows-sync-string-size, compare-windows-recenter)
24372         (compare-windows-highlight, compare-windows): Add version 22.1.
24373         (compare-windows) <defface>: Inherit from lazy-highlight instead
24374         of duplicating its default value.
24376         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24377         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24379         * descr-text.el (describe-char): Create link buttons for `charset'
24380         and `code point'.  Add the current input method name with a link
24381         button to `to input' field.  Print face names of display table
24382         characters in `The display table entry is displayed by' section
24383         instead of printing face-id in the `display' field.
24384         Guess hardcoded faces and create a link button for them.
24385         Skip empty fields when calculating max-width.
24386         Treat `widget-create' specially while inserting strings from the
24387         collected field list.
24388         (describe-char-after): Made obsolete in version 22.1, not 21.5.
24390         * diff-mode.el (diff-file-header): Change foreground color from
24391         yellow to green on light backgrounds.
24392         (diff-context): Inherit from `shadow' only for color/grayscale
24393         with more than 88 colors.
24394         (diff-indicator-removed, diff-indicator-added)
24395         (diff-indicator-changed): New faces.
24396         (diff-font-lock-keywords): Use new faces.  Regroup rules.
24397         Add "^---$" for `normal' diff format.  Fontify `#' lines with
24398         font-lock-comment-delimiter-face and font-lock-comment-face.
24399         Add `#' to ^[^...] in the rule for `diff-context-face'.
24401         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24402         a button-like box.  Inherit from `highlight' on low colors.
24403         (shadow): Use shades of gray only for color/grayscale with
24404         more than 88 colors.  Use green for light backgrounds with
24405         8 colors, and yellow for dark backgrounds with 8 colors.
24407         * font-lock.el (font-lock-regexp-grouping-backslash):
24408         Don't inherit from escape-glyph (use bold for all cases).
24410         * info.el (info-xref-visited): Use light foreground color `violet'
24411         for dark backgrounds instead of dark color `magenta3'.
24412         (info-title-1): Use `yellow' color for dark backgrounds.
24414         * isearch.el (isearch): Use not-too-dark magenta3 instead of
24415         too-light magenta2.
24417         * replace.el (match): Use slightly more light RoyalBlue3 instead
24418         of dark RoyalBlue4.
24420         * wid-edit.el (widget-inactive): Inherit from `shadow'.
24422 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
24424         * novice.el (disabled-command-hook): Declare it with
24425         `define-obsolete-variable-alias'.
24427         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24428         (desktop-buffer-misc-functions, desktop-buffer-handlers)
24429         (desktop-load-default): Add release to obsolescence info.
24430         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24431         (desktop-append-buffer-args, desktop-read):
24432         Fix typos in docstrings.
24433         (desktop-kill): Fix typo in message.
24434         (desktop-save): Doc fix.
24436 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
24438         * viper-cmd.el (viper-escape-to-state): Bug fix.
24439         (viper-envelop-ESC-key): Change the definition of fast
24440         keysequence so it'll work with keyboard macros.
24442         * ediff.el (ediff-patch-buffer): Change the docstring.
24444 2005-07-19  Kenichi Handa  <handa@m17n.org>
24446         * international/mule-cmds.el (select-safe-coding-system): Try to
24447         use an auto-coding (if any) before anything else.  If the found
24448         auto-coding is invalid, show a warning message.
24450         * international/mule.el (find-auto-coding): New function created
24451         by modifying the body of set-auto-coding.
24452         (set-auto-coding): Use find-auto-coding to find a coding.
24454 2005-07-18  Richard M. Stallman  <rms@gnu.org>
24456         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24457         not isearch-mode-end-hook-error.
24458         (allout-before-change-protect): Fix error message.
24460 2005-07-18  Juri Linkov  <juri@jurta.org>
24462         * allout.el (allout-mode):
24463         * calculator.el (calculator-copy):
24464         * custom.el (custom-known-themes):
24465         * dired.el (dired-desktop-buffer-misc-data)
24466         (dired-restore-desktop-buffer):
24467         * dired-x.el (dired-omit-marker-char):
24468         * files.el (basic-save-buffer):
24469         * font-core.el (font-lock-mode):
24470         * calendar/calendar.el (calendar-goto-hebrew-date)
24471         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24472         (calendar-goto-persian-date):
24473         * language/ethio-util.el (ethio-sera-to-fidel-region):
24474         * textmodes/picture.el (picture-mode):
24475         Delete duplicate duplicate words.
24477 2005-07-18  Juri Linkov  <juri@jurta.org>
24479         * isearch.el (isearch-mode-map): Remove key bindings for regexp
24480         chars * ? } |.
24481         (isearch-fallback): Don't call `isearch-process-search-char'.
24482         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24483         (isearch-process-search-char): Call `isearch-fallback' for regexp
24484         chars * ? } |.
24485         (isearch-return-char): Make obsolete with `make-obsolete' instead
24486         of simply documenting it as obsolete in the docstring.
24487         (isearch-fallback): Refill docstring.
24489         * international/isearch-x.el
24490         (isearch-process-search-multibyte-characters): Remove unneeded
24491         `concat'.  Add intermediate values to `junk-hist' instead of
24492         `minibuffer-history'.  Test the length of `str'.
24494 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
24496         * allout.el (allout-resolve-xref): Fix typos in error strings.
24497         (allout-before-change-protect): Remove unneeded `concat'.
24499         * array.el (array-mode, array-reconfigure-rows)
24500         (untabify-backward): Fix typos in docstrings.
24501         (array-reconfigure-rows): Use `insert-buffer-substring', not
24502         `insert-buffer'.
24504         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24505         * progmodes/ada-mode.el (ada-make-body):
24506         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24508         * dired.el (dired-log):
24509         * tar-mode.el (tar-subfile-save-buffer):
24510         * play/zone.el (zone-pgm-stress-destress):
24511         Use `insert-buffer-substring', not `insert-buffer'.
24513 2005-07-17  Simon Josefsson  <jas@extundo.com>
24515         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24517 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
24519         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24520         Add plain auth method.
24521         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24523 2005-07-17  Kim F. Storm  <storm@cua.dk>
24525         * ido.el (dired-other-window): Add ido property.
24527 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
24529         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24530         Fix typo in docstring.
24531         (byte-compile-interactive-only-functions): Add `insert-buffer' and
24532         `insert-file-literally'.
24534         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24535         info and delete redundant message.  Doc fix.
24536         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24537         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24539 2005-07-16  Richard M. Stallman  <rms@gnu.org>
24541         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24542         (byte-compile-and): Use byte-compile-and-recursion.
24543         (byte-compile-or-recursion): New function.
24544         (byte-compile-or): Use that.
24545         (byte-compile-if): Guard the else-clause too.
24546         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24548         * isearch.el (isearch-mode-end-hook-quit): New variable.
24549         (isearch-done): Bind it.
24550         (isearch-mode-end-hook): Doc fix.
24552         * allout.el (allout-isearch-did-quit): Variable deleted.
24553         (allout-real-isearch-abort): Function name no longer used.
24554         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24555         (allout-isearch-rectification): isearch-mode always exists.
24556         Don't set allout-isearch-did-quit.
24557         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24558         allout-isearch-did-quit.
24559         (allout-enwrap-isearch): Just add the hook.
24560         (allout-isearch-abort): Function deleted.
24561         (allout-pre-command-business): Avoid warning.
24563         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24564         Correctly avoid warnings.
24565         (pascal-outline): Likewise.
24567         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24569         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24571         * play/tetris.el (tetris-mode): Avoid warning.
24573         * play/snake.el (snake-mode): Avoid warning.
24575         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24576         (gamegrid-set-display-table): Avoid warning.
24577         (gamegrid-set-timer): Likewise.
24578         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24579         (gamegrid-add-score-with-update-game-score-1): Take FILE
24580         as argument.
24581         (gamegrid-add-score-with-update-game-score): Pass that argument.
24582         Rename have-shared-game-dir to gamegrid-shared-game-dir.
24584         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24586         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24587         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24589         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24590         and insert-file.
24592         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24593         (sc-ask): Avoid warnings.
24595         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24596         (eshell-hist-initialize): Use that var the natural way.
24598         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24600         * emacs-lisp/re-builder.el (reb-cook-regexp):
24601         Avoid warning calling lre-compile-string.
24602         (reb-color-display-p): Avoid warning.
24604         * calculator.el (calculator-last-input): Guard uses
24605         of event-key and key-press-event-p.
24606         (event-key, key-press-event-p): Delete definitions.
24608         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24609         (find-gc-source-directory, find-gc-subrs-callers)
24610         (find-gc-noreturn-list, find-gc-source-files)
24611         (find-gc-subrs-called): Vars renamed and defvar'd.
24613         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24614         (checkdoc-overlay-put, checkdoc-delete-overlay)
24615         (checkdoc-overlay-start, checkdoc-overlay-end)
24616         (checkdoc-mode-line-update, checkdoc-char=):
24617         Define such that compiler knows they are defined.
24618         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
24619         (checkdoc-read-event): Delete.  Use read-event directly.
24621         * whitespace.el (whitespace-make-overlay)
24622         (whitespace-overlay-put, whitespace-delete-overlay)
24623         (whitespace-overlay-start, whitespace-overlay-end):
24624         Define such that compiler knows they are defined.
24625         (whitespace): Move conditional inside.
24627         * tempo.el (tempo-insert-template): Suppress warning.
24629         * ediff-diff.el (longlines-mode): Add defvar.
24631 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
24633         * server.el: Bind "C-x #" in a way that works even if C-x is
24634         redefined to a command key, not a prefix key.
24636 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24638         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24639         cl-make-type-test till execution time.
24641 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
24643         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24644         arg ARG and use it.
24646 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
24648         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24650 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
24652         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24653         a defcustom with two :set or :type keywords.
24655 2005-07-15  Richard M. Stallman  <rms@gnu.org>
24657         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24658         Don't give ^M comment-end syntax.
24660 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
24662         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24663         Don't consider gdbmi (gdb-mi.el has its own update functions).
24664         (gdb-var-delete): Make it work for gdbmi as well.
24665         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24667         * progmodes/gud.el (etags, sdb): Only require etags when needed.
24668         (gud-speedbar-menu-items): Correct logic for enabling items.
24670 2005-07-15  Kim F. Storm  <storm@cua.dk>
24672         * ido.el: Fix commentary.
24673         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24674         Use with-no-warnings around ffap-guesser.
24675         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24676         Let bind minibuffer-completing-file-name to t.
24678 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
24680         * startup.el (site-run-file, keyboard-type): Doc fixes.
24681         (command-line): Check for "--basic-display" argument; also for
24682         "--quick", not "--bare-bones" (which was renamed).
24683         (fancy-splash-text): Add missing item "Getting New Versions".
24684         (normal-splash-screen): Fix typos and improve consistency with
24685         `fancy-splash-text'.  Update copyright year.
24687         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24688         valid binding for `help-char'.
24690         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24692 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
24694         * term.el (term-mode): Disable cua-mode for term buffers.
24696 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
24698         * add-log.el (add-log-mailing-address, change-log-merge):
24699         Doc fixes.
24700         (change-log-get-method-definition): Fix typo in docstring.
24702 2005-07-14  Kim F. Storm  <storm@cua.dk>
24704         * emulation/cua-base.el:
24705         (cua--pre-command-handler-1, cua--pre-command-handler)
24706         (cua--post-command-handler-1, cua--post-command-handler):
24707         Split in two.  Check (buffer local) value of cua-mode.
24708         (cua-selection-mode): New command.
24710 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
24712         * custom.el (custom-initialize-safe-set)
24713         (custom-initialize-safe-default): Doc fixes.
24715         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24716         and simplify :init-value again.
24718         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24719         and simplify :init-value again.  Delete autoload.
24721         * startup.el (command-line): Use `custom-reevaluate-setting' again
24722         for tooltip-mode.
24724         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24725         a defcustom with two :initialize keywords.
24727 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
24729         * allout.el (my-mark-marker, allout-isearch-prior-pos)
24730         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24731         (allout-post-command-business, allout-flag-region)
24732         (isearch-reenable-font-lock, allout-yank)
24733         (allout-insert-latex-header, allout-insert-latex-trailer)
24734         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24735         (allout-latex-verb-quote): Fix typos in docstrings.
24736         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24737         (allout-unprotected, allout-prefix-data):
24738         Improve argument/docstring consistency.
24739         (allout-chart-subtree): Fix argument spec.
24740         (allout-open-topic): Rename `use_sib_bullet' argument to
24741         `use-sib-bullet'.  Doc fix.
24743         * whitespace.el (whitespace-check-buffer-leading)
24744         (whitespace-check-buffer-trailing)
24745         (whitespace-check-buffer-indent)
24746         (whitespace-check-buffer-spacetab)
24747         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24748         (whitespace-check-leading-whitespace)
24749         (whitespace-check-trailing-whitespace)
24750         (whitespace-check-spacetab-whitespace)
24751         (whitespace-check-indent-whitespace)
24752         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24753         (whitespace-modes): Fix typos in docstrings.
24754         (defgroup, defcustom): Doc fixes.
24756         * winner.el (winner-mode, winner-boring-buffers)
24757         (winner-pending-undo-ring): Doc fixes.
24758         (winner-ring): Remove unneeded `progn'.
24759         (winner-equal): `defsubst' it.
24760         (winner-redo): Fix message.
24762 2005-07-13  Kim F. Storm  <storm@cua.dk>
24764         * simple.el (line-move-1): Always use vertical-motion to
24765         do the last (or only) line move to ensure some movement.
24766         Undo 2005-06-23 change--don't check for overlays.
24768 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24770         * term/mac-win.el (ccl-encode-mac-roman-font)
24771         (ccl-encode-mac-centraleurroman-font)
24772         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24773         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24774         Change charset-id boundary of dimension to ?\xef.
24775         (mac-char-fontspec-list): New constant.
24776         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
24777         argument.  Nil uses itself as family in font-spec.  Previous
24778         behavior for nil is now provided by non-nil non-string argument.
24779         All callers changed.  Add font-specs for Mac fonts to
24780         "fontset-default" unless iso8859-1 fonts are installed.
24782 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24784         * progmodes/sh-script.el (sh-get-indent-info): Only indent
24785         a continuation line if the \ is preceded by SPC or TAB.
24786         (sh-get-indent-info): Simplify.
24787         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24788         Use with-current-buffer.
24790         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24791         when the matched text is empty.
24793 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
24795         * startup.el (command-line): Revert to previous handling of
24796         tooltip-mode.  Explain in comment why the complexity is needed.
24798         * tooltip.el (tooltip-mode): Revert to previous implementation of
24799         its defcustom.
24801         * frame.el (blink-cursor-mode): Revert to previous implementation
24802         of its defcustom.  Update comment.
24804 2005-07-12  Lars Hansen  <larsh@soem.dk>
24806         * desktop.el: Update e-mail address.
24808 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
24810         * term/mac-win.el (mac-services-mail-selection)
24811         (mac-services-mail-to): New functions.
24812         (mac-application-menu-map): Bind them.
24814 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
24816         * progmodes/gdb-ui.el: Add note about buffering with Windows.
24818 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
24820         * custom.el (custom-reevaluate-setting): Doc fix.
24822 2005-07-11  Jay Belanger  <belanger@truman.edu>
24824         * calc/calc.el (calc-embedded-announce-formula-alist)
24825         (calc-embedded-open-close-plain-alist)
24826         (calc-embedded-open-close-mode-alist): Add checks for additional
24827         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24829 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
24831         * custom.el (custom-enable-theme): Don't add theme to
24832         `custom-enabled-themes' with `push' because there is no
24833         setf-method for `delq'.
24835 2005-07-11  Richard M. Stallman  <rms@gnu.org>
24837         * custom.el (custom-declare-variable): Doc fix.
24839         * dired-aux.el (dired-compare-directories): Remove "." and ".."
24840         from the alists.
24842         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24843         Do nothing if edebug-active.
24845         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24846         (edebug-display): Do it here instead.
24848 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24850         * cus-face.el (custom-theme-set-faces): Make it work.
24851         (custom-reset-faces): Doc fix.
24852         (custom-theme-reset-internal-face, custom-theme-face-value):
24853         Functions deleted.
24855         * custom.el (custom-push-theme): Maintain list of the settings
24856         of a given theme in its theme-settings property.
24857         Maintain position of old settings in the theme-value
24858         or theme-face property.
24859         (custom-enabled-themes): New variable.
24860         (custom-theme-enabled-p): New function.
24861         (provide-theme): Update custom-enabled-themes.
24862         Disable and reenable the `user' theme.
24863         (require-theme): Doc fix.
24864         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24865         (custom-theme-value, custom-theme-variable-value): Likewise.
24866         (custom-theme-reset-internal): Likewise.
24867         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24868         (custom-enable-theme, custom-disable-theme): New functions.
24869         (custom-variable-theme-value, custom-face-theme-value): Likewise.
24870         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24871         (custom-theme-reset-variables): Simplify.
24872         (deftheme, custom-declare-theme, custom-make-theme-feature):
24873         Definitions moved.
24875 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
24877         * longlines.el (longlines-show-region)
24878         (longlines-unshow-hard-newlines): Recognize hard newlines by
24879         non-nil hard property, instead of t.
24881 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
24883         * viper-cmd.el (viper--key-maps): New variable.
24884         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24885         emulation-mode-map-alists.
24886         (viper-envelop-ESC-key): Use viper-subseq.
24887         (viper-search-forward/backward/next): Disable debug-on-error.
24889         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24890         (viper-ESC-key): New defcustoms.
24892         * viper-macs.el (ex-map-read-args): Use viper-subseq.
24894         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24895         (viper-subseq): Copy of subseq from cl.el.
24897         * viper.el (viper-go-away, viper-set-hooks): Use
24898         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24900         * viper-mous.el (viper-current-frame-saved): Use defvar.
24902         * viper-init.el: Get rid of -face in face names.
24904         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24905         Make it work with longlines mode.
24907         * ediff-mult.el (ediff-meta-mode-hook): New variable.
24909         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24911         * ediff-init.el: Get rid of -face in face names.
24913 2005-07-10  Richard M. Stallman  <rms@gnu.org>
24915         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24916         and with-timeout-unsuspend.
24918         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24919         and with-timeout-unsuspend.
24921         * emacs-lisp/timer.el (with-timeout-timers): New variable.
24922         (with-timeout): Bind that variable to record timers.
24923         (with-timeout-suspend, with-timeout-unsuspend): New functions.
24925         * emacs-lisp/debug.el (debug-help-follow): New function.
24926         (debugger-mode-map): Use that instead of help-follow.
24927         (debugger-setup-buffer): Use eval-buffer-list
24928         to handle eval-buffer frames.
24930 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
24932         * timezone.el (timezone-parse-date): Change first regexp
24933         so it will not mistakenly match dates with no time zone.
24935 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
24937         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24939 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
24941         * custom.el (custom-initialize-safe-set)
24942         (custom-initialize-safe-default): New functions.
24944         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24945         and simplify :init-value.
24947         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24948         and simplify :init-value.  Delete obsolete comment.
24950         * startup.el (command-line): Use `custom-reevaluate-setting' to
24951         handle `tooltip-mode'.  Delete obsolete comment.
24953         * files.el (set-visited-file-name): Avoid calling
24954         `file-name-nondirectory' with a nil argument.
24956 2005-07-09  Richard M. Stallman  <rms@gnu.org>
24958         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24959         was called with nil for the buffer, handle the read position right.
24960         Handle read position for eval-region, too.
24962 2005-07-09  Juri Linkov  <juri@jurta.org>
24964         * fringe.el (fringe-mode): Add period in docstring.
24965         (fringe-query-style): Build prompt depending on `all-frames' arg.
24967         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24968         to not create links to unrelated functions in the Help buffer.
24970         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24971         Doc fix.
24973         * simple.el (next-error-hook): New variable.
24974         (next-error): Use it.  Doc fix.
24976         * textmodes/ispell.el (ispell-command-loop): Add current
24977         dictionary name and program name to mode-line-format.
24978         (ispell-region, ispell-process-line): Add current dictionary name
24979         and program name to messages.
24981 2005-07-08  Jay Belanger  <belanger@truman.edu>
24983         * calc/calc.el (calc-embedded-announce-formula-alist)
24984         (calc-embedded-open-close-formula-alist)
24985         (calc-embedded-open-close-word-alist)
24986         (calc-embedded-open-close-plain-alist)
24987         (calc-embedded-open-close-new-formula-alist)
24988         (calc-embedded-open-close-mode-alist)
24989         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24990         (calc-embedded-mode-hook): New variables.
24992         * calc/calc-embed.el (calc-embedded-firsttime)
24993         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24994         New variables.
24995         (calc-do-embedded): Use calc-embedded-firsttime,
24996         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24997         determine whether or not to run hooks.
24998         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
24999         calc-embedded-firsttime-formula appropriately.
25000         Set calc-embedded delimiter variables according to mode.
25002 2005-07-08  Richard M. Stallman  <rms@gnu.org>
25004         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25005         Check for "emacs", etc., as entire symbol, not just as word.
25006         (checkdoc-file-comments-engine): Use regexp-quote on FN.
25008         * files.el (set-visited-file-name): Report the error
25009         for "empty filename" earlier.
25010         (kill-some-buffers): Ignore buffers already dead.
25012         * fringe.el (fringe-mode): Doc fix.
25014         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25015         Check for (featurep 'xemacs) and turn off warnings in what it guards.
25016         Use unwind-protect to ensure byte-compile-unresolved-functions
25017         is updated.
25019         * whitespace.el (whitespace-buffer-leading-cleanup):
25020         Simplify w/ skip-chars-forward.
25021         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25023         * mail/rmail.el (rmail-only-expunge): Fix paren error.
25024         Unconditionally try to leave point at the same old place.
25026 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
25028         * comint.el (comint-postoutput-scroll-to-bottom)
25029         (comint-show-maximum-output): Take scroll-margin into consideration.
25031 2005-07-08  Kim F. Storm  <storm@cua.dk>
25033         * ido.el (ido-use-filename-at-point): New choice `guess'.
25034         (ido-file-internal): Try ffap-guesser if selected.
25036         * ido.el (ido-before-fallback-functions): New hook.
25037         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25038         (ido-read-file-name): Run it.
25040 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25042         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25043         strings rather than a list of symbols to the completion function.
25045 2005-07-07  Jay Belanger  <belanger@truman.edu>
25047         * calc/calc-units.el (math-apply-units): Change the places in
25048         which units are simplified.
25050 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
25052         * cus-edit.el (customize-option, customize-option-other-window):
25053         Make them handle aliases.
25055         * custom.el (custom-variable-p): Make it recursively follow
25056         aliases.  Mention that in the docstring.
25058 2005-07-07  Richard M. Stallman  <rms@gnu.org>
25060         * cus-start.el (exec-path): Use `directory' instead of `file'.
25061         Fix tag for nil.
25063 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25065         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25066         when called non-interactively.  Doc fix.
25068 2005-07-07  Lute Kamstra  <lute@gnu.org>
25070         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25071         new address as well.
25073 2005-07-07  Kenichi Handa  <handa@m17n.org>
25075         * international/mule.el (make-coding-system):
25076         Describe `ascii-incompatible' property in the docstring.
25077         (set-file-name-coding-system): Signal an error if coding-system is
25078         ascii-incompatible.
25079         (set-keyboard-coding-system): Likewise.
25081         * international/mule-cmds.el (set-default-coding-systems):
25082         Don't set default-file-name-coding-system and
25083         default-keyboard-coding-system if coding-system is ASCII-incompatible.
25085         * international/utf-16.el: Declare that all UTF-16-based coding
25086         systems are ASCII-incompatible.
25088 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
25090         * progmodes/gud.el: Require font-lock for displaying errors.
25091         Used by gdb-ui.el.
25093 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25095         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25096         values for the pattern lists which are `read'able but not
25097         `append'able (like symbols).
25099 2005-07-06  Richard M. Stallman  <rms@gnu.org>
25101         * progmodes/flymake.el (flymake-float-time): Instead of
25102         with-no-warnings, test for XEmacs.
25103         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25104         to avoid warning.
25106 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
25108         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25110 2005-07-05  Lute Kamstra  <lute@gnu.org>
25112         * battery.el: Add support for Darwin (with much debugging help
25113         from Samuel Lauber <sam124@operamail.com>).
25114         (battery-status-function, battery-echo-area-format)
25115         (battery-mode-line-format): Add support for pmset on Darwin.
25116         (battery-load-low, battery-load-critical): New user options.
25117         (battery-pmset): New function.
25119 2005-07-05  Lute Kamstra  <lute@gnu.org>
25121         Update FSF's address in GPL notices.
25123         * textmodes/page-ext.el: Update FSF's address.
25125 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25127         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25128         filling from using prefix when filling a single-line docstring.
25130         * progmodes/flymake.el: Remove useless eval-when-compile.
25132         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25134 2005-07-04  Richard M. Stallman  <rms@gnu.org>
25136         * textmodes/org.el (org-file-apps-defaults-gnu):
25137         Rename from org-file-apps-defaults-linux.
25138         (org-default-apps): Don't test system-type for `linux'.
25139         (org-file-apps): Doc fix.
25141 2005-07-04  David Ponce  <david@dponce.com>
25143         * tree-widget.el: Improve header Commentary section.
25144         (tree-widget) [defgroup]
25145         (tree-widget-image-enable, tree-widget-themes-directory)
25146         (tree-widget-theme, tree-widget-image-properties-emacs)
25147         (tree-widget-image-properties-xemacs, tree-widget-create-image)
25148         (tree-widget-image-formats, tree-widget-control)
25149         (tree-widget-empty-control, tree-widget-leaf-control
25150         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25151         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25152         (tree-widget-keep, tree-widget-after-toggle-functions)
25153         (tree-widget-open-node, tree-widget-close-node): Doc fix.
25154         (tree-widget-open-control, tree-widget-close-control): Fix doc and
25155         :help-echo message.
25156         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
25157         (tree-widget-image-properties): Doc fix.  Clearer implementation.
25158         (tree-widget--cursors): New constant.
25159         (tree-widget-lookup-image): New function split from
25160         `tree-widget-find-image'.  Clearer implementation.
25161         (tree-widget-find-image): Use it.
25162         (tree-widget-button-keymap): Use `set-keymap-parent'.
25163         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25164         Define the sub-widgets here.
25165         (tree-widget-node): Check that :node is not a tree-widget.
25166         (tree-widget-get-super, tree-widget-open-control)
25167         (tree-widget-close-control, tree-widget-empty-control)
25168         (tree-widget-leaf-control, tree-widget-guide)
25169         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25170         (tree-widget-no-handle, tree-widget-value-delete)
25171         (tree-widget-map): Remove.
25172         (tree-widget-children-value-save): Doc fix.  Simplified.
25173         (tree-widget-value-create): Update according to previous changes.
25175 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
25177         * textmodes/org.el: Leading space replaced by TABS.
25178         (org-recalc-marks, org-table-rotate-recalc-marks)
25179         (org-table-get-specials): Treat "^" and "_" marks.
25180         (org-table-justify-field-maybe): Optional argument NEW.
25181         (org-table-eval-formula): Parsing of the format simplified.
25182         New modes C,I.  Honor the %= parameter in the current table.
25183         Avoid unnecessary re-align by using the NEW argument to
25184         `org-table-justify-field-maybe'.
25185         (org-calc-default-modes): Default for date-format mimicks org-mode.
25186         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25188 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
25190         * cus-face.el (custom-theme-set-faces): Make it handle face
25191         aliases whose alias declarations are pre- or autoloaded.
25193 2005-07-04  Juri Linkov  <juri@jurta.org>
25195         * faces.el (read-face-name): Put the code for getting a face name
25196         from the buffer before adding the faces from the `face' property.
25197         Use `completing-read-multiple' instead of `completing-read'.
25198         Require `crm'.  Add default value and post-process the returned
25199         list of faces.
25201         * emacs-lisp/crm.el (crm-find-current-element)
25202         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25204         * emacs-lisp/lisp-mode.el (eval-defun-1):
25205         * emacs-lisp/edebug.el (edebug-eval-defun):
25206         Remove unnecessary quotes.
25208 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
25210         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25211         (prolog-indent-level): Fix typo in docstring.
25213         * info.el (Info-history, Info-history-forward)
25214         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25216         * add-log.el (add-change-log-entry):
25217         * comint.el (comint-dynamic-list-input-ring)
25218         (comint-dynamic-list-completions):
25219         * dabbrev.el (dabbrev-expand):
25220         * delim-col.el (delimit-columns-rectangle-line):
25221         * diff-mode.el (diff-context->unified, diff-reverse-direction)
25222         (diff-unified->context):
25223         * ediff-init.el (ediff-abbrev-jobname):
25224         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25225         (ediff-replace-session-activity-marker-in-meta-buffer):
25226         * info.el (Info-summary):
25227         * lpr.el (printify-region):
25228         * printing.el (pr-create-interface):
25229         * ps-print.el (ps-print-quote):
25230         * ses.el (ses-column-widths, ses-print-cell)
25231         (ses-adjust-print-width, ses-center):
25232         * shell.el (shell-file-name-quote-list):
25233         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25234         (strokes-fill-current-buffer-with-whitespace)
25235         (strokes-xpm-for-stroke, strokes-list-strokes)
25236         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25237         * term.el (term-dynamic-list-input-ring)
25238         (term-dynamic-list-completions):
25239         * calc/calc.el (math-format-stack-value):
25240         * emacs-lisp/edebug.el (edebug-display-freq-count):
25241         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25242         (delphi-new-comment-line):
25243         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25244         * progmodes/executable.el (executable-set-magic):
25245         * progmodes/python.el (inferior-python-mode):
25246         * progmodes/scheme.el (scheme-mode-syntax-table):
25247         * progmodes/sh-script.el (sh-maybe-here-document):
25248         * progmodes/sql.el (sql-copy-column):
25249         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25250         * textmodes/bibtex.el (bibtex-mode):
25251         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25252         (sgml-auto-attributes):
25253         * textmodes/table.el (table-insert, table-shorten-cell)
25254         (table--generate-source-scan-lines, table-delete-row)
25255         (*table--cell-delete-char, table--spacify-frame)
25256         (table--horizontally-shift-above-and-below)
25257         (table--cell-insert-char, table--cell-blank-str)
25258         (table--fill-region-strictly):
25259         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25260         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25262         * add-log.el (change-log):
25263         * apropos.el (apropos):
25264         * comint.el (comint-completion, comint-source):
25265         * dabbrev.el (dabbrev):
25266         * delim-col.el (columns):
25267         * diff-mode.el (diff-mode):
25268         * ediff.el (ediff):
25269         * ediff-diff.el (ediff-diff):
25270         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25271         * ediff-mult.el (ediff-mult):
25272         * ediff-ptch.el (ediff-ptch):
25273         * ediff-wind.el (ediff-window):
25274         * facemenu.el (facemenu):
25275         * indent.el (indent):
25276         * info.el (info):
25277         * jka-cmpr-hook.el (compression, jka-compr):
25278         * lpr.el (lpr):
25279         * outline.el (outlines):
25280         * pcmpl-cvs.el (pcmpl-cvs):
25281         * pcmpl-rpm.el (pcmpl-rpm):
25282         * printing.el (printing):
25283         * ps-print.el (postscript, ps-print, ps-print-horizontal)
25284         (ps-print-vertical, ps-print-headers, ps-print-font)
25285         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25286         (ps-print-background, ps-print-printer, ps-print-page)
25287         (ps-print-miscellany):
25288         * ses.el (ses):
25289         * shell.el (shell, shell-directories, shell-faces):
25290         * startup.el (initialization):
25291         * strokes.el (strokes):
25292         * term.el (term):
25293         * uniquify.el (uniquify):
25294         * w32-vars.el (w32):
25295         * calc/calc.el (calc):
25296         * emacs-lisp/bytecomp.el (bytecomp):
25297         * emacs-lisp/cl-indent.el (lisp-indent):
25298         * emacs-lisp/edebug.el (edebug):
25299         * emacs-lisp/elp.el (elp):
25300         * emacs-lisp/testcover.el (testcover):
25301         * emacs-lisp/trace.el (trace):
25302         * emulation/viper-ex.el (viper-ex):
25303         * emulation/viper-mous.el (viper-mouse):
25304         * mail/mailalias.el (mailalias):
25305         * mail/supercite.el (supercite, supercite-frames)
25306         (supercite-attr, supercite-cite, supercite-hooks):
25307         * net/rcompile.el (remote-compile):
25308         * net/rlogin.el (rlogin):
25309         * obsolete/ooutline.el (outlines):
25310         * progmodes/delphi.el (delphi):
25311         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25312         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25313         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25314         (ebnf-optimization):
25315         * progmodes/etags.el (etags):
25316         * progmodes/executable.el (executable):
25317         * progmodes/idlwave.el (idlwave):
25318         * progmodes/pascal.el (pascal):
25319         * progmodes/prolog.el (prolog):
25320         * progmodes/python.el (python):
25321         * progmodes/scheme.el (scheme):
25322         * progmodes/sh-script.el (sh, sh-script):
25323         * progmodes/sql.el (SQL):
25324         * progmodes/tcl.el (tcl):
25325         * textmodes/bibtex.el (bibtex, bibtex-autokey):
25326         * textmodes/enriched.el (enriched):
25327         * textmodes/makeinfo.el (makeinfo):
25328         * textmodes/sgml-mode.el (sgml):
25329         * textmodes/table.el (table-hooks):
25330         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25331         * textmodes/texinfo.el (texinfo):
25332         * textmodes/two-column.el (two-column):
25333         Finish `defgroup' description with period.
25335         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25336         * eshell/esh-var.el (eshell-var):
25337         * progmodes/vhdl-mode.el (vhdl-testbench):
25338         * textmodes/org.el (org): Fix typos in docstrings.
25340         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25341         consistency.
25343         * progmodes/flymake.el (flymake-find-file): Remove.
25344         (flymake-float-time): Use `with-no-warnings'.
25345         (flymake-check-start-time, flymake-check-was-interrupted)
25346         (flymake-err-info, flymake-is-running, flymake-last-change-time)
25347         (flymake-new-err-info): `defvar' at compile time.
25349 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
25351         * replace.el (occur-hook): Doc fix.
25352         (occur-1): Don't call `occur-hook' if there are no matches.
25354 2005-07-03  Richard M. Stallman  <rms@gnu.org>
25356         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25357         global-map, save the same map.
25358         (global-map): Don't alter it at top level.
25359         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25360         Then alter it here instead.
25361         (tpu-edt-off): Set global-map to the saved one.
25363         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25364         All references simplified.
25365         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
25366         (zmacs-regions): Add defvar.
25367         (repeat-complex-command-map): Everything about that deleted.
25369         * textmodes/artist.el (artist-key-is-drawing)
25370         (artist-key-endpoint1, artist-key-poly-point-list)
25371         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25372         (artist-key-compl-table, artist-rb-save-data)
25373         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25374         Don't put them in eval-when-compile.
25375         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25377         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25378         Use with-no-warnings.
25380         * net/browse-url.el (dos-windows-version): Add defvar.
25382         * mail/supercite.el (filladapt-prefix-table): Add defvar.
25384         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25385         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25386         (rmail-new-summary-line-count): Rename from new-summary-line-count.
25387         Add defvar.
25388         (rmail-summary-beginning-of-message): Use with-no-warnings.
25389         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25391         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25392         Use with-no-warnings.
25394         * emulation/vi.el (vi-mark-region): Use c-mark-function.
25395         (c-mark-function): Add point-moving-unit property.
25396         (vi-goto-line): Use with-no-warnings.
25398         * emulation/edt.el (edt-last-copied-word): Add defvar.
25399         (zmacs-region-stays): Likewise.
25400         (edt-mark-section-wisely): Use c-mark-function for C.
25401         Use makr-defun for Fortran.
25402         (time-string): defvar deleted.
25403         (edt-display-the-time): Don't set time-string.
25405         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25407         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25408         Don't warn when name is not constant
25409         or for defining the group `emacs'.
25411         * tooltip.el (gud-tooltip-mode): Add defvar.
25413         * startup.el (default-frame-background-mode): Add defvar.
25415         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25417         * info.el (tool-bar-map): Add defvar.
25419         * dired.el (dnd-protocol-alist): Add defvar.
25421         * dired-aux.el (dired-query): Display question with answer, when
25422         the user answers.
25424         * custom.el (custom-add-option): Doc fix.
25426         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25428 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
25430         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25431         bogus name from the last change.
25433 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
25435         * custom.el (custom-declare-variable): Fix typos in comment.
25436         (custom-known-themes): Doc fix.
25437         (custom-theme-directory): New defcustom.
25438         (require-theme): Make it check `custom-theme-directory'.
25440         * cus-theme.el (custom-new-theme-mode): New function.
25441         (custom-theme-name, custom-theme-variables, custom-theme-faces)
25442         (custom-theme-description): Add compiler defvars.
25443         (customize-create-theme): Add doc to the "*New Custom Theme*"
25444         buffer.  Use `custom-new-theme-mode'.
25445         (custom-theme-write): Put the created buffer in emacs-lisp-mode
25446         and save it to the `custom-theme-directory'.  Make this the
25447         default directory of the buffer.
25449 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
25451         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25452         Fix unbalanced parentheses.
25454 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
25456         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25457         into flymake-mode and delegate to flymake-mode.
25459         * find-file.el (ff-which-function-are-we-in): Clean up.
25461 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
25463         * replace.el (occur-rename-buffer): Fix docstring.
25465         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25466         (edt-last-copied-word, edt-learn-macro-count)
25467         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25468         (edt-rect-start-point, edt-user-global-map, rect-start-point)
25469         (time-string, zmacs-region-stays):
25470         * emulation/edt-mapper.el (edt-save-function-key-map)
25471         (EDT-key-name): `defvar' to silence the byte-compiler.
25473 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
25475         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25476         font-lock-regexp-backslash.  Doc fix.
25477         (font-lock-regexp-backslash-grouping-construct): Rename from
25478         font-lock-regexp-backslash-construct.  Doc fix.
25479         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25480         grouping constructs.
25482 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
25484         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25485         updating all the prerequisites.
25487 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
25489         * textmodes/org.el (org-agenda-start-on-weekday)
25490         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25491         (org-agenda-use-time-grid, org-archive-location)
25492         (org-allow-space-in-links, org-usenet-links-prefer-google)
25493         (org-enable-table-editor, org-export-default-language)
25494         (org-export-html-show-new-buffer, org-fill-paragraph)
25495         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25496         (org-goto-quit, org-occur, org-eval-in-calendar)
25497         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25498         (org-agenda-diary-entry, org-remember-help)
25499         (org-table-convert-region, org-at-table-p)
25500         (org-table-move-row-down, org-table-move-row-up)
25501         (org-table-copy-region, org-table-toggle-vline-visibility)
25502         (org-table-get-stored-formulas, org-table-get-specials)
25503         (org-recalc-commands, org-table-eval-formula)
25504         (org-table-formula-substitute-names, orgtbl-make-binding)
25505         (org-format-org-table-html, org-format-table-table-html)
25506         (org-format-table-table-html-using-table-generate-source)
25507         (org-customize): Fix typos in docstrings.
25508         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25509         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25510         (org-back-to-heading): Doc fixes.
25511         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25512         (org-agenda-change-all-lines, org-get-header):
25513         Improve argument/docstring consistency.
25514         (orgtbl-error): Fix error message.
25516         * progmodes/flymake.el (flymake-find-possible-master-files)
25517         (flymake-master-file-compare, flymake-get-line-err-count)
25518         (flymake-highlight-line, flymake-gui-warnings-enabled):
25519         Fix typos in docstrings.
25520         (flymake-parse-line, flymake-get-project-include-dirs-function)
25521         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25522         Doc fixes.
25523         (flymake-get-project-include-dirs-function)
25524         (flymake-make-err-menu-data):
25525         Improve argument/docstring consistency.
25527 2005-07-01  Lute Kamstra  <lute@gnu.org>
25529         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25530         Catch errors with ignore-errors.  Use temporary buffer.
25531         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
25533         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25534         background color faces.
25535         (facemenu-set-foreground, facemenu-set-background):
25536         Use facemenu-set-face-from-menu.
25537         (facemenu-set-face-from-menu): Treat face names that start with
25538         "fg:" or "bg:" as special.
25539         (facemenu-add-new-color): Don't create faces.  Simplify.
25541 2005-06-30  Richard M. Stallman  <rms@gnu.org>
25543         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25544         (crm-find-current-element): Likewise.
25546 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
25548         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25550 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
25552         * arc-mode.el (archive-extract): Make it work as a mouse binding.
25553         (archive-mouse-extract): Make it an obsolete alias.
25554         (archive-mode-map): Don't use archive-mouse-extract any more.
25555         (archive-mode, archive-extract): write-contents-hooks ->
25556         write-contents-functions.
25557         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25558         first arg.
25559         (archive-rename-entry): Update the call.
25560         (archive-zip-summarize): Remove unused var `method'.
25561         (archive-lzh-summarize): Remove unused var `creator'.
25563         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25564         dedicated frame upon exit.
25566         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25567         (archive-zip-extract, archive-zip-expunge)
25568         (archive-zip-update, archive-zip-update-case): Use executable-find.
25569         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25570         Use restore-buffer-modified-p.
25571         (archive-extract, archive-add-new-member, archive-write-file-member):
25572         Use with-current-buffer.
25573         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25575 2005-06-30  Andreas Schwab  <schwab@suse.de>
25577         * progmodes/gud.el (gud-filter): Remove unneeded progn.
25579 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
25581         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25583 2005-06-30  Juri Linkov  <juri@jurta.org>
25585         * faces.el (vertical-border): Inherit from mode-line-inactive
25586         only on tty.
25588 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
25590         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25591         example, -NLINES in the `occur' docstring).
25593         * replace.el (occur-1): When no matches are found, do not set the
25594         `buffer-read-only' and modified flags for the occur buffer,
25595         because it is deleted.
25597         * emulation/cua-base.el (cua-check-pending-input)
25598         (cua-repeat-replace-region, cua-mode, cua-debug)
25599         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25600         Fix typos in docstrings.
25602         * emulation/cua-gmrk.el (cua-toggle-global-mark)
25603         (cua-cut-region-to-global-mark)
25604         (cua--cut-rectangle-to-global-mark):
25605         Remove period from end of messages.
25607         * emulation/cua-rect.el (cua-do-rectangle-padding):
25608         Remove period from end of messages.
25609         (cua--rectangle-seq-format): Fix typo in docstring.
25610         (cua-sequence-rectangle, cua-fill-char-rectangle):
25611         Improve argument/docstring consistency.
25613 2005-06-29  Juri Linkov  <juri@jurta.org>
25615         * faces.el (default-frame-background-mode): New internal variable.
25616         (frame-set-background-mode): Use it.
25618         * startup.el (normal-top-level): Set default-frame-background-mode
25619         instead of frame-background-mode.  Before setting it, test for its
25620         nil value.  Remove tests for frame-background-mode and frame
25621         parameter `reverse'.  Add test for "unspecified-fg".
25623         * term/xterm.el (xterm-rxvt-set-background-mode):
25624         * term/rxvt.el (rxvt-set-background-mode):
25625         Set default-frame-background-mode instead of frame-background-mode.
25627 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
25629         * simple.el (set-variable): Warn about obsolete user variables.
25631         * imenu.el (imenu--completion-buffer):
25632         * mouse.el (mouse-buffer-menu-alist):
25633         * msb.el (msb-invisible-buffer-p):
25634         * calendar/diary-lib.el (diary-header-line-format):
25635         * emacs-lisp/pp.el (pp-buffer):
25636         * progmodes/cperl-mode.el (cperl-do-auto-fill):
25637         * textmodes/picture.el (picture-replace-match):
25638         Change space constants followed by a sexp to "?\s ".
25640         * play/decipher.el (decipher-loop-with-breaks):
25641         * textmodes/texinfo.el (texinfo-insert-@item): Change space
25642         constants "protected" from end of line by a comment to "?\s".
25644 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25646         * font-lock.el (save-buffer-state): Use `declare'.
25648         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25649         reset the syntax-table to cperl-mode-syntax-table.
25650         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25651         "foo_print_bar" is not matched as a reserved keyword.
25653 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
25655         * textmodes/org.el (orgtbl-setup): New function, for delayed
25656         setup for the orgtbl commands.
25657         (org-calc-default-modes): New option.
25658         (orgtbl-make-binding): Use `defun' to get better help display.
25659         (org-diary): Call `org-compile-prefix-format'.
25660         (org-table-formula-substitute-names): New function.
25661         (org-agenda-day-view, org-agenda-week-view): New commands.
25662         (org-agenda-toggle-week-view): Command removed.
25663         (org-tbl-menu): Split off from org-org-menu.
25664         (org-mode): Move removal of outline-mode menus to here.
25665         (org-table-formula-debug): New option.
25666         (org-table-insert-row): Keep first field if just "#" or "*".
25667         (org-mode): Paragraph regexps fixed.
25668         (org-table-recalculate-regexp): New constant.
25669         (org-table-justify-field-maybe): Avoid replace if not necessary.
25670         (org-copy-special, org-cut-special): Use `call-interactively'.
25671         (org-table-copy-region): Take region from `interactive' call.
25672         (org-trim): Return string even if no match.
25673         (org-formula): New face.
25674         (org-set-font-lock-defaults): No longer highlight "FIXME".
25675         But highlight formula-related fields in table.
25676         (org-table-p): Use regexp, not fontification.
25677         (org-table-align): Handle white space at end of line.
25678         (org-table-formula-evaluate-inline): New option.
25679         (org-mode): Auto-wrapping in comment lines turned off.
25680         (org-table-copy-down): Evaluate only in copied field, not in
25681         destination.
25682         (org-table-current-formula): Variable removed.
25683         (org-table-store-formulas, org-table-get-stored-formulas)
25684         (org-table-modify-formulas, org-table-replace-in-formulas)
25685         (org-table-maybe-eval-formula): New functions.
25686         (org-table-get-formula): Modify to use stored formulas.
25687         (org-table-insert-column, org-table-delete-column)
25688         (org-table-move-column): Call `org-table-modify-formulas'.
25689         (org-complete): Add completion for keyword formulas.
25690         (orgtbl-mode): Pull orgtbl-mode-map to start of
25691         minor-mode-map-alist.
25693 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
25695         * progmodes/python.el (python-check): Require `compile' before
25696         modifying its variables.
25698         * newcomment.el (comment-indent-default): Don't get fooled by an early
25699         end of buffer.
25701 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25703         * ps-print.el (ps-print-version): Fix version number.
25705 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
25707         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25709 2005-06-28  Richard M. Stallman  <rms@gnu.org>
25711         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25712         (flyspell-local-mouse-map): Declaration deleted.
25713         (flyspell-mouse-map): Bind only mouse-2.
25714         (flyspell-mode-map): Don't test flyspell-use-local-map.
25715         (flyspell-overlay-keymap-property-name): Var deleted.
25716         (flyspell-mode-on): Don't make local bindings for
25717         flyspell-mouse-map and flyspell-mode-map.
25718         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25720         * textmodes/ispell.el (ispell-word): Do not ignore short words.
25722         * progmodes/compile.el (compilation-next-error-function):
25723         Don't switch buffers; operate on the current buffer.
25725         * progmodes/compile.el (compilation-error-file-name)
25726         (compilation-warning-file-name, compilation-info-file-name)
25727         (compilation-line-number, compilation-column-number): New faces.
25728         (compilation-error-face, compilation-warning-face)
25729         (compilation-info-face, compilation-line-face)
25730         (compilation-column-face): Use them.
25732         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25734         * comint.el (comint-password-prompt-regexp): Accept ", try again".
25736         * bindings.el (global-map): Bind insertchar and its variants.
25738 2005-06-27  Richard M. Stallman  <rms@gnu.org>
25740         * textmodes/artist.el (artist-text-overwrite)
25741         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25743 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25745         * ps-print.el: It was not working the page selection for printing.
25746         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25747         (ps-print-version): New version 6.6.7.
25748         (ps-end-sheet): New fun.
25749         (ps-header-sheet, ps-end-job): Call it.
25751 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
25753         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25755 2005-06-27  Lute Kamstra  <lute@gnu.org>
25757         * facemenu.el (facemenu-unlisted-faces): Add foreground and
25758         background color faces.
25759         (facemenu-get-face): Delete function.
25760         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25761         (facemenu-add-new-color): Make second argument mandatory.
25762         Create the appropriate face and return it.  Simplify.
25763         (facemenu-set-foreground, facemenu-set-background): Don't check if
25764         color is defined.  Use return value of facemenu-add-new-color.
25766 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
25768         * progmodes/gud.el (gud-filter): Add missing argument to
25769         with-selected-window.
25771 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
25773         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25774         a :require to the defcustom.
25776         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25777         defcustoms corresponding to minor modes.
25779 2005-06-26  David Ponce  <david@dponce.com>
25781         * recentf.el: Require tree-widget instead of wid-edit.
25782         (recentf-filename-handler): Fix widget :type.
25783         (recentf-cancel-dialog, recentf-open-more-files)
25784         (recentf-open-files-action): Doc fix.
25785         (recentf-dialog-goto-first): New function.
25786         (recentf-dialog-mode-map): Set parent keymap first.
25787         (recentf-dialog-mode): Define with define-derived-mode.
25788         Don't display continuation lines in dialogs.
25789         (recentf-edit-list): Rename from recentf-edit-selected-items.
25790         (recentf-edit-list-select): Rename from recentf-edit-list-action.
25791         Simplify.
25792         (recentf-edit-list-validate): New function.
25793         (recentf-edit-list): Update accordingly.
25794         (recentf-open-files-item-shift): Remove.
25795         (recentf-open-files-item): Convert menu elements into tree and
25796         link widgets.  Don't create the widgets.
25797         (recentf-open-files): Update accordingly.
25798         (recentf-save-list): Untabify.
25800 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
25802         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25803         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
25804         partially contained in the active region.  Do not take active
25805         region into account when called from Lisp, unless INTERACTIVE arg
25806         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
25807         avoid trouble with fields.  Make marker point nowhere when no
25808         longer used.  Always return nil.  Doc fix.
25809         (flush-lines): Add INTERACTIVE arg.  Do not take active region
25810         into account when called from Lisp, unless INTERACTIVE arg is
25811         non-nil.  Use `forward-line' instead of `beginning-of-line' to
25812         avoid trouble with fields.  Make marker point nowhere when no
25813         longer used.  Always return nil.  Doc fix.
25814         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
25815         interchangeable.  Do not take active region into account when
25816         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
25817         message in echo area when called from Lisp, unless INTERACTIVE arg
25818         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
25819         Return the number of matches.  Doc fix.
25820         (occur): Doc fix.
25821         (perform-replace): Make comment follow double space convention for
25822         the sake of `outline-minor-mode'.
25824         * faces.el (facep): Doc fix.
25826 2005-06-25  Richard M. Stallman  <rms@gnu.org>
25828         * facemenu.el (facemenu-enable-faces-p): New function.
25829         (facemenu-background-menu, facemenu-foreground-menu)
25830         (facemenu-face-menu): Add menu-enable property.
25832         * jka-compr.el (jka-compr-insert-file-contents):
25833         Special handling if cannot find the uncompression program.
25835         * cus-face.el (custom-face-attributes): Add autoload.
25837         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25838         Bind comment-indent-function locally.
25840         * window.el (save-selected-window): Use save-current-buffer.
25842         * subr.el (with-selected-window): Use save-current-buffer.
25844         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25845         and with-current-buffer.
25847 2005-06-24  Richard M. Stallman  <rms@gnu.org>
25849         * simple.el (line-move-1): Fix previous change.
25851 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
25853         * replace.el (occur-1): Set `buffer-read-only' and the
25854         buffer-modified flag before running `occur-hook' to protect
25855         against unintentional buffer switches that can lead to data loss.
25857 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
25859         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25860         (gud-gdb-marker-filter): Use font-lock-warning-face for any
25861         initial error.
25863         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25864         after fresh input.
25865         (gdb-var-create-handler): Put name of expression in quotes.
25867 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
25869         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25870         elements of RING in order, and without bogus nil elements.
25872 2005-06-23  Richard M. Stallman  <rms@gnu.org>
25874         * simple.el (set-variable): Args renamed; doc fix.
25875         (line-move-1): When there are overlays around, use vertical-motion.
25877         * faces.el (escape-glyph): Use brown against light background.
25878         (nobreak-space): Rename from no-break-space.
25879         Fix previous change.
25881         * dired-aux.el (dired-do-copy): Fix arg prompt.
25883         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25885 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
25887         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25888         rather than "Distributor".
25890 2005-06-23  Lute Kamstra  <lute@gnu.org>
25892         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25893         (debug-on-entry): Use it.  New interactive declaration that uses
25894         function-called-at-point.
25896 2005-06-23  Kim F. Storm  <storm@cua.dk>
25898         * subr.el (save-match-data): Add comment about using evaporate arg
25899         to set-match-data.
25901 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
25903         * cus-edit.el (customize-face)
25904         (customize-face-other-window): Handle face aliases.
25906         * faces.el (face-documentation, set-face-attribute)
25907         (face-spec-set): Handle face aliases.
25909 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
25911         * help-mode.el (help-make-xrefs): If a symbol representing a face
25912         name is not followed by the word "face", it could still be a
25913         function or variable name, so don't bypass other checks.
25915 2005-06-22  Juri Linkov  <juri@jurta.org>
25917         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25918         Replace aliased functions with calls where second arg `inherit' is t.
25920 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
25922         * progmodes/gdb-ui.el (gdb-error): New variable.
25923         (gdb-error): New function.
25924         (gdb-annotation-rules): Act on error-begin and error annotations.
25925         (gdb-concat-output): Use font-lock-warning-face for errors.
25927 2005-06-22  Miles Bader  <miles@gnu.org>
25929         * bindings.el (propertized-buffer-identification): Use renamed
25930         `Buffer-menu-buffer' face.
25932         * faces.el (vertical-border): Rename from `vertical-divider'.
25933         (escape-glyph): Change dark-background color back to `cyan'.
25935 2005-06-21  Juri Linkov  <juri@jurta.org>
25937         * faces.el (face-user-default-spec): Try getting `customized-face'
25938         prior to `saved-face'.
25939         (frame-background-mode): Refill docstring.
25941         * emacs-lisp/lisp-mode.el (eval-defun-1):
25942         * emacs-lisp/edebug.el (edebug-eval-defun):
25943         Set `saved-face' temporarily to nil before calling form.
25944         Set `customized-face' to the new spec after that.
25946 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
25948         * subr.el (1value, lambda, key-substitution-in-progress):
25949         Doc fixes.
25951         * autoinsert.el (auto-insert-alist):
25952         * ses.el (ses-call-printer):
25953         * subr.el (noreturn):
25954         * emacs-lisp/lisp.el (check-parens):
25955         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25956         * net/browse-url.el (browse-url-mosaic):
25957         * progmodes/cc-defs.el (c-safe-scan-lists):
25958         * progmodes/ebnf-abn.el (ebnf-abn-lex):
25959         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25960         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25961         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25962         * progmodes/ebnf-iso.el (ebnf-iso-lex):
25963         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25965 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
25967         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25969 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
25971         * calendar/appt.el (appt-make-list): Activate the package, if
25972         not already active (for backwards compatibility).
25974 2005-06-20  Kim F. Storm  <storm@cua.dk>
25976         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
25978 2005-06-20  Miles Bader  <miles@gnu.org>
25980         * faces.el (vertical-divider): New face.
25982 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
25984         * simple.el (kill-whole-line): Doc fix.
25985         (next-error-buffer-p, next-error-find-buffer)
25986         (clone-indirect-buffer): Fix typos in docstrings.
25987         (comment-line-break-function): Doc fix: don't say variable
25988         is automatically buffer-local (it isn't).
25990 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
25992         * net/tramp-ftp.el (top):
25993         * net/tramp-smb.el (top):
25994         * net/tramp-util.el (top):
25995         * net/tramp-uu.el (top):
25996         * net/tramp-vc.el (top):
25997         * net/tramp.el (top): Revert copyright years back to original
25998         ones.  Tramp has a life outside GNU Emacs.
26000 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
26002         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26004 2005-06-18  Juri Linkov  <juri@jurta.org>
26006         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26007         end of first regexp to limit the match to the position between
26008         line number and source line with same separator character as used
26009         between file name and line number.  In the second regexp limit
26010         mouse-face area to file name and line number by adding new group
26011         for them and referring it in HYPERLINK arg.
26012         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26013         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26014         previous line where grep markers may be already removed.
26016 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
26018         * progmodes/ps-mode.el: Update version and maintainer's email address.
26020 2005-06-18  Steve Youngs  <steve@xemacs.org>
26022         * net/browse-url.el (browse-url-browser-function)
26023         (browse-url-default-browser): Add firefox.
26024         (browse-url-firefox-program, browse-url-firefox-arguments)
26025         (browse-url-firefox-startup-arguments)
26026         (browse-url-firefox-new-window-is-tab): New defcustoms.
26027         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26029 2005-06-17  Richard M. Stallman  <rms@gnu.org>
26031         * startup.el (command-line): Warn if specified user name has
26032         no home directory.
26034         * term.el (term-get-old-input, term-input-filter, term-input-sender)
26035         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26037         * longlines.el (longlines-mode, longlines-show-hard-newlines):
26038         Doc fixes.
26040         * faces.el (underline): Try bold if terminal doesn't support underline.
26042         * mail/sendmail.el (mail-setup-with-from): New variable.
26043         (mail-insert-from-field): New function.
26044         (sendmail-send-it): Call it.
26045         (mail-setup): Optionally call it here.
26047         * term/linux.el: Call tty-no-underline.
26049 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
26051         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26053 2005-06-17  Miles Bader  <miles@gnu.org>
26055         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26056         (ediff-current-diff-C, ediff-current-diff-Ancestor)
26057         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26058         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26059         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26060         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26061         Remove "-face" suffix from face names.
26062         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26063         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26064         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26065         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26066         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26067         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26068         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26069         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26070         New backward-compatibility aliases for renamed faces.
26071         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26072         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26073         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26074         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26075         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26076         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26077         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26078         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26079         Use renamed ediff faces.
26081         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26082         Remove "-face" suffix from face names.
26083         (eshell-test-ok-face, eshell-test-failed-face):
26084         New backward-compatibility aliases for renamed faces.
26085         (eshell-run-test): Use renamed eshell-test faces.
26087         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26088         face name.
26089         (eshell-prompt-face): New backward-compatibility alias for renamed
26090         face.
26091         (eshell-emit-prompt): Use renamed eshell-prompt face.
26093         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26094         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26095         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26096         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26097         Remove "-face" suffix from face names.
26098         (eshell-ls-directory-face, eshell-ls-symlink-face)
26099         (eshell-ls-executable-face, eshell-ls-readonly-face)
26100         (eshell-ls-unreadable-face, eshell-ls-special-face)
26101         (eshell-ls-missing-face, eshell-ls-archive-face)
26102         (eshell-ls-backup-face, eshell-ls-product-face)
26103         (eshell-ls-clutter-face):
26104         New backward-compatibility aliases for renamed faces.
26105         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26107         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26108         Remove "-face" suffix from face name.
26109         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26110         instead of literal face.
26112 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
26114         * emacs-lisp/warnings.el (display-warning, lwarn)
26115         (warning-minimum-log-level): Doc fixes.
26116         (warning-minimum-level, warning-minimum-log-level):
26117         Add :debug to :type choices.
26119         * progmodes/ada-mode.el (ada-format-paramlist)
26120         (ada-get-indent-case, ada-check-matching-start)
26121         (ada-check-defun-name, ada-goto-matching-decl-start)
26122         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26123         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26124         (ada-make-subprogram-body): Follow error conventions.
26125         (ada-case-exception-file, ada-indent-comment-as-code)
26126         (ada-indent-handle-comment-special, ada-indent-renames)
26127         (ada-indent-return, ada-search-directories-internal)
26128         (ada-tab-policy, ada-case-exception-substring)
26129         (ada-other-file-alist, ada-matching-start-re)
26130         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26131         (ada-imenu-generic-expression, ada-compile-goto-error)
26132         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26133         (ada-popup-menu, ada-add-extensions, ada-mode)
26134         (ada-region-selected, ada-create-case-exception)
26135         (ada-create-case-exception-substring, ada-after-keyword-p)
26136         (ada-activate-keys-for-case, ada-adjust-case-region)
26137         (ada-adjust-case-buffer, ada-format-paramlist)
26138         (ada-scan-paramlist, ada-insert-paramlist)
26139         (ada-indent-newline-indent)
26140         (ada-indent-newline-indent-conditional)
26141         (ada-justified-indent-current, ada-goto-previous-word)
26142         (ada-indent-current, ada-get-indent-open-paren)
26143         (ada-get-indent-paramlist, ada-get-indent-end)
26144         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26145         (ada-get-indent-block-start, ada-get-indent-subprog)
26146         (ada-get-indent-noindent, ada-get-indent-label)
26147         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26148         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26149         (ada-goto-stmt-end, ada-goto-next-word)
26150         (ada-check-matching-start, ada-check-defun-name)
26151         (ada-goto-matching-decl-start, ada-goto-matching-start)
26152         (ada-goto-matching-end, ada-search-ignore-string-comment)
26153         (ada-in-decl-p, ada-looking-at-semi-or)
26154         (ada-looking-at-semi-private, ada-in-paramlist-p)
26155         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26156         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26157         (ada-next-procedure, ada-previous-procedure, ada-next-package)
26158         (ada-previous-package, ada-create-menu)
26159         (ada-fill-comment-paragraph-justify)
26160         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26161         (ada-other-file-name, ada-last-which-function-line)
26162         (ada-last-which-function-subprog, ada-which-function)
26163         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26164         (ada-gen-treat-proc, ada-check-emacs-version)
26165         (ada-continuation-indent, ada-align-region-separate):
26166         Fix typos in docstrings.
26167         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26169 2005-06-16  Lute Kamstra  <lute@gnu.org>
26171         * simple.el (fundamental-mode): Run after-change-major-mode-hook
26172         conditionally.
26174 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
26176         * comint.el (comint-replace-by-expanded-filename)
26177         (comint-prompt-regexp, comint-delimiter-argument-list)
26178         (comint-preinput-scroll-to-bottom):
26179         * info.el (Info-hide-cookies-node):
26180         * ls-lisp.el (ls-lisp-classify):
26181         * find-file.el (ff-search-directories, ff-special-constructs)
26182         (ff-find-other-file):
26183         * font-lock.el (font-lock-keywords):
26184         * shell.el (shell-prompt-pattern)
26185         (shell-dynamic-complete-functions, shell-mode)
26186         (shell-delimiter-argument-list):
26187         * term.el (term-replace-by-expanded-filename)
26188         (term-prompt-regexp, term-delimiter-argument-list):
26189         * woman.el (woman-ignore, woman0-if):
26190         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26191         * emacs-lisp/elint.el (elint-init-env):
26192         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26193         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26194         * language/ethio-util.el (ethio-tilde-escape)
26195         (ethio-use-three-dot-question):
26196         * net/zone-mode.el (zone-mode-load-time-setup):
26197         * progmodes/cc-align.el (c-lineup-argcont):
26198         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26199         * progmodes/cperl-mode.el (cperl-set-style-back):
26200         * progmodes/inf-lisp.el (inferior-lisp-prompt):
26201         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26202         Fix spellings in docstrings.
26204         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26205         * progmodes/modula2.el (m2-for): Fix spellings.
26207         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26209         * simple.el (undo-more): Don't use `format' on `error' arguments.
26210         Improve argument/docstring consistency.
26211         (pending-undo-list): Doc fix.
26213         * smerge-mode.el (smerge-ensure-match):
26214         * emulation/vip.el (vip-ex):
26215         * net/zone-mode.el (zone-mode-update-serial):
26216         * progmodes/idlwave.el (idlwave-complete):
26217         * progmodes/vhdl-mode.el (vhdl-visit-file)
26218         (vhdl-compose-wire-components):
26219         Don't use `format' on `error' arguments.
26221         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26222         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26223         (tooltip-help-tips): Fix typos in docstrings.
26225 2005-06-16  David Ponce  <david@dponce.com>
26227         * tree-widget.el (tree-widget-value-create): Simplify last change.
26229 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
26231         * ido.el (ido-incomplete-regexp): New variable.
26232         (ido-set-matches-1): Handle invalid-regexp error and set
26233         ido-incomplete-regexp.
26234         (ido-incomplete-regexp): New face.
26235         (ido-completions): Use it.
26236         (ido-complete, ido-exit-minibuffer, ido-completions):
26237         Handle incomplete regexps.
26238         (ido-completions): Add check for complete match when entering a regexp.
26240 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
26242         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26244 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
26246         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26247         by field delimiters.
26249 2005-06-15  David Ponce  <david@dponce.com>
26251         * tree-widget.el: eval-and-compile inlined functions so they will
26252         be available at run-time too.
26253         (tree-widget-super-format-handler)
26254         (tree-widget-format-handler): Remove.
26255         (tree-widget-value-create): Handle the :indent property.
26257 2005-06-15  Miles Bader  <miles@gnu.org>
26259         * progmodes/which-func.el (which-func): Only inherit
26260         `font-lock-function-name-face' when that makes sense against the
26261         default mode-line face, otherwise set the face color explicitly.
26263         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26264         faces instead of (non-existent) variables.
26266 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
26268         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26269         (iswitchb-get-matched-buffers): Likewise.  Simplify.
26271 2005-06-14  Miles Bader  <miles@gnu.org>
26273         * progmodes/ld-script.el (ld-script-location-counter):
26274         Remove "-face" suffix from face name.
26275         (ld-script-location-counter-face):
26276         New backward-compatibility alias for renamed face.
26277         (ld-script-location-counter-face): Use renamed face.
26279         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26280         (cperl-hash): Remove "-face" suffix from face names.
26281         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26282         New backward-compatibility aliases for renamed faces.
26283         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26284         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26286         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26287         name.
26288         (which-func-face): New backward-compatibility alias for renamed face.
26289         (which-func-format): Use renamed which-func face.
26291         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26292         (vhdl-function, vhdl-directive, vhdl-reserved-word)
26293         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26294         names.
26295         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26296         (vhdl-speedbar-configuration, vhdl-speedbar-package)
26297         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26298         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26299         (vhdl-speedbar-architecture-selected)
26300         (vhdl-speedbar-configuration-selected)
26301         (vhdl-speedbar-package-selected)
26302         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26303         names.
26304         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26305         Use renamed faces.
26306         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26307         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26308         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26309         Use renamed faces.
26310         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26311         names.
26312         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26313         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26314         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26315         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26316         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26317         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26319         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26320         face name.
26321         (sh-heredoc-face): New backward-compatibility alias for renamed face.
26322         (sh-heredoc-face): Use renamed sh-heredoc face.
26324         * progmodes/idlw-help.el (idlwave-help-link):
26325         Remove "-face" suffix from face name.
26326         (idlwave-help-link-face):
26327         New backward-compatibility alias for renamed face.
26328         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26330         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26331         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26332         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26333         New backward-compatibility aliases for renamed faces.
26334         (idlwave-shell-disabled-breakpoint-face)
26335         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26337         * progmodes/flymake.el (flymake-errline, flymake-warnline):
26338         Remove "-face" suffix from face names.
26339         (flymake-errline-face, flymake-warnline-face):
26340         New backward-compatibility aliases for renamed faces.
26341         (flymake-highlight-line): Use renamed flymake faces.
26343         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26344         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26345         (ebrowse-member-class, ebrowse-progress):
26346         Remove "-face" suffix from face names.
26347         (ebrowse-tree-mark-face, ebrowse-root-class-face)
26348         (ebrowse-file-name-face, ebrowse-default-face)
26349         (ebrowse-member-attribute-face, ebrowse-member-class-face)
26350         (ebrowse-progress-face):
26351         New backward-compatibility aliases for renamed faces.
26352         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26353         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26354         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26355         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26357         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26358         antlr-syntax)
26359         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26360         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26361         names.
26362         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26363         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26364         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26365         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26366         backward-compatibility aliases for renamed faces.
26367         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26368         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26369         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26370         remove "font-lock-".  Use renamed antlr-mode faces.
26371         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
26372         literal face-names with face variable references.
26374         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26375         face name.
26376         (Buffer-menu-buffer-face): New backward-compatibility alias for
26377         renamed face.
26378         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26380 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
26382         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26383         Eliminate "-face" suffix.
26384         (makefile-targets): Inherit from font-lock-function-name-face and
26385         eliminate "-face" suffix.
26386         (makefile-shell): Remove attributes and eliminate "-face" suffix.
26387         (makefile-*-font-lock-keywords): Append makefile-targets in rule
26388         actions, instead of prepending, to make it less visible.
26389         (makefile-previous-dependency, makefile-match-dependency):
26390         Don't match a target on a continuation line.
26392         * files.el (auto-mode-alist): Put Makefile in gmake mode.
26394 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
26396         * progmodes/gdb-ui.el (menu): Re-order menu items.
26397         (gdb-tooltip-print): Respect tooltip-use-echo-area.
26399         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26400         Define in tooltip.el.
26401         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26402         (gud-tooltip-tips): Respect tooltip-use-echo-area and
26403         gud-tooltip-echo-area.
26405         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26406         backward compatibility and make obsolete.
26407         (tooltip-help-tips): Use tooltip-use-echo-area.
26408         (tooltip-show-help-function): Rename to...
26409         (tooltip-show-help): ...this, because it is a function.
26410         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26412 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
26414         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26415         (edebug-print-length, edebug-print-level, edebug-print-circle)
26416         (edebug-modify-breakpoint, edebug-eval-last-sexp)
26417         (edebug-eval-print-last-sexp): Doc fixes.
26419 2005-06-14  Kim F. Storm  <storm@cua.dk>
26421         * ido.el (ido-mode): Make a new keymap every time we enable ido,
26422         as the coverage buffer/file/both may change.
26424 2005-06-14  Lute Kamstra  <lute@gnu.org>
26426         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26427         and run-mode-hooks.  Simplify.
26429         * mail/rmailedit.el (rmail-edit-mode):
26430         * progmodes/octave-inf.el (inferior-octave-mode):
26431         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26433         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26434         and run-mode-hooks.
26435         (recentf-edit-list, recentf-open-files): Don't call
26436         kill-all-local-variables directly.
26438         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26440 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
26442         * emacs-lisp/byte-run.el (make-obsolete)
26443         (define-obsolete-function-alias): Rename arguments FUNCTION and
26444         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26445         (make-obsolete-variable, define-obsolete-variable-alias):
26446         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26447         respectively.
26449         * isearchb.el (isearchb-activate):
26450         * pcvs.el (cvs-mode):
26451         * ses.el (ses-load):
26452         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26453         * net/tramp.el (tramp-find-file-exists-command)
26454         (tramp-find-shell):
26455         * progmodes/ada-mode.el (ada-create-case-exception)
26456         (ada-create-case-exception-substring, ada-make-subprogram-body):
26457         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26458         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26459         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26460         * textmodes/org.el (org-promote, org-evaluate-time-range)
26461         (org-agenda-next-date-line, org-agenda-previous-date-line)
26462         (org-agenda-error, org-open-at-point, org-table-move-row)
26463         (org-format-table-table-html-using-table-generate-source)
26464         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26465         * textmodes/reftex.el (reftex-access-scan-info):
26466         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26467         (reftex-toc-promote-prepare): Follow error conventions.
26469         * diff-mode.el (diff-mode): Fix typo in docstring.
26471         * forms.el (forms--intuit-from-file): Fix reference to
26472         `forms-number-of-fields' in error message.
26473         (forms-print): Fix quoting in error message.
26475         * forms.el (forms-mode):
26476         * emulation/vi.el (vi-goto-insert-state):
26477         * progmodes/flymake.el (flymake-new-err-info)
26478         (flymake-start-syntax-check-for-current-buffer)
26479         (flymake-simple-cleanup):
26480         * eshell/esh-var.el (eshell/export):
26481         * progmodes/gud.el (xdb):
26482         * textmodes/flyspell.el (flyspell-incorrect-hook)
26483         (flyspell-maybe-correct-transposition)
26484         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26486 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
26488         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26489         minibuffer prompt.
26491 2005-06-13  Kim F. Storm  <storm@cua.dk>
26493         * subr.el (add-to-ordered-list): New defun.
26495         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26496         add cua--keymap-alist to emulation-mode-map-alists.
26498 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
26500         * subr.el (complete-in-turn): New macro.
26501         (dynamic-completion-table, lazy-completion-table): Add debug info.
26503         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26504         in preference to face aliases.
26506         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26507         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26508         Remove unused vars `start' and `firstline'.
26509         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26510         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26512 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
26514         * cus-start.el (all): Don't complain about missing GTK-related
26515         variables, unless either `gtk' is boundp or this isn't a
26516         `windows-nt' build.
26518 2005-06-13  Lute Kamstra  <lute@gnu.org>
26520         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26521         run-mode-hooks.
26523         * ediff-mult.el (ediff-meta-mode):
26524         * ediff-util.el (ediff-mode): Use run-mode-hooks.
26526         * ledit.el (ledit-mode): Use delay-mode-hooks.
26528         * woman.el (woman-mode-line-format): Delete constant.
26529         (woman-mode-map): Initialize it properly.
26530         (woman-mode): Set mode-class property to special.
26531         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
26532         Set major-mode and mode-name.  Don't set mode-line-format directly.
26533         (Man-getpage-in-background): Don't reference woman-mode-line-format.
26535         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26536         string argument obsolete.
26538 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
26540         * textmodes/org.el (org-CUA-compatible): New option.
26541         (org-disputed-keys): New variable.
26542         (org-key): New function.
26543         (orgtbl-make-binding): Add docstring to the created function.
26544         (org-mode): Set paragraph start/separate regexps.
26545         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26546         (org-archive-location, org-archive-mark-done)
26547         (org-archive-stamp-time): New options.
26548         (org-archive-subtree): New command.
26549         (org-fill-paragraph): New function.
26550         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26551         (org-fake-empty-table-line): Function removed.
26552         (org-format-org-table-html): Do not create empty table lines at
26553         separator lines.  Improved table header treatment.
26554         (org-link-format): New option.
26555         (org-make-link): New function.
26556         (org-insert-link, org-store-link): Use org-make-link.
26557         (org-open-file): Quote file name for shell command, to allow
26558         spaces in file names.
26559         (org-link-regexp): Fix bug with mailto link.
26560         (org-link-maybe-angles-regexp, org-protected-link-regexp):
26561         New constants.
26562         (org-export-as-html): Deal with the optional angles around a link.
26563         Better treatment of file: links.
26564         (org-open-at-point): Replace @{ and @} with < and >.
26565         (org-run-mode-hooks): Function removed.
26566         (org-agenda-mode): No longer use `org-run-mode-hooks'.
26568 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
26570         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26571         MI command -data-list-register-values.
26572         (gdb-post-prompt): Indent properly.
26574 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
26576         * hilit-chg.el (highlight-changes-colors): Rename from
26577         `highlight-changes-colours'.
26578         (highlight-changes-colours): Keep as obsolete alias.
26579         (highlight-changes-face-list): Doc fix.
26580         (hilit-chg-make-list): Use `highlight-changes-colors'.
26582 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
26584         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26585         defun-prompt-regexp.
26587 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
26589         * loadup.el: Don't say we are dumping under 2 names on windows-nt
26590         and cygwin.
26592         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26593         Don't use an old loaddefs.el, as in Makefile.in.
26595 2005-06-12  Lute Kamstra  <lute@gnu.org>
26597         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26599         * man.el (Man-mode-map): Initialize it properly.
26600         (Man-mode): Set mode-class property to special.
26602         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26604 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
26606         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26607         A newline is needed in the docstring there.
26609         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26610         Doc fixes.
26612 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26614         * printing.el: Doc fix.  The menubar is no more changed when printing
26615         is loaded, it only changes when pr-menu-bind or pr-update-menus is
26616         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
26617         (pr-version): New version number (6.8.4).
26618         (pr-menu-bind): New command.
26619         (pr-update-menus): Docstring and code fix.
26620         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26621         Docstring fix.
26622         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26623         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26625 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
26627         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26628         "Returns" to "return", document useful return values, etc.
26630 2005-06-11  Alan Mackenzie  <acm@muc.de>
26632         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26633         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26634         (adaptive-file-function): Minor amendment to doc-string.
26636 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
26638         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26639         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26640         Fix :type--it is `integer', not `string'.
26642         * faces.el (modeline-highlight): Rename from (the erroneous)
26643         `modeline-higilight'.
26645 2005-06-11  Lute Kamstra  <lute@gnu.org>
26647         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26648         lisp-interaction-mode-map but make it the parent.
26649         (edebug-eval-mode): Use define-derived-mode.
26651 2005-06-11  Andreas Schwab  <schwab@suse.de>
26653         * bindings.el: Add binding of `ESC functionkey' for every
26654         `M-functionkey'.
26655         * hexl.el (hexl-mode-map): Likewise.
26657 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
26659         * progmodes/compile.el (compilation-error-regexp-alist-alist)
26660         [msft]: update regexp for newer msft compilers.
26662 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
26664         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26665         ATTLIST portions of included DTDs.
26666         (xml-parse-dtd): Eliminate use of inefficient match-data.
26668 2005-06-10  Miles Bader  <miles@gnu.org>
26670         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26671         (mpuz-text): Remove "-face" suffix from face names.
26672         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26673         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26674         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26676         * play/gomoku.el (gomoku-O, gomoku-X):
26677         Remove "-face" suffix from face names.
26678         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26679         New backward-compatibility aliases for renamed faces.
26680         (gomoku-font-lock-keywords): Use renamed gomoku faces.
26682 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
26684         * thumbs.el: Fixes for changes of 2005-06-09.
26685         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26686         as a directory.
26687         (thumbs-thumbname): Remove directory separator from format string;
26688         `thumbs-thumbsdir' now returns a valid directory name.
26689         (thumbs-temp-dir): New defsubst.
26690         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26691         Use it.
26693         * cus-edit.el (minibuffer):
26694         * files.el (make-backup-file-name-function):
26695         * filesets.el (filesets-external-viewers):
26696         * hilit-chg.el (highlight-changes-colours)
26697         (highlight-changes-face-list, highlight-changes-rotate-faces):
26698         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26699         * kmacro.el (kmacro-call-macro):
26700         * log-edit.el (log-edit-changelog-full-paragraphs):
26701         * mouse.el (mouse-1-click-follows-link):
26702         * skeleton.el (skeleton-autowrap):
26703         * subr.el (insert-for-yank-1):
26704         * tempo.el (tempo-insert-region):
26705         * terminal.el (terminal-emulator):
26706         * time.el (display-time-mail-face):
26707         * vc.el (vc-annotate):
26708         * vcursor.el (vcursor-copy-line):
26709         * woman.el (woman-bold-headings, woman-ignore)
26710         (woman-default-faces, woman-monochrome-faces):
26711         * calendar/todo-mode.el (todo-insert-threshold):
26712         * emulation/pc-select.el (pc-select-selection-keys-only)
26713         (pc-selection-mode):
26714         * emulation/vip.el (vip-find-char-forward):
26715         * emulation/viper-cmd.el (viper-find-char-forward):
26716         * international/mule-cmds.el
26717         (select-safe-coding-system-accept-default-p)
26718         (input-method-exit-on-invalid-key):
26719         * international/mule-diag.el (describe-coding-system):
26720         * international/ucs-tables.el (unify-8859-on-encoding-mode):
26721         * net/browse-url.el (browse-url-xterm-program):
26722         * obsolete/lazy-lock.el (lazy-lock-mode):
26723         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26724         (cperl-mode):
26725         * progmodes/cpp.el (cpp-face-light-name-list)
26726         (cpp-face-dark-name-list):
26727         * progmodes/delphi.el (delphi-newline-always-indents):
26728         Fix spellings in docstrings.
26730         * ido.el (ido-mode, ido-file-extensions-order)
26731         (ido-default-file-method, ido-default-buffer-method)
26732         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26733         (ido-decorations, ido-read-file-name-as-directory-commands)
26734         (ido-read-file-name-non-ido, ido-work-directory-list)
26735         (ido-ignore-item-temp-list, ido-current-directory)
26736         (ido-magic-forward-char, ido-enter-find-file)
26737         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26738         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26740 2005-06-10  Lute Kamstra  <lute@gnu.org>
26742         * play/dunnet.el (dun-mode): Use define-derived-mode.
26743         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
26744         obsolete alias.
26746         * play/doctor.el (doctor-mode-map): Remove defvar.
26747         (doctor-mode): Use define-derived-mode.
26749         * mail/mspools.el (mspools-mode):
26750         * net/eudc-hotlist.el (eudc-hotlist-mode):
26751         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26753 2005-06-10  Miles Bader  <miles@gnu.org>
26755         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26756         Remove "-face" suffix from face names.
26757         (flyspell-incorrect-face, flyspell-duplicate-face):
26758         New backward-compatibility aliases for renamed faces.
26759         (flyspell-mode-on, make-flyspell-overlay)
26760         (flyspell-highlight-incorrect-region)
26761         (flyspell-highlight-duplicate-region)
26762         (flyspell-display-next-corrections)
26763         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26765         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26766         from face name.
26767         (texinfo-heading-face): New backward-compatibility alias for
26768         renamed face.
26769         (texinfo-heading-face): Use renamed texinfo-heading face.
26771         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26772         suffix from face names.
26773         (tex-math-face, tex-verbatim-face):
26774         New backward-compatibility aliases for renamed faces.
26775         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26776         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26777         literal face name.
26779         * textmodes/table.el (table-cell): Remove "-face" suffix from face
26780         name.
26781         (table-cell-face): New backward-compatibility alias for renamed face.
26782         (table--put-cell-face-property, table--update-cell-face):
26783         Use renamed table-cell face.
26785         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26786         from face name.
26787         (sgml-namespace-face): New backward-compatibility alias for
26788         renamed face.
26789         (sgml-namespace-face): Use renamed sgml-namespace face.
26791         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26792         (org-level-4, org-level-5, org-level-6, org-level-7)
26793         (org-level-8, org-warning, org-headline-done)
26794         (org-deadline-announce, org-scheduled-today)
26795         (org-scheduled-previously, org-link, org-done, org-table)
26796         (org-time-grid): Remove "-face" suffix from face names.
26797         (org-level-1-face, org-level-2-face, org-level-3-face)
26798         (org-level-4-face, org-level-5-face, org-level-6-face)
26799         (org-level-7-face, org-level-8-face, org-warning-face)
26800         (org-headline-done-face, org-deadline-announce-face)
26801         (org-scheduled-today-face, org-scheduled-previously-face)
26802         (org-link-face, org-done-face, org-table-face)
26803         (org-time-grid-face):
26804         New backward-compatibility aliases for renamed faces.
26805         (org-level-faces, org-set-font-lock-defaults, org-timeline)
26806         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26807         (org-agenda-get-timestamps, org-agenda-get-scheduled)
26808         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26810         * emulation/viper-init.el (viper-search, viper-replace-overlay)
26811         (viper-minibuffer-emacs, viper-minibuffer-insert)
26812         (viper-minibuffer-vi): Remove "-face" suffix from face names.
26813         (viper-search-face, viper-replace-overlay-face)
26814         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26815         (viper-minibuffer-vi-face):
26816         New backward-compatibility aliases for renamed faces.
26817         (viper-search-face, viper-replace-overlay-face)
26818         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26819         (viper-minibuffer-vi-face): Use renamed viper faces.
26821         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26822         Remove "-face" suffix from face names.
26823         (testcover-nohits-face, testcover-1value-face):
26824         New backward-compatibility aliases for renamed faces.
26825         (testcover-mark): Use renamed testcover faces.
26827         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26828         face name.
26829         (diary-button-face): New backward-compatibility alias for renamed face.
26830         (diary-entry): Use renamed diary-button face.
26832         * calendar/calendar.el (diary, calendar-today, holiday)
26833         (mark-visible-calendar-date): Remove "-face" suffix from face names.
26834         (diary-face, calendar-today-face, holiday-face):
26835         New backward-compatibility aliases for renamed faces.
26836         (eval-after-load "facemenu", diary-entry-marker)
26837         (calendar-today-marker, calendar-holiday-marker, diary-face):
26838         Use renamed calendar faces.
26840         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26841         (compare-windows-face): New backward-compatibility alias for
26842         renamed face.
26843         (compare-windows-highlight): Use renamed compare-windows face.
26845         * strokes.el (strokes-char): Remove "-face" suffix from face name.
26846         (strokes-char-face): New backward-compatibility alias for renamed face.
26847         (strokes-encode-buffer): Use renamed strokes-char face.
26849         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26850         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26851         Remove "-face" suffix from face names.
26852         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26853         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26854         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26855         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26856         Use renamed pcvs faces.
26857         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26858         * pcvs-defs.el (cvs-mode-map): Likewise.
26859         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26861         * info.el (info-title-1, info-title-2, info-title-3)
26862         (info-title-4): Remove "-face" suffix from and downcase face names.
26863         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26864         (Info-title-4-face):
26865         New backward-compatibility aliases for renamed faces.
26866         (Info-fontify-node): Use renamed info faces.
26868         * hilit-chg.el (highlight-changes, highlight-changes-delete):
26869         Remove "-face" suffix from face names.
26870         (highlight-changes-face, highlight-changes-delete-face):
26871         New backward-compatibility aliases for renamed faces.
26872         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26873         (hilit-chg-make-list): Use renamed highlight-changes faces.
26875         * generic-x.el (show-tabs-tab, show-tabs-space):
26876         Remove "-face" suffix from face names.
26877         (show-tabs-tab-face, show-tabs-space-face):
26878         New backward-compatibility aliases for renamed faces.
26879         (show-tabs-generic-mode-font-lock-defaults-1)
26880         (show-tabs-generic-mode-font-lock-defaults-2):
26881         Use renamed show-tabs faces.
26883         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26884         (smerge-markers): Remove "-face" suffix from face names.
26885         (smerge-mine-face, smerge-other-face, smerge-base-face)
26886         (smerge-markers-face):
26887         New backward-compatibility aliases for renamed faces.
26888         (smerge-mine-face, smerge-other-face, smerge-base-face)
26889         (smerge-markers-face): Use renamed smerge faces.
26891         * log-view.el (log-view-file, log-view-message): Remove "-face"
26892         suffix from face names.
26893         (log-view-file-face, log-view-message-face):
26894         New backward-compatibility aliases for renamed faces.
26895         (log-view-file-face, log-view-message-face): Use renamed log-view
26896         faces.
26898         * paren.el (show-paren-match, show-paren-mismatch):
26899         Remove "-face" suffix from face names.
26900         (show-paren-match-face, show-paren-mismatch-face):
26901         New backward-compatibility aliases for renamed faces.
26902         (show-paren-function): Use renamed show-paren faces.
26904         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26905         (ruler-mode-margins, ruler-mode-fringes)
26906         (ruler-mode-column-number, ruler-mode-fill-column)
26907         (ruler-mode-comment-column, ruler-mode-goal-column)
26908         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26909         suffix from face names.
26910         (ruler-mode-default-face, ruler-mode-pad-face)
26911         (ruler-mode-margins-face, ruler-mode-fringes-face)
26912         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26913         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26914         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26915         New backward-compatibility aliases for renamed faces.
26916         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26917         (ruler-mode-column-number, ruler-mode-fill-column)
26918         (ruler-mode-comment-column, ruler-mode-goal-column)
26919         (ruler-mode-tab-stop, ruler-mode-current-column)
26920         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26921         faces.
26923         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26924         face name.
26925         (whitespace-highlight-the-space): Use renamed face.
26926         (whitespace-highlight-face): New backward-compatibility alias for
26927         renamed face.
26929         * woman.el (woman-italic, woman-bold, woman-unknown)
26930         (woman-addition, woman-symbol-face):
26931         Remove "-face" suffix from face names.
26932         (woman-italic-face, woman-bold-face, woman-unknown-face)
26933         (woman-addition-face):
26934         New backward-compatibility aliases for renamed faces.
26935         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26936         (woman-decode-region, woman-replace-match)
26937         (woman-display-extended-fonts, woman-special-characters)
26938         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26939         Use renamed woman faces.
26941         * longlines.el (longlines-visible-face): Face removed.
26943         * diff-mode.el (diff-header, diff-file-header, diff-index)
26944         (diff-hunk-header, diff-removed, diff-added, diff-changed)
26945         (diff-function, diff-context, diff-nonexistent): Remove "-face"
26946         suffix from face names.
26947         (diff-header-face, diff-file-header-face, diff-index-face)
26948         (diff-hunk-header-face, diff-removed-face, diff-added-face)
26949         (diff-changed-face, diff-function-face, diff-context-face)
26950         (diff-nonexistent-face): New backward-compatibility aliases for
26951         renamed faces.
26952         (diff-header-face, diff-file-header-face)
26953         (diff-index, diff-index-face, diff-hunk-header)
26954         (diff-hunk-header-face, diff-removed, diff-removed-face)
26955         (diff-added, diff-added-face, diff-changed-face, diff-function)
26956         (diff-function-face, diff-context-face, diff-nonexistent)
26957         (diff-nonexistent-face): Use renamed diff-mode faces.
26959         * progmodes/compile.el (compilation-warning-face)
26960         (compilation-info-face): Remove "-face" suffix from face names.
26961         (compilation-warning-face, compilation-info-face):
26962         New backward-compatibility aliases for renamed faces.
26963         (compilation-warning-face, compilation-info-face):
26964         Use renamed compilation faces.
26966         * add-log.el (change-log-date, change-log-name)
26967         (change-log-email, change-log-file, change-log-list)
26968         (change-log-conditionals, change-log-function)
26969         (change-log-acknowledgement): Remove "-face" suffix from face names.
26970         (change-log-date-face, change-log-name-face)
26971         (change-log-email-face, change-log-file-face)
26972         (change-log-list-face, change-log-conditionals-face)
26973         (change-log-function-face, change-log-acknowledgement-face):
26974         New backward-compatibility aliases for renamed faces.
26975         (change-log-font-lock-keywords): Use renamed change-log faces.
26977         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26978         (custom-set, custom-changed, custom-saved, custom-button)
26979         (custom-button-pressed, custom-documentation, custom-state)
26980         (custom-comment, custom-comment-tag, custom-variable-tag)
26981         (custom-variable-button, custom-face-tag, custom-group-tag-1)
26982         (custom-group-tag): Remove "-face" suffix from face names.
26983         (custom-magic-alist, custom-magic-value-create)
26984         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26985         (custom-invalid-face, custom-rogue-face, custom-modified-face)
26986         (custom-set-face, custom-changed-face, custom-saved-face)
26987         (custom-button-face, custom-button-pressed-face)
26988         (custom-documentation-face, custom-state-face)
26989         (custom-comment-face, custom-comment-tag-face)
26990         (custom-variable-tag-face, custom-variable-button-face)
26991         (custom-face-tag-face, custom-group-tag-face-1)
26992         (custom-group-tag-face):
26993         New backward-compatibility aliases for renamed faces.
26995         * wid-edit.el (widget-documentation, widget-button)
26996         (widget-field, widget-single-line-field, widget-inactive)
26997         (widget-button-pressed): "-face" suffix removed from face names.
26998         (widget-documentation-face, widget-button-face)
26999         (widget-field-face, widget-single-line-field-face)
27000         (widget-inactive-face, widget-button-pressed-face):
27001         New backward-compatibility aliases for renamed faces.
27002         (widget-documentation-face, widget-button-face)
27003         (widget-button-pressed-face, widget-specify-field)
27004         (widget-specify-inactive): Use renamed widget faces.
27006 2005-06-10  Kenichi Handa  <handa@m17n.org>
27008         * term/x-win.el (x-clipboard-yank): Remove condition-case
27009         wrapping.
27011 2005-06-11  Kenichi Handa  <handa@m17n.org>
27013         * add-log.el (change-log-font-lock-keywords): Make the regexp for
27014         date lines stricter.
27016 2005-06-10  Zhang Wei  <id.brep@gmail.com>
27018         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27019         of x-get-selection.
27021 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27023         * comint.el (comint-mode, comint-snapshot-last-prompt):
27024         * frame.el (frame-current-scroll-bars):
27025         * term.el (term-mode, term-check-proc, term-input-sender)
27026         (term-simple-send, term-extract-string, term-word)
27027         (term-match-partial-filename):
27028         * window.el (window-current-scroll-bars):
27029         * emulation/cua-base.el (cua-normal-cursor-color)
27030         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27031         (cua-global-mark-cursor-color):
27032         * mail/undigest.el (rmail-forward-separator-regex):
27033         Fix typos in docstrings.
27035         * comint.el (comint-check-proc, make-comint-in-buffer)
27036         (comint-source-default): Doc fixes.
27038         * term.el (term-send-string): Improve argument/docstring consistency.
27040 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
27042         * comint.el (comint-send-input): Bind `inhibit-read-only' around
27043         call to `delete-region'.
27044         (comint-mode-hook): Do not enable Font Lock by default.
27046 2005-06-09  Lute Kamstra  <lute@gnu.org>
27048         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27049         could be void.
27051 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27053         * emacs-lisp/debug.el (debugger-will-be-back): New var.
27054         (debug): Use it.
27055         (debugger-step-through, debugger-continue, debugger-jump)
27056         (debugger-return-value): Set it when needed.
27057         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27058         Use inhibit-read-only.
27060 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
27062         * window.el (shrink-window-if-larger-than-buffer)
27063         (window-size-fixed): Fix typo in docstring.
27065         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
27066         thumbnails directory on loading.
27067         (thumbs-conversion-program): Use `eq' to check the system type,
27068         not `equal'.
27069         (thumbs-temp-dir): Initialize to `temporary-file-directory',
27070         not "/tmp".  Fix docstring.
27071         (thumbs-thumbsdir): New function to return the thumbnails
27072         directory, creating it if needed.
27073         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27074         (thumbs-temp-file): Delete variable and make it into a function.
27075         (thumbs-resize-image, thumbs-modify-image): Use it.
27076         (thumbs-kill-buffer): Simplify.
27077         (thumbs-gensym): Defalias or duplicate CL `gensym'.
27078         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27079         docstrings.
27081 2005-06-09  Kim F. Storm  <storm@cua.dk>
27083         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27084         set-match-data to free markers in match-data.
27086         * replace.el (replace-match-data): Pass RESEAT arg `t' to
27087         match-data to unchain markers in match-data.
27089 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27091         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27092         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
27093         unnecessary now.
27095 2005-06-08  Richard M. Stallman  <rms@gnu.org>
27097         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27098         give the variable a doc string that doesn't say don't set it directly.
27100         * textmodes/ispell.el (ispell-check-version):
27101         Use match-string-no-properties.
27102         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27103         (ispell-buffer-local-words): Likewise.
27105         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27106         except on terminals with enough colors to really display it.
27107         (makefile-dependency-regex): Delete spurious `bb'.
27109         * faces.el (escape-glyph): Use blue once again in last case.
27110         (no-break-space): Redefine so that it isn't invisible on a tty.
27112 2005-06-08  Kim F. Storm  <storm@cua.dk>
27114         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27115         also when reading directory name.
27117 2005-06-08  Lute Kamstra  <lute@gnu.org>
27119         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27120         (flyspell-mode-line-string): Remove autoload cookie.
27121         (flyspell-mode): Remove defvar.
27123 2005-06-07  Lute Kamstra  <lute@gnu.org>
27125         * textmodes/org.el (org-run-mode-hooks): New function.
27126         (org-agenda-mode): Use it.
27128 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
27130         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27132 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27134         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27136 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
27138         * font-lock.el (font-lock-add-keywords): Doc fix.
27140 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
27142         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27143         (tex-compile-default): In the absence of any history, use the order in
27144         tex-compile-alist to choose the preferred command.
27145         (tex-compile-commands): Reorder a bit.
27147         * textmodes/flyspell.el (flyspell-auto-correct-binding)
27148         (flyspell-incorrect-face, flyspell-duplicate-face):
27149         Use (X)Emacs-agnostic code.
27150         (flyspell-mode-map): Don't overwrite at each load.  Remove code
27151         redundant with the subsequent add-minor-mode.  Merge Emacs and
27152         XEmacs code.
27153         (flyspell-word): Minor simplification.
27154         (flyspell-math-tex-command-p): Quieten the byte-compiler.
27155         (flyspell-external-point-words): Remove unused vars `size' and `start'.
27156         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27157         Merge the corresponding Emacs code.
27158         (flyspell-correct-word, flyspell-xemacs-popup):
27159         Use flyspell-do-correct.
27161         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27162         a dedicated window.
27164         * international/latexenc.el (latexenc-find-file-coding-system):
27165         Undo part of last patch, to turn off a compiler warning.
27167 2005-06-06  Juri Linkov  <juri@jurta.org>
27169         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27170         Rename `tmm-inactive-face' to `tmm-inactive'.
27172 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
27174         * iswitchb.el: Rename faces.
27176 2005-06-06  Kim F. Storm  <storm@cua.dk>
27178         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27179         (cua-global-mark): Remove -face suffix from face names.
27181         * emulation/cua-gmrk.el (cua--init-global-mark):
27182         Remove cua-global-mark face setup.
27184 2005-06-06  Richard M. Stallman  <rms@gnu.org>
27186         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27187         just like other allowed characters.
27188         (makefile-match-dependency): Exclude leading and training whitespace
27189         from the range of regexp subexp 1.
27190         (makefile-macroassign-regex): Don't try to match the body,
27191         just the name of the macro being defined.
27193         * info.el (Info-read-node-name-2): New function.
27194         (Info-read-node-name-1): Use that.
27195         Add a completion-base-size-function property.
27197         * simple.el (completion-setup-function): Look for
27198         completion-base-size-function property of minibuffer-completion-table.
27200         * files.el (locate-file-completion): Doc fix.
27202         * printing.el: Don't call pr-update-menus; user must do that.
27204         * emacs-lisp/debug.el (debugger-window): New variable.
27205         (debug): Use debugger-window if it is set and still alive.
27206         Record debugger-window for next entry.
27208         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27210 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
27212         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27213         (hack-one-local-variable, hack-local-variables)
27214         (hack-local-variables-prop-line): Pass that arg.
27216 2005-06-06  Kim F. Storm  <storm@cua.dk>
27218         * ido.el (ido-first-match, ido-only-match, ido-subdir)
27219         (ido-indicator): Remove -face suffix from face names.
27221 2005-06-06  Juri Linkov  <juri@jurta.org>
27223         * font-lock.el (font-lock-regexp-backslash)
27224         (font-lock-regexp-backslash-construct): New faces.
27225         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
27226         after `('.  Add `while-no-input' to control structures.
27228         * faces.el (no-break-space, shadow): New faces.
27229         (escape-glyph): Use less loud colors pink2 and red4.
27231         * diff-mode.el (diff-context-face)
27232         * dired.el (dired-ignored)
27233         * rfn-eshadow.el (file-name-shadow)
27234         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27236         * info.el (Info-title-1-face): Use green instead of yellow because
27237         bold yellow is not readable on light backgrounds.
27239         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27240         before selecting the desired mode to not spend time fontifying
27241         old contents.
27243 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
27245         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27246         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27248         * ps-print.el (ps-default-fg, ps-default-bg):
27249         Fix typos in docstrings.
27251         * isearchb.el (isearchb): Don't pass a spurious second argument to
27252         `iswitchb-completions'.
27254 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
27256         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27257         to preserve point.
27258         (gdb-find-file-hook): Add doc string.
27260         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27261         C dereferenced pointer expression.
27262         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
27264         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27266         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27267         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27268         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27269         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27270         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27271         Make background transparent.
27273 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
27275         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
27276         (font-lock-remove-keywords): Doc fix.
27277         (font-lock-mode-major-mode): Compiler defvar.
27278         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27280         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27281         (font-lock-mode): Update `font-lock-mode-major-mode'.
27282         (font-lock-set-defaults): Compiler defvar.
27283         (font-lock-default-function): Take `font-lock-mode-major-mode'
27284         into account.
27286         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27287         keep track of which major mode it enabled the minor mode for.
27288         Use find-file-hook again.  Update docstring.
27290         * simple.el (eval-expression-print-level)
27291         (eval-expression-print-length, eval-expression-debug-on-error):
27292         Doc fixes.
27294 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
27296         * iswitchb.el (iswitchb-single-match-face)
27297         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27298         (iswitchb-invalid-regexp-face): New faces.
27299         (iswitchb-completions): Use them.
27300         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27301         now marked as an obsolete alias.
27302         (iswitchb-read-buffer): Remove check for bound font variables.
27303         (iswitchb-invalid-regexp): New free variable.
27304         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27305         set iswitchb-invalid-regexp.
27306         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27307         invalid regexps.
27308         (iswitchb-completions): Add check for complete match when entering
27309         a regexp.
27310         (iswitchb-completions): Remove require-match argument.
27311         (iswitchb-exhibit): Fix caller.
27312         (iswitchb-common-match-inserted): New variable.
27313         (iswitchb-complete, iswitchb-completion-help): Use it.
27315 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
27317         * url-http.el (url-http-chunked-encoding-after-change-function):
27318         Use `url-http-debug' instead of `message'.
27320 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
27322         * url-http.el (url-http-parse-headers): Pass redirected URL as a
27323         callback argument.
27325 2005-06-04  Kim F. Storm  <storm@cua.dk>
27327         * simple.el (line-move): Only call sit-for when moving backwards.
27329         * ido.el (ido-make-merged-file-list-1): New defun split from
27330         ido-make-merged-file-list.
27331         (ido-make-merged-file-list): Bind throw-on-input around call to
27332         ido-make-merged-file-list-1.  Return input-pending-p if
27333         interrupted by more input available.
27334         (ido-read-internal): Handle input-pending-p return value from
27335         ido-make-merged-file-list.
27337 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
27339         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27340         compatibility code.
27342         * international/latexenc.el (latexenc-find-file-coding-system):
27343         Don't inherit the EOL part of the coding-system from the
27344         tex-main buffer.  Fit within 80 columns.
27346 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
27348         * tmm.el (tmm-inactive-face): New face.
27349         (tmm-remove-inactive-mouse-face): New function.
27350         (tmm-prompt, tmm-add-one-shortcut)
27351         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27352         but not selectable.
27354 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
27356         * faces.el (face-equal): Improve argument/docstring consistency.
27358 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
27360         * progmodes/make-mode.el (makefile-targets-face)
27361         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27362         (makefile-bsdmake-dependency-regex)
27363         (makefile-makepp-rule-action-regex)
27364         (makefile-bsdmake-rule-action-regex): New constants.
27365         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27367         * progmodes/compile.el (compilation-error-regexp-alist-alist):
27368         Allow (...) within `...' for makepp messages.
27370 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
27372         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27374         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27375         "." files are deleted from all file lists before comparison.
27377         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27378         (viper-ESC-key): Made them customizable.
27380         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27382 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
27384         * autorevert.el (auto-revert-buffers): Use save-match-data.
27386 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
27388         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27389         menu items with a nil command binding.
27391 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
27393         * emacs-lisp/cl-macs.el (defsetf):
27394         Improve argument/docstring consistency.
27396         * faces.el (list-faces-display): Improve the formatting by
27397         computing the maximum length required for any face-name (reworked
27398         patch of 1999-01-11, accidentally deleted on 1999-07-21).
27399         (internal-find-face): Remove redundant info in docstring.
27401 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
27403         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27404         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27405         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27406         (gdb-assembler-custom): Improve regexps.
27407         (def-gdb-auto-update-handler): Use window point to preserve point.
27409 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
27411         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27413 2005-05-31  Jay Belanger  <belanger@truman.edu>
27415         * calc/calc-embed.el (calc-embedded-word): Change argument passed
27416         to calc-embedded.
27417         (calc-embedded-make-info): Have plain prefix argument select
27418         entire line.
27420 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
27422         * faces.el (list-faces-display): Signal error if passed a regexp
27423         that matches no face name.
27425         * simple.el (filter-buffer-substring): Fix typo in docstring.
27427 2005-05-31  Richard M. Stallman  <rms@gnu.org>
27429         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27430         (vhdl-emacs-21): Doc fix.
27431         (vhdl-mode): Unconditionally set comment-padding.
27432         (vhdl-fixup-whitespace-region): Insert spaces only where
27433         there are none.
27434         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27436 2005-05-30  John Wiegley  <johnw@newartisans.com>
27438         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27439         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27440         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27441         `directory-sep-char' to ?/, and all uses of `string-to-int' to
27442         `string-to-number'.
27444 2005-05-30  Jay Belanger  <belanger@truman.edu>
27446         * calc/calc.el (calc-bug-address): Fix docstring.
27447         (calc-window-hook, calc-trail-window-hook): New variables.
27448         (calc-trail-display): Restore use of calc-trail-window-hook.
27449         (calc): Restore use of calc-window-hook.
27451 2005-05-31  Masatake YAMATO  <jet@gyve.org>
27453         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27455         * help-fns.el (help-C-file-name): Add autoload mark for
27456         `find-function-noselect'.
27458 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
27460         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27461         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27463 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
27465         * calendar/diary-lib.el (mark-included-diary-files): Only kill
27466         included diary buffer if it was not already being visited.
27467         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27469         * calendar/icalendar.el (top-level): Do not require appt.
27471         * mail/supercite.el (sc-select-attribution): Only use a list
27472         element from sc-attrib-selection-list if it returns a string.
27473         Reported by Davide G. M. Salvetti <salve@debian.org>.
27475 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
27477         * thumbs.el (thumbs-thumbname): The resulting thumbname now
27478         includes a hash value to improve its uniqueness, and has a ".jpg"
27479         extension.  Also, it is now a valid filename on all systems.
27480         (thumbs-make-thumb): Use `let', not `let*'.
27481         (thumbs-show-thumbs-list): Check for JPEG availability.
27483 2005-05-30  Richard M. Stallman  <rms@gnu.org>
27485         * filesets.el (filesets-menu-ensure-use-cached):
27486         Prevent warning when emacs-version>= is undefined.
27488         * printing.el (pr-interactive-n-up): Use string-to-number.
27490         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27492         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27493         Warn only when name to be defined is quoted.
27495 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
27497         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27498         Make regexp more robust.
27499         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27500         Force regeneration of disassembly.
27502 2005-05-29  Jay Belanger  <belanger@truman.edu>
27504         * calc/calc.el (calc-user-invocation): Check if
27505         calc-invocation-macro is non-nil.
27507 2005-05-29  Juri Linkov  <juri@jurta.org>
27509         * add-log.el (change-log-font-lock-keywords):
27510         Add `+' to e-mail regexp to accept mail address with keywords.
27512         * man.el (Man-name-regexp): Add `:' to accept qualified names.
27514 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
27516         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27518         * ielm.el (inferior-emacs-lisp-mode): Ditto.
27520 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27522         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27523         Undo the change that moves to end of the current word.
27525 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27527         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27528         Throw error when count <= 0 to ensure input is a number.
27529         (gdb-read-memory-custom): Pick up address from buffer.
27530         (gdb-memory-mode): Allow user to increment and decrement
27531         memory address from header line.
27533 2005-05-29  Richard M. Stallman  <rms@gnu.org>
27535         * flyspell.el (flyspell-version): Function deleted.
27536         (flyspell-auto-correct-previous-hook): Doc fix.
27538         * jit-lock.el (jit-lock-function, jit-lock-after-change):
27539         Do nothing if memory is full.
27541         * font-lock.el (font-lock-fontify-syntactically-region):
27542         Pass t for GREEDY to looking-back.
27544         * saveplace.el (save-place-alist-to-file): Write the file
27545         using write-region.
27547         * subr.el (looking-back): New argument GREEDY.
27549         * progmodes/compile.el (compilation-start): Set the mode
27550         before inserting the initial text.
27552         * progmodes/which-func.el (which-func-update-1): Turn the mode
27553         off in case of error by setting which-func-mode.
27555 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
27557         * flyspell.el (flyspell-auto-correct-previous-word):
27558         Narrow down to what's on the screen, and recenter overlays
27559         at the end of the next word.
27561 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
27563         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27564         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27565         (flyspell-abbrev-p): Default to nil.
27566         (flyspell-use-global-abbrev-table-p): Doc fix.
27567         (flyspell-large-region): Allow nil as value.
27568         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27570         (mail-mode-flyspell-verify): More robust handling
27571         of `mail-header-separator'.  More efficient signature detection.
27572         Allow for regexp metacharacters in message-header-separator.
27573         Adding `To' not to be checked in mail-mode-flyspell-verify.
27575         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27576         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27577         Bind flyspell-auto-correct-binding.
27578         Bind C-. and C-, .
27579         (flyspell-mode-map): Likewise.
27580         (flyspell-mode): Doc fix.
27581         (flyspell-accept-buffer-local-defs): Preserve current buffer.
27582         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27583         (flyspell-word-cache-result): New var, always local.
27584         (flyspell-check-pre-word-p): Doc fix.
27585         (flyspell-check-changed-word-p): Handle spc like newline.
27586         (flyspell-post-command-hook): Set flyspell-word-cache-result.
27587         (flyspell-word-search-backward, flyspell-word-search-forward):
27588         New functions.
27589         (flyspell-word): Return t if nothing to check.
27590         When parsing TeX code, check for after } or \.
27591         Use flyspell-word-search-backward to find previous word.
27592         Return nil if duplicated word.
27593         For word already checked, return same value as last time.
27594         Set flyspell-word-cache-result after checking.
27595         Don't clobber the return value.
27596         (flyspell-get-word): Major rewrite.
27597         (flyspell-external-point-words): New locals pword, pcount.
27598         Fix size used in progress message.
27599         Find the proper corresponding word in flyspell-large-region-buffer.
27600         (flyspell-region): Check for flyspell-large-region = nil.
27601         (flyspell-highlight-incorrect-region): Clean up overlays in region.
27602         (flyspell-auto-correct-word): Check that WORD is a cons.
27603         (flyspell-correct-word): Likewise.
27605 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
27607         * progmodes/make-mode.el (makefile-rule-action-regex)
27608         (makefile-macroassign-regex, makefile-makepp-mode)
27609         (makefile-bsdmake-mode): Continuation lines may be empty.
27610         Reported by Joshua Varner.
27611         (makefile-makepp-font-lock-keywords): Add $(stem).
27613 2005-05-28  Karl Berry  <karl@gnu.org>
27615         * textmodes/tex-mode.el: Now that tex-send-command calls
27616         shell-quote-argument (2005-03-31 change), remove all calls to
27617         shell-quote-argument; they all end up invoking tex-send-command.
27618         The double quoting loses on filenames with non-safe characters,
27619         such as "@".  Reported by Frederik Fouvry.
27621 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
27623         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27624         about preserving point.
27626 2005-05-27  Jay Belanger  <belanger@truman.edu>
27628         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27629         Info-goto-node.
27631         * calc/calc-embed.el (calc-embed-arg): New variable.
27632         (calc-do-embedded-activate, calc-embedded-activate-formula)
27633         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27634         variable by new variable.
27635         (calc-embedded-make-info): Replace undeclared variable by new
27636         variable.  When selecting region with positive prefix
27637         argument, use end of previous line instead of beginning of line.
27639         * calc/calc-aent.el (calc-arg-values): Declare it.
27641         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27642         Declare them.
27644         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27646         * calc/calc.el (calc-alg-map): Declare it.
27648         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27650 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
27652         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27653         (gdb-registers-buffer, toggle-gdb-all-registers):
27654         Toggle display of floating point registers.
27655         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27657         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
27658         (toggle-gud-tooltip-dereference):
27659         Rename from gud-toggle-tooltip-dereference.
27661 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
27663         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27665 2005-05-27  Jay Belanger  <belanger@truman.edu>
27667         * calc/calc-prog.el (calc-kbd-report): Remove.
27668         (calc-kbd-query): Rewrite.
27670 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
27672         * image.el (image-library-alist): Move to image.c.
27673         (image-type-available-p): Doc fix.
27675 2005-05-27  Lute Kamstra  <lute@gnu.org>
27677         * calc/calc.el (calc):
27678         * outline.el (outline-1, outline-2, outline-3, outline-4)
27679         (outline-5, outline-6, outline-7, outline-8):
27680         * textmodes/dns-mode.el (dns-mode):
27681         * textmodes/sgml-mode.el (sgml-namespace-face):
27682         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27683         (tex-verbatim-face, tex-use-reftex):
27684         * textmodes/texinfo.el (texinfo-heading-face):
27685         Specify customization group.
27687         * longlines.el: Don't require easy-mmode.
27688         (longlines-visible-face): Specify customization group.
27690 2005-05-27  Kenichi Handa  <handa@m17n.org>
27692         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27693         encoding table of windows-1251.
27695         * international/ucs-tables.el (ucs-set-table-for-input):
27696         If translation-table-for-input of a coding system is a symbol, get
27697         its translation-table property.
27699         * international/code-pages.el: Don't register a coding system into
27700         non-iso-charset-alist more than once.
27701         (cp-make-coding-system): Likewise.
27703 2005-05-26  John Wiegley  <johnw@newartisans.com>
27705         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27706         `eshell-resume-eval' is wrapped in a list, it indicates that the
27707         command was run asynchronously.  In that case, unwrap the value
27708         before checking the delimiter value.
27710         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27711         character before a space at the end of a line is \, assume the space
27712         is part of the last argument rather than a final argument separator.
27714         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27715         is in use, and the target is `t' or `nil' (which are the most common
27716         values), don't assume that the symbol target is a buffer.
27718 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
27720         * calendar/calendar.el (calendar-mode-line-format):
27721         Use mode-line-highlight as mouse-face.
27723         * time.el (display-time-string-forms, display-time-update):
27724         Use mode-line-highlight as mouse-face.
27726 2005-05-26  Jay Belanger  <belanger@truman.edu>
27728         * calc/calc.el (calc-language-alist): Remove extra defvar.
27730 2005-05-26  Lute Kamstra  <lute@gnu.org>
27732         * arc-mode.el (archive-mode):
27733         * bookmark.el (bookmark-read-annotation-mode)
27734         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27735         * bs.el (bs-mode):
27736         * calc/calc-yank.el (calc-edit-mode):
27737         * calc/calc.el (calc-mode, calc-trail-mode):
27738         * calculator.el (calculator-mode):
27739         * chistory.el (command-history-mode):
27740         * comint.el:
27741         * cus-edit.el (custom-mode):
27742         * descr-text.el (describe-text-mode):
27743         * ebuff-menu.el (Electric-buffer-menu-mode):
27744         * ediff-util.el (ediff-mode):
27745         * emacs-lisp/re-builder.el (reb-mode):
27746         * emulation/vi.el (vi-mode-setup):
27747         * emulation/ws-mode.el (wordstar-mode):
27748         * eshell/esh-mode.el (eshell-mode):
27749         * forms.el (forms-mode):
27750         * help-mode.el (help-mode):
27751         * hexl.el (hexl-mode):
27752         * ibuffer.el (ibuffer-mode):
27753         * ielm.el (inferior-emacs-lisp-mode):
27754         * info.el (Info-mode, Info-edit-mode):
27755         * international/swedish.el:
27756         * ledit.el (ledit-from-lisp-mode):
27757         * locate.el (locate-mode):
27758         * mail/rmail.el (rmail-mode):
27759         * mail/rmailedit.el (rmail-edit-mode):
27760         * mail/rmailsum.el (rmail-summary-mode):
27761         * mail/supercite.el (sc-electric-mode):
27762         * net/eudc.el (eudc-mode):
27763         * net/quickurl.el (quickurl-list-mode):
27764         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27765         * obsolete/ooutline.el (outline-mode):
27766         * obsolete/options.el (Edit-options-mode):
27767         * obsolete/rnews.el (news-mode):
27768         * obsolete/rnewspost.el (news-reply-mode):
27769         * play/5x5.el (5x5-mode):
27770         * play/decipher.el (decipher-mode, decipher-stats-mode):
27771         * play/gomoku.el (gomoku-mode):
27772         * play/snake.el (snake-mode):
27773         * play/solitaire.el (solitaire-mode):
27774         * play/tetris.el (tetris-mode):
27775         * progmodes/ada-mode.el (ada-mode):
27776         * progmodes/antlr-mode.el (antlr-mode):
27777         * progmodes/autoconf.el (autoconf-mode):
27778         * progmodes/dcl-mode.el (dcl-mode):
27779         * progmodes/delphi.el (delphi-mode):
27780         * progmodes/ebrowse.el (ebrowse-tree-mode)
27781         (ebrowse-electric-list-mode, ebrowse-member-mode)
27782         (ebrowse-electric-position-mode):
27783         * progmodes/f90.el (f90-mode):
27784         * progmodes/fortran.el (fortran-mode):
27785         * progmodes/icon.el (icon-mode):
27786         * progmodes/idlw-help.el (idlwave-help-mode):
27787         * progmodes/idlw-shell.el (idlwave-shell-mode):
27788         * progmodes/idlwave.el (idlwave-mode):
27789         * progmodes/inf-lisp.el (inferior-lisp-mode):
27790         * progmodes/m4-mode.el (m4-mode):
27791         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27792         * progmodes/modula2.el (modula-2-mode):
27793         * progmodes/octave-inf.el (inferior-octave-mode):
27794         * progmodes/octave-mod.el (octave-mode):
27795         * progmodes/pascal.el (pascal-mode):
27796         * progmodes/sh-script.el (sh-mode):
27797         * progmodes/sql.el (sql-mode, sql-interactive-mode):
27798         * progmodes/vhdl-mode.el (vhdl-mode):
27799         * progmodes/xscheme.el (scheme-interaction-mode):
27800         * replace.el (occur-mode):
27801         * ses.el (ses-mode):
27802         * simple.el (completion-list-mode):
27803         * skeleton.el:
27804         * speedbar.el (speedbar-mode):
27805         * term.el (term-mode):
27806         * terminal.el (terminal-edit-mode):
27807         * textmodes/reftex-index.el (reftex-index-mode)
27808         (reftex-index-phrases-mode):
27809         * textmodes/reftex-sel.el (reftex-select-label-mode)
27810         (reftex-select-bib-mode):
27811         * textmodes/reftex-toc.el (reftex-toc-mode):
27812         * wdired.el (wdired-change-to-wdired-mode):
27813         * wid-browse.el (widget-browse-mode):
27814         Use run-mode-hooks.
27816         * array.el (array-mode):
27817         * calendar/todo-mode.el (todo-mode):
27818         * man.el (Man-mode):
27819         * play/landmark.el (lm-mode):
27820         * play/mpuz.el (mpuz-mode):
27821         Use kill-all-local-variables and run-mode-hooks.
27823         * subr.el (delay-mode-hooks): Specify indentation.
27825 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
27827         * xml.el (xml-substitute-special): Don't die for undefined xml
27828         entities.
27830 2005-05-26  Jay Belanger  <belanger@truman.edu>
27832         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27833         of nil.
27835 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
27837         * progmodes/gdb-ui.el (gdb-frame-address):
27838         Rename from gdb-current-address.
27839         (gdb-previous-frame-address): Rename from gdb-previous-address.
27840         (gdb-selected-frame): Rename from gdb-current-frame.
27841         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27842         (gdb-frame-number): Rename from gdb-current-stack-level.
27843         (gdb-ann3): Match new mode-name for disassembly buffer.
27844         Extend initialization of variables.
27845         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27846         (gdb-memory-mode): Use mouse-face in header line.
27847         (gdb-assembler-buffer-name): Call it disassembly and give frame
27848         in mode line.
27849         (gdb-source-spec-regexp, gdb-assembler-custom)
27850         (gdb-invalidate-assembler, gdb-frame-handler):
27851         Make robust to leading zeroes in address format.
27853 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
27855         * textmodes/org.el (org-mode): Use `define-derived-mode' to
27856         define `org-mode'.
27857         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27859 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
27861         * log-edit.el (log-edit-changelog-entries): Distinguish between
27862         filenames like xfns.c and fns.c.
27864 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
27866         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27867         point after reverting.
27868         (Buffer-menu-make-sort-button): Handle the case where
27869         `Buffer-menu-use-header-line' is nil.
27871 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
27873         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27874         New funcs.  In minibuffer-local-completion-map bind `]', `/'
27875         and `:' to them.
27877 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
27879         * startup.el (normal-top-level): Allow modification of load-path while
27880         we're iterating over it.
27882 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
27884         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27885         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27886         (thumbs-resize-interactive, thumbs-insert-image)
27887         (thumbs-insert-thumb, thumbs-dired-show-marked)
27888         (thumbs-find-image-at-point, thumbs-delete-images)
27889         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27890         (thumbs-increment-image-size, thumbs-decrement-image-size):
27891         Fix typos in docstrings.
27893 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
27895         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27896         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27897         (cperl-mode): Use them.
27899 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
27901         * window.el (quit-window, shrink-window-if-larger-than-buffer):
27902         Doc fixes.
27904 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
27906         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27907         Bind C-d to gdb-inferior-io-eof.
27909         * dired.el (dired-dnd-popup-notice): Use message-box.
27911 2005-05-23  Masatake YAMATO  <jet@gyve.org>
27913         * bindings.el (mode-line-major-mode-keymap):
27914         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27916         * faces.el (mode-line-highlight): New face.
27918         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27919         as mouse-face.
27921         * bindings.el (top-level, help-echo, mode-line-modified)
27922         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27923         as mouse-face.
27925 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
27927         * progmodes/cc-engine.el (c-guess-basic-syntax):
27928         Remove spurious call to `zerop'.
27930         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27932 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
27934         CC Mode update to 5.30.10:
27936         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27937         could go past the limit in decoration level 2, thereby causing
27938         errors during interactive fontification.
27940         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27941         the file is evaluated interactively.
27943         * cc-engine.el (c-guess-basic-syntax): Handle operator
27944         declarations somewhat better in C++.
27946         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27947         make use of `run-mode-hooks' which has been added in Emacs 21.1.
27948         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27949         (awk-mode): Use it.
27950         (make-local-hook): Suppress warning about obsoleteness.
27952         * cc-engine.el, cc-align.el, cc-cmds.el
27953         (c-append-backslashes-forward, c-delete-backslashes-forward)
27954         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27955         Compensate for return value from `forward-line' when it has moved
27956         but not to a different line due to eob.
27958         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27959         `objc-method-intro' and `objc-method-args-cont'.
27961 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
27963         CC Mode update to 5.30.10:
27965         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27966         in the copyright statement.  Incidentally, change "along with GNU
27967         Emacs" to "along with this program" where it occurs.
27969         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27970         so that it is interactive, hence can be found by M-x awk-mode
27971         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
27972         <gmorris+emacs@ast.cam.ac.uk>.
27974         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27975         Mode's regexps.
27977 2005-05-23  Kevin Ryde  <user42@zip.com.au>
27979         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27980         c-parse-state, to avoid a lisp error (on bad code).
27982 2005-05-23  Lute Kamstra  <lute@gnu.org>
27984         * subr.el (font-lock-defaults): Remove defvar as it's already
27985         defined in font-core.el.
27987         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27989 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
27991         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27992         more general and work when GDB variable "print pretty" is on,
27993         as with Emacs, for example.
27995 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
27997         * font-core.el: Update comment.
27999         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28000         Use `after-change-major-mode-hook' instead of `find-file-hook'.
28002         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28004 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
28006         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28007         and `yank-handler' in the doc strings.
28009 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28011         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
28013 2005-05-22  Richard M. Stallman  <rms@gnu.org>
28015         * help.el (describe-key): Move print-help-return-message call
28016         out of conditional.
28018         * progmodes/etags.el (list-tags): Use with-no-warnings.
28020         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28021         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28022         (starttls-extra-args, starttls-extra-arguments): Add defvars.
28024         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28026         * language/viet-util.el (viet-viscii-nonascii-translation-table):
28027         Add defvar.
28029         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28030         Use defvar, not defconst.
28032         * hexl.el (hexl-follow-line): Use with-no-warnings.
28034         * emulation/tpu-extras.el: Use write-file-functions instead of
28035         write-file-hooks.
28037         * dired.el (dired-font-lock-keywords): Fontify files with junk
28038         extensions even if marked by -F.
28040 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
28042         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28043         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28044         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28045         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28046         (concatenate, list-length, get*, getf, cl-remprop):
28047         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28048         (etypecase, progv, lexical-let, lexical-let*)
28049         (multiple-value-bind, multiple-value-setq, shiftf):
28050         Improve argument/docstring consistency.
28052         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28054 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
28056         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28057         doesn't exist.
28059         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
28060         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28062 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
28064         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28065         already deleted variables: auto-fill-hook, blink-paren-hook,
28066         lisp-indent-hook, inhibit-local-variables, unread-command-event,
28067         suspend-hooks, comment-indent-hook, meta-flag,
28068         before-change-function, after-change-function,
28069         font-lock-doc-string-face.
28071 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
28073         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28075 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
28077         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28078         rmail-dont-reply-to.
28080 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28082         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28083         literal blank when splitting new-header-values.
28085 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
28087         * calendar/cal-menu.el (cal-menu-update): Add separator as a
28088         string so that tmm doesn't create a completion entry for it.
28090         * textmodes/table.el (table-disable-menu): Ditto.
28092 2005-05-21  Richard M. Stallman  <rms@gnu.org>
28094         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28096         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28098         * net/rcompile.el (remote-compile): Use compilation-start.
28100         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28102 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
28104         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28105         Default to makefile-bsdmake-mode on BSD systems.
28107         * imenu.el (imenu-generic-expression, imenu--generic-function'):
28108         REGEXP may also be a search function now.  The part of doc-string
28109         for describing the structure was 95% identical to that of
28110         `imenu--generic-function'.  Unify it there.
28112         * progmodes/make-mode.el (makefile-imenu-generic-expression):
28113         Use function to find dependencies, because regexp alone is so complex,
28114         it easily goes into an endless loop.
28115         (makefile-makepp-mode): Also add submenu for Perl functions
28116         defined in the makefile.
28117         (makefile-bsdmake-mode): Special imenu-generic-expression no
28118         longer needed, due to function call.
28119         (makefile-match-dependency): Take BOUND into account when checking
28120         if we're through.
28122 2005-05-20  Jay Belanger  <belanger@truman.edu>
28124         * calc/calc-units.el (calc-invalidate-units-table):
28125         Use inhibit-read-only.
28126         (math-build-units-table-buffer): Use view-mode.
28128 2005-05-20  David Kastrup  <dak@gnu.org>
28130         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28131         easy-menu-add is not a nop on Emacs; and clarify when to call it.
28133 2005-05-20  Lute Kamstra  <lute@gnu.org>
28135         * diff-mode.el (diff-header-face, diff-file-header-face)
28136         (diff-index-face, diff-hunk-header-face, diff-removed-face)
28137         (diff-added-face, diff-changed-face, diff-function-face)
28138         (diff-context-face, diff-nonexistent-face): Put them in the
28139         diff-mode customization group.
28141 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
28143         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28145         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28147         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28148         Minor regexp-optimization.
28150 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
28152         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28153         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28154         (org-agenda-add-time-grid-maybe): New function.
28155         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28156         (org-table-create): `dotimes' instead of `mapcar'.
28157         (org-xor): Simplify implementation.
28158         (org-agenda): `inhibit-redisplay' turned on.
28159         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28160         a consistent line after a state change.
28161         (org-agenda-remove-times-when-in-prefix): New option.
28162         (org-prefix-has-time): New variable.
28163         (org-parse-time-string): Optional argument NODEFAULT.
28164         (org-format-agenda-item): Parse items for time-of-day
28165         specifications and move these into the prefix if possible.
28166         (org-agenda-priority): Get current heading, not previous heading
28167         during agenda remote editing.
28169 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
28171         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28172         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28173         (remove-duplicates, delete-duplicates, substitute)
28174         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28175         (nsubstitute-if-not, find, find-if, find-if-not, position)
28176         (position-if, position-if-not, count, count-if, count-if-not)
28177         (mismatch, search, sort*, stable-sort, merge, member*)
28178         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28179         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28180         (intersection, nintersection, set-difference, nset-difference)
28181         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28182         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28183         (nsublis, tree-equal): Improve argument/docstring consistency.
28185         * subr.el (send-string, send-region): Remove obsolescence declaration.
28186         (window-dot, set-window-dot, read-input, show-buffer)
28187         (eval-current-buffer, string-to-int):
28188         Add release number to obsolescence declarations.
28190 2005-05-19  Kim F. Storm  <storm@cua.dk>
28192         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28193         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28195 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
28197         * faces.el (list-faces-display): Make back button respect optional
28198         regexp arg.
28200 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
28202         * calculator.el (calculator-radix-grouping-mode)
28203         (calculator-radix-grouping-digits, calculator-displayer)
28204         (calculator-radix-grouping-separator, calculator-copy-displayer):
28205         * dabbrev.el (dabbrev-search-these-buffers-only):
28206         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28207         (diff-advance-after-apply-hunk, diff-mode-hook)
28208         (diff-minor-mode-prefix):
28209         * imenu.el (imenu-use-popup-menu):
28210         * jit-lock.el (jit-lock-context-time):
28211         * newcomment.el (comment-fill-column, comment-column)
28212         (comment-style, comment-padding, comment-multi-line)
28213         (comment-empty-lines, comment-auto-fill-only-comments):
28214         * reveal.el (reveal-around-mark):
28215         * uniquify.el (uniquify-buffer-name-style)
28216         (uniquify-after-kill-buffer-p)
28217         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28218         (uniquify-min-dir-content, uniquify-separator)
28219         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28220         * w32-vars.el (w32-fixed-font-alist):
28221         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28222         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28223         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28224         * progmodes/perl-mode.el (perl-indent-level)
28225         (perl-continued-statement-offset, perl-continued-brace-offset)
28226         (perl-brace-offset, perl-brace-imaginary-offset)
28227         (perl-label-offset, perl-indent-continued-arguments)
28228         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28229         * progmodes/tcl.el (tcl-indent-level)
28230         (tcl-continued-indent-level, tcl-auto-newline)
28231         (tcl-tab-always-indent, tcl-electric-hash-style)
28232         (tcl-help-directory-list, tcl-use-smart-word-finder)
28233         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28234         (inferior-tcl-source-command):
28235         * textmodes/fill.el (enable-kinsoku):
28236         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28237         * textmodes/table.el (table-yank-handler):
28238         Specify missing group (and type, if simple) in defcustom.
28240 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
28242         * progmodes/compile.el (compilation-finish-function): Fix defvar.
28244 2005-05-19  Richard M. Stallman  <rms@gnu.org>
28246         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28248         * subr.el (event-basic-type): Don't get an error.
28249         (left-fringe-p): Function deleted.
28251         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28252         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28254         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28255         in recursive copy.
28257         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28259         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28261         * emacs-lisp/bytecomp.el
28262         (byte-compile-file-form-custom-declare-variable):
28263         Call byte-compile-nogroup-warn if appropriate.
28265         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28266         (compilation-set-window): Don't call left-fringe-p; do it directly.
28268 2005-05-19  Jay Belanger  <belanger@truman.edu>
28270         * calc/calc-graph.el (calc-graph-format-data): Make sure
28271         var-PlotRejects is bound before trying to check its value.
28273 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
28275         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28276         definition of this variable from reftex-global.el to reftex.el,
28277         because it is needed in the menu.
28279 2005-05-19  Lute Kamstra  <lute@gnu.org>
28281         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28282         years are fixed.  Don't insert a space after a dash.
28284 2005-05-19  Kim F. Storm  <storm@cua.dk>
28286         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28288 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
28290         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28291         strings, because (eq ... ?\\) is fairly frequent.
28293         * progmodes/make-mode.el (makefile-add-this-line-targets):
28294         Simplify and integrate into `makefile-pickup-targets'.
28295         (makefile-add-this-line-macro): Simplify and integrate into
28296         `makefile-pickup-macros.
28297         (makefile-pickup-filenames-as-targets): Simplify.
28298         (makefile-previous-dependency, makefile-match-dependency):
28299         Don't stumble over `::'.
28301 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
28303         * subr.el (post-command-idle-hook, post-command-idle-delay):
28304         Remove obsoletion of post-command-idle-hook and
28305         post-command-idle-delay.
28307         * faces.el (list-faces-display): Provide button when describe-face
28308         is called to take user back to the list of faces.
28310         * help-fns.el (describe-variable): Remove hyperlinks in a
28311         variable's value as these are quite frequently inappropriate.
28313         * follow.el (follow-submit-feedback, follow-mode):
28314         Remove references to post-command-idle-hook.
28316 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
28318         * progmodes/make-mode.el (makefile-previous-dependency)
28319         (makefile-match-dependency): Check for := (and in bsd mode also
28320         !=) to give a better result, even when font-lock is not on.
28322 2005-05-18  Jay Belanger  <belanger@truman.edu>
28324         * calc/calc-help.el (calc-s-prefix-help):
28325         Add `calc-copy-special-constant' to help string.
28327 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
28329         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28331 2005-05-18  Jay Belanger  <belanger@truman.edu>
28333         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28334         in linear factors are in proper order.
28336 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
28338         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28339         Support for jurabib.
28341         * textmodes/reftex.el (featurep): Define aliases for overlay
28342         commands, for XEmacs compatibility, and use these aliases in
28343         overlay initializations.
28344         (reftex-highlight): Use `reftex-move-overlay'.
28345         (reftex-unhighlight): Use `reftex-delete-overlay'.
28346         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
28347         (reftex-access-search-path): Use `reftex-uniquify' instead of
28348         `reftex-uniq'.
28350         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28351         `before-string' property modification enables for Emacs as well.
28352         (reftex-select-item): Use `reftex-delete-overlay'.
28353         (reftex-select-mark): Use `reftex-make-overlay' and
28354         `reftex-overlay-put'.
28355         (reftex-select-unmark): Use `reftex-delete-overlay' and
28356         `reftex-overlay-put'.
28358 2005-05-18  Lute Kamstra  <lute@gnu.org>
28360         * emacs-lisp/lisp.el (check-parens): Fix docstring.
28362 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
28364         * add-log.el (add-change-log-entry):
28365         * array.el (array-make-template, array-reconfigure-rows)
28366         (array-init-max-row, array-init-max-column)
28367         (array-init-columns-per-line, array-init-field-width):
28368         * replace.el (replace-match-maybe-edit, perform-replace):
28369         * textmodes/spell.el (spell-region):
28370         Replace `read-input' by `read-string'.
28372         * forms.el (forms-mode):
28373         * finder.el (finder-compile-keywords):
28374         * shadowfile.el (shadow-read-files):
28375         Replace `eval-current-buffer' by `eval-buffer'.
28377         * terminal.el (te-pass-through):
28378         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28379         (ange-ftp-raw-send-cmd):
28380         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28381         (send-process-next-char, telnet-initial-filter, telnet):
28382         Replace `send-string' by `process-send-string'.
28384         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28385         (prolog-consult-region): Replace `send-string' by
28386         `process-send-string'; replace `send-region' by `process-send-region'.
28388         * progmodes/delphi.el (delphi-log-msg):
28389         Replace `set-window-dot' by `set-window-point'.
28391         * subr.el (window-dot, set-window-dot, read-input, send-string)
28392         (send-region, show-buffer, eval-current-buffer):
28393         Make really obsolete, as the comment says.
28395 2005-05-17  Kim F. Storm  <storm@cua.dk>
28397         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28398         (cua--init-keymaps): Bind C-return instead of S-return to set
28399         rectangle mark.
28401         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28402         instead of S-return to toggle/clear rectangle mark.
28404 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
28406         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28407         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28408         Also fontify plain strings assigned to variables, mostly so that a
28409         colon has a face and is thus not taken as a dependency separator.
28410         (makefile-previous-dependency): Inline the new matcher, because it
28411         is too complex to work in both directions.
28412         (makefile-match-dependency): Eliminate `backward' arg (see above).
28413         Completely reimplemented so as to not sometimes go into an endless
28414         loop.  It should also be more efficient, because first it only
28415         searches for `:', instead of applying the very complex regexp.
28416         (makefile-mode): Cancel `font-lock-support-mode', because blocks
28417         to be fontified in one piece can be too long for JIT.
28418         Makefiles are never *that* big.
28420 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
28422         * dired.el (dired-mode): Simplify.
28424 2005-05-17  Lute Kamstra  <lute@gnu.org>
28426         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28427         defcustom for the mode hook variable.
28429         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28430         Emacs Lisp Reference Manual.
28432 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
28434         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28435         (evenp, list*):
28436         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28437         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28439         * net/tramp-smb.el (tramp-smb-open-connection):
28440         Pass `tramp-chunksize' as fifth (required) argument.
28442 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
28444         * font-lock.el (lisp-font-lock-keywords-1):
28445         Set `font-lock-negation-char-face' for [^...] char group.
28446         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28448         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28449         a var, and refine it to mask one more level of nested vars.
28450         (makefile-rule-action-regex): Turn it into a var, and refine it so
28451         it recognizes backslashed continuation lines as belonging to the
28452         same command.
28453         (makefile-macroassign-regex): Refine it so it recognizes
28454         backslashed continuation lines as belonging to the same command.
28455         (makefile-var-use-regex): Don't look at the next char, because it
28456         might be the same one to be skipped by the initial [^$], leading
28457         to an overlooked variable use.
28458         (makefile-make-font-lock-keywords): Remove two parameters, which
28459         are now variables that some of the modes set locally.
28460         Handle dependency and rule action matching through functions, because
28461         regexps alone match too often.  Dependency matching now comes
28462         last, so it can check, whether a colon already matched something else.
28463         (makefile-mode): Inform that font-lock improves makefile parsing
28464         capabilities.
28465         (makefile-match-dependency, makefile-match-action): New functions.
28467 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
28469         * emacs-lisp/cl-extra.el (equalp): Doc fix.
28471         * align.el (align-regexp):
28472         * ansi-color.el (ansi-color-get-face):
28473         * array.el (array-reconfigure-rows, array-init-max-row)
28474         (array-init-max-column, array-init-columns-per-line)
28475         (array-init-field-width):
28476         * dired-aux.el (dired-trample-file-versions):
28477         * dired-x.el (dired-mark-sexp):
28478         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28479         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28480         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28481         * faces.el (face-read-integer):
28482         * files.el (backup-extract-version, insert-directory):
28483         * hexl.el (hexl-insert-decimal-char):
28484         * server.el (server-process-filter):
28485         * shell.el (shell-extract-num):
28486         * startup.el (command-line-1):
28487         * term.el (term-command-hook):
28488         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28489         (time-stamp-do-number):
28490         * time.el (display-time-update):
28491         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28492         (timezone-fix-time):
28493         * vms-patch.el (vms-suspend-resume-hook):
28494         * calendar/appt.el (appt-convert-time):
28495         * calendar/cal-bahai.el (mark-bahai-diary-entries):
28496         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28497         * calendar/cal-islam.el (mark-islamic-diary-entries):
28498         * calendar/calendar.el (calendar-cursor-to-date)
28499         (calendar-star-date):
28500         * calendar/diary-lib.el (diary-attrtype-convert)
28501         (mark-diary-entries, diary-entry-time):
28502         * calendar/solar.el (solar-get-number):
28503         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28504         * emacs-lisp/re-builder.el (reb-display-subexp):
28505         * emulation/edt.el (edt-set-scroll-margins):
28506         * emulation/tpu-extras.el (tpu-set-scroll-margins):
28507         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28508         (vip-get-ex-count):
28509         * emulation/viper-ex.el (viper-get-ex-token)
28510         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28511         * international/fontset.el (fontset-plain-name):
28512         * mail/feedmail.el (feedmail-look-at-queue-directory):
28513         * mail/mailalias.el (mail-get-names):
28514         * mail/rmail.el (rmail-convert-to-babyl-format):
28515         * mail/rmailsum.el (rmail-make-basic-summary-line)
28516         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28517         (rmail-summary-goto-msg):
28518         * mail/smtpmail.el (smtpmail-read-response):
28519         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28520         (ange-ftp-vms-add-file-entry):
28521         * play/gametree.el (gametree-looking-at-ply)
28522         (gametree-current-branch-score):
28523         * progmodes/ada-xref.el (ada-prj-find-prj-file)
28524         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28525         * progmodes/cperl-mode.el (condition-case):
28526         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28527         (ebrowse-set-member-buffer-column-width)
28528         (ebrowse-select-1st-to-9nth):
28529         * progmodes/etags.el (etags-snarf-tag):
28530         * progmodes/flymake.el (flymake-parse-line):
28531         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28532         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28533         (idlwave-shell-menu-def):
28534         * progmodes/ps-mode.el (ps-run-goto-error):
28535         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28536         (vhdl-speedbar-contract-level):
28537         * term/mac-win.el (x-handle-numeric-switch):
28538         * term/sun-mouse.el (sun-get-frame-data):
28539         * term/w32-win.el (x-handle-numeric-switch):
28540         * term/x-win.el (x-handle-numeric-switch):
28541         * textmodes/ispell.el (ispell-parse-output):
28542         * textmodes/nroff-mode.el (nroff-outline-level):
28543         * textmodes/reftex-cite.el (reftex-bib-sort-year)
28544         (reftex-bib-sort-year-reverse, reftex-format-citation):
28545         * textmodes/reftex-parse.el (reftex-init-section-numbers)
28546         (reftex-section-number):
28547         * textmodes/texinfmt.el (texinfo-paragraphindent):
28548         Replace `string-to-int' by `string-to-number'.
28550         * international/latexenc.el: Add page marker to force the "Local
28551         Variables:" string out of the last page.
28553 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28555         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28556         tooltip-change-major-mode.
28557         (gud-tooltip-print-command): Remove case where gud-minor-mode
28558         is gdb ("--fullname").
28559         (gud-tooltip-tips): Turn GUD tooltips off for this case and
28560         explain to user.
28562 2005-05-16  Jay Belanger  <belanger@truman.edu>
28564         * calc/calc-store.el (calc-copy-special-constant): New function.
28566         * calc/calc-ext.el (calc-init-extensions): Add binding for
28567         `calc-copy-special-constant'.
28569         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28570         for the `calc-copy-special-constant' command.
28572 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
28574         * subr.el (left-fringe-p): New function.
28576         * progmodes/compile.el (compilation-setup): Set local value of
28577         overlay-arrow-string to "" always.
28578         (compilation-set-window): Left fringe then don't scroll.
28579         No left fringe then no arrow and scroll message to top.
28580         (compilation-context-lines): Adjust doc string accordingly.
28582 2005-05-16  Kim F. Storm  <storm@cua.dk>
28584         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28585         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28586         (ido-wide-find-dir-or-delete-dir): New command for M-d.
28587         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
28588         (ido-read-file-name): Handle commands with ido property value
28589         equal to find-file as reading a file name, to allow C-d to enter dired.
28590         (ibuffer-find-file): Add ido property with value find-file.
28592 2005-05-15  Kim F. Storm  <storm@cua.dk>
28594         * subr.el (open-network-stream-nowait): Remove.
28595         (open-network-stream-server): Remove.
28597 2005-05-15  Richard M. Stallman  <rms@gnu.org>
28599         * faces.el (describe-face): Output a definition link button.
28601         * help-mode.el (help-face-def): New button type.
28603         * emacs-lisp/copyright.el (copyright-fix-years):
28604         Match properly if the first year is 2-digit.
28605         Don't mess up the whitespace after the years by filling.
28607         * dired-aux.el (dired-mark-confirm):
28608         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28610         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28611         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28612         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28614         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28615         Set font-lock-comment-start-skip.
28617         * font-lock.el (font-lock-comment-start-skip): New variable.
28618         (font-lock-comment-end-skip): New variable.
28619         (font-lock-fontify-syntactically-region): Use them if non-nil.
28621 2005-05-15  Jay Belanger  <belanger@truman.edu>
28623         * calc/calc-store.el (calc-store-value): Return a string rather
28624         than display it as a message.
28625         Use calc-var-name for variable name.
28626         (calc-store-into): Add the result of calc-store-value to message.
28627         (calc-copy-variable): Add a message.
28628         (calc-store-exchange): Improve error messages.
28629         (calc-store-binary, calc-store-map): Don't reset the values of
28630         special constants.
28632 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
28634         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28635         manual to docstring.
28637         * files.el (hack-local-variables-confirm): Add STRING argument.
28638         Make the function handle non file visiting buffers correctly.
28639         (hack-local-variables-prop-line, hack-local-variables)
28640         (hack-one-local-variable): Use STRING arg of
28641         `hack-local-variables-confirm'.
28643 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
28645         Sync with Tramp 2.0.49.
28647         * net/tramp.el (tramp-handle-dired-call-process)
28648         (tramp-handle-insert-directory):`insert-buffer' cannot be used
28649         because the contents of the Tramp buffer is changed before
28650         insertion (`expand-file' and alike).
28651         (tramp-handle-insert-directory): If `localname' has an empty
28652         nondirectory name, it must not be quoted.
28653         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
28654         variable `tramp-chunksize'.  Change callees.
28655         (tramp-open-connection-setup-interactive-shell): Check remote host
28656         for buggy `send-process-string' implementation.
28657         Set `tramp-chunksize' if found.  Reported by Michael Kifer
28658         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28659         (tramp-handle-shell-command): `insert-buffer' cannot be used
28660         because the contents of the Tramp buffer is changed before
28661         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28662         <frederic.bothamy@free.fr>.
28663         (tramp-set-auto-save): Actions should be done for Tramp file name
28664         handler only.  Ange-FTP has its own auto-save mechanism.
28665         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28666         (tramp-set-auto-save-file-modes): Set file modes of
28667         `buffer-auto-save-file-name' to ?\600 as fallback solution.
28668         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28669         (tramp-bug): Remove obsolete variable.
28670         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
28671         for presence of `mml-mode'.  Make it running for older Emacsen as well.
28673 2005-05-14  John Paul Wallington  <jpw@pobox.com>
28675         * ibuf-ext.el (define-ibuffer-filter filename):
28676         If `dired-directory' is a list, use its car.
28678 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
28680         * ibuffer.el (define-ibuffer-column filename):
28681         If `dired-directory' is a list, use its car.
28683 2005-05-14  Richard M. Stallman  <rms@gnu.org>
28685         * subr.el (symbol-file): Doc fix.
28687         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28688         (byte-compile-form): Call byte-compile-nogroup-warn.
28689         (byte-compile-warning-types): Doc fix.
28691         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28693         * progmodes/cc-engine.el (c-literal-faces):
28694         Add font-lock-comment-delimiter-face.
28696         * net/net-utils.el (dig): Use with-no-warnings.
28698         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28699         (sc-recite-frame-alist, sc-default-cite-frame)
28700         (sc-default-uncite-frame, sc-default-recite-frame)
28701         (sc-attrib-selection-list, sc-rewrite-header-list):
28702         Mark as risky-local-variable.
28704         * international/ogonek.el (ogonek-jak, ogonek-how):
28705         Don't use beginning-of-buffer.
28707         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28709         * calendar/solar.el (solar-data-list): Move definition up.
28711         * dnd.el (dnd-protocol-alist): Add autoload.
28713         * progmodes/sh-script.el: Many doc usage fixes.
28714         (sh-indent-after-do): Change default to match common styles.
28716 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
28718         * files.el (interpreter-mode-alist)
28719         (auto-mode-interpreter-regexp): Doc fixes.
28721 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
28723         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28725         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28727 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
28729         * dired.el (dired-mode): make-variable-buffer-local =>
28730         make-local-variable.
28732 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
28734         * term/mac-win.el (mac-select-convert-to-string): Try coding
28735         systems in mac-script-code-coding-systems if specified one cannot
28736         encode string for `com.apple.traditional-mac-plain-text'.
28738 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
28740         * progmodes/make-mode.el (makefile-targets-face)
28741         (makefile-shell-face, makefile-makepp-perl-face): New faces.
28742         (makefile-dependency-regex): Fix it to not make the colon in
28743         $(var:a=b) special.
28744         (makefile-rule-action-regex): New regexp for highlighting embedded
28745         Shell strings.
28746         (makefile-macroassign-regex): Handle != for highlighting as
28747         embedded Shell strings.
28748         (makefile-var-use-regex): New const.
28749         (makefile-statements, makefile-automake-statements)
28750         (makefile-gmake-statements, makefile-makepp-statements)
28751         (makefile-bsdmake-statements): New consts.
28752         (makefile-make-font-lock-keywords): New function.
28753         (makefile-automake-font-lock-keywords)
28754         (makefile-gmake-font-lock-keywords)
28755         (makefile-makepp-font-lock-keywords)
28756         (makefile-bsdmake-font-lock-keywords): New consts.
28757         (makefile-mode-map): Add switchers between the various submodes.
28758         (makefile-mode): Document the availability of the variants.
28759         (makefile-automake-mode, makefile-gmake-mode)
28760         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28762         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28763         new variants of makefile-mode.
28765 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28767         * font-lock.el (font-lock-comment-delimiter-face): Fix up
28768         the inheritance.
28770 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
28772         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28773         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28775         * files.el (normal-mode): Extend the scope of the
28776         `enable-local-variables' binding to include the `set-auto-mode' call.
28777         (magic-mode-alist): Doc fix.
28779 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
28781         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28782         font-lock-comment-face rather than copying its setting.
28784 2005-05-12  Andreas Schwab  <schwab@suse.de>
28786         * eshell/esh-mode.el (eshell-send-input): Doc fix.
28788 2005-05-12  Lute Kamstra  <lute@gnu.org>
28790         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28791         defcustom for the mode hook variable.  Delete the last argument.
28792         * generic-x.el: Fix callers of define-generic-mode.
28793         (generic-x-modes): Delete group.
28794         (show-tabs-tab-face, show-tabs-space-face): Put them in the
28795         generic-x customization group.
28797 2005-05-12  Kim F. Storm  <storm@cua.dk>
28799         * font-lock.el (font-lock-negation-char-face): Default to "off".
28801         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28802         font-lock-negation-char-face to ! in !=.
28804 2005-05-12  Masatake YAMATO  <jet@gyve.org>
28806         * add-log.el (find-change-log): Fix typos in the docstring
28807         of function.
28809 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
28811         * international/latexenc.el (latexenc-find-file-coding-system):
28812         Avoid `re-search-forward' when looking for input encoding because
28813         of speed and safety.  Better regular expressions for recognizing
28814         input encoding.  Limit a search for TeX-master/tex-main-file to
28815         the local variable section.
28817 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
28819         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28820         syntax of $ to "'" (quote).
28822 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
28824         * dnd.el (dnd-protocol-alist): Improve custom type.
28826         * dired.el (dired-dnd-protocol-alist): New variable.
28827         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
28828         `dired-mode-hook' to the end.
28830 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28832         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28833         comment-end if comment-start-skip is not set.
28834         Obey the font-lock-comment-delimiter-face variables.
28836 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
28838         * files.el (executable-find): Move from executable.el.  Use
28839         locate-file.
28840         * progmodes/executable.el (executable-find): Move to files.el.
28842         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28843         when trying to ensure forward progress.
28845 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
28847         * mouse-sel.el (mouse-sel-follow-link-p): New function.
28848         (mouse-select, mouse-select-internal, mouse-extend-internal):
28849         Use it to implement mouse-1-click-follows-link functionality.
28851 2005-05-11  Richard M. Stallman  <rms@gnu.org>
28853         * font-lock.el (font-lock-fontify-syntactically-region):
28854         Use font-lock-comment-delimiter-face for comment delimiters.
28856 2005-05-10  Jay Belanger  <belanger@truman.edu>
28858         * calc/calc-help.el (calc-m-prefix-help): Add mention of
28859         preserving embedded modes.
28861 2005-05-10  Richard M. Stallman  <rms@gnu.org>
28863         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28865         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28866         Move from ada-stmt.el.
28867         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28869         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28870         Move to ada-mode.el.
28871         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28873         * cus-edit.el (custom-file): Call file-chase-links.
28875         * files.el (read-directory-name): Fix previous change.
28876         (hack-local-variables-confirm): New function.
28877         (hack-local-variables-prop-line, hack-local-variables)
28878         (hack-one-local-variable): Use it.
28880 2005-05-10  Lute Kamstra  <lute@gnu.org>
28882         * font-lock.el (font-lock-keywords-alist)
28883         (font-lock-removed-keywords-alist): Clarify docstrings.
28885 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
28887         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28888         (gdb-source-info): Check for preprocessor info.
28889         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
28890         a macro for a function.
28891         (gdb-info-breakpoints-custom): Try to find file again if not already
28892         found (user might have used GDB dir command).
28893         (gdb-get-location): Update gdb-location-alist correctly for change
28894         to gdb-info-breakpoints-custom.
28896         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28897         (gud-tooltip-print-command): Add gdbmi case.
28898         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28899         preprocessor info.
28901 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
28903         * startup.el (fancy-splash-insert): Fix typo in doc string.
28905 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
28907         * obsolete/float.el (string-to-float):
28908         * obsolete/hilit19.el (hilit-add-pattern):
28909         * obsolete/rnews.el (news-parse-range, news-select-message)
28910         (news-get-pruned-list-of-files): Replace `string-to-int' by
28911         `string-to-number'.
28913         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28914         `find-file-not-found-hooks'; use `add-hook'.
28915         (uncompress-while-visiting): Set `write-file-functions', not
28916         `write-file-hooks'; use `add-hook'.
28918 2005-05-09  Kim F. Storm  <storm@cua.dk>
28920         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28921         (cua-paste): Handle clipboard action.
28922         (cua--init-keymaps): Remap clipboard-kill-region and
28923         clipboard-kill-ring-save.
28925 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
28927         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28928         Improve commentary.
28930         * simple.el (next-error-overlay-arrow-position): Revert the change
28931         made on 2005-04-30.
28933 2005-05-07  Jay Belanger  <belanger@truman.edu>
28935         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28936         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28937         `calc-sel-reselect'.
28939         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28940         Calc is in embedded mode.
28942 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28944         * progmodes/compile.el (compilation-setup):
28945         Set overlay-arrow-string to an empty string on text terminals.
28947         * textmodes/ispell.el (ispell-program-name): Try looking for
28948         "aspell" along exec-path, and if found, use it as the default
28949         speller program.
28951 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
28953         * international/mule.el (sgml-xml-auto-coding-function):
28954         Recognize encoding='FOO' in single quotes as well as in double quotes.
28956 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
28958         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28959         as well as `interactive', so that defmacro* would recognize
28960         `declare' forms.
28962 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
28964         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28965         Explain more about the LIGHTER arg's usage in the doc string.
28966         Add commentary to clarify what the code does.  Fix the regexp that
28967         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
28968         since it could have characters special to regular expressions.
28970 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
28972         * replace.el (occur-1): Bind inhibit-read-only so that
28973         erase-buffer doesn't barf on read-only text properties (likewise
28974         for add-text-properties in occur-engine).  Mark buffer as unmodified.
28975         (occur-engine): Don't set buffer-read-only here.
28977 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28979         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28980         list-buffers-directory.  This caused the *cvs-commit* buffer to be
28981         sometimes mistakenly reused as a *cvs* buffer.
28983 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
28985         * tooltip.el: Move code for GUD tooltips into gud.el.
28986         (require): CL no longer needed to compile case.
28987         (tooltip-mode): Do not toggle functions for GUD tooltips.
28988         (tooltip-gud-tips-p): Remove.  Replace with minor mode
28989         gud-tooltip-mode in gud.el.
28990         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28991         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28992         tooltip-gud prefix with gud-tooltip and obsolete.
28993         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28994         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28995         (tooltip-mouse-motion): Mouse movement functions/variable.
28996         Rename in gud.el by adding gud prefix.
28997         (tooltip-gud-original-filter, tooltip-gud-dereference)
28998         (tooltip-gud-event, tooltip-toggle-gud-tips)
28999         (tooltip-gud-process-output, tooltip-gud-print-command)
29000         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
29001         gud.el by replacing tooltip-gud prefix with gud-tooltip.
29002         (gdb-tooltip-print): Move to gdb-ui.el.
29004         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29005         (require): CL needed to compile case.
29006         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29007         tooltip-gud-tips-p.  Make it a minor-mode.
29008         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29009         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29010         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29011         (gud-tooltip-change-major-mode)
29012         (gud-tooltip-activate-mouse-motions-if-enabled)
29013         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29014         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29015         (gud-tooltip-original-filter, gud-tooltip-dereference)
29016         (gud-tooltip-event, tooltip-toggle-gud-tips)
29017         (gud-tooltip-process-output, gud-tooltip-print-command)
29018         (gud-tooltip-tips): Move from tooltip.el.
29020         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29021         (gdb-cpp-define-alist-flags): Doc fix.
29022         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29023         gud-tooltip-mode is t.
29025 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29027         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29028         evaporate if their text is deleted.
29029         (goto-address-at-point): Make it work as a mouse binding as well.
29030         (goto-address-at-mouse): Obsolete it.  Update users.
29032 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
29034         * calendar/appt.el (top-level): No longer activate on load.
29036 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
29038         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29039         * net/webjump.el (webjump):
29040         * progmodes/idlw-help.el (idlwave-do-context-help1)
29041         (idlwave-highlight-linked-completions):
29042         * textmodes/po.el (po-find-file-coding-system-guts):
29043         Replace `assoc-ignore-case' by `assoc-string'.
29045 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
29047         * files.el (locate-file): Doc fix.
29049         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29050         Remove the redundant test for ms-dos.
29052         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29053         look for the preprocessor with exec-suffixes.  If not found in
29054         standard places, look in exec-path.  Remove most of the tests that
29055         used system-type.
29057         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29059         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29061         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29062         file-name clash with jka-compr.el on 8+3 filesystems.
29064 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29066         * term/mac-win.el: Don't define or bind scroll bar functions if
29067         x-toolkit-scroll-bars is t.
29068         (x-select-text, x-get-selection-value): Clear
29069         x-last-selected-text-clipboard if x-select-enable-clipboard is
29070         nil.
29071         (PRIMARY): Put mac-scrap-name property.
29072         (mac-select-convert-to-file-url): New function.
29073         (public.file-url): New selection target type.  Add to
29074         selection-converter-alist.
29075         (x-get-selection, x-selection-value): Handle it.
29076         (x-cut-buffer-or-selection-value): New alias.
29078 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29080         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29081         entry to avoid calling bibtex-find-entry with arg global
29082         being t.  Remove arg key.
29083         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29084         (bibtex-copy-summary-as-kill): Change accordingly.
29086 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29088         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29089         (org-agenda-date-later): Use with-current-buffer.
29091 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
29093         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29094         (define-obsolete-variable-alias): Doc Fixes.
29096 2005-05-06  Kim F. Storm  <storm@cua.dk>
29098         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
29099         vertical-motion when selective-display is active.
29101         * ido.el (ido-setup-hook): New hook.
29102         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29103         (ido-input-stack): New var.
29104         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
29105         ido-next-work-file binding to M-O.
29106         Bind M-f to ido-wide-find-file-or-pop-dir.
29107         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29108         (ido-read-internal): Run ido-setup-hook.
29109         Catch quit in read-file-name and read-string to cancel edit.
29110         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29111         Automatically pop-all when completing a directory name (RET).
29112         (ido-file-internal): Add with-no-warnings around ffap and dired code.
29113         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29114         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29115         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29116         New functions for M-b/M-f to move among the directory components.
29117         (ido-make-merged-file-list): Catch quit to cancel merge.
29118         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29119         (ido-completion-help): No warnings for ido-completion-buffer-full.
29121 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
29123         * font-lock.el (font-lock-negation-char-face): New face and variable.
29124         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29125         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29126         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29127         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29129 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
29131         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29132         Fix typo in docstring.
29134         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29135         (ebrowse-print-statistics-line)
29136         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29138         * term/w32-win.el (image-library-alist): Add additional name for
29139         Xpm library.
29141 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
29143         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29144         use gcc instead of cpp.
29146         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29147         (gdb-create-define-alist): Use it.
29148         (gdb-cpp-define-alist-program): Update for MS-DOS.
29150 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
29152         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29154 2005-05-04  Richard M. Stallman  <rms@gnu.org>
29156         * help.el (describe-key): No error when UNTRANSLATED is nil.
29158         * simple.el (line-move-1): Fix previous change to signal errors
29159         appropriately.
29161 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
29163         * calendar/icalendar.el (icalendar-version): Now at 0.12.
29164         (icalendar-duration-correction): Remove.
29165         (icalendar--get-event-properties): Split result at commas.
29166         (icalendar--decode-isoduration): New optional argument
29167         DURATION-CORRECTION.
29168         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29169         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29170         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29171         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29172         (icalendar--convert-anniversary-to-ical): New functions, extracted
29173         from icalendar-export-region, with bug fixes.
29174         (icalendar-export-region): Use the above functions.
29175         (icalendar-import-buffer): Check before saving diary file.
29176         (icalendar--convert-recurring-to-diary)
29177         (icalendar--convert-non-recurring-all-day-to-diary)
29178         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29179         extracted from icalendar--convert-ical-to-diary, with bug fixes.
29180         (icalendar--convert-ical-to-diary): Use the above functions.
29182 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
29184         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29185         Remove these recent additions.
29186         (c-mode): Restore to before 2005-04-28.
29188         * progmodes/cc-vars.el (cc-define-list-program): Remove this
29189         recent addition.
29191         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29192         (gdb-define-alist): New variables.
29193         (gdb-create-define-alist): New function.
29194         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29195         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29196         with string-to-number.
29197         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
29199         * progmodes/gud.el: Replace string-to-int with string-to-number.
29200         (gud-find-file): Handle gdb-define-alist.
29202         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29204 2005-05-02  Jay Belanger  <belanger@truman.edu>
29206         * calc/calc-aent.el (math-read-token):
29207         * calc/calc-bin.el (calc-word-size):
29208         * calc/calc-ext.el (calc-read-number-fancy):
29209         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29210         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29211         * calc/calc-frac.el (calc-over-notation):
29212         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29213         (calc-graph-num-points, calc-graph-init):
29214         * calc/calc-prog.el (calc-read-parse-table-part)
29215         (calc-edit-macro-repeats):
29216         * calc/calc-yank.el (calc-do-grab-rectangle):
29217         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29218         Replace `string-to-int' by `string-to-number'.
29220 2005-05-02  Kim F. Storm  <storm@cua.dk>
29222         * kmacro.el: Use executing-kbd-macro-index variable.
29224 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
29226         * net/rlogin.el (rlogin-parse-words): Delete func.
29227         (rlogin): Use split-string, not rlogin-parse-words.
29228         Also, if there are option-like elements in the parsed args,
29229         take the host to be the first arg immediately following them.
29230         Suggested by Michael Mauger.
29232 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29234         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29236 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29238         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29239         (cc-mode-cpp-program): Rename to cc-define-list-program and
29240         move to cc-vars.el.
29242         * progmodes/cc-vars.el (cc-define-list-program):
29243         Change to "gcc -E -dM -".  Make customizable.
29245 2005-05-02  Kim F. Storm  <storm@cua.dk>
29247         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29249 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
29251         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29253         * international/mule-util.el (truncate-string): Remove alias and
29254         obsolete declaration.
29256         * international/mule-cmds.el (update-iso-coding-systems):
29257         Remove alias and obsolete declaration.
29259         * international/mule.el (coding-system-parent): Remove alias and
29260         obsolete declaration.
29262         * subr.el (define-function, sref): Remove aliases and obsolete
29263         declarations.
29264         (chars-in-region): Remove obsolete declaration.
29266 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29268         * info.el (Info-mode): Set widen-automatically to nil, locally.
29270         * simple.el (widen-automatically): New variable.
29271         (pop-global-mark): Obey widen-automatically.
29273 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
29275         * term/xterm.el (function-key-map): Call substitute-key-definition
29276         before the keymap size is increased by a lot of define-key calls.
29278 2005-05-01  Richard M. Stallman  <rms@gnu.org>
29280         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29281         Rename ARG to ELEMENT.  Doc fix.
29283 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29285         * allout.el (allout-exposure): Remove macro and obsolete declaration.
29286         Remove references to allout-exposure/change to allout-new-exposure.
29288         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29289         bytecode symbols.
29291         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29292         (compiled-function-p, focus-frame, unfocus-frame):
29293         Remove aliases and obsolete declarations.
29294         Back out inadvertent changes from previous commit.
29296 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
29298         * files.el (require-final-newline): Make Custom tags consistent
29299         with mode-require-final-newline.
29300         (mode-require-final-newline): Doc fix.
29302 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
29304         * international/latexenc.el (latexenc-find-file-coding-system):
29305         Fix regular expressions.
29307 2005-05-01  David Kastrup  <dak@gnu.org>
29309         * international/latexenc.el (latexenc-find-file-coding-system):
29310         Fix regular expressions.
29312 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
29314         * subr.el (string-to-int): Make obsolete.
29316 2005-04-30  Richard M. Stallman  <rms@gnu.org>
29318         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29320         * loadup.el: load jka-comp-hook.
29322         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29323         (jka-compr-handler): Add autoload.  `put' calls moved
29324         to jka-comp-hook.el.
29325         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29326         (jka-compr-inhibit): Autoload.
29328         * jka-comp-hook.el: New file.
29329         Enable the mode by default.
29331         * files.el (backup-buffer-copy): Use copy-file instead
29332         of write-region, and put back the 'excl.
29334 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
29336         * progmodes/flymake.el (flymake-split-string)
29337         (flymake-split-string, flymake-log, flymake-pid-to-names)
29338         (flymake-reg-names, flymake-get-source-buffer-name)
29339         (flymake-unreg-names, flymake-add-line-err-info)
29340         (flymake-add-err-info): Clarify docstrings.
29341         (flymake-popup-menu, flymake-make-emacs-menu)
29342         (flymake-make-xemacs-menu): Add docstrings.
29343         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29344         Set variables directly throughout.
29346 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
29348         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29349         exists.  Initialize cc-define-alist.
29350         (c-mode): Add cc-create-define-alist locally to after-save-hook.
29351         If there is no file (Macroexpansion) don't create an alist.
29353 2005-04-29  Sam Steingold  <sds@gnu.org>
29355         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29356         (cc-create-define-alist): Use it instead of the hard-coded string.
29358 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
29360         * international/mule-conf.el (file-coding-system-alist): Fix regexp
29361         for latexenc.
29363 2005-04-29  Lute Kamstra  <lute@gnu.org>
29365         * emacs-lisp/generic.el: Improve commentary section.
29366         (define-generic-mode): Improve docstring.
29368 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
29370         * textmodes/org.el (many places): Change to quiet the byte compiler.
29371         (org-prefix-format-compiled): New variable.
29372         (org-compile-prefix-format): New function.
29373         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29374         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29375         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29376         (org-get-entries-from-diary): Use `org-get-time-of-day' for
29377         consistency with entries from `org-mode' files.
29378         (org-get-time-of-day): Fix bug with partial matches early in a line.
29379         (org-non-link-chars): New constant.
29380         (org-link-regexp): Respect `org-non-link-chars'.
29381         (org-agenda-day-view): Remove command.
29382         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29383         (org-follow-bbdb-link, org-store-link): Search also company field.
29384         (org-highlight-overlay): New variable.
29385         (org-highlight, org-unhighlight): New functions.
29386         (org-agenda-mode): Add pre-command-hook to remove highlight.
29387         (org-evaluate-time-range): Behavior depends upon whether time stamp
29388         contains a time or not.
29389         (org-show-subtree, org-show-entry): New functions.
29390         (org-agenda-cleanup-fancy-diary): Remove empty lines.
29392 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
29394         * comint.el (comint-output-filter-functions): Add autoload cookie.
29396 2005-04-28  Kim F. Storm  <storm@cua.dk>
29398         * ido.el (ido-everywhere): Fix last change.
29400 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29402         * international/latexenc.el: New file.
29403         * international/mule-conf.el (file-coding-system-alist): For .tex,
29404         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29406 2005-04-28  Lute Kamstra  <lute@gnu.org>
29408         * font-lock.el (font-lock-add-keywords)
29409         (font-lock-remove-keywords): Clarify docstring.
29410         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29411         Don't start docstrings with a `*'.
29412         (font-lock-update-removed-keyword-alist): Give it a docstring.
29414         * generic-x.el: Update commentary section.
29415         Only require font-lock when compiling.
29416         Define all modes conditionally.
29417         Place all generic modes in the generic-x-modes customization group.
29418         (generic-x-modes): New customization group.
29419         (generic-default-modes, generic-mswindows-modes)
29420         (generic-unix-modes, generic-other-modes): New constants.
29421         (generic-define-mswindows-modes, generic-define-unix-modes):
29422         Update docstrings.  Make them obsolete.
29423         (generic-extras-enable-list): New default value.  Update docstring.
29424         Improve :type.  Change :set function.
29425         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29426         Fix docstring.
29428         * emacs-lisp/generic.el (generic-mode-internal):
29429         Simplify font-lock-defaults.
29430         (define-generic-mode): Fix docstring.
29432 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
29434         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29435         font-lock-face property to highlight matches.
29437 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
29439         * progmodes/cc-mode.el (cc-create-define-alist): New function.
29440         (cc-define-alist): New variable.
29441         (c-mode): Make it local and initialize it.
29443         * progmodes/gdb-ui.el (gdb-active-process): New variable.
29444         (gdb-exited): New function.
29445         (gdb-annotation-rules): Use it.
29446         (gdb-starting): Set gdb-active-process to t.
29447         (gdb-stopping): Amend doc string.
29448         (gdb-reset): Set gdb-active-process to nil.
29450         * tooltip.el (tooltip-gud-tips): Show the associated #define
29451         directives when a C program under GDB is not executing.
29453 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
29455         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29456         font-lock-fontify-syntactic-keywords.
29458         * font-lock.el (font-lock-default-fontify-region): Don't force
29459         parse-sexp-lookup-properties to nil.
29461 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
29463         * man.el (man-mode-syntax-table): Set up `:' to have
29464         word-constituent syntax.
29466 2005-04-27  Lute Kamstra  <lute@gnu.org>
29468         * novice.el (disable-command): Don't add spurious newlines to the
29469         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
29471 2005-04-26  Jay Belanger  <belanger@truman.edu>
29473         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29474         than one window before deleting window.
29476 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
29478         * shell.el (shell-prompt-pattern): Doc fix.
29479         (shell-mode): Set paragraph-separate buffer locally to "\\'".
29481         * comint.el (comint-prompt-regexp, comint-get-old-input)
29482         (comint-use-prompt-regexp)
29483         (comint-use-prompt-regexp-instead-of-fields)
29484         (comint-replace-by-expanded-history, comint-send-input)
29485         (comint-output-filter, comint-get-old-input-default)
29486         (comint-line-beginning-position, comint-bol, comint-show-output)
29487         (comint-backward-matching-input, comint-forward-matching-input)
29488         (comint-next-prompt, comint-previous-prompt):
29489         Rename `comint-use-prompt-regexp-instead-of-fields' to
29490         `comint-use-prompt-regexp'.  Keep old name as alias and declare
29491         obsolete.
29492         (comint-use-prompt-regexp): Shorten first line of doc string.
29494         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29495         Set paragraph-separate buffer locally to "\\'".
29497         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29498         Adapt to above name change.
29500         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29501         (smbclient-prompt-regexp): Ditto.
29503         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29505 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
29507         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29508         gdb-location-list.
29509         Break lines that are over 80 characters wide.
29511 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
29513         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29514         New fun and var, to preserve compatibility.
29516         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29518 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
29520         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29521         name to file-newer-than-file-p.
29523 2005-04-26  Richard M. Stallman  <rms@gnu.org>
29525         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29527         * progmodes/python.el (python-mode):
29528         Use new name eldoc-documentation-function.
29530         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29532         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29533         (eldoc-documentation-function):
29534         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
29536 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
29538         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29540 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29542         * term/xterm.el (function-key-map): Fix strings for
29543         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
29544         {C,S,A,C-S}-{f1-f12}.
29546 2005-04-26  Kenichi Handa  <handa@m17n.org>
29548         * international/mule-cmds.el (select-safe-coding-system):
29549         Fix previous change.
29551 2005-04-26  Lute Kamstra  <lute@gnu.org>
29553         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29555         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29556         (font-lock-comment-delimiter-face): Ditto.
29558         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29560 2005-04-25  Jay Belanger  <belanger@truman.edu>
29562         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29563         to t while inserting information; use help-mode.
29565 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
29567         * term.el (ansi-term-color-vector): Use the xterm colors.
29568         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
29570 2005-04-25  Lute Kamstra  <lute@gnu.org>
29572         * font-core.el (font-lock-defaults): Fix docstring.
29574         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29576 2005-04-25  Kenichi Handa  <handa@m17n.org>
29578         * international/mule-cmds.el (select-safe-coding-system):
29579         Don't check consistency with coding: spec, etc if raw-text or
29580         no-conversion was found to be safe.
29582 2005-04-24  Richard M. Stallman  <rms@gnu.org>
29584         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29585         citation markers at start of each line.
29587         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29588         citation markers at start of each line.
29590         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29592         * files.el (mode-require-final-newline): Fix previous change.
29593         (require-final-newline): Fix type label.
29595 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
29597         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29598         statement in buffer (broken by 2004-11-24 change).
29600 2005-04-24  Kim F. Storm  <storm@cua.dk>
29602         * ido.el (ido-everywhere): Save and restore old read-buffer-function
29603         and read-file-name-function values.  Don't overwrite existing
29604         non-nil values if ido-mode is enabled without ido-everywhere.
29606 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
29608         * files.el (mode-require-final-newline): Minor doc fix.
29610 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
29612         * subr.el (syntax-after): Doc fix.
29613         (syntax-class): If argument is nil, return nil.  Mask off upper 16
29614         bits, not 8 bits.
29616         * files.el (mode-require-final-newline): Doc fix.
29617         (backup-buffer-copy): Fix last change.
29619 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29621         * term/mac-win.el: Require select.  Set selection-coding-system to
29622         mac-system-coding-system.  Call menu-bar-enable-clipboard.
29623         (x-last-selected-text-clipboard, x-last-selected-text-primary)
29624         (x-select-enable-clipboard): New variables.
29625         (x-select-text, x-get-selection, x-selection-value)
29626         (x-get-selection-value, mac-select-convert-to-string)
29627         (mac-services-open-file, mac-services-open-selection)
29628         (mac-services-insert-text): New functions.
29629         (CLIPBOARD, FIND): Put mac-scrap-name property.
29630         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29631         (public.tiff): Put mac-ostype property.
29632         (selection-converter-alist): Add entries for them.
29633         (mac-application-menu-map): New keymap.
29634         (interprogram-cut-function, interprogram-paste-function): Set to
29635         x-select-text and x-get-selection-value, respectively.
29636         (split-window-keep-point): Set to t.
29638 2005-04-23  Richard M. Stallman  <rms@gnu.org>
29640         * files.el (read-directory-name): Always pass non-nil
29641         DEFAULT-FILENAME arg to read-file-name.
29642         (backup-buffer-copy, basic-save-buffer-2): Take care against
29643         writing thru an unexpected existing symlink.
29644         (revert-buffer): In indirect buffer, revert the base buffer.
29645         (magic-mode-alist): Doc fix.
29646         (buffer-stale-function): Doc fix.
29647         (minibuffer-with-setup-hook): Avoid warning.
29648         (mode-require-final-newline): Doc and custom fix.
29650         * follow.el (follow-end-of-buffer): Use with-no-warnings.
29652         * font-lock.el (font-lock-comment-face): On terminals with few colors,
29653         use the default appearance.
29654         (font-lock-comment-delimiter-face): New face, new variable.
29656         * imenu.el (imenu--generic-function): The official position of a
29657         definition is the start of the line that BEG is in.
29659         * midnight.el (midnight-timer): Move defvar up.
29661         * mouse.el (mouse-drag-region-1): Delete some debugging code.
29663         * saveplace.el (save-place-to-alist): Use with-no-warnings.
29665         * startup.el (command-line): Use with-no-warnings.
29667         * window.el (window-size-fixed): New defvar.
29669         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29671         * mail/rmail.el (rmail-font-lock-keywords):
29672         Use font-lock-comment-delimiter-face.
29674         * mail/sendmail.el (mail-font-lock-keywords):
29675         Use font-lock-comment-delimiter-face.
29677         * progmodes/compile.el (next-error-highlight-timer): New defvar.
29679 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
29681         * progmodes/compile.el (compilation-mode-font-lock-keywords):
29682         Specify t for LAXMATCH when matching directories.
29683         Save match data around compilation-compat-error-properties form.
29685 2005-04-23  David Kastrup  <dak@gnu.org>
29687         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29688         Mention that the autoloaded aliases should be kept for AUCTeX.
29690 2005-04-23  Andreas Schwab  <schwab@suse.de>
29692         * isearch.el (isearch-forward): Doc fix.
29694 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
29696         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29697         (jit-lock-stealth-nice): Change default value to 0.5.
29699 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
29701         * abbrev.el (write-abbrev-file): Write table entries in
29702         alphabetical order by table name.
29704 2005-04-22  Kim F. Storm  <storm@cua.dk>
29706         * ido.el (ido-read-internal): Fix `list' completion.
29708 2005-04-22  Kenichi Handa  <handa@m17n.org>
29710         * recentf.el (recentf-save-file-coding-system): New variable.
29711         (recentf-save-list): Encode the file by
29712         recentf-save-file-coding-system and add coding: tag.
29714 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
29716         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29718 2005-04-21  Lute Kamstra  <lute@gnu.org>
29720         * loadhist.el (unload-feature): Don't remove a function from hooks
29721         if it is about to be restored to an autoload .  Remove functions
29722         that will become unbound from auto-mode-alist.  Simplify the code.
29724         * subr.el (assq-delete-all): New implementation that is linear,
29725         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
29726         (rassq-delete-all): New function.
29728         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29729         Add size-indication-mode.
29731 2005-04-21  Kenichi Handa  <handa@m17n.org>
29733         * international/mule-cmds.el: Add autoload for widget-value in
29734         eval-when-compile.
29736 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
29738         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29739         Add tooltip-mode.
29741         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29743 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
29745         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29746         (inferior-lisp-filter-regexp, inferior-lisp-program)
29747         (inferior-lisp-load-command, inferior-lisp-prompt)
29748         (inferior-lisp-mode-hook, lisp-source-modes)
29749         (inferior-lisp-load-hook): defvar->defcustom.
29750         (inferior-lisp-program, inferior-lisp-prompt)
29751         (inferior-lisp-load-hook): Doc fixes.
29752         (inferior-lisp-install-letter-bindings): Small change in
29753         introductory comment.
29755 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
29757         * vc.el (vc-annotate-color-map): Change some colors so that text
29758         using them as foreground is readable on both white and black
29759         backgrounds.
29761 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29763         * international/mule-conf.el (translation-table-for-input):
29764         Remove redundant declaration.
29766 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29768         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29770         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29771         (tooltip-toggle-gud-tips): New function.
29773 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29775         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29776         right angle brackets.
29778 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
29780         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29782 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
29784         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29785         Remove.  Update callers to use expand-file-name instead.
29787         * subr.el (syntax-class): New function.
29789         * simple.el (blink-matching-open): Use it.
29791         * paren.el (show-paren-function): Use it to recognize parens that are
29792         also used in 2-char comment markers.
29794 2005-04-19  Lute Kamstra  <lute@gnu.org>
29796         * loadhist.el (unload-feature): Update for new format of
29797         load-history.  Simplify the code.
29799 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29801         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29802         (mac-add-charset-info): New function.  Initialize variable
29803         mac-charset-info-alist using it.
29804         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29805         for translation.
29806         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29807         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29808         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29809         New CCL programs.
29811 2005-04-19  Kim F. Storm  <storm@cua.dk>
29813         * simple.el (next-buffer, prev-buffer, next-error)
29814         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29815         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29817         * bindings.el (next-buffer, prev-buffer, next-error)
29818         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29819         (clone-indirect-buffer-other-window): Move bindings from simple.el.
29820         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29821         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29823 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
29825         * isearch.el (isearch-edit-string): Make the search-ring available for
29826         minibuffer history commands.
29827         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29828         the default history commands now work just as well.
29829         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29831 2005-04-18  Kim F. Storm  <storm@cua.dk>
29833         * emulation/cua-base.el (cua--pre-command-handler): Add more
29834         elaborate check for shift modifier on non-window systems.
29836 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
29838         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29840 2005-04-18  Kim F. Storm  <storm@cua.dk>
29842         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29843         and make it optional.  Don't test tooltip-gud-echo-area here.
29844         (tooltip-gud-process-output, gdb-tooltip-print):
29845         Pass tooltip-gud-echo-area to tooltip-show.
29846         (tooltip-help-tips): Remove second optional arg to tooltip-show.
29848 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29850         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29851         `display-graphic-p' may not be bound yet.
29853 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
29855         * startup.el (command-line): No longer enable Xterm Mouse mode by
29856         default in terminals compatible with xterm.
29858         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29860 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
29862         * tooltip.el (tooltip-gud-echo-area): Rename from
29863         tooltip-use-echo-area.
29864         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29865         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29866         area independently of where help tooltips are displayed.
29868 2005-04-17  David Kastrup  <dak@gnu.org>
29870         * cus-theme.el (custom-theme-write-variables): Quote variables
29871         where necessary.
29873 2005-04-17  Richard M. Stallman  <rms@gnu.org>
29875         * simple.el (yank-excluded-properties): Add follow-link to value.
29877         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29879         * startup.el (fancy-splash-max-time): Just 30 seconds.
29880         (fancy-splash-delay): Just 7.
29881         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29883         * loadhist.el (unload-feature): Update for new format of load-history.
29884         Simplify the code.
29886         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29887         (rmail-font-lock-keywords): Don't fontify the text of a citation.
29889         * mail/sendmail.el (mail-font-lock-keywords):
29890         Don't fontify subject text.
29891         Don't fontify the text of a citation.
29893 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
29895         * comint.el (comint-output-filter): Run comint-output-filter-functions
29896         with point where the user had it.
29898 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
29900         * international/ucs-tables.el (ucs-set-table-for-input):
29901         Disable when using unify-on-decoding.
29903 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
29905         * emulation/cua-base.el (cua-global-mark-face): Add special case
29906         for displays supporting a high number of colors.
29908 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29910         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29912 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
29914         * filesets.el (filesets-add-buffer): If user supplies a name of a
29915         non-existing fileset, create a new fileset.
29917 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
29919         * textmodes/org.el (org-up-heading-all): Fix bug with
29920         `outline-up-heading-all'.
29922 2005-04-16  Andreas Schwab  <schwab@suse.de>
29924         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29925         /etc/permissions.d/* and /etc/aliases.d/*.
29927 2005-04-16  Kenichi Handa  <handa@m17n.org>
29929         * international/code-pages.el (cp-make-coding-system):
29930         Set `translation-table-for-input' property value to the symbol
29931         ucs-mule-to-mule-unicode, not to that value.
29932         (pt154): Escape guillemet by `\'.
29934 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
29936         * loadup.el: Load tooltip if x-show-tip is fboundp.
29938         * startup.el (command-line): Add comment.
29940         * tooltip.el (tooltip-mode): Specify correct standard value for
29941         Custom in init-value.
29943 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
29945         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29946         possible.
29948 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
29950         * textmodes/org.el (org-agenda-date-prompt): Rename from
29951         `org-agenda-date-today'.
29952         (org-evaluate-time-range): Insert at point instead of directly
29953         after time range.
29954         (org-first-headline-recenter, org-subtree-end-visible-p)
29955         (org-optimize-window-after-visibility-change): New functions
29956         (org-agenda-post-command-hook): Don't allow point at end of line,
29957         to make sure it always hits the text properties.
29958         (org-agenda-next-date-line, org-agenda-previous-date-line):
29959         New commands.
29960         (org-set-regexps-and-options): Category may contain white space.
29961         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29962         Improve marker positions.
29963         (org-agenda-new-marker): Argument POS made optional.
29964         (org-agenda-get-timestamps): Deadlines which are done are listed
29965         in org-done-face now.
29966         (org-agenda-get-todos, org-agenda-get-timestamps)
29967         (org-agenda-get-deadlines, org-agenda-get-scheduled):
29968         Set `undone-face' and `done-face' properties.
29969         (org-last-todo-state-is-todo): New variable.
29970         (org-todo): Set `org-last-todo-state-is-todo'.
29971         (org-agenda-todo): Change face according to
29972         `org-last-todo-state-is-todo'.  And change other lines referring to
29973         the same entry.
29974         (org-calendar-goto-agenda): New command.
29975         (org-calendar-to-agenda-key): New option.
29976         (org-startup-folded): New allowed value `content'.
29977         (org-set-regexps-and-options): Accept new value `content' for
29978         `org-startup-folded'.
29979         (org-get-current-options): Handle new value `content' for
29980         `org-startup-folded'.
29981         (org-insert-todo-heading): New command.
29982         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29983         interactively in empty file and option
29984         `org-insert-mode-line-in-empty-file' has been set.
29985         (org-agenda-todo, org-agenda-priority): Modify to use
29986         `org-agenda-change-all-lines'.
29987         (org-warning-face): Change color on dark background.
29989 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29991         * international/mule-cmds.el (set-locale-environment): On Mac OS,
29992         use preferences AppleLocale and AppleLanguages, and variable
29993         mac-system-locale for default locale.  On Mac OS Classic, use
29994         mac-system-coding-system for default coding systems.
29996         * term/mac-win.el: Don't set file-name-coding-system.
29997         Decode variables system-name, emacs-build-system, user-login-name, and
29998         user-full-name by mac-system-coding-system on Mac OS Classic.
29999         (mac-system-coding-system): New variable.
30001 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
30003         * startup.el (command-line): Handle `xterm-mouse-mode' before
30004         reading init file.
30006         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30008 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
30010         * progmodes/sh-script.el (sh-here-document-word): Make it a
30011         defcustom.  Doc fix.
30012         (sh-add): Bash uses $(( )) for arithmetic.
30013         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30014         (sh-maybe-here-document): Remove quotes and leading whitespace
30015         from heredoc word when closing.  Indent heredoc with tabs if word
30016         starts with "-".
30018 2005-04-13  Richard M. Stallman  <rms@gnu.org>
30020         * simple.el (undo): Fix previous change.
30022         * custom.el (defface): Doc fix.
30024 2005-04-13  Lute Kamstra  <lute@gnu.org>
30026         * Makefile.in (DONTCOMPILE): Remove list.
30027         (compile, compile-always): Don't use DONTCOMPILE.
30028         (update-authors): Load the library in which batch-update-authors
30029         is defined.
30030         * makefile.w32-in (DONTCOMPILE): Remove list.
30031         (compile, compile-always): Fix comments.
30032         (update-authors): Load the library in which batch-update-authors
30033         is defined.
30035         * generic-x.el (generic-mode-ini-file-find-file-hook):
30036         Rename to ini-generic-mode-find-file-hook.
30037         Keep generic-mode-ini-file-find-file-hook as an alias.
30038         (ini-generic-mode-find-file-hook): Rename from
30039         generic-mode-ini-file-find-file-hook.  Fix docstring.
30040         (ini-generic-mode): Docstring change.
30041         (bat-generic-mode-run-as-comint): Silence the byte compiler.
30043         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30044         called from lisp.
30046         * generic.el: Move to the emacs-lisp subdir.
30048 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
30050         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30051         and C-S- function and cursor motion keys.
30053 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
30055         * startup.el (command-line): Enable Xterm Mouse mode by default.
30056         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30057         for Custom.  No longer show "Mouse" in mode line when enabled.
30058         Doc fix.
30060 2005-04-12  Kim F. Storm  <storm@cua.dk>
30062         * emulation/cua-base.el (cua-rectangle-face)
30063         (cua-rectangle-noselect-face): Define face attributes here.
30065         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30067 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30069         * startup.el (command-line): Turn off blinking cursor if
30070         cursorBlink in resources is off or false.
30072 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30074         * term/mac-win.el (dnd): Require dnd.
30075         (mac-drag-n-drop): Call dnd-handle-one-url.
30076         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30077         (kTextEncodingISOLatin2): Remove constants.
30078         (mac-script-code-coding-systems): New constant.
30079         (mac-handle-language-change): New function.
30080         (special-event-map): Bind it to `language-change' event.
30081         (mac-centraleurroman, mac-cyrillic): New coding systems.
30082         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30083         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30084         and mac-cyrillic-encoder to encode-mac-centraleurroman and
30085         encode-mac-cyrillic, respectively.
30087 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30089         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30090         Don't set overlay-arrow-string to "=>" as this is done
30091         globally in C now.
30093 2005-04-12  Lute Kamstra  <lute@gnu.org>
30095         * generic-x.el (rc-generic-mode, rul-generic-mode):
30096         Fix auto-mode-alist entries.
30097         (etc-fstab-generic-mode): Tweak fontification.
30099         * generic.el (generic-make-keywords-list): Fix docstring.
30100         (generic-mode-internal): Simplify generic-font-lock-keywords.
30102 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30104         * whitespace.el (whitespace-buffer-leading)
30105         (whitespace-buffer-trailing): Revert the incorrect test inversion.
30106         However, fix the highlight area for the leading and
30107         trailing whitespaces to show space.
30109 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30111         * whitespace.el (whitespace-version): Bump to 3.5.
30113         (whitespace-buffer-leading, whitespace-buffer-trailing):
30114         Invert sense of the test to highlight the whitespace.
30116 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30118         * progmodes/gud.el (gud-display-line): GUD uses its own
30119         overlay arrow now so don't set overlay-arrow-string.
30120         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30122 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
30124         * term.el (term-ansi-current-bold, term-ansi-current-underline)
30125         (term-ansi-current-reverse, term-ansi-current-invisible)
30126         (term-ansi-face-already-done): Change to boolean.
30127         (term-reset-terminal, term-handle-colors-array): Handle the above
30128         vars accordingly.
30129         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30130         (term-emulate-terminal): Use the new name.
30132         * faces.el (secondary-selection): Use yellow1, not yellow.
30133         (trailing-whitespace): Use red1, not red.
30135 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30137         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30138         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30139         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30141         * cus-edit.el (dnd): New group.
30143         * term/w32-win.el (dnd): Require dnd
30144         (w32-drag-n-drop): Call dnd-handle-one-url.
30146         * x-dnd.el: Require dnd.
30147         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30148         Call dnd-handle-one-url.
30149         (x-dnd-types-alist, x-dnd-insert-utf8-text)
30150         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30151         to dnd-insert-text.
30152         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30153         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30154         (x-dnd-get-local-file-name, x-dnd-open-local-file)
30155         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30157         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30159 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30161         * wdired.el: Doc fixes.
30162         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30163         (wdired-use-dired-vertical-movement): Rename from
30164         wdired-always-move-to-filename-beginning.
30165         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30166         (wdired-change-to-wdired-mode): Change mode name.
30167         (wdired-newline): Delete.
30169 2005-04-11  Richard M. Stallman  <rms@gnu.org>
30171         * whitespace.el (whitespace-highlight-the-space):
30172         Don't call whitespace-unhighlight-the-space here.
30174         * simple.el (undo): Record t in undo-equiv-table
30175         for the redo record made by an undo-in-region.
30177 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30179         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30180         (gdb-frame-inferior-io-buffer): New Functions to control
30181         display of separate IO buffer.
30182         (menu): Add them to menu-bar.
30183         (gdb-display-buffer): Check for buffer another frame.
30184         Protect GUD buffer.
30185         (gdb-setup-windows): Create IO buffer if not already there.
30186         (gdb-memory-mode): Remove purecopy noops.
30188 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
30190         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30191         and pass to self-insert-command.
30193 2005-04-11  Lute Kamstra  <lute@gnu.org>
30195         * generic.el: Commentary section cleanup.
30196         (generic): Delete.
30197         (generic-use-find-file-hook, generic-lines-to-scan)
30198         (generic-find-file-regexp, generic-ignore-files-regexp)
30199         (default-generic-mode, generic-mode-find-file-hook)
30200         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30201         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
30202         (generic-use-find-file-hook, generic-lines-to-scan)
30203         (generic-find-file-regexp, generic-ignore-files-regexp)
30204         (default-generic-mode, generic-mode-find-file-hook)
30205         (generic-mode-ini-file-find-file-hook): Move from generic.el.
30207 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
30209         * bookmark.el (bookmark-write-file): Catch errors writing file.
30210         This is the same change as revision 1.30 of saveplace.el.
30212 2005-04-10  Richard M. Stallman  <rms@gnu.org>
30214         * startup.el (fancy-splash-tail): Update copyright year.
30215         (command-line): Split part of -Q into -D.
30216         (emacs-basic-display): New defvar.
30217         (fancy-splash-text): Correct name of menu item.
30219         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30221         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30222         lines in one node.
30224         * comint.el (comint-send-input): New arg ARTIFICIAL.
30225         Callers in this file changed.
30227         * abbrev.el (define-abbrevs): Read system abbrevs properly.
30229         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30231 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
30233         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
30234         `ldap-search-internal'.
30236 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30238         * files.el (set-auto-mode-1): Use line-end-position.
30240         * international/latin-1.el:
30241         * international/latin-2.el:
30242         * international/latin-3.el:
30243         * international/latin-4.el:
30244         * international/latin-5.el:
30245         * international/latin-8.el:
30246         * international/latin-9.el: Give punctuation syntax to NBSP.
30248         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30249         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30250         Use char-classes to accept non-ascii letters, accepted in some recent
30251         bibtex implementations.
30253 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
30255         * custom.el (custom-set-minor-mode): Any non-nil value for the
30256         variable should enable the mode when set through Custom.
30258 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
30260         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30261         TAB binding so tab-always-indent is obeyed.
30262         (vhdl-minibuffer-local-map): Move initialization into declaration.
30263         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30264         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30265         (vhdl-hooked-abbrev): Avoid test for XEmacs.
30266         (vhdl-current-line): Use line-beginning-position.
30267         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30268         with-output-to-temp-buffer, so the current position can be recorded.
30270 2005-04-10  Masatake YAMATO  <jet@gyve.org>
30272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
30273         Add regexp for gcov.
30275 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
30277         * calendar/time-date.el (time-to-seconds, seconds-to-time)
30278         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30279         syntax which Emacs 20 doesn't support.
30281 2005-04-09  Richard M. Stallman  <rms@gnu.org>
30283         * help.el (describe-key-briefly, describe-key):
30284         Replace strings as event types with "(any string)".
30286 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
30288         * arc-mode.el (archive-mode-map): Move initialization into
30289         the declaration.  Override *all* bindings of `undo'.
30290         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30292 2005-04-09  Jay Belanger  <belanger@truman.edu>
30294         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30296 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
30298         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30299         (xterm-register-default-colors): Update color values computation
30300         to match xterm-200.
30302 2005-04-09  Kenichi Handa  <handa@m17n.org>
30304         * international/code-pages.el (iso-latin-7): Fix the map.
30306 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
30308         * emacs-lisp/lisp.el (defun-prompt-regexp)
30309         (parens-require-spaces, buffer-end, end-of-defun)
30310         (insert-parentheses): Doc fixes.
30312 2005-04-08  Kim F. Storm  <storm@cua.dk>
30314         * comint.el (comint-highlight-prompt): Fix face spec.
30315         * hi-lock.el (hi-green): Likewise.
30317 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30319         * cus-edit.el (custom-modified-face):
30320         * comint.el (comint-highlight-input): Fix previous changes.
30321         * term.el (term-handle-ansi-escape): Add a comment.
30323 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
30325         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30326         in the buffer and in whitespace-highlighted-space.
30327         (whitespace-unhighlight-the-space): Simplify.
30328         (whitespace-buffer): Simplify.
30330 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
30332         * textmodes/table.el (table-cell-face): Add special case for
30333         displays supporting a high number of colors.
30334         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30335         (vhdl-font-lock-reserved-words-face)
30336         (vhdl-speedbar-architecture-face)
30337         (vhdl-speedbar-instantiation-face)
30338         (vhdl-speedbar-architecture-selected-face)
30339         (vhdl-speedbar-instantiation-selected-face): Likewise.
30340         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30341         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30342         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30343         (ebrowse-root-class-face, ebrowse-member-attribute-face)
30344         (ebrowse-progress-face): Likewise.
30345         * progmodes/compile.el (compilation-info-face): Likewise.
30346         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30347         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30348         * calendar/calendar.el (diary-face): Likewise.
30349         * woman.el (woman-italic-face, woman-bold-face)
30350         (woman-unknown-face): Likewise.
30351         * wid-edit.el (widget-button-pressed-face): Likewise.
30352         * whitespace.el (whitespace-highlight-face): Likewise.
30353         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30354         * pcvs-info.el (cvs-marked-face): Likewise.
30355         * info.el (info-xref): Likewise.
30356         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30357         * hilit-chg.el (highlight-changes-face)
30358         (highlight-changes-delete-face): Likewise.
30359         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30360         (hi-red-b): Likewise.
30361         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30362         * font-lock.el (font-lock-keyword-face)
30363         (font-lock-function-name-face, font-lock-warning-face): Likewise.
30364         * cus-edit.el (custom-invalid-face, custom-modified-face)
30365         (custom-set-face, custom-changed-face, custom-variable-tag-face)
30366         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30367         * comint.el (comint-highlight-prompt): Likewise.
30369 2005-04-08  Lute Kamstra  <lute@gnu.org>
30371         * font-lock.el (font-lock-keywords): Docstring fixes.
30373 2005-04-08  Kenichi Handa  <handa@m17n.org>
30375         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30376         chars are more than a limit, print " and more..." at the tail.
30378 2005-04-08  Kim F. Storm  <storm@cua.dk>
30380         * emacs-lisp/authors.el (authors-aliases): Update list.
30381         (authors-ignored-files): New list.
30382         (authors-fixed-entries): Fix typo.
30383         (authors-renamed-files-alist): Update list.
30384         (authors-add): Check authors-ignored-files.
30386 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
30388         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30389         optional, to ensure backward compatibility.
30391 2005-04-08  Stephen Eglen  <stephen@gnu.org>
30393         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30395 2005-04-08  Kim F. Storm  <storm@cua.dk>
30397         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30399         * mouse.el (mouse-on-link-p): Doc fix.
30401 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
30403         * ielm.el (ielm-prompt-read-only): Doc fix.
30405         * comint.el (comint-prompt-read-only): Doc fix.
30407 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
30409         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30410         ensure dired always handles wildcards passed to ffap.
30411         (find-file-at-point): Use it.
30412         (ffap-dired-wildcards): Doc fix.
30414 2005-04-07  Juri Linkov  <juri@jurta.org>
30416         * simple.el (next-error-overlay-arrow-position): New defvar.
30417         Put "=>" on its property `overlay-arrow-string'.  Add it to
30418         `overlay-arrow-variable-list'.
30420         * progmodes/compile.el (compilation-setup):
30421         Set `next-error-overlay-arrow-position' to nil.  Also set it to
30422         nil in the local hook `kill-buffer-hook'.  Make local variable
30423         `overlay-arrow-string' and set it to "=>".
30424         (compilation-goto-locus): Set BOL position to
30425         `next-error-overlay-arrow-position' instead of
30426         `overlay-arrow-position'.
30428         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30429         locally instead of adding it to the global hook.
30430         (Info-kill-buffer): Move up.
30432 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
30434         * term/xterm.el (xterm-standard-colors): Update color values from
30435         xterm-200.
30437 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
30439         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30441         * fast-lock.el:
30442         * lazy-lock.el: Move them to the obsolete subdir.
30444 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
30446         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30447         (wdired-add-replace-advice): Remove.
30448         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30450 2005-04-06  Kim F. Storm  <storm@cua.dk>
30452         * startup.el (command-line): Add --bare-bones alias for -Q.
30454 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30456         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30457         create the startup fontset if a font specification ends with
30458         `mac-roman'.
30460 2005-04-06  Lute Kamstra  <lute@gnu.org>
30462         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30463         change.
30465         * emacs-lisp/copyright.el (copyright-update-year): Replace the
30466         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
30468 2005-04-05  Lute Kamstra  <lute@gnu.org>
30470         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30471         (define-generic-mode): Ditto.  Fix debug declaration.
30473         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30474         Put them in the generic-x group.
30476         * calendar/timeclock.el (timeclock): Doc fix.
30478         * generic.el (define-generic-mode): Don't use custom-current-group.
30479         Document default :group value.
30480         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30481         (define-global-minor-mode): Don't use custom-current-group.
30483 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
30485         * startup.el (command-line-1): Display startup-echo-area-message
30486         when fancy splash screen is in use.
30488         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30489         (sh-escaped-newline): New face.
30490         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30491         newline, and use sh-escaped-newline face.
30493         * progmodes/tcl.el (tcl-escaped-newline): New face.
30494         (tcl-builtin-list): New variable.
30495         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30496         newlines.  Fix keywords subexpression number.
30498 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
30500         * textmodes/org.el (org-diary-default-entry): Fix call to
30501         `add-to-diary-entry'.
30503 2005-04-05  Kim F. Storm  <storm@cua.dk>
30505         * ediff-init.el: Use (featurep 'xemacs).
30507 2005-04-05  David Ponce  <david@dponce.com>
30509         * cus-edit.el (face): Derive from symbol widget.  Display sample
30510         of the current face on the fly.
30511         (widget-face-sample-face-get, widget-face-notify): New functions.
30512         (widget-face-value-create): Remove.
30514         * wid-edit.el (widget-field-end): Temporarily remove field
30515         narrowing before to call `get-char-property'.
30517 2005-04-04  Jay Belanger  <belanger@truman.edu>
30519         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30520         (math-read-subscripts): New variable.
30521         (math-read-preprocess-string): Process subscripts.
30523 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
30525         * comint.el (comint-prompt-read-only): Doc fix.
30527         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30528         `-1'.  Doc fix.
30530 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
30532         * textmodes/org.el (org-insert-mode-line-in-empty-file):
30533         Change default value to nil.
30535 2005-04-04  Lute Kamstra  <lute@gnu.org>
30537         * autorevert.el (auto-revert-mode): Specify :group.
30538         * battery.el (display-battery-mode): Specify :group.
30539         * diff-mode.el (diff-minor-mode): Specify :group.
30540         * font-core.el (font-lock-mode): Specify :group.
30541         * hl-line.el (hl-line-mode): Specify :group.
30542         * iimage.el (iimage): New customization group.
30543         (iimage-mode): Specify :group.
30544         * longlines.el (longlines-mode): Specify :group.
30545         * master.el: Don't require easy-mmode.
30546         (master): New customization group.
30547         (master-mode): Specify :group.
30548         * msb.el (msb-mode): Specify :group.
30549         * reveal.el (reveal-mode): Specify :group.
30550         * simple.el (next-error-follow-minor-mode): Specify :group.
30551         * smerge-mode.el (smerge-mode): Specify :group.
30552         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30553         * emulation/cua-base.el (cua-mode): Specify :group.
30554         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30555         * language/thai-util.el (thai-auto-composition-mode)
30556         (thai-word-mode): Specify :group.
30557         * mail/supercite.el (sc-minor-mode): Specify :group.
30558         * progmodes/cwarn.el (cwarn-mode): Specify :group.
30559         * progmodes/flymake.el (flymake-mode): Specify :group.
30560         * progmodes/glasses.el (glasses-mode): Specify :group.
30561         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30562         * textmodes/enriched.el (enriched-mode): Specify :group.
30563         * textmodes/refill.el (refill-mode): Specify :group.
30565         * add-log.el (change-log-font-lock-keywords): Names in
30566         parenthesized lists can contain spaces.
30568 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
30570         * startup.el (fancy-splash-text): Shorten default text of
30571         "Emacs Tutorial" line.  Also, if the current language env
30572         indicates an available tutorial file other than TUTORIAL,
30573         extract its title and append it to the line in parentheses.
30574         (fancy-splash-insert): If arg is a thunk, funcall it.
30576 2005-04-04  Jay Belanger  <belanger@truman.edu>
30578         * calc.el (calc-language-alist): Add tags to customization type.
30580 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
30582         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30583         Doc fix.
30585 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
30587         * add-log.el (change-log-font-lock-keywords): The manual
30588         describing a Change Log entry, says: (...) "Aside from these
30589         header lines, every line in the change log starts with a space or
30590         a tab.".  The font-lock was not highlighting lines started with
30591         spaces, added support for it.
30593 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30595         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30596         (bibtex-generate-url-list): Update docstring accordingly.  Put the
30597         complex example in the docstring.
30598         (bibtex-font-lock-url): Use pop.
30600 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
30602         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30604         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30606 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
30608         * filesets.el (filesets-set-default): Doc fix.
30610 2005-04-03  Lute Kamstra  <lute@gnu.org>
30612         * generic.el (define-generic-mode): Add argument to specify
30613         keywords for defcustom.
30614         (default-generic-mode): Specify :group.
30616         * generic-x.el: Specify :group for all generic modes.
30618         * desktop.el (desktop-no-desktop-file-hook)
30619         (desktop-after-read-hook): Doc fix.
30621 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
30623         * simple.el (visible-mode): Use explicit :group keyword.
30624         This changes the group of `visible-mode-hook' from paren-blinking
30625         to editing-basics.
30627 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
30629         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
30630         mailbox specifications as well as URLs.
30631         (rmail-insert-inbox-text): Remove unused conditional branches.
30633 2005-04-01  Jay Belanger  <belanger@truman.edu>
30635         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30636         (calc-gnuplot-print-command): Move definitions to calc.el.
30638         * calc/calc-embed.el (calc-embedded-announce-formula)
30639         (calc-embedded-open-formula, calc-embedded-close-formula)
30640         (calc-embedded-open-word, calc-embedded-close-word)
30641         (calc-embedded-open-plain, calc-embedded-close-plain)
30642         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30643         (calc-embedded-open-mode, calc-embedded-close-mode):
30644         Move definitions to calc.el.
30646         * calc/calc.el (calc-settings-file, calc-language-alist):
30647         Make customizable.
30648         (calc-embedded-announce-formula, calc-embedded-open-formula)
30649         (calc-embedded-close-formula, calc-embedded-open-word)
30650         (calc-embedded-close-word, calc-embedded-open-plain)
30651         (calc-embedded-close-plain, calc-embedded-open-new-formula)
30652         (calc-embedded-close-new-formula, calc-embedded-open-mode)
30653         (calc-embedded-close-mode, calc-gnuplot-name)
30654         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30655         from other files and make customizable.
30657 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30659         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30660         Use buffer-live-p.
30661         (cvs-mode-run): Don't call cvs-update-header here.
30662         (cvs-run-process): Call cvs-update-header.
30663         Use process properties for cvs-postprocess and cvs-buffer so that
30664         the sentinel can behave better if the temp buffer is killed.
30665         Use a pipe rather than a tty, to better handle unexpected prompts.
30666         (cvs-sentinel): Rewrite.  Call cvs-update-header.
30668 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
30670         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30671         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
30673 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
30675         * generic.el (define-generic-mode): Add indentation rule.
30677 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
30679         * files.el (mode-require-final-newline): Make Custom correctly
30680         report a nil value and allow to set it to nil via Custom.
30681         Doc fix.
30683 2005-04-01  Kenichi Handa  <handa@m17n.org>
30685         * international/characters.el: Enable the correct case setting for
30686         dotless-i and dotted-I.
30688 2005-04-01  Kim F. Storm  <storm@cua.dk>
30690         * ido.el (ido-file-internal): Fall back to non-ido command if
30691         initial directory is on slow ftp (or tramp) host.
30693 2005-03-31  Richard M. Stallman  <rms@gnu.org>
30695         * emacs-lisp/autoload.el (make-autoload):
30696         Handle define-global-minor-mode.
30698         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30699         Rename from easy-mmode-define-global-mode.
30700         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30702         * progmodes/scheme.el (scheme-mode-syntax-table):
30703         Update syntax of | and # for two-character comment syntax.
30705 2005-03-31  Lute Kamstra  <lute@gnu.org>
30707         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30708         (define-minor-mode): Call custom-current-group at load-time.
30710         * generic.el (define-generic-mode): Add debug declaration.
30711         Add defcustom for the mode hook.
30712         (generic-mode-internal): Use run-mode-hooks.
30714 2005-03-31  Kim F. Storm  <storm@cua.dk>
30716         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30717         (mouse-fixup-help-message): New defun called by show_help_echo
30718         to fixup mouse-2 prefix in help messages when applicable.
30720         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30722 2005-03-31  Kenichi Handa  <handa@m17n.org>
30724         * language/thai-word.el (thai-find-word-ends): Pay attention to
30725         the case that we reach the end of buffer.
30727         * textmodes/fill.el (fill-text-properties-at): New function.
30728         (fill-newline): Use fill-text-properties-at instead of
30729         text-properties-at.
30731 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30733         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
30734         not comint-quote-filename.
30736 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
30738         * help-fns.el (help-with-tutorial): Revert last change.
30740 2005-03-31  Kim F. Storm  <storm@cua.dk>
30742         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30744 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
30746         * calendar/cal-china.el: Update reference to "Calendrical
30747         Calculations" book; there's a new edition.
30748         * calendar/cal-coptic.el: Likewise.
30749         * calendar/cal-french.el: Likewise.
30750         * calendar/cal-hebrew.el: Likewise.
30751         * calendar/cal-islam.el: Likewise.
30752         * calendar/cal-iso.el: Likewise.
30753         * calendar/cal-julian.el: Likewise.
30754         * calendar/cal-mayan.el: Likewise.
30755         * calendar/cal-persia.el: Likewise.
30756         * calendar/calendar.el: Likewise.
30757         * calendar/holidays.el: Likewise.
30758         * calendar/lunar.el: Likewise.
30759         * calendar/solar.el: Likewise.
30761         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30762         white space from doc string.
30764 2005-03-30  Jay Belanger  <belanger@truman.edu>
30766         * calc/calc-help.el (calc-full-help): Remove email address.
30768 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
30770         * help-fns.el (help-with-tutorial): Delete title line.
30772 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
30774         * calendar/cal-x.el (calendar-one-frame-setup)
30775         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30776         rather than `symbol' for set-window-dedicated-p.
30778         * calendar/appt.el (appt-buffer-name): Make it a constant.
30779         (appt-add): Doc fix.
30781         * filesets.el (filesets-menu-path, filesets-menu-before)
30782         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
30783         (filesets-menu-cache-file): Use directory ~/.emacs.d.
30784         (filesets-add-submenu): Delete and use add-submenu instead.
30786 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
30788         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30789         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30790         (org-diary-default-entry): New function.
30791         (org-get-entries-from-diary): Better parsing of diary entries.
30792         (org-agenda-check-no-diary): New function.
30793         ("diary-lib"): Advice to function `add-to-diary-list', to allow
30794         linking to diary entries.
30795         (org-agenda-execute-calendar-command): New function.
30796         (org-agenda): Improve visible section in window.
30797         Use `org-fit-agenda-window'.
30798         (org-fit-agenda-window): New option.
30799         (org-move-subtree-down): Better handling of empty lines
30800         at end of subtree.
30801         (org-cycle): Numeric prefix is interpreted now as show-subtree N
30802         levels up.
30803         (org-fontify-done-headline): New option.
30804         (org-headline-done-face): New face.
30805         (org-set-font-lock-defaults): Use `org-headline-done-face'.
30806         (org-table-copy-down): Rename from `org-table-copy-from-above'.
30807         When current field is non-empty, it is copied to next row.
30808         (org-table-copy-from-above): Fix bug which made it
30809         impossible to copy fields containing only a single non-white character.
30811 2005-03-30  Kim F. Storm  <storm@cua.dk>
30813         * kmacro.el (kmacro-end-macro): Isearch may store this command
30814         into the macro -- so ignore it when executing keyboard macro.
30816 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30818         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30820 2005-03-29  Kenichi Handa  <handa@m17n.org>
30822         * language/thai.el ("Thai"): Set setup-function and exit-function
30823         for Thai language environment.
30825         * language/thai-util.el: Require thai-word.
30826         (thai-word-mode-map): New variable.
30827         (thai-word-mode): New minor mode.
30828         (setup-thai-language-environment-internal): New function.
30829         (exit-thai-language-environment-internal): New function.
30831         * language/thai-word.el (thai-word-table): Declare it by defvar,
30832         use dolist to initialize it.
30833         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30834         (thai-fill-find-break-point): New functions.
30836 2005-03-29  Richard M. Stallman  <rms@gnu.org>
30838         * simple.el (idle-update-delay): Move definition up.
30839         (set-mark): Doc fix.
30841 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
30843         * longlines.el: New file.
30845         * simple.el (buffer-substring-filters): New variable.
30846         (filter-buffer-substring): New function.
30847         (kill-region, copy-region-as-kill): Use it.
30849         * register.el (copy-to-register, append-to-register)
30850         (prepend-to-register): Use filter-buffer-substring.
30852 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
30854         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30855         (gud-filter-pending-text): Move in front of gdb.
30856         (gud-overlay-arrow-position): New variable.
30857         (gud-sentinel, gud-display-line): Use it in place of
30858         overlay-arrow-position.
30860 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
30862         * progmodes/fortran.el (fortran-if-indent): Doc fix.
30863         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30864         (fortran-font-lock-keywords-4): New variable.
30865         (fortran-blocks-re, fortran-end-block-re)
30866         (fortran-start-block-re): New constants, for hideshow.
30867         (hs-special-modes-alist): Add a Fortran entry.
30868         (fortran-mode-map): Bind fortran-end-of-block,
30869         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30870         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
30871         (fortran-looking-at-if-then, fortran-end-of-block)
30872         (fortran-beginning-of-block): New functions, for hideshow.
30874         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30875         Doc fix.  Tweak regexp.
30876         (f90-beginning-of-block): Push mark first.
30878 2005-03-29  Jay Belanger  <belanger@truman.edu>
30880         * calc/calc.el: Update copyright date.
30881         (calc-version): Increase to 2.1.
30882         (calc-version-date): Remove.
30884         * calc/calc-help.el: Update copyright date.
30885         (calc-full-help): Remove reference to calc-version-date.
30886         Update copyright date.
30888 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30890         * vc.el (vc-do-command): Use a pipe for async processes, so password
30891         prompts don't show up at places where the user can't reply.
30893 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
30895         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30896         on the file name we pass to the inferior shell.
30898 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
30900         * progmodes/which-func.el (which-function): Be robust in the face of an
30901         imenu--make-index-alist failure.
30903 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30905         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30907         * progmodes/python.el (python-preoutput-filter): Fix last change.
30909 2005-03-29  Lute Kamstra  <lute@gnu.org>
30911         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30912         functions and compiled macros.
30913         (debug-convert-byte-code): Handle macros too.
30914         (debug-on-entry-1): Don't signal an error when trying to clear a
30915         function that is not set to debug on entry.
30917 2005-03-29  Jay Belanger  <belanger@truman.edu>
30919         * calc/calc-lang.el: Add functions to math-function-table
30920         properties of tex and math.
30922 2005-03-29  Kenichi Handa  <handa@m17n.org>
30924         * ps-mule.el (ps-mule-plot-string): Translate characters by
30925         ps-print-translation-table.
30926         (ps-mule-begin-job): Call find-charset-region/string with
30927         ps-print-translation-table.
30928         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30930         * ps-print.el (ps-print-translation-table): New variable.
30931         (ps-plot-region): Translate characters by ps-print-translation-table.
30933 2005-03-29  Juri Linkov  <juri@jurta.org>
30935         * simple.el (next-error-highlight-timer): New variable.
30937         * progmodes/compile.el (compilation-goto-locus):
30938         Use `next-error-highlight-timer' instead of `sit-for'.
30940 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30942         * mail/supercite.el (sc-mail-field): Use assoc-string.
30943         (sc-get-address): Simplify regexps.
30945         * files.el (minibuffer-with-setup-hook): New macro.
30946         (find-file-read-args): Use it to avoid let-binding
30947         minibuffer-with-setup-hook (which breaks turning on/off
30948         file-name-shadow-mode while in the prompt).
30950         * complete.el (PC-read-include-file-name-internal):
30951         Use test-completion.
30953 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
30955         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30957 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30959         * window.el (window-buffer-height): Use count-screen-lines.
30961         * progmodes/python.el (python-preoutput-leftover): New var.
30962         (python-preoutput-filter): Use it.
30963         (python-send-receive): Loop until all the result has been received.
30965 2005-03-28  Juri Linkov  <juri@jurta.org>
30967         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30969         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30970         "Recover Crashed Session".
30971         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30972         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30973         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30974         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30975         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30976         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30977         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30978         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30980         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30981         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30982         Ediff Sessions", "Toggle use of separate control buffer frame",
30983         "Use separate frame for Ediff control buffer".
30985         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30986         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30987         "Rename Bookmark", "Delete Bookmark".
30989         * info.el (Info-mode-menu): Remove ellipsis from "Index".
30990         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30991         Add `:active Info-index-alternatives' to "Next Matching Item".
30993         * wdired.el (wdired-change-to-wdired-mode):
30994         Mention `wdired-abort-changes' key in the initial message.
30996         * international/mule.el (auto-coding-alist): Associate non-ascii
30997         image filename extensions with `no-conversion'.
30999 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31001         * international/iso-acc.el:
31002         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31004 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
31006         * textmodes/sgml-mode.el (html-mode): Doc update.
31008         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31010 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
31012         * term.el (term-move-columns): Fix face after extending a line.
31013         (term-insert-spaces): Likewise.
31014         (term-reset-terminal): Fix off by one error.
31016 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31018         * international/mule.el (auto-coding-alist): Add .xpi files.
31020         * files.el (auto-mode-alist): Add .xpi files.
31022 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
31024         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31026 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31028         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31030 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
31032         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31033         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
31035         * calendar/cal-move.el (calendar-beginning-of-year): Move the
31036         cursor to Jan 1 when needed.
31037         (calendar-end-of-year): Fix -/+ typo.
31038         Reported by Chong Yidong <cyd@stupidchicken.com>.
31040 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31042         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31044         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31045         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
31047 2005-03-25  Richard M. Stallman  <rms@gnu.org>
31049         * filesets.el (filesets-init): Add autoload.
31051         * mail/mailalias.el (mail-directory): Doc fix.
31053 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31055         * mail/mailalias.el (mail-directory-process): Do nothing if
31056         mail-directory-process is an atom.
31057         (mail-get-names): Ignore mail-directory-names if it is an atom.
31058         (mail-directory-process defvar): Doc fix.
31059         (mail-names): Doc fix.
31061 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
31063         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31065 2005-03-26  Kenichi Handa  <handa@m17n.org>
31067         * international/mule-util.el (detect-coding-with-priority):
31068         Call update-coding-systems-internal before detect-coding-region.
31070 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
31072         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31073         (gdb-frames-mode-map): Add follow-link property.
31075 2005-03-25  Jay Belanger  <belanger@truman.edu>
31077         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31078         for variables.
31080 2005-03-25  Juri Linkov  <juri@jurta.org>
31082         * image-mode.el: Optimize image filename extension regexps in
31083         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
31084         in `auto-mode-alist'.
31085         (image-mode): Add `image-toggle-display-text' to local hook
31086         `change-major-mode-hook'.  Display the image as an image by
31087         default.  Set `cursor-type' and `truncate-lines' if the image
31088         is already displayed.  Take into account the current mode (image
31089         or text) in message.
31090         (image-minor-mode): New minor mode.
31091         (image-mode-maybe, image-toggle-display-text): New functions.
31092         (image-toggle-display): Use called-interactively-p.
31093         Let-bind `inhibit-read-only' to t.
31095         * image-mode.el (image-minor-mode): Set `cursor-type' and
31096         `truncate-lines' if the image is already displayed.  Add turning
31097         image-minor-mode off to `change-major-mode-hook'.  Add message.
31098         Call `image-toggle-display-text' after turning image-minor-mode off.
31100 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31102         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31103         Terminal.app, use utf-8.
31104         (set-display-table-and-terminal-coding-system): Add coding-system arg.
31105         (set-locale-environment): Use it.
31107         * term/xterm.el: Undo last change, better done in mule-cmds.el.
31109         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31111         * progmodes/python.el (python-close-block-statement-p)
31112         (python-outdent-p, python-current-defun): Use symbol-end.
31114 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
31116         * files.el (save-some-buffers): Doc fix.
31118 2005-03-25  Werner Lemberg  <wl@gnu.org>
31120         * complete.el, thumbs.el: Replace `legal' with `valid'.
31121         * calendar/calendar.el: Replace `legal' with `valid'.
31122         * emacs-lisp/advice.el: Replace `legal' with `valid'.
31123         * mail/supercite.el: Replace `legal' with `valid'.
31124         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31125         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31126         Replace `legal' with `valid'.
31127         * textmodes/reftex-vars.el, textmodes/reftex.el:
31128         Replace `legal' with `valid'.
31130 2005-03-25  Werner Lemberg  <wl@gnu.org>
31132         * calc/calc-forms.el, calc/calc-sel.el
31133         * midnight.el, vc-cvs.el
31134         * emacs-lisp/cl-macs.el
31135         * emulation/vip.el
31136         * eshell/esh-io.el, eshell/esh-var.el
31137         * mail/supercite.el
31138         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31139         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31140         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31141         * progmodes/sh-script.el, progmodes/xscheme.el
31142         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31143         * textmodes/reftex-index.el, textmodes/reftex-parse.el
31144         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31145         * textmodes/reftex.el, textmodes/org.el:
31146         Replace `illegal' with `invalid'.
31148 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31150         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31151         (flymake-find-buildfile, flymake-find-possible-master-files)
31152         (flymake-check-include, flymake-parse-line): Replace loops over the
31153         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31155         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31156         Substitute file-name-as-directory in the rest of the file.
31157         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31158         (flymake-replace-region): Remove unused arg `buffer'.
31159         (flymake-check-patch-master-file-buffer): Update calls to it.
31160         (flymake-add-err-info): Remove unused var `count'.
31161         (flymake-mode): Use define-minor-mode.
31163         * progmodes/flymake.el: Use with-current-buffer.
31164         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31165         flymake-replace-regexp-in-string, flymake-line-beginning-position)
31166         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31167         Avoid testing for `xemacs'.
31168         (flymake-nop): Move.
31169         (flymake-region-has-flymake-overlays): Return the computed value.
31170         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31171         Remove unused var `endline'.
31172         (flymake-get-line-count): Remove unused function.
31173         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31175         * emulation/vi.el:
31176         * generic.el:
31177         * hilit-chg.el (global-highlight-changes):
31178         * hi-lock.el (hi-lock-mode):
31179         * follow.el: find-file-hooks -> find-file-hook.
31181         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31183 2005-03-24  Juri Linkov  <juri@jurta.org>
31185         * dired.el (dired-mode-map): Add menu item "Compare directories"
31186         for dired-compare-directories.
31188         * dired-aux.el (dired-compare-directories): Add autoload cookie.
31189         Doc fix.  Replace `read-file-name' with `read-directory-name'.
31191 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31193         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31195 2005-03-24  Jay Belanger  <belanger@truman.edu>
31197         * calc/calc-embed.el (calc-embedded-mode-change): Save all
31198         relevant mode settings in calc-embedded-original-modes when modes
31199         are permanently changed.
31201 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
31203         * autoinsert.el: find-file-hooks -> find-file-hook.
31205 2005-03-24  Lute Kamstra  <lute@gnu.org>
31207         * generic.el (generic-font-lock-defaults): Make it obsolete.
31208         (generic-font-lock-keywords): New variable to replace
31209         generic-font-lock-defaults.
31210         (generic-mode-set-font-lock): Delete it.
31211         (generic-mode-internal): Don't call generic-mode-set-font-lock.
31212         (generic-bracket-support): Add docstring.
31214         * generic-x.el: Rename generic-font-lock-defaults to
31215         generic-font-lock-keywords throughout.
31216         (mailagent-rules-setup-function): Delete it.
31217         (mailagent-rules-generic-mode): Use anonymous function instead.
31218         (show-tabs-generic-mode-font-lock-defaults-1)
31219         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31220         Quote faces.
31221         (show-tabs-tab-face, show-tabs-space-face): Specify background,
31222         not foreground.
31224         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31225         Recognize define-generic-mode.
31227 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
31229         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31230         if there's no completion table.
31232 2005-03-23  Miles Bader  <miles@gnu.org>
31234         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31235         Remove tty-specific variants, as they're no longer needed.
31237 2005-03-23  Lute Kamstra  <lute@gnu.org>
31239         * generic-x.el: Code cleanup: make args constant whenever possible.
31240         (installshield-statement-keyword-list)
31241         (installshield-system-functions-list)
31242         (installshield-system-variables-list, installshield-types-list)
31243         (installshield-funarg-constants-list): Make them constants.
31245         * generic.el (generic-make-keywords-list): Add autoload cookie.
31247         * calendar/time-date.el: Add comment on time value formats.
31248         Don't require parse-time.
31249         (with-decoded-time-value): New macro.
31250         (encode-time-value): New function.
31251         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31252         (days-to-time): Return a valid time value when arg is huge.
31253         (time-since): Use time-subtract.
31254         (time-to-number-of-days): Use time-to-seconds.
31256 2005-03-23  David Ponce  <david@dponce.com>
31258         * recentf.el (recentf-keep): New option.
31259         (recentf-menu-action): Default to `find-file'.
31260         (recentf-keep-non-readable-files-flag)
31261         (recentf-keep-non-readable-files-p)
31262         (recentf-file-readable-p, recentf-find-file)
31263         (recentf-cleanup-remote): Remove.
31264         (recentf-include-p): More robust.
31265         (recentf-keep-p): New function.
31266         (recentf-remove-if-non-kept): Rename from
31267         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
31268         All callers updated.
31269         (recentf-menu-items-for-commands): Fix help string.
31270         (recentf-track-closed-file): Update.  Doc fix.
31271         (recentf-cleanup): Update.  Count removed files.  Doc fix.
31273 2005-03-23  Kim F. Storm  <storm@cua.dk>
31275         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31276         Don't inherit from fringe face (now happens automatically).
31278 2005-03-22  Kim F. Storm  <storm@cua.dk>
31280         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31281         position values.
31283 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
31285         * menu-bar.el (showhide-date-time): Remove.
31286         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31287         (menu-bar-make-mm-toggle): Simplify.
31289 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31291         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31292         Accept qualified variable and function names.
31294 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
31296         * bindings.el (completion-ignored-extensions):
31297         Remove ".lis" for `vax-vms'.
31299 2005-03-22  Andreas Schwab  <schwab@suse.de>
31301         * generic-x.el: Revert last change.
31302         * ldefs-boot.el: Update.
31304 2005-03-22  Jay Belanger  <belanger@truman.edu>
31306         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31307         (calc-embedded-save-original-modes)
31308         (calc-embedded-restore-original-modes): New functions.
31309         (calc-do-embedded): Save original modes when entering embedded mode
31310         and restore when leaving embedded mode.
31311         (calc-embedded-modes-change): Change the value of
31312         calc-embedded-original-modes to reflect permanent changes.
31314 2005-03-22  Lute Kamstra  <lute@gnu.org>
31316         * generic-x.el: Require generic again.
31318 2005-03-22  Miles Bader  <miles@gnu.org>
31320         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31321         Tweak details to look good on both ttys and bitmap displays, light
31322         or dark background, etc.
31324 2005-03-21  Kim F. Storm  <storm@cua.dk>
31326         * tooltip.el (tooltip-show-help-function): Check car and cdr of
31327         mouse position.
31329 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
31331         * icomplete.el: Don't forcibly turn on the mode upon load.
31332         (icomplete-mode): Use define-minor-mode.
31333         (icomplete-eoinput): Default to nil.
31334         (icomplete-minibuffer-setup): Remove autoload.
31335         (icomplete-tidy): Simplify.
31336         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31337         in the initial state or if the user has modified the field.
31338         Fix handling of icomplete-max-delay-chars.
31339         Remove code that handles the oddball case where
31340         minibuffer-completion-table is an integer.
31341         Wrap icomplete-completions in while-no-input in case building
31342         completions takes more time than expected.
31343         (icomplete-completions): Simplify.
31345 2005-03-21  Richard M. Stallman  <rms@gnu.org>
31347         * jka-compr.el (jka-compr-really-do-compress):
31348         Make variable buffer-local.
31350         * image-mode.el: Handle .xpm files too.
31351         (image-toggle-display): Preserve modification flag.
31353         * help.el (where-is): Don't mention aliases with no key bindings.
31355 2005-03-21  Lute Kamstra  <lute@gnu.org>
31357         * generic.el: Fix commentary section.  Don't require cl for
31358         compilation.
31359         (generic-mode-list): Add autoload cookie.
31360         (generic-use-find-file-hook, generic-lines-to-scan)
31361         (generic-find-file-regexp, generic-ignore-files-regexp)
31362         (generic-mode, generic-mode-find-file-hook)
31363         (generic-mode-ini-file-find-file-hook): Fix docstrings.
31364         (define-generic-mode): Make it a defmacro.  Fix docstring.
31365         (generic-mode-internal): Code cleanup.  Add autoload cookie.
31366         (generic-mode-set-comments): Code cleanup.
31367         * generic-x.el: Don't prevent compilation.  Don't require generic.
31368         Follow coding conventions.  Minor code cleanup.
31369         (etc-fstab-generic-mode): Add some keywords.
31370         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31371         define-generic-mode like a function declaration.
31373 2005-03-21  Jay Belanger  <belanger@truman.edu>
31375         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31376         changing modes.
31378 2005-03-21  Sam Steingold  <sds@gnu.org>
31380         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31382 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
31384         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31385         Add underscore to "f$ lexicals" regexp.
31387 2005-03-20  Juri Linkov  <juri@jurta.org>
31389         * subr.el (progress-reporter-do-update): When `min-value' is equal
31390         to `max-value', set `percentage' to 0 and prevent division by zero.
31392 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
31394         Sync with Tramp 2.0.48.
31396         * net/tramp.el (all): Change all addresses to .gnu.org.
31397         (tramp-append-tramp-buffers): New defun.
31398         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31399         Catch `dont-send' signal.
31400         (tramp-set-auto-save-file-modes): Set always permissions, because
31401         there might be an old auto-saved file belonging to another
31402         original file.  This could be a security threat.  Reported by
31403         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31404         Check for Emacs 21.3.50 removed.
31406         * net/tramp-smb.el (all): Remove debug construct for
31407         `with-parsed-tramp-file-name'.
31408         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31409         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31410         No error message if DIRECTORY or FILENAME doesn't exist.
31411         (tramp-smb-open-connection): Check existence of
31412         `tramp-smb-program'.
31414 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
31416         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31417         Properly handle the case where the `m' or `s' command's argument is not
31418         yet terminated.
31419         (perl-indent-new-calculate): New function.
31420         (perl-indent-line): Use it.
31422 2005-03-20  Miles Bader  <miles@gnu.org>
31424         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31425         in text-mode too.  Change to new face names.
31426         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31427         Add `:weight bold' attribute.
31428         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31430 2005-03-19  Juri Linkov  <juri@jurta.org>
31432         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
31434         * international/mule.el (auto-coding-alist): Sync with
31435         `auto-mode-alist' by adding upper case archive file extensions
31436         and adding ear/war to jar extension.
31438 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
31440         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31441         running, restart it.
31443 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
31445         * finder.el (finder-current-item): Throw an error on an empty line.
31447         * man.el (Man-follow-manual-reference): If current-word returns
31448         nil, use "".
31450 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
31452         * simple.el (goto-line): Doc fix.
31454 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
31456         * files.el (save-buffer): Doc fix.
31458 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
31460         * recentf.el (recentf-cleanup-remote): New variable.
31461         (recentf-cleanup): Use it to conditionally check availability of
31462         remote files.
31464 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
31466         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31467         function names.
31469 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31471         * language/thai-word.el: New file.
31473 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31475         * files.el (backup-buffer): If the file's directory is not
31476         writable, use copy instead of move to backup the file.
31478 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
31480         * obsolete/keyswap.el: Moved to obsolete/ from term/.
31482 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
31484         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31485         Use functionp instead of symbolp and fboundp.  Reported by Drkm
31486         <darkman_spam@yahoo.fr>.
31487         (ps-print-version): New version 6.6.6.
31489 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
31491         * textmodes/table.el (table--line-column-position): New idiom.
31492         (table--row-column-insertion-point-p): New function to test
31493         validity of row and column insertion operation at a location.
31494         (table-global-menu, table-cell-menu): Use above functions for
31495         deterministic test operation.
31496         (table--editable-cell-p): Behave in deterministic fashion.
31498 2005-03-18  Juri Linkov  <juri@jurta.org>
31500         * isearch.el (isearch-lazy-highlight-new-loop):
31501         Make arguments beg and end optional.
31502         (isearch-update): Remove optional arguments nil from
31503         isearch-lazy-highlight-new-loop.
31504         (isearch-lazy-highlight-search): Let-bind case-fold-search to
31505         isearch-lazy-highlight-case-fold-search instead of
31506         isearch-case-fold-search, and let-bind isearch-regexp to
31507         isearch-lazy-highlight-regexp.
31508         Use isearch-lazy-highlight-last-string instead of isearch-string.
31510         * replace.el (perform-replace): Remove bindings of global
31511         variables isearch-string, isearch-regexp, isearch-case-fold-search.
31512         Add three new arguments to `replace-highlight'.
31513         (replace-highlight): Add arguments string, regexp, case-fold.
31514         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31515         to allow isearch-lazy-highlight-new-loop to use these values
31516         to set corresponding isearch-lazy-highlight-* internal
31517         variables whose values lazy highlighting will use regardless of
31518         changes to global variables isearch-string, isearch-regexp,
31519         isearch-case-fold-search during lazy highlighting loop.
31520         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31521         to `lazy-highlight-cleanup'.
31523         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31524         (ispell-highlight-face): Set default face to `isearch' when
31525         lazy highlighting is enabled.
31526         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31527         priority to 1.  Add lazy highlighting.
31528         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31529         from `isearch-dehighlight'.
31531 2005-03-18  David Ponce  <david@dponce.com>
31533         * files.el (hack-local-variables): Do a case-insensitive search
31534         for End.
31536 2005-03-18  Juri Linkov  <juri@jurta.org>
31538         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31539         `isearch-lazy-highlight-cleanup', add alias to old name and
31540         declare obsolete.  Add release numbers to other obsolete vars.
31541         (isearch-done, isearch-lazy-highlight-new-loop):
31542         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31543         (lazy-highlight-cleanup) <variable>: Doc fix.
31544         (isearch-lazy-highlight-update): Rename obsolete
31545         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31547 2005-03-18  Kenichi Handa  <handa@m17n.org>
31549         * language/thai-util.el: Fix categorization of Thai characters in
31550         thai-category-table.
31551         (thai-composition-pattern): Adjust it for the above change.
31552         (thai-self-insert-command, thai-compose-syllable): New functions.
31553         (thai-compose-region): Use thai-compose-syllable.
31554         (thai-compose-string): Likewise.
31555         (thai-composition-function): Likewise.
31556         (thai-auto-composition): New function.
31557         (thai-auto-composition-mode): New minor mode.
31559         * language/thai.el: Fix patterns to be registered in
31560         composition-function-table.
31562         * international/quail.el (quail-input-method): Locally bind
31563         inhibit-modification-hooks to t.
31565 2005-03-17  Richard M. Stallman  <rms@gnu.org>
31567         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31568         (perl-mode): Use run-mode-hooks.
31570         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31571         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31572         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31574         * mail/sendmail.el (sendmail-send-it): Reenable the code
31575         to compute resend-to-address and use it.
31577         * tar-mode.el (tar-mode): Turn off undo unconditionally.
31579         * image-mode.el: New file.
31581         * image.el (insert-sliced-image): Add autoload cookie.
31583         * font-lock.el (font-lock-lines-before): New user option.
31584         (font-lock-after-change-function): Obey it.
31586         * bindings.el (esc-map): Make M-g a prefix.
31587         Bind M-g g and M-g M-g to goto-line.
31589         * faces.el (face-id): Doc fix.
31591 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31593         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31594         (rmail-show-message): Use rmail-unknown-mail-followup-to.
31595         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31597         * mail/sendmail.el (mail-yank-ignored-headers)
31598         (mail-font-lock-keywords, mail-mode-fill-paragraph):
31599         Add Mail-Followup-To and Mail-Reply-To headers.
31600         (mail-citation-hook): Add autoload cookie.
31601         (mail-mode): Doc fix.
31602         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31603         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31604         (mail-mode-fill-paragraph): Handle those headers.
31605         (mail-mailing-lists): New variable.
31606         (mail-mail-reply-to, mail-mail-followup-to): New functions.
31608 2005-03-17  Juri Linkov  <juri@jurta.org>
31610         * isearch.el (isearch-fallback): Check for `(car previous)'
31611         before calling `isearch-other-end-state'.
31613 2005-03-17  Kim F. Storm  <storm@cua.dk>
31615         * simple.el (move-beginning-of-line): Move to beginning of buffer
31616         line, as well as beginning of screen line.
31618 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
31620         * calendar/diary-lib.el (mark-diary-entries): Use new optional
31621         argument REDRAW rather than calendar-redrawing variable.
31622         * calendar/calendar.el (calendar-redrawing): Delete.
31623         (redraw-calendar): Do not bind calendar-redrawing.
31625 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
31627         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31628         diary-file buffer.
31630 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
31632         * help.el (describe-mode): Allow a :minor-mode-function property to
31633         specify a different minor mode toggle function than the variable.
31634         * simple.el (auto-fill-function):
31635         * subr.el (add-minor-mode): Use it.
31637 2005-03-16  Kenichi Handa  <handa@m17n.org>
31639         * language/ethio-util.el (sera-being-called-by-w3): New variable.
31640         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31641         (ethio-fidel-to-sera-buffer): Likewise.
31643 2005-03-16  Juri Linkov  <juri@jurta.org>
31645         * emacs-lisp/find-func.el (find-function-regexp):
31646         Add defun-emitting macro `menu-bar-make-toggle'.
31648         * isearch.el: Put `isearch-scroll' property to
31649         `split-window-horizontally'.
31651         * info.el: Update error messages for `debug-ignored-errors'.
31652         (Info-isearch-search): Doc fix.
31653         (Info-find-node): Move up code to go into info buffer before
31654         recording the node to the history.
31655         (Info-fontify-node): Fontify titles only if the next line
31656         has two or more `*', `=', `-', `.'.
31657         Display "go to this node" for empty (match-string 3).
31659 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31661         * term/mac-win.el: Add mouse pointer shape constants.
31663 2005-03-15  Kim F. Storm  <storm@cua.dk>
31665         * simple.el (move-beginning-of-line): Use vertical-motion.
31667 2005-03-15  Juri Linkov  <juri@jurta.org>
31669         * isearch.el (isearch-error): New variable.
31670         (isearch-invalid-regexp, isearch-within-brackets): Remove.
31671         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31672         (isearch-within-brackets-state): Remove.
31673         (isearch-case-fold-search-state, isearch-pop-fun-state):
31674         Decrease frame index.
31675         (isearch-mode, isearch-top-state, isearch-push-state)
31676         (isearch-edit-string, isearch-abort, isearch-search-and-update)
31677         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31678         (isearch-search, isearch-lazy-highlight-new-loop):
31679         Replace `isearch-invalid-regexp' with `isearch-error'.
31680         Remove `isearch-within-brackets'.
31681         (isearch-search): Add `search-failed' handler to `condition-case'.
31682         (isearch-lazy-highlight-search): Add `condition-case' to catch
31683         errors and allow `isearch-lazy-highlight-update' to try
31684         highlighting from the beginning of the window.
31685         (isearch-repeat): Move up code to set isearch-wrapped to t
31686         before calling isearch-wrap-function.
31688         * info.el (Info-isearch-initial-node): New internal variable.
31689         (Info-search): Signal an error in isearch mode when search leaves
31690         the initial node.  Signal an error when `bound' is non-nil and
31691         nothing was found in the current subfile.
31692         (Info-isearch-search): Remove `condition-case'.
31693         (Info-isearch-wrap): Don't wrap when search failed during leaving
31694         the initial node.  If `Info-isearch-search' is nil, wrap around
31695         the current node.
31696         (Info-isearch-start): New fun.
31697         (Info-mode): Add buffer-local hook `Info-isearch-start' to
31698         `isearch-mode-hook'.
31700 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31702         * simple.el (normal-erase-is-backspace): Set default to t if
31703         running on Mac.
31705         * term/mac-win.el (function-key-map): Sync with x-win.el.
31707 2005-03-15  Kenichi Handa  <handa@m17n.org>
31709         * international/mule-cmds.el (locale-language-names): Modify the
31710         format of elements and add more entries.
31711         (locale-preferred-coding-systems): Add more entries.
31712         (set-locale-environment): Adjust for the change of
31713         locale-language-names.
31715 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
31717         * pcvs.el (smerge-ediff): Remove bogus autoload.
31719 2005-03-14  Lute Kamstra  <lute@gnu.org>
31721         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31722         Ignore a `*' at the beginning of a line.
31724         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31725         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31726         subr.el.
31727         (dont-compile, eval-when-compile, eval-and-compile): Use declare
31728         to specify indentation.
31730         * generic.el (define-generic-mode): Let generic-mode-list be a
31731         list of strings; test membership with equal.
31733 2005-03-14  Kim F. Storm  <storm@cua.dk>
31735         * simple.el (next-line, previous-line): Add optional try-vscroll
31736         arg to recognize interactive use.  Pass it on to line-move.
31737         (line-move): Don't perform auto-window-vscroll when defining or
31738         executing keyboard macro to ensure consistent behavior.
31740 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
31742         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31744 2005-03-13  Lute Kamstra  <lute@gnu.org>
31746         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31747         debugger-setup-buffer so that backtrace marks the frames set to
31748         debug-on-exit and we don't have to do it manually.  Set an extra
31749         debug-on-exit for macro's.
31750         (debugger-setup-buffer): Don't mark the top frame manually.
31752 2005-03-12  Lute Kamstra  <lute@gnu.org>
31754         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31755         lisp-indent-function throughout.
31756         (with-no-warnings): Set lisp-indent-function property.
31758 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
31760         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31761         Add entry for backslash.
31763 2005-03-12  Juri Linkov  <juri@jurta.org>
31765         * info.el (Info-search): Four fixes for backward search.
31767 2005-03-11  Jay Belanger  <belanger@truman.edu>
31769         * calc/calc.el (calc-language-alist): New variable.
31770         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31771         (calc-embedded-find-modes): Use calc-language-alist instead of
31772         calc-embedded-language-alist.
31774 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31776         * calendar/calendar.el (calendar-redrawing): New internal
31777         variable.
31778         (redraw-calendar): Remove bogus save-excursion from previous
31779         change.  Bind calendar-redrawing to t for mark-diary-entries.
31780         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31781         calendar if that is why we were called.
31783 2005-03-11  Kenichi Handa  <handa@m17n.org>
31785         * international/mule.el (make-coding-system): Set property
31786         coding-system-define-form to nil.
31787         (define-coding-system-alias): Likewise.
31789 2005-03-11  Kenichi Handa  <handa@m17n.org>
31791         These changes are suggested by Dave Love <fx@gnu.org>.
31793         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31794         coding: tag.
31795         (adaptive-fill-regexp): Add more bullets.
31796         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31797         regexps.
31799 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31801         * help.el (describe-mode): Properly handle non-trivial lighters.
31802         Don't ignore minor modes that are not listed in minor-mode-list.
31804         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31805         feature ON when the user requests to turn it OFF.
31807 2005-03-10  Lute Kamstra  <lute@gnu.org>
31809         * emacs-lisp/debug.el (debug-entry-code): Delete it.
31810         (implement-debug-on-entry): New function to replace debug-entry-code.
31811         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
31812         second argument as the 2005-03-07 change makes it obsolete.
31813         (debug-on-entry, cancel-debug-on-entry): Update call to
31814         debug-on-entry-1.
31815         (debug, debugger-setup-buffer): Comment update.
31816         (debugger-frame-number): Update to work with implement-debug-on-entry.
31818 2005-03-10  Jay Belanger  <belanger@truman.edu>
31820         * calc/calc-embed.el (math-ms-args): Declare it.
31821         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31822         math-ms-args.
31823         (calc-embedded-subst): Use math-multi-subst-rec to substitute
31824         variables.
31826 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
31828         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31829         Use message-box.
31831         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31832         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31833         (tooltip-gud-tips): Simplify.
31834         (tooltip-gud-tips-p): Remove superfluous :set.
31835         (tooltip-gud-modes): Add fortran-mode.
31836         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31838         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31840 2005-03-09  Kim F. Storm  <storm@cua.dk>
31842         * play/animate.el (animate-place-char): Use forward-line instead
31843         of next-line to improve performance.
31845 2005-03-09  Simon Josefsson  <jas@extundo.com>
31847         * net/browse-url.el (browse-url-default-browser): Doc fix.
31849 2005-03-09  Miles Bader  <miles@gnu.org>
31851         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31852         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31854 2005-03-09  Kenichi Handa  <handa@m17n.org>
31856         * international/latin-1.el: Set case and syntax for 255 only if
31857         set-case-syntax-set-multibyte is nil.
31859         * textmodes/ispell.el (ispell-insert-word): New function.
31860         (ispell-word): Use ispell-insert-word to insert a new word.
31861         (ispell-process-line): Likewise.
31862         (ispell-complete-word): Likewise.
31864 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
31866         * calendar/calendar.el (redraw-calendar): Preserve point.
31867         Reported by Matt Hodges <MPHodges@member.fsf.org>.
31868         (calendar-week-start-day): Move after definition of
31869         redraw-calendar.  Delete buffer test, since redraw-calendar has
31870         that now.
31872         * calendar/diary-lib.el (mark-diary-entries): Only call
31873         redraw-calendar in the first of any recursive calls.
31874         Reported by Alan Shutko <ats@acm.org>.
31876 2005-03-08  Juri Linkov  <juri@jurta.org>
31878         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31879         (html-horizontal-rule, html-line, html-image, html-checkboxes)
31880         (html-radio-buttons): Add a space before the trailing `/>' where
31881         sgml-xml-mode is non-nil.
31882         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31883         the subsequent tag of the empty XML tag.
31884         (html-href-anchor): Don't set initial input to "http:".
31885         (html-image): Ask for the image URL and set point inside alt="".
31886         (html-name-anchor): Duplicate the name in the `id' attribute when
31887         sgml-xml-mode is non-nil.
31888         (html-paragraph): Remove \n before <p>.
31889         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31890         instead of `checked' when sgml-xml-mode is non-nil.
31892         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31893         Remove 1 space before #RRGGBB to not truncate it on terminal
31894         windows w/o fringes.  Remove 1 space between bg and fg examples
31895         to get more space.
31896         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31897         avoid byte-compile warnings.
31899         * image-file.el (image-file-handler): Put `safe-magic' property to
31900         `image-file-handler'.
31902         * info.el (Info-isearch-search): Emulate word search in
31903         isearching through multiple Info nodes with Info-search.
31904         (Info-isearch-wrap): Allow isearch-word.
31906 2005-03-08  Lute Kamstra  <lute@gnu.org>
31908         * emacs-lisp/debug.el (debugger-step-through): Make sure that
31909         stepping into the debugger's code is not possible.
31910         (debugger-jumping-flag): Docstring update.
31912 2005-03-08  Jay Belanger  <belanger@truman.edu>
31914         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31915         embedded mode begins.
31916         (calc-embedded-language-alist): New variable.
31917         (calc-embedded-find-modes): Use calc-embedded-language-alist to
31918         set default language mode.
31920 2005-03-08  Kenichi Handa  <handa@m17n.org>
31922         * international/ccl.el (define-ccl-program): Fix docstring about
31923         extra 256 bytes assured for the output buffer.
31925         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31926         Fix BUFFER_MAGNIFICATION to 2.
31927         (ccl-encode-mule-utf-16be-with-signature): Likewise.
31929 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
31931         * align.el (align-rules-list): Added an alignment rule for CSS
31932         declarations (applies to css-mode and html-mode buffers).
31934 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
31936         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31938 2005-03-07  Kim F. Storm  <storm@cua.dk>
31940         * simple.el (move-beginning-of-line): New command.
31942         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31944         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31946         * emulation/cua-base.el: Put CUA move property on move-end-of-line
31947         and move-beginning-of-line.
31949         * apropos.el (apropos-print): Omit command from M-x ... RET.
31951 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
31953         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31954         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31956 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31958         * bindings.el (esc-map): Bind M-g to goto-line.
31960         * facemenu.el (global-map): Bind M-o, not M-g.
31962 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31964         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31965         "Open Directory" as for "Open File".
31967 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
31969         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31970         (push-mark-command): Run activate-mark-hook.
31972 2005-03-06  Richard M. Stallman  <rms@gnu.org>
31974         * help-mode.el (help-mode-finish): Don't alter the element
31975         in view-return-to-alist if there already is one.
31977         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31978         make sure the current buffer is the expected one.
31980         * novice.el (disabled-command-function): Output in *Disabled Command*.
31981         Explicitly ignore non-keyboard events, and explicitly handle C-g.
31983         * textmodes/flyspell.el (flyspell-large-region):
31984         Pass args differently for aspell.
31986         * files.el (mode-require-final-newline): Doc fix.
31988 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31990         * progmodes/which-func.el (which-function):
31991         Specify NOERROR when calling imenu--make-index-alist.
31993 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
31995         * simple.el (normal-erase-is-backspace): Define default value.
31997         * custom.el (custom-theme-set-variables): Remove unused var
31998         `immediate'.
31999         (custom-reevaluate-setting): Simple function to handle variables
32000         that are defined before their default value can really be
32001         computed.
32003         * startup.el (command-line): Use it for temporary-file-directory,
32004         small-emporary-file-directory, auto-save-file-name-transforms,
32005         blink-cursor-mode, and normal-erase-is-backspace.
32007         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32008         progress, even with buggy anchored keywords.
32010 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
32012         * simple.el (goto-line): Remove unbalanced final parenthesis.
32014 2005-03-05  Richard M. Stallman  <rms@gnu.org>
32016         * simple.el (goto-line): Use a number at point as the default.
32017         With C-u as arg, switch buffers.
32019 2005-03-05  Juri Linkov  <juri@jurta.org>
32021         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32022         with `no-blinking-cursor'.
32024         * startup.el (no-blinking-cursor): New defvar.
32025         (command-line): Add `--no-blinking-cursor' to longopts.
32026         Set `no-blinking-cursor' to t for command line arguments
32027         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
32028         with `no-blinking-cursor' in the condition for calling
32029         `blink-cursor-mode'.
32031 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
32033         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32034         (menu-bar-options-save): Add blink-cursor-mode.
32035         (menu-bar-options-menu): Add blink-cursor-mode.
32037 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
32039         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32040         (icalendar-export-file, icalendar-export-region)
32041         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32042         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32044 2005-03-04  Lute Kamstra  <lute@gnu.org>
32046         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32047         (debug-function-list): Ditto.
32049 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
32051         * textmodes/texinfmt.el (texinfo-append-refill):
32052         Redefine the types of line to which @refill
32053         is not appended by replacing a search for `@refill\\|@bye' with
32054         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
32055         itemize@refill' bug and the unfilled long lines bug.
32056         (texinfmt-version): Update number and date.
32058 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
32060         * international/code-pages.el (windows-1250, windows-125[2-8])
32061         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32063 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32065         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32066         bound yet.
32068 2005-03-02  Romain Francoise  <romain@orebokech.com>
32070         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32071         buffer after removing limits.
32072         (ibuffer-pop-filter): Ditto.
32073         Update copyright.
32075 2005-03-02  Miles Bader  <miles@gnu.org>
32077         * button.el (make-text-button): If the user doesn't specify a
32078         type, use the default.  Rewrite to use `add-text-properties' and
32079         plist functions.
32081 2005-03-01  Lute Kamstra  <lute@gnu.org>
32083         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32084         (debugger-jumping-flag): New var.
32085         (debug-entry-code): Use it.
32086         (debugger-jump): Use debugger-jumping-flag and add
32087         debugger-reenable to post-command-hook.
32088         (debugger-reenable): Use debugger-jumping-flag and remove itself
32089         from post-command-hook.
32090         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32091         debugger-reenable.
32093 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
32095         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32096         inclusion of "itemize\\|", which may be unnecessary, is certainly
32097         inelegant, and stops refilling in itemize lists when formatting
32098         Japanese Texinfo files to Info.
32099         Update copyright to 2005.
32101 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
32103         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32104         of an error if GDB can't find the source file.
32106 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
32108         * calendar/calendar.el (redraw-calendar): Work from any buffer,
32109         not just the calendar.
32111         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32112         first.
32113         (diary-redraw-calendar): New function.
32114         (make-diary-entry): Add diary-redraw-calendar to local
32115         write-contents-functions.  Turn off selective display before
32116         inserting in diary.
32118 2005-03-01  Kim F. Storm  <storm@cua.dk>
32120         * emacs-lisp/copyright.el (copyright-fix-years): New command.
32122 2005-03-01  Lute Kamstra  <lute@gnu.org>
32124         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32125         that debug-entry-code can be safely removed from a function while
32126         this code is being evaluated.  Revert the 2005-02-27 change as the
32127         new implementation no longer requires it.  Make sure that a
32128         function body containing just a string is not mistaken for a docstring.
32129         (debug): Skip one more frame in case of debug on entry.
32130         (debugger-setup-buffer): Delete one more frame line in case of
32131         debug on entry.
32132         (debugger-frame-number): Update to use the new text introduced by
32133         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
32135 2005-02-28  Kim F. Storm  <storm@cua.dk>
32137         * double.el (double-translate-key): Call force-window-update after
32138         read-event to avoid crash in redisplay.
32140 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32142         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32143         (debug): Use it.  Move the inhibit-trace earlier.
32144         (debug-entry-code): New const.
32145         (debug-on-entry-1): Use it.
32147 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
32149         * international/utf-16.el (ccl-encode-mule-utf-16le):
32150         Fix BUFFER_MAGNIFICATION to 2.
32151         (ccl-encode-mule-utf-16be): Likewise.
32153 2005-02-28  Kenichi Handa  <handa@m17n.org>
32155         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32156         Fix BUFFER_MAGNIFICATION to 4.
32157         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32159 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
32161         * speedbar.el (speedbar-update-flag): Doc fix.
32162         (speedbar-show-info-under-mouse): Give set-mouse-position the right
32163         argument.
32165 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
32167         * reveal.el (reveal-post-command): Don't try to reveal overlays which
32168         have a non-nil `invisible' property but are actually visible.
32170         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32171         for perldoc sections.
32172         (perl-outline-regexp, perl-outline-level): New var and function.
32173         (perl-mode): Use them.
32175 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
32177         * calendar/diary-lib.el (diary-remind): Discard any mark portion
32178         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32180 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
32182         * cus-edit.el: Comment change.
32183         (custom-buffer-create-internal): Slightly reword text at top of
32184         Custom buffers.  Mention there that saving an option edits the
32185         init file.  Add link to Emacs manual node on `custom-file'.
32186         (custom-magic-alist): Rewrite individual State messages to use
32187         capitalized keywords.  Doc fix.
32189 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
32191         * calendar/calendar.el (calendar-buffer): Move above
32192         calendar-week-start-day.
32193         (calendar-week-start-day): Doc fix.  Add :set function.
32194         (calendar-minimum-window-height): New variable.
32195         (generate-calendar-window): Only resize window if selected-window
32196         is displaying the calendar buffer.  Use new variable
32197         calendar-minimum-window-height.
32198         (generate-calendar): Reword error message.
32199         (calendar-mode-map): Bind DEL to scroll-other-window-down.
32201 2005-02-27  Andreas Schwab  <schwab@suse.de>
32203         * vc.el (vc-do-command): Don't run command asynchronously when
32204         operating in a remote directory.
32206         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32207         change from sync with Tramp 2.0.47.
32209 2005-02-27  Richard M. Stallman  <rms@gnu.org>
32211         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32213         * textmodes/flyspell.el (flyspell-mode-on):
32214         Call ispell-change-dictionary only if necessary.
32216         * emacs-lisp/re-builder.el (regexp-builder): New function.
32218         * register.el (describe-register-1): Explicitly handle
32219         yank-excluded-properties = t.
32221         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32222         (custom-magic-alist): Change the status descriptions again.
32223         (face widget-type): Total rewrite based on `restricted-sexp'
32224         to eliminate the confusing double hiding levels.
32226         * emacs-lisp/debug.el (debug-on-entry-1):
32227         If function body is empty, add nil as body form.
32229 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
32231         * emacs-lisp/trace.el (inhibit-trace): New var.
32232         (trace-make-advice): Use it.
32234         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32236 2005-02-26  Kim F. Storm  <storm@cua.dk>
32238         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32239         (mouse-on-link-p, mouse-drag-region-1): Use it.
32241 2005-02-25  Lute Kamstra  <lute@gnu.org>
32243         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32245 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
32247         * frame.el (blink-cursor-mode): Add :group keyword.
32249 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
32251         * calendar/icalendar.el (icalendar--decode-isodatetime):
32252         New optional argument DAY-SHIFT.
32253         (icalendar-export-region): Fix coding-system-for-write.
32254         (icalendar--convert-ical-to-diary): Shift end-day of all-day
32255         events by one.
32257 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32259         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32261 2005-02-24  Kim F. Storm  <storm@cua.dk>
32263         * international/iso-acc.el (iso-accents-compose): Fix crash
32264         during redisplay.  Call force-window-update after read-event
32265         and delete-region to signal that window is not accurate.
32267 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32269         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32270         Remove unused and inexistent var `inhibit-trace'.
32271         (debugger-mode): Use run-mode-hooks.
32272         (debugger-list-functions): Add buttons; setup xref stack.
32274 2005-02-23  Richard M. Stallman  <rms@gnu.org>
32276         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32277         appointment says it was explicitly made.
32278         (appt-add): Set the 3rd element.
32279         (appt-make-list): Preserve explicit appointments.
32281         * subr.el (find-tag-default): Catch errors in forward-sexp.
32283 2005-02-23  Juri Linkov  <juri@jurta.org>
32285         * info.el (Info-isearch-search): New defcustom.
32286         (Info-isearch-search): Call the default isearch function
32287         when Info-isearch-search is nil.
32288         (Info-isearch-wrap): Use variable Info-isearch-search.
32290 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
32292         * cus-edit.el: Comment change.
32294 2005-02-22  Kim F. Storm  <storm@cua.dk>
32296         * progmodes/hideif.el (hide-ifdef-use-define-alist):
32297         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
32299 2005-02-22  Simon Josefsson  <jas@extundo.com>
32301         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32302         New variable.
32303         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
32304         Oskarsson" <myrkraverk@users.sourceforget.net>.
32306 2005-02-22  Kim F. Storm  <storm@cua.dk>
32308         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32309         check that window of that event is the selected window.
32310         (mouse-drag-region-1): Compare mouse event window to selected
32311         window before setting point.
32313         * tooltip.el (tooltip-show-help-function): Pass event to
32314         mouse-on-link-p so it can check selected window.
32316 2005-02-22  Kenichi Handa  <handa@m17n.org>
32318         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32319         (ps-mule-show-warning): New function.
32320         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32321         characters are found.
32323         * ps-print.el (ps-header-footer-string): Return a list of header
32324         and footer strings.
32326 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
32328         * pcvs.el (cvs-retrieve-revision): Fix thinko.
32330 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32332         * frame.el (blink-cursor-mode): Use define-minor-mode.
32334         * term/mac-win.el (function-key-map): Use char-names more consistently.
32335         (file-name-coding-system): Only set it for MacOS-9.  The other case is
32336         already handled in mule-cmds.el (where it also works when mac-win.el
32337         is not used).
32339 2005-02-21  Kenichi Handa  <handa@m17n.org>
32341         * international/mule.el (ctext-pre-write-conversion): Always use
32342         " *code-converting-work*" buffer for work.
32344         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32346 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
32348         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32350 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
32352         * ses.el (undo-more): Restore defadvice, but only the part that
32353         allows changes outside the restricted area of the buffer.
32355 2005-02-20  Kim F. Storm  <storm@cua.dk>
32357         * simple.el (line-move): Add fourth optional arg try-vscroll which
32358         must be set to perform auto-window-vscroll.
32359         When moving backwards and doing auto-window-vscroll, automatically
32360         vscroll to the last part of lines which are taller than the window.
32361         (next-line, previous-line): Set try-vscroll arg on line-move.
32363 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
32365         * replace.el (query-replace, query-replace-regexp)
32366         (replace-string, replace-regexp): When operating on region, make
32367         the minibuffer prompt say so.
32369         * isearch.el (isearch-forward): Document isearch-query-replace and
32370         isearch-query-replace-regexp keybindings.
32372 2005-02-19  Jay Belanger  <belanger@truman.edu>
32374         * calc/calc-aent.el (math-read-token): Add local variable.
32376         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32377         (calc-edit-top): Move declaration to earlier in file.
32378         (calc-edit-macro-repeats): Add local variables.
32380         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32381         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32382         calcFunc-tanh.
32383         Adjust integration rule for calcFunc-tan.
32385 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32387         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32388         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32389         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32390         (viper-skip-separators): Bug fix.
32391         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32392         particular major mode.
32393         (viper-del-backward-char-in-replace): Don't put deleted char on the
32394         kill ring.
32396         * viper-ex.el (viper-color-display-p): New function.
32397         (viper-has-face-support-p): Use viper-color-display-p.
32399         * viper-keym.el (viper-gnus-modifier-map): New keymap.
32401         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32403         * viper-util.el (viper-glob-unix-files): Fix shell status check.
32404         (viper-file-remote-p): Make equivalent to file-remote-p.
32406         * viper.el (viper-major-mode-modifier-list):
32407         Use viper-gnus-modifier-map.
32409 2005-02-19  David Kastrup  <dak@gnu.org>
32411         * subr.el (subregexp-context-p): Fix garbled doc string by adding
32412         quoting.
32414 2005-02-19  Jay Belanger  <belanger@truman.edu>
32416         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32417         Remove extra definitions.
32418         (calc-coth): New function.
32419         (calcFunc-cot): Fix `let'.
32421 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
32423         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32424         the reasons we use "type pc" in these faces.
32426         * button.el (button): Ditto.
32428 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
32430         * replace.el (query-replace-read-from): Set the value of
32431         query-replace-from-history-variable to handle the case of an empty
32432         string entered to accept the suggested default.
32434         * net/tramp.el (tramp-file-name-for-operation):
32435         Use dired-call-process instead of dired-call-process-command.
32437 2005-02-19  Jay Belanger  <belanger@truman.edu>
32439         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32440         (math-div-non-trig): New variables.
32441         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32442         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32443         (math-combine-prod, math-div-symb-fancy): Add simplifications for
32444         trig expressions.
32446 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
32448         * progmodes/gdb-ui.el (gdb-var-update-handler)
32449         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32450         for watch expressions,
32451         (gdb-var-create-handler): Don't set speedbar-update-flag.
32452         (gdb-post-prompt): Simplify test for speedbar.
32454 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
32456         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32457         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32458         we use the syntax table of the correct buffer.
32459         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32460         Felix Gatzemeier.
32462         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32463         (ediff-file-remote-p): Make synonymous with file-remote-p.
32464         In all deffaces ediff-*-face-*, use min-colors.
32466         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32467         ediff-recurse-to-subdirectories.
32468         (ediff-mark-if-equal): Check that the arguments are strings, use
32469         ediff-same-contents (after to Felix Gatzemeier).
32471         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32472         nil.
32474 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
32476         * log-view.el (log-view-message-re): Fix up Subversion regexp.
32478 2005-02-18  David Kastrup  <dak@gnu.org>
32480         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32481         use `mark-active' when defined.
32483 2005-02-18  Kenichi Handa  <handa@m17n.org>
32485         * ps-print.el (ps-font-info-database): New entry
32486         ZapfChancery-MediumItalic with correct font name.  Fix font name
32487         of the entry Zapf-Chancery-MediumItalic.
32489 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
32491         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32493 2005-02-16  Kim F. Storm  <storm@cua.dk>
32495         * ido.el (ido-fallback-command): Pass user input to fallback command.
32497 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
32499         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32500         (gdb-find-file-hook): Add server prefix.
32502 2005-02-16  Richard M. Stallman  <rms@gnu.org>
32504         * replace.el (perform-replace): Pass new args to replace-highlight.
32505         (replace-highlight): Take region args,
32506         and pass them to isearch-lazy-highlight-new-loop.
32508         * novice.el (disabled-command-hook): Autoload the defalias
32509         and the make-obsolete-variable call.
32511         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32513         * isearch.el (isearch-lazy-highlight-start-limit)
32514         (isearch-lazy-highlight-end-limit): New variables limit
32515         the region for highlighting.
32516         (isearch-lazy-highlight-new-loop): New args BEG and END.
32517         (isearch-lazy-highlight-search): Use the new vars.
32518         (isearch-lazy-highlight-update): Likewise.
32520         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32522         * cus-start.el (all): Use default-boundp.
32524 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
32526         * menu-bar.el (menu-bar-select-frame): Handle current frame.
32528 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
32530         * autorevert.el (auto-revert-stop-on-user-input)
32531         (auto-revert-verbose): Doc fixes.
32533 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
32535         * international/mule-cmds.el (set-locale-environment): Remove call
32536         to set-selection-coding-system on Windows.
32538 2005-02-15  Jay Belanger  <belanger@truman.edu>
32540         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32541         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32542         calcFunc-coth.
32543         (math-simplify-sqrt): Add simplifications.
32545         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32546         to list.
32548         * calc/calc-ext.el: Add functions to autoloads.
32550         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32551         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32552         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32553         (math-csc-raw, math-cot-raw): New functions.
32555         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32557         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32558         the variable name in a message.
32560         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32561         calcFunc-csc, calcFunc-cot.
32563         * calc/calcalg2.el: Add derivative and integration rules for
32564         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32565         calcFunc-csch, calcFunc-coth.
32566         (math-do-integral-methods): Add to checks for when to use
32567         substitutions.
32569         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32571 2005-02-15  Lute Kamstra  <lute@gnu.org>
32573         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32574         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
32575         <monnier@iro.umontreal.ca>.
32576         (lisp-outline-level): Improve efficiency.  Suggested by David
32577         Kastrup <dak@gnu.org>.
32579 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
32581         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32582         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32583         (gdb-set-gud-minor-mode-existing-buffers): New functions.
32584         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
32585         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32587 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
32589         * cus-start.el (all): Comment change.
32591 2005-02-14  Lute Kamstra  <lute@gnu.org>
32593         * cus-start.el (all): Check if symbol is void.
32595 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
32597         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32598         optional argument to \cite.
32600 2005-02-14  Richard M. Stallman  <rms@gnu.org>
32602         * cus-edit.el (custom-buffer-create-internal): Update help message.
32603         (custom-magic-alist): Update help messages.
32605         * cus-start.el (all): Allow a var to specify a standard value.
32607 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
32609         * custom.el (custom-theme-set-variables): Handle variable aliases.
32611         * frame.el (blink-cursor-timer): Doc fix.
32612         (blink-cursor): Make it an alias for `blink-cursor-mode' and
32613         declare obsolete.
32614         (blink-cursor-mode): Define with defcustom and use correct
32615         standard expression in that defcustom.
32616         * startup.el (command-line): Adapt to above changes in frame.el.
32618 2005-02-11  Lute Kamstra  <lute@gnu.org>
32620         * apropos.el (apropos-score-doc): Prevent division by zero.
32622 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
32624         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32625         (icalendar--get-event-property-attributes)
32626         (icalendar--get-event-properties)
32627         (icalendar--datetime-to-diary-date): New functions.
32628         (icalendar--split-value): Doc fix.
32629         (icalendar--datetime-to-noneuropean-date)
32630         (icalendar--datetime-to-european-date): New optional argument
32631         SEPARATOR.  Return result as a string instead of a list.
32632         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32633         (icalendar--convert-string-for-export): Rename arg S to STRING.
32634         (icalendar-export-region): Doc fix.  Change name of error buffer.
32635         Save output buffer.
32636         (icalendar-import-file): Add blank at end of prompt.
32637         (icalendar-import-buffer): Doc fix.  Do not switch to error
32638         buffer.  Indicate status in return value.
32639         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
32640         buffer.  Save output buffer.  Handle exception from recurrence
32641         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
32642         events.  Fix problems with weekly all-day events.
32644 2005-02-10  Richard M. Stallman  <rms@gnu.org>
32646         * simple.el (eval-expression-print-format):
32647         Avoid warning about edebug-active.
32649         * help.el (help-for-help-internal): Rename from help-for-help.
32650         (help-for-help): Define with defalias.
32652         * font-core.el (font-lock-default-function): Use with-no-warnings.
32654         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32656         * custom.el (defface): Doc fix.
32658 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
32660         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32661         width 0" to prevent word wrapping problems.
32663 2005-02-09  Kim F. Storm  <storm@cua.dk>
32665         * ido.el (ido-file-extensions-order): New defcustom.
32666         (ido-file-extension-lessp, ido-file-extension-aux)
32667         (ido-file-extension-order): New advanced file ordering.
32668         (ido-file-lessp): New simple file ordering.
32669         (ido-sort-list): Remove.
32670         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32671         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32673 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
32675         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32676         that some versions of grep produce.
32677         (grep-mode-font-lock-keywords): Likewise.
32679 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
32681         * progmodes/gdb-ui.el (gdb-location-list): New variable.
32682         (gdb-cdir): Delete.
32683         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32684         (gdb-source-info): Treat case when source file is in another
32685         directory properly.
32686         (gdb-get-location): New function.
32688 2005-02-07  Jay Belanger  <belanger@truman.edu>
32690         * calc/calc-prog.el (calc-write-parse-table-part)
32691         (calc-fix-token-name): Fix a check for language type.
32693         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32695 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
32697         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32698         as directory not writable.
32700 2005-02-07  Kim F. Storm  <storm@cua.dk>
32702         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32703         (cua--standard-movement-commands): Remove list.
32704         Instead, set CUA property value to move for movement commands.
32705         (cua-movement-commands): Remove.  Users must set CUA prop instead.
32706         (cua--pre-command-handler): Check CUA property.
32707         (cua--init-keymaps): Don't remap undo commands.
32708         (cua-mode): Don't call cua--rectangle-on-off.
32710         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32711         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32712         (cua--rect-undo-set-point): New var.
32713         (cua--rectangle-undo-boundary): Setup undo apply entry.
32714         (cua--rect-undo-handler): New function for rectangle undo.
32715         (cua--rect-start-position, cua--rect-end-position): Add.
32716         (cua--rectangle-post-command): Call cua--rectangle-set-corners
32717         for restored rectangle.  Set point if cua--rect-undo-set-point.
32719 2005-02-06  Jay Belanger  <belanger@truman.edu>
32721         * calc/calc-lang.el (calc-tex-language): Display more information
32722         in messages.
32724         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32725         in TeX mode.
32727 2005-02-06  Richard M. Stallman  <rms@gnu.org>
32729         * emacs-lisp/lisp.el (buffer-end): Doc fix.
32731 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
32733         * net/ldap.el (ldap-search-internal): Support attributes with
32734         optional descriptions separated by a semi-colon, as in
32735         "userCertificate;binary".
32737 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32739         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32740         isn't a cons (i.e. the version is 0).
32742 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
32744         * help.el (help-for-help): Doc fix.
32746 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
32748         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
32749         GDB-Windows on the menu-bar as this works better.
32751 2005-02-04  Jay Belanger  <belanger@truman.edu>
32753         * calc/calc-embed.el (calc-embedded-update): Don't put in
32754         unnecessary newlines.  Adjust the end of formula marker.
32756         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32757         (math-latex-parse-two-args): New function.
32759 2005-02-03  Lute Kamstra  <lute@gnu.org>
32761         * help-fns.el (help-with-tutorial): Make sure that users cannot
32762         remove the entire text of the tutorial by means of `undo'.
32764 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32766         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32767         in recent changes, where the ispell process was repeatedly
32768         killed & restarted.
32770         * international/mule-cmds.el (set-locale-environment): Set file-name
32771         coding system to utf-8 on Darwin systems.
32772         (set-default-coding-systems): Don't set default-file-name-coding-system
32773         on Darwin systems.
32775 2005-02-03  Richard M. Stallman  <rms@gnu.org>
32777         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32779 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
32781         * faces.el (list-faces-display): Add optional argument.
32783 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
32785         * font-core.el (font-lock-default-function): Handle the rare case where
32786         only font-lock-keywords is set.
32788 2005-02-02  Kenichi Handa  <handa@m17n.org>
32790         * international/characters.el: Cancel previous change for
32791         I-WITH-DOT-ABOVE and DOTLESS-i.
32793         * international/latin-5.el: Cancel previous change.
32795 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32797         * progmodes/gud.el: Correction to syntax in gud-menu-map.
32799 2005-02-02  Kenichi Handa  <handa@m17n.org>
32801         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32802         DOTLESS-i.
32804         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32805         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32807         * case-table.el (get-upcase-table): New function.
32808         (copy-case-table): Copy upcaes table too if non-nil.
32809         (set-case-syntax-delims): Maintain upcase table too.
32810         (set-case-syntax-pair): Likewise.
32811         (set-upcase-syntax, set-downcase-syntax): New functions.
32812         (set-case-syntax): Maintain upcase table too.
32814 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
32816         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32818         * progmodes/gud.el (gud-goto-info): New function.
32819         (gud-tool-bar-map): Use correct icon.
32821 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32823         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32824         When delegating, order args in the funcall correctly.
32826 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
32828         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32830 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
32832         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32833         buffer not visiting a file.
32835 2005-01-31  Jay Belanger  <belanger@truman.edu>
32837         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32838         bound on the line with the formula.
32840 2005-01-31  Kim F. Storm  <storm@cua.dk>
32842         * ses.el (ses-create-cell-variable-range)
32843         (ses-destroy-cell-variable-range, ses-reset-header-string)
32844         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32845         (ses-insert-row): Fix format of apply undo entries.
32847 2005-01-31  Jay Belanger  <belanger@truman.edu>
32849         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32850         parts.
32852         * calc/calc-embed.el (calc-embedded-open-formula)
32853         (calc-embedded-close-formula): Ignore matrix environments.
32855         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32856         TeX mode.
32858         * calc/calc-lang.el (math-function-table, math-oper-table)
32859         (math-variable-table): Adjust the LaTeX portions.
32861         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32862         (math-latex-ignore-words): New constant.
32864 2005-01-31  Richard M. Stallman  <rms@gnu.org>
32866         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32867         (ispell-local-dictionary): Doc fix.
32868         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32869         Don't reinitialize at run time.  Don't defcustom.
32870         All uses changed to append ispell-local-dictionary-alist,
32871         or check it first.
32872         (ispell-current-dictionary): New variable for dictionary in use.
32873         (ispell-dictionary): Now used only for global default.
32874         (ispell-start-process): Set ispell-current-dictionary,
32875         not ispell-dictionary.
32876         (ispell-change-dictionary): Use this only for setting
32877         user preferences.
32878         (ispell-internal-change-dictionary): New function
32879         to change the current dictionary in use.
32880         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32881         Use ispell-current-dictionary.
32882         Handle ispell-local-dictionary-overridden.
32883         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32885 2005-01-31  Jay Belanger  <belanger@truman.edu>
32887         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32889         * calc/calc-ext.el: Add calc-latex-language to autoloads.
32890         (calc-mode-map): Add calc-latex-language.
32892         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32893         (math-latex-print-frac): New functions.
32894         (math-oper-table, math-function-table, math-variable-table)
32895         (math-complex-format, math-input-filter): Add latex properties.
32896         (calc-set-language): Set math-expr-special-function-mapping.
32898         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32899         (calc-write-parse-table-part): Add LaTeX support.
32901         * calc/calc.el (calc-language): Adjust docstring.
32902         (calc-set-mode-line): Add LaTeX support.
32903         (math-expr-special-function-mapping): New variable.
32904         (math-tex-ignore-words): Add to list.
32906         * calc/calccomp.el (math-compose-expr, math-compose-rows):
32907         Add LaTeX support.
32908         (math-compose-expr): Add support for special functions.
32910         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32912 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
32914         * progmodes/gdb-ui.el (gdb-memory-address)
32915         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32916         (gdb-memory-mode-map, gdb-memory-format-keymap)
32917         (gdb-memory-format-menu, gdb-memory-unit-keymap)
32918         (gdb-memory-unit-menu): New variables for a buffer
32919         that lets the user examine program memory.
32920         (gdb-memory-set-address, gdb-memory-set-repeat-count)
32921         (gdb-memory-format-binary, gdb-memory-format-octal)
32922         (gdb-memory-format-unsigned, gdb-memory-format-signed)
32923         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32924         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32925         (gdb-memory-unit-word, gdb-memory-unit-halfword)
32926         (gdb-memory-unit-byte, gdb-memory-unit-menu)
32927         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32928         (gdb-memory-mode, gdb-memory-buffer-name)
32929         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32930         New functions for above buffer.
32932 2005-01-30  Richard M. Stallman  <rms@gnu.org>
32934         * cus-edit.el (custom-bury-buffer): Function deleted.
32935         (custom-buffer-done-function): Option deleted.
32936         (custom-buffer-done-kill): New replacement option.
32937         (Custom-buffer-done): Call quit-window.
32938         (custom-buffer-create-internal): Update for above changes.
32940 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
32942         * simple.el (undo-ask-before-discard): New var.
32943         (undo-outer-limit-truncate): Implement it.
32944         (undo-extra-outer-limit): Doc update.
32946 2005-01-29  Richard M. Stallman  <rms@gnu.org>
32948         * ses.el (undo-more): Delete defadvice.
32949         (ses-begin-change): Doc fix.
32951         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32952         instead of rebinding C-x u and C-_.
32954         * files.el (normal-backup-enable-predicate): Return nil for files
32955         in /tmp, regardless of temporary-file-directory.
32957         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32959         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32960         (open-rectangle, delete-whitespace-rectangle-line)
32961         (clear-rectangle-line): If FILL, pass t instead of FILL
32962         for move-to-column's 2nd arg.
32964         * simple.el (undo): Fix the test for continuing a series of undos.
32965         (undo-more): Set pending-undo-list to t when we reach end.
32966         (pending-undo-list): Move up defvar.
32968         * wid-edit.el (widget-button-click):
32969         Shorten the range of the track-mouse binding.
32971         * comint.el (comint-insert-input): Undo previous changes;
32972         use last-input-event in interactive spec.
32974 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
32976         * progmodes/compile.el (compilation-start): Bind buffer-read-only
32977         to nil before invoking call-process.  Reset buffer's modified flag
32978         after fontifying it in the no-async branch.
32980         * wid-edit.el (widget-specify-button): If mouse pointer shape
32981         cannot be changed, use mouse face instead.
32983 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
32985         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32986         (gdb-goto-breakpoint): Make breakpoint handling work on template
32987         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
32988         (gdb-assembler-custom): Update to recognize breakpoint information
32989         added on 2005-01-19.
32991 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
32993         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32994         (dsssl-mode): Use define-derived-mode.
32995         (scheme-mode-initialize): Remove.
32996         (scheme-mode): Use run-mode-hooks.
32998         * cus-edit.el (customize-group-other-window)
32999         (custom-buffer-create-other-window): Don't override special-display-*.
33000         (custom-mode-map): Make it dense.
33002         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33003         sets the default value.
33005 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
33007         * descr-text.el: Add more keywords.
33009 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33011         * speedbar.el: Avoid unnecessary use of locate-library.
33013         * international/mule-cmds.el (standard-display-european-internal):
33014         Don't fiddle with latin-1 non-break space any more since it's now
33015         special cased in the C code.
33016         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33018 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
33020         * cus-start.el (all): Add `undo-outer-limit'.
33022 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33024         * textmodes/bibtex.el (bibtex-format-entry):
33025         Use `bibtex-empty-field-re' only on the text of fields, not on entire
33026         field lines.
33027         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33028         not on part of a buffer.
33030 2005-01-25  Lute Kamstra  <lute@gnu.org>
33032         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33033         nonempty field text strings like "{letters\\macro{}more letters}".
33034         Clarify docstring.
33035         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33036         (bibtex-entry-offset, bibtex-parse-association)
33037         (bibtex-parse-field-name): Fix typos in docstrings.
33038         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33040 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
33042         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33043         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33044         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33045         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33047         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33048         isearch minor mode.
33050 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
33052         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33054 2005-01-24  Lute Kamstra  <lute@gnu.org>
33056         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33057         CASECHARS and NOT-CASECHARS regular expressions of the
33058         "nederlands" and "nederlands8" dictionaries to prevent a "Range
33059         striding over charsets" error.
33061 2005-01-24  Jay Belanger  <belanger@truman.edu>
33063         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33064         display variable name.
33066 2005-01-24  Kenichi Handa  <handa@m17n.org>
33068         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33069         Fix setting of the element of encoded-kbd-iso2022-invocations.
33071 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
33073         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33074         (gdb-threads-select): Change to also accept mouse events.
33075         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33076         (gdb-threads-mouse-select): Delete.
33078 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
33080         * files.el (insert-directory): Take care of empty directory,
33081         listed without -a switch.
33083 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33085         * textmodes/refill.el (refill-post-command-function):
33086         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33087         to the list of functions that we should be careful not to undo.
33088         (refill-late-fill-paragraph-function): Remove.
33089         (refill-saved-state): New var.
33090         (refill-mode): Use it to save fill-paragraph-function.
33091         Save also the value of auto-fill-function.
33093         * term/w32-win.el: Simplify code.
33095 2005-01-23  Kim F. Storm  <storm@cua.dk>
33097         * simple.el (line-move): Adapt to new return value from
33098         pos-visible-in-window-p.
33100         * simple.el (line-move): Fix last change.  Check partial
33101         visibility at point rather than at window-start.
33103 2005-01-22  Jason Rumney  <jasonr@gnu.org>
33105         * term/w32-win.el (xw-defined-colors): Remove debug-message.
33107 2005-01-22  David Kastrup  <dak@gnu.org>
33109         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33111 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
33113         * type-break.el (type-break-mode): Add a test for
33114         type-break-file-name being non-nil.
33116 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
33118         * net/eudc.el (top level): Call (message "") via progn, so that
33119         eudc-options-file is loaded.
33121 2005-01-22  Kim F. Storm  <storm@cua.dk>
33123         * simple.el (line-move-1): Rename from line-move.
33124         (line-move): New function that adjusts vscroll for partially
33125         visible rows, and calls line-move-1 otherwise.
33127 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
33129         * pcomplete.el: Define pcomplete-read-event instead of read-event,
33130         since it's not a complete read-event implementation.
33132 2005-01-20  Jay Belanger  <belanger@truman.edu>
33134         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33135         for called function.
33137 2005-01-20  Steven Tamm  <steventamm@mac.com>
33139         * term/mac-win.el (process-connection-type): Remove.
33140         Controlled now by s/darwin.h:PTY_ITERATION.
33142 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
33144         * window.el (handle-select-window): Don't switch window when we're
33145         in the minibuffer.
33147 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
33149         * subr.el (dotimes-with-progress-reporter): New macro.
33151         * ses.el (ses-dotimes-msg): Remove macro.
33152         Use `dotimes-with-progress-reporter' instead.
33154 2005-01-19  Steven Tamm  <steventamm@mac.com>
33156         * term/mac-win.el (process-connection-type): Use new
33157         operating-system-release variable to use ptys on Darwin 7 (OS X
33158         10.3) when using carbon build.
33160 2005-01-19  Jay Belanger  <belanger@truman.edu>
33162         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33163         flags if the last command was a tab or M-tab.
33165         * calc/calc-prog.el (calc-user-define-edit): Put original formula
33166         in formula editing buffer.
33168 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33170         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33171         breakpoint image symbol in margin.
33173 2005-01-19  Jay Belanger  <belanger@truman.edu>
33175         * calc/calc-prog.el (calc-execute-kbd-macro):
33176         Ignore calc-keep-arg-flag.
33178 2005-01-19  Kenichi Handa  <handa@m17n.org>
33180         * textmodes/ispell.el (ispell-looking-at): New function.
33181         (ispell-process-line): Use ispell-looking-at to compare the ispell
33182         output and the buffer contents.
33184 2005-01-18  Jay Belanger  <belanger@truman.edu>
33186         * calc/calc.el (calc-display-raw): Fix docstring.
33188 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33190         * simple.el (blink-matching-open): Strip extra info from syntax.
33192         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33193         funny chars in the end-of-here-doc marker.
33195 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
33197         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33198         that enable/disabled state of breakpoints is shown correctly in
33199         fringe and on ttys.
33200         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33201         Add breakpoint information as text properties.
33202         (gdb-mouse-toggle-breakpoint):
33203         Rename to gdb-mouse-set-clear-breakpoint.
33204         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
33205         breakpoints in the margin.
33206         (gdb-remove-strings): Simplify.
33208 2005-01-17  Jay Belanger  <belanger@truman.edu>
33210         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33211         erasing buffer.
33213 2005-01-17  Richard M. Stallman  <rms@gnu.org>
33215         * progmodes/grep.el (grep-find): Copy from `grep' the condition
33216         for calling grep-compute-defaults.
33218         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33219         if buffer is empty.
33221         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33223 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
33225         * hilit-chg.el (highlight-changes-mode): Don't autoload.
33227         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33228         non-preloaded variables.
33230 2005-01-17  Steven Tamm  <steventamm@mac.com>
33232         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33233         tex-shell cause to force interactivity when using pipes.
33235 2005-01-17  Kim F. Storm  <storm@cua.dk>
33237         * simple.el (just-one-space): Make arg optional.
33239 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
33241         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33242         posn-at-x-y to t to access left-margin.
33244 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
33246         Sync with Tramp 2.0.47.
33248         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
33249         catching keep-date problems in cp/scp operations.
33250         (tramp-handle-copy-file): Don't call `set-file-modes'
33251         unconditionally.  Specialized functions should know better what is
33252         necessary.  This improves performance a little bit, and the
33253         functions could catch errors with `cp -p' and `scp -p'.
33254         (tramp-do-copy-or-rename-file-via-buffer)
33255         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33256         when appropriate.
33257         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33258         Call `set-file-modes' when appropriate.
33259         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
33260         Johnsson <isak@hypergene.com>.
33261         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33262         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
33263         <joakim@verona.se>.
33264         (tramp-file-name-for-operation): Mark `shell-command' as magic for
33265         Emacs only.
33267         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
33268         `find-file-hooks' and `dired-mode-hook'.
33269         (tramp-minor-mode-map): Respective map.  Add remapping for
33270         `compile' and `recompile'.
33271         (tramp-remap-command, tramp-recompile): New defuns.
33272         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33273         in buffer "*Compilation*".  Call the commands asynchronously.
33275         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33276         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33277         `shell-command', because it isn't magic in XEmacs.  Reported by
33278         Adrian Aichner <adrian@xemacs.org>.
33280         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33281         `substitute-in-file-name.
33282         (tramp-smb-handle-substitute-in-file-name): New defun.
33283         (tramp-smb-advice-PC-do-completion): Delete advice.
33285 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
33287         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33288         Fix error in deleting region.
33290 2005-01-15  Richard M. Stallman  <rms@gnu.org>
33292         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33293         In non-temp buffer, switch syntax table temporarily.
33295         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33297         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33299         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33301         * imenu.el (imenu--split-menu): Copy menulist before sorting.
33302         (imenu--generic-function): Use START, not BEG, as pos of definition.
33304         * simple.el (just-one-space): Argument specifies number of spaces.
33306         * simple.el (eval-expression-print-format): Avoid warning
33307         about edebug-active.
33309 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
33311         * progmodes/sh-script.el: Code copied from make-mode.el
33312         with small changes,
33313         (sh-mode-map): Bind C-c C-\.
33314         (sh-backslash-column, sh-backslash-align): New variables.
33315         (sh-backslash-region, sh-append-backslash): New functions.
33317 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
33319         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33320         (rmail-pop-password, rmail-pop-password-required): Move to
33321         rmail-obsolete group.
33322         (rmail-set-pop-password): Rename to rmail-set-remote-password.
33323         All callers updated.
33324         (rmail-get-pop-password): Rename to rmail-get-remote-password.
33325         Take an argument specifying whether it is POP or IMAP mailbox we
33326         are using.  All callers updated.
33327         (rmail-pop-password-error): Rename to
33328         rmail-remote-password-error.  Added mailutils-specific error message.
33329         (rmail-movemail-search-path)
33330         (rmail-movemail-variant-in-use): New variables.
33331         (rmail-remote-password, rmail-remote-password-required):
33332         New customization variables.
33333         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33334         (rmail-parse-url): New function.
33335         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33336         with GNU mailutils movemail.
33338 2005-01-15  Kevin Ryde  <user42@zip.com.au>
33340         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33341         suffix to space, $ or '$, to correctly position point when going
33342         to @table style constants like DBL_MAX.
33344 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
33346         * type-break.el (type-break-mode, type-break-file-time)
33347         (type-break-file-keystroke-count, type-break-choose-file):
33348         Don't store data in or load data from the file if type-break-file-name
33349         is nil.
33350         (type-break-file-name): Doc update as per the above.
33352 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
33354         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33355         lookup-key might return nil; handle that.
33357 2005-01-15  Alan Mackenzie  <acm@muc.de>
33359         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33360         rather than the element found, thus enabling the tree to be setcar'd.
33362 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33364         * textmodes/org.el (org-show-following-heading): New option.
33365         (org-show-hierarchy-above): Use `org-show-following-heading'.
33366         (org-cycle): Documentation fix.
33368         * textmodes/org.el (orgtbl-optimized): New option
33369         (orgtbl-mode): New command, a minor mode.
33370         (orgtbl-mode-map): New variable.
33371         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33372         (orgtbl-error, orgtbl-self-insert-command)
33373         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33375         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33376         a local variable in each org-mode buffer.
33378         * textmodes/org.el (org-set-regexps-and-options): Rename from
33379         `org-set-regexps'.  Added checking for STARTUP keyword.
33380         (org-get-current-options): Add STARTUP options.
33381         (org-table-insert-row): Make mode intelligent about when
33382         realignment is needed.
33383         (org-self-insert-command, org-delete-backward-char, org-delete-char):
33384         New commands.
33385         (org-enable-table-editor): New default value `optimized'.
33386         (org-table-blank-field): Support blanking regions if active.
33388 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
33390         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33391         if the year is not given.
33393         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33394         Add new escapes %m and %M, fixed bug with %F by adding
33395         save-match-data.
33396         (reftex-reference): Remove ?. from list of spaces.
33397         (reftex-label-info): Add automatic label prefix recognition.
33399         * textmodes/reftex-index.el (reftex-index-next-phrase):
33400         Add slave parameter to call of `reftex-index-this-phrase'.
33401         (reftex-index-this-phrase): New optional argument.
33402         (reftex-index-region-phrases): Add slave parameter to call of
33403         `reftex-index-this-phrase'.
33404         (reftex-display-index): New argument redo.
33405         (reftex-index-rescan): Add `redo' to arguments of
33406         `reftex-display-index'.
33407         (reftex-index-Rescan, reftex-index-revert)
33408         (reftex-index-switch-index-tag): Add `redo' to arguments of
33409         `reftex-display-index'.
33410         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33411         indexing.  Fix bug with matching is there is a quote before or
33412         after the word.
33414         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33415         Fix bug when collecting citation keys in lines with comments.
33416         (reftex-citation): Prefix argument no longer rescans the document,
33417         but forces prompting for optional arguments of cite macros.
33418         (reftex-do-citation): Prompting for optional arguments implemented.
33420         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33421         Add optional arguments to most cite commands.
33422         (reftex-cite-cleanup-optional-args): New option
33423         (reftex-cite-prompt-optional-args): New option.
33424         (reftex-trust-label-prefix): New option.
33426         * textmodes/reftex-toc.el (reftex-toc-find-section):
33427         Add push-mark before changing the position in the buffer.
33429         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33430         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33432 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
33434         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33435         more carefully.
33437 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
33439         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33440         (sgml-mode): Use it.
33441         (sgml-get-context): Better keep track of implicitly closed tags.
33443 2005-01-13  Kenichi Handa  <handa@m17n.org>
33445         * textmodes/ispell.el: These changes are to fix misalignment error
33446         caused by equivalent characters of different Emacs charsets.
33447         (ispell-unified-chars-table): New variable.
33448         (ispell-get-decoded-string): New function.
33449         (ispell-get-casechars, ispell-get-not-casechars)
33450         (ispell-get-otherchars): Call ispell-get-decoded-string.
33452 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
33454         * custom.el (custom-declare-variable): Just put symbol instead
33455         of (defvar . symbol) in `current-load-list'.
33457 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
33459         * emacs-lisp/elint.el: Fixed typo in Commentary section.
33461 2005-01-12  Jay Belanger  <belanger@truman.edu>
33463         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33464         to create a Calc summary.
33466 2005-01-12  Kim F. Storm  <storm@cua.dk>
33468         * mouse.el (mouse-on-link-p): Change functionality and doc
33469         string to comply with latest description in lisp ref.
33471 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
33473         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33474         Enable mouse clicks on mode-line, header-line and margin.
33475         (event-type): Give mouse event symbols an `event-kind' property
33476         with value `mouse-click'.
33478 2005-01-12  Juri Linkov  <juri@jurta.org>
33480         * facemenu.el (list-colors-display): Add new arg buffer-name.
33481         Use it.  Fix docstring.  Replace code for identifying duplicate
33482         colors by the name with call to `list-colors-duplicates' which
33483         identifies duplicate colors by the value unless the color
33484         is one of special Windows colors.  Set truncate-lines to t.
33485         Print sorted duplicate color names on each line.  Indent to 22
33486         \(the longest color name in rgb.txt) instead of 20.  Optimize.
33487         (list-colors-duplicates): New function.
33488         (facemenu-color-name-equal): Delete function.
33490         * facemenu.el (list-colors-print): New function created from code
33491         in list-colors-display.  Print #RRGGBB at the window right edge.
33492         (list-colors-display): When temp-buffer-show-function is not
33493         defined, call list-colors-print from temp-buffer-show-hook
33494         to get the right value of window-width in list-colors-print
33495         after the buffer is displayed.
33497         * simple.el (pop-mark): Move deactivate-mark out of conditional
33498         part to deactivate the active mark regardless of the state of the
33499         mark ring.
33501         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33502         variables line in desktop files.
33504 2005-01-12  Juri Linkov  <juri@jurta.org>
33506         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33507         Bring together isearch highlight related options.
33508         (lazy-highlight): Replace group `replace' by `matching'.
33509         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33510         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33511         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33512         and declare them obsolete.
33513         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33514         (isearch-faces): Remove defgroup.
33515         (isearch-overlay, isearch-highlight, isearch-dehighlight):
33516         Move isearch highlighting code closer to lazy highlighting code.
33518         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33519         (query-replace-highlight, query-replace-lazy-highlight)
33520         (query-replace): Move definitions to the beginning of the file.
33522 2005-01-11  Juri Linkov  <juri@jurta.org>
33524         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33525         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33526         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33528         * info.el (Info-history-forward): New variable.
33529         (Info-select-node): Reset Info-history-forward to nil.
33530         (Info-last): Turn into defalias.
33531         (Info-history-back): Rename from Info-last.
33532         Add current node to Info-history-forward.
33533         (Info-history-forward): New fun.
33534         (Info-mode-map): Replace Info-last by Info-history-back.
33535         Bind Info-history-forward to "r".
33536         (Info-mode-menu): Replace Info-last by Info-history-back.
33537         Fix menu item text.  Add menu item for Info-history-forward.
33538         (info-tool-bar-map): Replace Info-last by Info-history-back.
33539         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
33540         for Info-history-forward.
33541         (Info-mode): Replace Info-last by Info-history-back in docstring.
33542         Add local variable Info-history-forward.
33543         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33545 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
33547         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33548         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33549         Ignore select-window events rather than fiddle with
33550         mouse-autoselect-window.
33552 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
33554         * type-break.el (type-break-mode): Fix previous change.
33556 2005-01-10  Jay Belanger  <belanger@truman.edu>
33558         * calc/calc-ext.el (calc-reset): Reset when inside embedded
33559         calculator; only reset when point is inside a calculator.
33560         Don't adjust the window height if the window takes up the whole height
33561         of the frame.
33563 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
33565         * ebuff-menu.el (Electric-buffer-menu-mode):
33566         Preserve value of buffer-local var header-line-format.
33568 2005-01-09  Jay Belanger  <belanger@truman.edu>
33570         * calc/calc.el (calc-mode-var-list-restore-saved-values):
33571         Make sure settings file exists before accessing it.
33573         * calc/calc-embed.el (calc-embedded-subst):
33574         Replace math-multi-subst-rec, which is only supposed to be called
33575         by math-multi-subst, by math-multi-subst.
33577 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
33579         * vc.el (vc-allow-async-revert): New user option.
33580         (vc-disable-async-diff): New internal variable.
33581         (vc-revert-buffer): Use them to disable asynchronous diff.
33583         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33584         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33585         asynchronously if vc-disable-async-diff is t.
33587 2005-01-09  Jay Belanger  <belanger@truman.edu>
33589         * calc/calc.el (defcalcmodevar): New macro.
33590         (calc-mode-var-list-restore-default-values)
33591         (calc-mode-var-list-restore-saved-values): New functions.
33592         (calc-mode-var-list): Use defcalcmodevar to define it.
33593         (calc-always-load-extensions, calc-line-numbering)
33594         (calc-line-breaking, calc-display-just, calc-display-origin)
33595         (calc-number-radix, calc-leading-zeros, calc-group-digits)
33596         (calc-group-char, calc-point-char, calc-frac-format)
33597         (calc-prefer-frac, calc-hms-format, calc-date-format)
33598         (calc-float-format, calc-full-float-format, calc-complex-format)
33599         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33600         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33601         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33602         (calc-matrix-brackets, calc-language, calc-language-option)
33603         (calc-left-label, calc-right-label, calc-word-size)
33604         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33605         (calc-display-raw, calc-internal-prec, calc-angle-mode)
33606         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33607         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33608         (calc-window-height, calc-display-trail, calc-show-selections)
33609         (calc-use-selections, calc-assoc-selections)
33610         (calc-display-working-message, calc-auto-why, calc-timing)
33611         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33612         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33613         (calc-gnuplot-default-device, calc-gnuplot-default-output)
33614         (calc-gnuplot-print-device, calc-gnuplot-print-output)
33615         (calc-gnuplot-geometry, calc-graph-default-resolution)
33616         (calc-graph-default-resolution-3d, calc-invocation-macro)
33617         (calc-show-banner): Use defcalcmodevar to declare them and set
33618         their default values.
33620         * calc/calc-ext.el (calc-reset): Restore saved values of variables
33621         instead of default values (but restore default values if there is
33622         an argument of 0).
33624 2005-01-09  David Kastrup  <dak@gnu.org>
33626         * desktop.el (desktop-restore-eager): Fix typo in type.
33628 2005-01-08  Richard M. Stallman  <rms@gnu.org>
33630         * cus-edit.el (customize): Delete :link.
33632 2005-01-08  Jay Belanger  <belanger@truman.edu>
33634         * calc/calc.el (calc-mode): Remove the extension from the
33635         `calc-settings-file' file name when loading it.
33637 2005-01-08  Kim F. Storm  <storm@cua.dk>
33639         * info.el (Info-mode-map, Info-next-link-keymap)
33640         (Info-prev-link-keymap, Info-up-link-keymap):
33641         Map follow-link to mouse-face.
33642         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33644 2005-01-08  Jay Belanger  <belanger@truman.edu>
33646         * calc/calc.el (calc-settings-file): Change default value.
33647         Suggested by cgw in a comment in calc-mode.el.
33649         * calc/calc-mode.el (calc-settings-file-name):
33650         Compare calc-settings-file to user-init-file instead of ~/.emacs.
33651         Replace ~/.emacs in a prompt by calc-settings-file.
33653 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
33655         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33656         (desktop-lazy-idle-delay): New customizable variables.
33657         (desktop-buffer-args-list): New variable.
33658         (desktop-append-buffer-args): New function.
33659         (desktop-save): Call desktop-append-buffer-args for some buffers.
33660         (desktop-lazy-create-buffer): New function.
33661         (desktop-idle-create-buffers): New function.
33662         (desktop-read): Add message about buffers to restore lazily.
33663         (desktop-lazy-abort): New command.
33664         (desktop-clear): Call desktop-lazy-abort.
33665         (desktop-lazy-complete): New command.
33667 2005-01-06  Richard M. Stallman  <rms@gnu.org>
33669         * emacs-lisp/find-func.el (find-face-definition):
33670         Rename from find-face.
33672 2005-01-06  Kim F. Storm  <storm@cua.dk>
33674         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33676         * man.el (Man-xref-man-page, Man-xref-header-file)
33677         (Man-xref-normal-file): Add follow-link property.
33679 2005-01-06  Jay Belanger  <belanger@truman.edu>
33681         * calc/calc-units.el: Make sure the proper macro definitions are
33682         available when compiling.
33684 2005-01-06  Juri Linkov  <juri@jurta.org>
33686         * isearch.el (isearch-lazy-highlight-update):
33687         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33689 2005-01-06  Miles Bader  <miles@gnu.org>
33691         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33692         (isearch-lazy-highlight-face): Use new name.
33694 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
33696         * uniquify.el (uniquify-rationalize-file-buffer-names):
33697         Re-add an interactive spec.
33698         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33699         to the same name.
33701         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33702         (isearch-update, isearch-done): Adjust calls accordingly.
33704 2005-01-05  Richard M. Stallman  <rms@gnu.org>
33706         * custom.el (custom-set-variables, custom-theme-set-variables):
33707         Clarify documentation.
33709         * emacs-lisp/find-func.el (find-variable)
33710         (find-variable-other-window, find-variable-other-frame):
33711         Fix the TYPE args to find-function-read and find-function-do-it.
33712         (find-function): Doc fix.
33713         (find-function-at-point): Replace function-at-point alias.
33715 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33717         * cus-face.el (custom-declare-face):
33718         Record defface in current-load-list.
33720         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33722         * emacs-lisp/find-func.el: Doc fixes.
33723         (find-face-regexp): New variable.
33724         (find-function-regexp-alist): New variable.
33725         (find-function-C-source): Third arg is now TYPE.
33726         (find-function-search-for-symbol): Handle general TYPE.
33727         (find-function-read, find-function-do-it): Handle general TYPE.
33728         (find-definition-noselect, find-face): New functions.
33729         (function-at-point): Alias deleted.
33731 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
33733         * battery.el (display-battery-mode): Rename from display-battery.
33734         Handle the case where it gets turned off.
33736 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33738         * cus-edit.el (customize): Make :link point to user doc.
33740         * man.el (Man-fontify-manpage): Turn off undo generation.
33742         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33744 2005-01-04  Andreas Schwab  <schwab@suse.de>
33746         * files.el (insert-directory): Only look for error lines in
33747         inserted text.  Don't move too far after processing --dired markers.
33749 2005-01-04  Richard M. Stallman  <rms@gnu.org>
33751         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33752         Don't expand if the character is @, period, dash, etc.
33753         (define-mail-abbrev): Quote names that contain problem characters.
33755 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
33757         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33759 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33761         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33762         (query-replace-highlight, query-replace-lazy-highlight)
33763         (query-replace): Definitions moved up.  Doc fix.
33765 2005-01-03  Richard M. Stallman  <rms@gnu.org>
33767         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33768         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33769         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33770         (lazy-highlight-face): Rename from isearch-lazy-...
33771         Change all references to them.
33773 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
33775         * cus-edit.el (custom-file): Doc fix for defcustom.
33776         (custom-file): The function no longer sets the variable
33777         `custom-file' to its return value.
33779         * startup.el (command-line): No longer load `custom-file'.
33781 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33783         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33785         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33786         Don't confuse module-prefixed identifiers for labels.
33787         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33789 2005-01-02  Richard M. Stallman  <rms@gnu.org>
33791         * files.el (basic-save-buffer-1): Fix previous change.
33793         * loadhist.el (file-loadhist-lookup): New function.
33794         (file-provides, file-requires): Use it.
33796         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33797         instead of calculating the right size.
33799 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
33801         * vc-svn.el (vc-svn-diff): Stay local if possible.
33803 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33805         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33807         * files.el (hack-local-variables): Fix last change.
33809 2005-01-02  Jay Belanger  <belanger@truman.edu>
33811         * calc/calc-yank.el (calc-edit-top): New variable.
33812         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33813         object.  Change header properties.
33814         (calc-edit-finish, calc-edit-finish-stack-object)
33815         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33816         edited object.
33817         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33818         for the beginning of the edited object.
33819         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33820         for the beginning of the edited object.
33821         * calc/calc-prog.el (calc-edit-macro-finish-edit)
33822         (calc-finish-formula-edit, calc-macro-repeats)
33823         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33824         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33825         beginning of the edited object.
33826         (calc-user-define-edit): Change the header for editing macros.
33827         Remove unnecessary variable.
33829 2005-01-01  Jay Belanger  <belanger@truman.edu>
33831         * calc/calc-yank.el (calc-edit-mode): Change default header.
33832         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33833         * calc/calc-store.el (calc-edit-variable): Change title to match new
33834         header.
33835         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33836         mode to match new header.
33837         (calc-user-define-edit): Change titles to include names of commands.
33838         (calc-finish-formula-edit): Adjust to handle new header.
33839         (calc-finish-macro-edit): Remove.
33840         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33841         (calc-edit-macro-command, calc-edit-macro-command-type)
33842         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33843         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33844         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33845         (calc-edit-macro-finish-edit): New functions.
33846         (calc-user-define-edit): Use new functions to edit named calc macros.
33848 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
33850         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33852         * ses.el (copy-region-as-kill): Deactivate mark.
33854 2005-01-01  Richard M. Stallman  <rms@gnu.org>
33856         * replace.el (occur-1): If the output buffer is also an input,
33857         don't kill it, rename it.
33859         * faces.el (set-face-background, set-face-foreground): Doc fix.
33861         * cus-face.el (custom-face-attributes): Fix :help-echo strings
33862         for :foreground and :background.
33864         * dired.el (dired-view-command-alist): Variable deleted.
33865         (dired-view-file, dired-mouse-find-file-other-window):
33866         Delete the code to use it.
33868 2005-01-01  Kim F. Storm  <storm@cua.dk>
33870         * image.el (insert-sliced-image): Use t for line-height property.
33872 See ChangeLog.11 for earlier changes.
33874 ;; Local Variables:
33875 ;; coding: iso-2022-7bit
33876 ;; add-log-time-zone-rule: t
33877 ;; End:
33879     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33881   This file is part of GNU Emacs.
33883   GNU Emacs is free software; you can redistribute it and/or modify
33884   it under the terms of the GNU General Public License as published by
33885   the Free Software Foundation; either version 2, or (at your option)
33886   any later version.
33888   GNU Emacs is distributed in the hope that it will be useful,
33889   but WITHOUT ANY WARRANTY; without even the implied warranty of
33890   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
33891   GNU General Public License for more details.
33893   You should have received a copy of the GNU General Public License
33894   along with GNU Emacs; see the file COPYING.  If not, write to the
33895   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33896   Boston, MA 02110-1301, USA.
33898 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1