Revert last change.
[emacs.git] / lisp / ChangeLog
blob69d753121eab638b753ca534d5ac61a186b123ee
1 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
3         * progmode/cperl-mode.el (cperl-look-at-leading-count)
4         (cperl-find-pods-heres): Fix an error when typing expressions like
5         `s{a}{b}'.
7 2007-08-17  Glenn Morris  <rgm@gnu.org>
9         * progmodes/compile.el (compilation-get-file-structure): Make use
10         of the directory part when checking for an existing entry, to
11         handle files with same basename in different directories.
13 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
16         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
17         (ps-paragraph-spacing): Docstring fix.
19 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * smerge-mode.el (smerge-resolve): New arg `safe'.
22         (smerge-resolve-all, smerge-batch-resolve): New function.
23         (smerge-refine): Make sure `diff' returns the expected result.
24         (smerge-parsep-re): New const.
25         (smerge-mode): Use it to adjust paragraph-separate.
27         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
28         Correctly match / regexp matchers as first char on a line when
29         fontifying only that line.
31         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
33 2007-08-16  Glenn Morris  <rgm@gnu.org>
35         * ps-print.el (ps-font-size): Doc fix.
37 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * vc-bzr.el: Don't fiddle with vc-handled-backend.
40         (vc-bzr-registered): Don't redundantly protect against
41         file-error.  Actually use the format-specific code.
42         (vc-bzr-buffer-nonblank-p): Remove.
43         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
45 2007-08-15  Glenn Morris  <rgm@gnu.org>
47         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
48         sloppier, for the sake of GNU Mailman.
49         (rmail-digest-rfc1153): Initialize `result' correctly.
51 2007-08-14  Glenn Morris  <rgm@gnu.org>
53         * simple.el (bad-packages-alist): New constant.
54         (bad-package-check): New function.  Together, these two add
55         elements to `after-load-alist' to check for problematic external
56         packages.
57         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
59 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
61         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
62         optional quotes around files in NEED-UPDATE . REMOVED case.
64         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
65         (ada-treat-cmd-string): Improve error message.
66         (ada-do-file-completion): Call `ada-require-project-file', so
67         project variables are set properly.
68         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
69         (ada-gnatfind-buffer-name): New constant.
70         (ada-find-any-references): Use new constant.  Set buffer name
71         properly in compilation-start.  Toggle read-only properly.
72         (ada-find-in-src-path): Fix spelling error in docstring.
74         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
75         by zero error.
77 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
79         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
81 2007-08-12  Richard Stallman  <rms@gnu.org>
83         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
84         (cvs-execute-single-file): Use new name split-string-and-unquote.
85         (cvs-header-msg): Use new name combine-and-quote-strings.
87         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
89         * progmodes/gud.el (gud-common-init): Use new name
90         split-string-and-unquote.
92         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
93         in javac regexp.
95         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
96         combine-and-quote-strings and split-string-and-unquote.
98         * subr.el (combine-and-quote-strings): Renamed from strings->string.
99         (split-string-and-unquote): Renamed from string->strings.
101 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
104         to buffer-local settings.
106         * emacs-lisp/backquote.el (backquote-delay-process): New function.
107         (backquote-process): Add internal arg `level'.  Use the two to
108         correctly handle nested backquotes.
110 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
112         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
113         (vc-bzr-state-words): Add "kind changed" state word.
114         (vc-bzr-status): New function.  Return Bzr idea of file status,
115         which is different from VC's.
116         (vc-bzr-state): Use vc-bzr-status.
117         (vc-workfile-unchanged-p): Use vc-bzr-status.
118         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
119         (vc-dired-state): Process "kind changed" state word.
121 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
123         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
125         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
126         Move from vc-default-find-file-not-found-hook.
128 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
130         * url/url-auth.el (url-basic-auth): When prompting for username
131         and password, default to the username and password in the URL.
133 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
135         * man.el: Remove spurious * in docstrings.
136         Merge defvars and toplevel setq-defaults.
137         (Man-highlight-references0): Limit=nil rather than point-max.
138         (Man-mode-map): Move initialization into the declaration.
139         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
140         (Man-view-header-file): Use expand-file-name rather than concat.
141         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
143         * man.el (Man-next-section): Make sure we do not move backward.
145 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
147         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
148         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
149         ps-print-color-p is neither nil nor black-white.  Reported by Christian
150         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
152 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * files.el (auto-mode-alist): Use the purecopied text (duh!).
156 2007-08-08  Andreas Schwab  <schwab@suse.de>
158         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
159         self-insert-command, not self-insert.
161 2007-08-08  Glenn Morris  <rgm@gnu.org>
163         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
165         * Replace `iff' in doc-strings and comments.
167         * help-mode.el (help-make-xrefs): Search for symbol constituents,
168         rather than just `-'.
170 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
172         * dired.el (dired-pop-to-buffer):
173         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
174         * calendar/calendar.el (generate-calendar-window):
175         * progmodes/compile.el (compilation-set-window-height):
176         * textmodes/two-column.el (2C-two-columns, 2C-merge):
177         Use window-full-width-p instead of comparing frame-width and
178         window-width.
180         * progmodes/compile.el (compilation-find-buffer): Remove extra
181         argument in call to compilation-buffer-internal-p.
183 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
185         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
186         parameters IDENTIFICATION and CONNECTED.
187         (tramp-handle-insert-file-contents): VISIT must be handled after
188         insertion of the local copy.  Reported by Peter Gordon
189         <peter@pg-consultants.com>.
190         (tramp-file-name-handler): No special handling for
191         `expand-file-name'.  But for `file-name-as-directory'.
192         (tramp-find-shell, tramp-open-connection-telnet)
193         (tramp-open-connection-rsh, tramp-open-connection-su)
194         (tramp-open-connection-multi)
195         (tramp-open-connection-setup-interactive-shell): Guard against
196         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
197         <steve@sxemacs.org>.
198         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
199         the hint.
201         * net/trampver.el: Update release number.
203 2007-08-07  Tom Tromey  <tromey@redhat.com>
205         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
206         Add safe-local-variable property.
208 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
210         * image-mode.el (image-toggle-display): Use image-refresh.
212         * longlines.el (longlines-decoded): New variable.
213         (longlines-mode): Avoid encoding or decoding the buffer twice.
215 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
217         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
218         unofficial version.
219         (vc-bzr-command): Remove redundant setting of process-connection-type.
220         (vc-bzr-admin-checkout-format-file): Add autoload.
221         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
222         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
223         (vc-bzr-registered): Compare dirstate format tag with known good
224         value, abort parsing if match fails.  Warn user in docstring.
225         (vc-bzr-workfile-version): Case for different Bzr branch formats.
226         See bzrlib/branch.py in Bzr sources.
227         (vc-bzr-diff): First argument FILES may be a string rather than a list.
228         (vc-bzr-shell-command): Remove in favor of
229         vc-bzr-command-discarding-stderr.
230         (vc-bzr-command-discarding-stderr): New function.
232 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
234         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
235         program, and return nil
236         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
237         (vc-bzr-state): Look for path names relative to the repository
238         root after status keyword.
239         (vc-bzr-file-name-relative): New function.
240         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
241         depend on it.
242         (vc-bzr-admin-dirname, ...-checkout-format-file)
243         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
244         files that we now parse directly for speed.
245         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
246         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
247         (vc-bzr-state): "bzr status" successful only if exitcode is 0
248         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
249         Bzr warnings, so we must discard it.
250         (vc-bzr-workfile-version): Speedup counting lines from
251         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
252         if that file doesn't exist.
253         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
254         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
255         (not ".bzr"!) to `vc-directory-exclusion-list'
256         (vc-bzr-shell-command): New function.
258 2007-08-06  Tom Tromey  <tromey@redhat.com>
260         * diff-mode.el (diff-unified->context, diff-reverse-direction)
261         (diff-fixup-modifs): Typo in docstring.
263 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
265         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
266         count-screen-lines.
267         (tpu-edt-off): Disable relevant pieces of advice.
269         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
270         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
271         (newline, newline-and-indent, do-auto-fill): Use advice instead of
272         redefining the function.
273         (tpu-set-scroll-margins): Activate the pieces of advice.
275 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
277         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
278         process-filter.
280 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
282         * help.el (resize-temp-buffer-window): Use window-full-width-p
283         instead of comparing frame-width and window-width.
285 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
287         * term.el: Honor term-default-fg-color and term-default-bg-color
288         settings when modifying term-current-face.
289         (term-default-fg-color, term-default-bg-color): Initialize from
290         default term-current-face.
291         (term-mode, term-reset-terminal): Set term-current-face with
292         term-default-fg-color and term-default-bg-color.
293         (term-handle-colors-array): term-current-face has term-default-fg-color
294         and term-default-bg-color after reset escape sequence.
295         (term-handle-colors-array): Set term-current-color with
296         term-default-fg/bg-color instead of ansi-term-color-vector when the
297         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
299 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
301         * files.el (set-auto-mode): Handle also remote files wrt
302         `auto-mode-alist'.
304         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
305         remote identification.
307 2007-08-04  Glenn Morris  <rgm@gnu.org>
309         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
310         zero, not nil, when the library is first loaded.  Check for a file
311         that has been modified on disk.
313         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
314         Remove duplicate defvar preventing initialization.
315         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
317 2007-08-03  Miles Bader  <miles@gnu.org>
319         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
320         backend names for new backends to `Git', `Hg', and `Bzr'.
321         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
322         not `HG'.
323         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
324         name, not `GIT'.
325         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
326         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
328 2007-08-03  Glenn Morris  <rgm@gnu.org>
330         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
332 2007-08-02  Richard Stallman  <rms@gnu.org>
334         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
335         to update deleted flag.
337         * cus-edit.el (customize-apropos, customize-apropos-options)
338         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
340         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
342         * startup.el (fancy-splash-head, startup-echo-area-message):
343         Change message text.
345         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
346         All callers use line-move.
348         * progmodes/compile.el (compilation-find-buffer): Return current
349         buffer immediately if suitable.
350         (compile, compilation-buffer-name, compilation-start): Doc fixes.
352 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
355         Make it more discriminating and more useful.
356         (vc-bzr-root-dir): Use new name.
357         (vc-bzr-registered): Use new name and look at the dirstate file to
358         determine if it's registered or not without running `bzr'.
360 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
362         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
364 2007-07-31  Drew Adams  <drew.adams@oracle.com>
366         * cus-edit.el (custom-group-value-create, custom-goto-parent):
367         Fix parent groups link.
369 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
371         * faces.el (face-normalize-spec): New function.
372         (frame-set-background-mode): Normalize face-spec before calling
373         face-spec-match-p.
375 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
377         * vc-bzr.el: New file (copied from the trunk).
379         * vc-hooks.el (vc-handled-backends): Add BZR.
380         (vc-find-file-hook): Failsafe if the backend's `registered'
381         function burps.
383         * server.el (server-window): Add switch-to-buffer-other-frame option.
385 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
387         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
388         (vc-git-revision-completion-table): Enable.
390         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
392         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
394         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
395         (vc-hg-registered): Set the vc-state property.
397         * diff-mode.el (diff-mode-menu): New entries.
399 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
402         (diff-file-kill): Use it.
403         (diff-beginning-of-hunk): Add arg `try-harder' using it.
404         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
405         Use it so they find the hunk even when we're in the file header.
407         * vc.el: Add new VC operation `revision-completion-table'.
408         (vc-default-revision-completion-table): New function.
409         (vc-version-diff, vc-version-other-window): Use it to provide
410         completion of revision names if the backend provides it.
412         * vc-arch.el (vc-arch--version-completion-table)
413         (vc-arch-revision-completion-table): New functions to provide
414         completion of revision names.
416         * vc-cvs.el: Require CL.
417         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
418         New functions to provide completion of revision names.
420 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
422         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
423         (copyright-fix-years, copyright): Correctly handle the case where
424         copyright-limit is nil.
426 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
428         * progmodes/python.el (run-python): Fix path separator under w32.
430 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
432         * vc-git.el: New File.
434 2007-07-28  Alan Mackenzie  <acm@muc.de>
436         Fix problem with modes derived from CC Mode:
437         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
438         macro to cc-langs.
439         (c-init-language-vars-for): Remove call to above macro.
440         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
441         been moved to here.
442         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
444 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
446         * net/trampver.el: Fix the `coding' cookie.
448 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
450         * add-log.el (change-log-redate): Remove (not needed anymore and
451         doesn't appear to work).
453 2007-07-25  Glenn Morris  <rgm@gnu.org>
455         * Relicense all FSF files to GPLv3 or later.
457         * COPYING: Switch to GPLv3.
459 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
461         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
462         Replace it with another one which disables undo before calling
463         erase-buffer and then turns it back on if needed.
465 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
467         * ps-print.el: Problem with foreground and background color when
468         printing a buffer with and without faces.  Reported by Christian
469         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
470         (ps-print-version): New version 6.7.5.
471         (ps-default-fg): Change default value to nil, so black color is used
472         when a face does not specify a foreground color.
473         (ps-default-bg): Change default value to nil, so white color is used
474         for background color.
475         (ps-begin-job): Fix code.
477 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
479         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
481 2007-07-24  Alan Mackenzie  <acm@muc.de>
483         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
484         Initialise byte-compile-unresolved-functions before rather than
485         after a compilation.
486         (byte-compile-unresolved-functions): Amplify doc string.
488 2007-07-24  Glenn Morris  <rgm@gnu.org>
490         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
491         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
492         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
493         (cal-tex-cursor-week, cal-tex-cursor-week2)
494         (cal-tex-cursor-week-iso, cal-tex-week-hours)
495         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
496         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
497         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
499 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
501         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
503 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
505         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
506         underlying file is uptodate.
508 2007-07-23  Richard Stallman  <rms@gnu.org>
510         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
512 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
514         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
515         (sh-font-lock-flush-syntax-ppss-cache): New funs.
516         (sh-font-lock-syntactic-keywords): Use them to distinguish the
517         different possible cases for \'.
518         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
520         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
521         `file' from which to start the search and fix case where `file' is the
522         current directory and the root as well.
524         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
525         name for buffer-file-name if it refers to a directory.
527 2007-07-22  Jason Rumney  <jasonr@gnu.org>
529         * w32-fns.el (set-default-process-coding-system): Use dos line ends
530         for input to cmdproxy on all versions of Windows.
531         Use dos line ends for input to plink.
533         * comint.el (comint-simple-send): Concat newline before sending.
534         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
536 2007-07-22  Juri Linkov  <juri@jurta.org>
538         * isearch.el (isearch-edit-string): Save old point and
539         isearch-other-end to old-point and old-other-end before reading
540         the search string from minibuffer.  After exiting minibuffer set
541         point to old-other-end if point and the search direction is the
542         same as before reading the search string.
543         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
544         to isearch-other-end.  Instead of isearch-search-and-update call
545         three functions isearch-search, isearch-push-state and isearch-update.
547 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
549         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
550         destroying an existing buffer.
552 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
554         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
556         * term/x-win.el (x-handle-no-bitmap-icon): New function.
558 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
560         * textmodes/reftex.el (reftex-access-parse-file): Create parse
561         file in a way that does not interfere with recentf.
563 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
565         * image-dired.el (image-dired-sane-db-file): New func.
566         (image-dired-write-tags, image-dired-remove-tag)
567         (image-dired-list-tags, image-dired-write-comments)
568         (image-dired-get-comment, image-dired-mark-tagged-files)
569         (image-dired-create-gallery-lists): Call new func.
570         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
572 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
574         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
575         (vc-hg-dir-state): Fix loop.
576         (vc-hg-print-log): Fix expected return value for vc-hg-command.
577         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
578         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
579         (vc-hg-revert): Likewise.
580         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
582 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
584         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
585         case of alignment under a constant symbol, find and consider
586         the sexp actually at indentation to be the "last sexp".
588 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
590         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
591         (install): Use them to copy all *.el files before *.elc.
592         (clean): Don't delete *~.
594 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
596         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
598 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
600         * vc-hg.el (vc-hg-registered): Replace if with when.
601         (vc-hg-state): Deal with nonexistent files.
603 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
605         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
606         (follow-delete-other-windows-and-split, follow-recenter)
607         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
608         (follow-redisplay, follow-estimate-first-window-start)
609         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
610         Fix typos in docstrings.
612 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
614         * bookmark.el (bookmark-show-all-annotations):
615         Make sure each inserted annotation ends with newline.
617         (bookmark-maybe-sort-alist): Don't modify
618         bookmark-alist.  Instead, if not sorting, simply return it.
619         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
620         for its return value, not for its side effect.
622 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
624         * vc.el: Add more info about the vc-registered function.
626 2007-07-16  David Kastrup  <dak@gnu.org>
628         * emacs-lisp/advice.el (defadvice): Doc fix.
630 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
632         * subr.el (when, unless): Doc fix.
634 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
636         * vc-hg.el (vc-hg-state): Handle removed files.
637         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
638         (vc-hg-checkout): Re-enable.
640 2007-07-15  Richard Stallman  <rms@gnu.org>
642         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
644         * tutorial.el (tutorial--find-changed-keys):
645         Handle C-x specially like ESC.
647 2007-07-15  Roland McGrath  <roland@frob.com>
649         * add-log.el (add-change-log-entry): Check add-log-full-name
650         and add-log-mailing-address later, after change-log-mode-hook.
652 2007-07-15  Richard Stallman  <rms@gnu.org>
654         * isearch.el (isearch-mode, isearch-done):
655         Delete unintended code in previous change.
657         * ps-print.el (ps-default-bg): Change to White.
659 2007-07-15  Aaron Hawley  <aaronh@garden.org>
661         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
663 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
665         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
666         when handling the terminating event.
668 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
670         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
672 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
674         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
675         (install): Use them to copy all *.el files before *.elc.
677 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
679         * replace.el (match): Use yellow1 instead of yellow.
681         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
683         * pcvs-info.el (cvs-unknown): Likewise.
685 2007-07-12  Davis Herring  <herring@lanl.gov>
687         * desktop.el (desktop-buffer-info, desktop-save):
688         Use `desktop-dirname' instead of `dirname'.
690 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
692         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
694         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
696 2007-07-10  Richard Stallman  <rms@gnu.org>
698         * emacs-lisp/lisp-mode.el (eval-defun):
699         Explain special handling of `defface'.
701 2007-07-09  Richard Stallman  <rms@gnu.org>
703         * isearch.el (isearch-edit-string): Call to isearch-push-state
704         after the search.
706 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
708         * cus-start.el (file-coding-system-alist): Fix custom type.
710 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
712         * longlines.el (longlines-wrap-region): Avoid marking buffer as
713         modified.
714         (longlines-auto-wrap, longlines-window-change-function):
715         Remove unnecessary calls to set-buffer-modified-p.
717 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * vc.el (vc-default-log-view-mode): New function.
720         (vc-print-log): Add new `log-view-mode' VC operation.
722 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
724         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
725         Rename and move to...
727         * subr.el (strings->string, string->strings): ...here.
729         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
730         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
732         * progmodes/gud.el (gud-common-init): Call string->strings instead
733         of split-string.
735 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
737         * term/w32-win.el (menu-bar-open): New function.
738         Bind <f10> to it.
740 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
742         * log-view.el (log-view-mode-menu): New menu.
744 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
746         * vc-hg.el: New file.
748 2007-07-06  Andreas Schwab  <schwab@suse.de>
750         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
751         dynamic bindings around the evaluation of the expression.
752         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
754 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
756         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
757         file names.
759 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
761         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
763         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
764         event is not a cons cell.  Do not unread drag-mouse-1 events.
765         Select right window in check whether space was stolen from
766         window above.
768 2007-07-01  Richard Stallman  <rms@gnu.org>
770         * files.el (find-file-visit-truename): Fix safe-local-variable value.
772 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
774         * generic-x.el (generic-define-mswindows-modes)
775         (generic-define-unix-modes, apache-log-generic-mode)
776         (bat-generic-mode-keymap, java-manifest-generic-mode)
777         (show-tabs-generic-mode): Fix typos in docstrings.
779 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
781         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
782         replace-regexp-in-string.
784 2007-06-28  Andreas Schwab  <schwab@suse.de>
786         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
787         $(lisp)/subdirs.el.
789 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
791         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
792         the speedbar frame if nil; that deletes the current frame or
793         causes an error if it is the only frame.
794         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
796 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
798         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
799         directory where the desktop file was found, as the docstring says.
800         (desktop-kill): Use `read-directory-name'.
802         * desktop.el (desktop-load-locked-desktop): New option.
803         (desktop-read): Use it.
804         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
805         Use `when'.
807 2007-06-24  Davis Herring  <herring@lanl.gov>
809         * desktop.el (desktop-save-mode-off): New function.
810         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
811         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
812         (desktop-claim-lock, desktop-release-lock): New functions.
813         (desktop-kill): Tell `desktop-save' that this is the last save.
814         Release the lock afterwards.
815         (desktop-buffer-info): New function.
816         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
817         says to.  Detect conflicts, and manage the lock.
818         (desktop-read): Detect conflicts.  Manage the lock.
820 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
822         * ls-lisp.el (insert-directory): If an invalid regexp error is
823         thrown, try using FILE as a literal file name, not a wildcard.
824         Check for FILE as an existing file, not just a directory.
826 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
828         * ruler-mode.el (ruler-mode): Prevent clobbering the original
829         `header-line-format' when reentering ruler mode.
831 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
833         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
834         FILE exists as a directory.
836 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
838         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
839         (vera-font-lock-match-item): Fix doc string.
840         (vera-in-comment-p): Remove unused function.
841         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
842         use `syntax-ppss'.
843         (vera-forward-syntactic-ws): Fix argument order.
844         (vera-prepare-search): Use `with-syntax-table'.
845         (vera-indent-line): Fix doc string.
846         (vera-electric-tab): Fix doc string.
847         (vera-expand-abbrev): Define alias instead of using `fset'.
848         (vera-comment-uncomment-region): Use `comment-start-skip'.
850 2007-06-20  Reto Zimmermann  <reto@gnu.org>
852         * progmodes/vera-mode.el: New file.
854 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
856         * ido.el (ido-find-file-in-dir): Don't signal an error for
857         empty directories.
859 2007-06-18  Alan Mackenzie  <acm@muc.de>
861         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
862         When removing lines, also remove the \n.  Correction of patch of
863         2007-04-21.
865 2007-06-17  Glenn Morris  <rgm@gnu.org>
867         * lpr.el (lpr-page-header-switches): Move %s to separate element
868         for correct quoting.  Doc fix.
870 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
872         * term/xterm.el (terminal-init-xterm): Escape parens in character
873         constants.
875 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
877         * scroll-lock.el (scroll-lock-mode): Doc fix.
879 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * font-lock.el (font-lock-add-keywords): In case font-lock was only
882         half-activated, forcefully activate it completely.
884 2007-06-11  Richard Stallman  <rms@gnu.org>
886         * cus-edit.el (custom-variable-type): Doc fix.
888 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
890         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
892 2007-06-09  Davis Herring  <herring@lanl.gov>
894         * desktop.el (desktop-minor-mode-table): Doc fix.
896 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
898         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
899         (image-next-line, image-previous-line, image-scroll-up)
900         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
901         New functions.
902         (image-mode-map): Remap motion commands.
903         (image-mode-text-map): New keymap for viewing images as text.
904         (image-mode): Use image-mode-map.
905         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
907 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
909         Sync with Tramp 2.0.56.
911         * net/tramp.el:
912         * net/tramp-ftp.el:
913         * net/tramp-smb.el:
914         * net/tramp-util.el:
915         * net/tramp-vc.el:
916         Don't load cl.el, because that pollutes the namespace.  Replace cl
917         macros by their implementations where necessary.  Requested by
918         Richard Stallman <rms@gnu.org>.
920         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
921         doesn't exist.
922         (with-parsed-tramp-file-name): Protect debug spec during compilation.
923         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
924         (tramp-file-name-p, tramp-file-name-multi-method)
925         (tramp-file-name-method, tramp-file-name-user)
926         (tramp-file-name-host, tramp-file-name-localname): New defuns,
927         replacing defstruct `tramp-file-name'.
928         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
929         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
930         Apply `vector' instead of `make-tramp-file-name'.
931         (tramp-handle-make-auto-save-file-name):
932         Apply `tramp-temporary-file-directory' for compatibility reasons.
933         (tramp-completion-mode): Use `natnump' instead of `wholenump'
934         because of XEmacs.
935         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
936         started.
938 2007-06-07  David Kastrup  <dak@gnu.org>
940         * dired.el (dired-recursive-deletes, dired-recursive-copies):
941         Change default to `top'.
943 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
945         * dired.el (dired-mode-map): Remove spurious separator.
947 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
949         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
951         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
952         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
954 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
956         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
957         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
959 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
961         * progmodes/ebrowse.el (ebrowse-member-table):
962         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
964 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
966         * pgg.el (pgg-sign-region, pgg-sign):
967         * ses.el (ses-call-printer):
968         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
969         * textmodes/org.el (org-cycle): Fix typos in docstrings.
971 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
973         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
974         (tar-get-descriptor): Handle type 55, an extended pax header.
976 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
978         * textmodes/css-mode.el: New file.
980 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
982         * net/socks.el: New file, taken from w3 repository.
983         (top): Update Copyright.  Don't load cl.el.
984         (all): Replace `case' by `cond', `string-to-int' by
985         `string-to-number', and `process-kill-without-query' by
986         `set-process-query-on-exit-flag'.
987         (socks-char-int): Remove defalias and all occurrences.
989 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
991         * international/mule-cmds.el (toggle-enable-multibyte-characters)
992         (sort-coding-systems, search-unencodable-char): Doc fixes.
993         (coding-system-change-eol-conversion, set-default-coding-systems)
994         (prefer-coding-system, find-multibyte-characters, princ-list)
995         (leim-list-entry-regexp, set-input-method, locale-language-names)
996         (input-method-exit-on-first-char, exit-language-environment-hook)
997         (locale-charset-language-names): Fix typos in docstrings.
999 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1001         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1002         `switch-to-buffer' has returned succesfully.
1003         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1004         window is dedicated (it could iconify the frame).
1006 2007-06-05  Glenn Morris  <rgm@gnu.org>
1008         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1010 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1012         * files.el (auto-mode-alist): Add lower-priority match for names
1013         like ChangeLog.old.
1015 2007-06-04  Andreas Schwab  <schwab@suse.de>
1017         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1019 2007-06-04  Davis Herring  <herring@lanl.gov>
1021         * calendar/timeclock.el: Update version number.
1022         (timeclock-modeline-display): Mention timeclock-use-display-time
1023         in explanatory message.
1024         (timeclock-log): Suppress warnings when finding the log.
1025         Don't check for a nil project twice.  Run hooks after killing the
1026         buffer (if applicable).
1027         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1028         was geometric).  All uses changed.
1029         (timeclock-generate-report): Support prefix argument.
1031 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1033         * man.el (Man-next-section): Don't consider the last line of the
1034         page as being part of any section.
1036 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1038         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1039         modified flag of buffer.  Use `inhibit-modification-hooks'.
1041 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1043         * mail/mail-extr.el (mail-extract-address-components):
1044         Recognize non-ASCII characters except for NBSP as words.
1046 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1048         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1050 2007-06-04  Michael Olson  <mwolson@gnu.org>
1052         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1053         died and we are trying to send a signal to it.
1055 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1057         * emacs-lisp/easy-mmode.el (define-minor-mode)
1058         (easy-mmode-define-navigation): Fix typos in docstrings.
1060         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1061         Fix typos in docstrings.
1062         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1063         (compilation-finish-function): Fix typo in obsolescence declaration.
1065         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1067 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1069         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1070         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1072         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1074         * longlines.el (longlines-mode): Make longlines-auto-wrap
1075         buffer-local.  Add hooks unconditionally.
1076         (longlines-auto-wrap): Toggle wrapping.
1077         (longlines-after-change-function)
1078         (longlines-post-command-function): Check longlines-auto-wrap.
1080 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1082         * Version 22.1 released.
1084 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1086         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1087         changes.
1089 2007-05-31  Richard Stallman  <rms@gnu.org>
1091         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1093 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1095         * textmodes/table.el (table--point-entered-cell-function)
1096         (table--point-left-cell-function):
1097         Bind `inhibit-point-motion-hooks' to t.
1099 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1101         * emacs-lisp/rx.el (rx): Doc fix.
1103 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1105         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1107 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1109         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1110         as the end of the ChangeLog paragraph when it ends without a line
1111         termination.
1113 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1115         * textmodes/fill.el (canonically-space-region): Make the second arg
1116         a marker if it's not already the case.
1118         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1119         (xterm-mouse-event): Use it.
1121 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1123         * vc-hooks.el (vc-find-root): Fix file attribute test.
1125 2007-05-24  Richard Stallman  <rms@gnu.org>
1127         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1128         Don't let opoint be nil.
1129         (flyspell-emacs-popup): Explicit error if no dialogs.
1131 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1133         * tar-mode.el (tar-file-name-handler): New function.
1134         (tar-extract): Bind file-name-handler-alist to it to force
1135         find-buffer-file-type-coding-system behave as if the file being
1136         extracted existed.  Use last-coding-system-used to force
1137         buffer-file-coding-system to what decode-coding-region actually
1138         used to decode the file.
1140 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1142         * progmodes/compile.el (compilation-handle-exit):
1143         `compilation-finish-function' may change the current buffer.
1145 2007-05-22  Richard Stallman  <rms@gnu.org>
1147         * files.el (set-auto-mode): Doc fix.
1149 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1151         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1153 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1155         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1156         (rcirc-print): Handle `window-width'.
1157         (rcirc-buffer-maximum-lines): Doc fix.
1159 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1161         * info.el (Info-fontify-node): Match https also.
1163 2007-05-18  Richard Stallman  <rms@gnu.org>
1165         * simple.el (push-mark): Doc fix.
1167 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1169         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1170         tpu-global-map.
1171         (tpu-original-global-map): Delete variable.
1172         (tpu-control-keys-map): New keymap variable.
1173         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1174         setting keymapping directly.
1175         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1176         tpu-global-map.
1177         (tpu-edt-on): Activate the tpu-global-map.
1178         (tpu-edt-off): Deactivate the tpu-global-map.
1180 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1182         * textmodes/ispell.el (ispell-get-word): Return markers
1183         for start and end positions.
1184         (ispell-word): Assume END is a marker.
1186 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1188         * ps-print.el: Use default color when foreground or background color
1189         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1190         (ps-print-version): New version 6.7.4.
1191         (ps-rgb-color): New argument.  Use default color when color is
1192         unspecified.
1193         (ps-begin-job): Fix code.
1195 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1197         * textmodes/ispell.el (ispell-start-process): Defend against bad
1198         default-directory.
1200 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1202         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1204 2007-05-16  Richard Stallman  <rms@gnu.org>
1206         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1208 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1210         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1211         Move the *ml, Postscript, and XmCD entries to the fallback part.
1213         * files.el (magic-fallback-mode-alist):
1214         Rename from file-start-mode-alist.
1216 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1218         * progmodes/compile.el (compilation-handle-exit): Quote first
1219         argument of `run-hook-with-args'.
1221 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1223         * buff-menu.el (Buffer-menu-sort-column):
1224         * dabbrev.el (dabbrev-upcase-means-case-search):
1225         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1226         * info.el (Info-current-subfile):
1227         * ls-lisp.el (ls-lisp-verbosity):
1228         * msb.el (msb-menu-cond):
1229         * pcvs.el (cvs-dired-use-hook):
1230         * simple.el (set-mark-command-repeat-pop):
1231         * time.el (display-time-24hr-format, display-time-mail-file):
1232         Doc fixes.
1234         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1235         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1237         * view.el (view-inhibit-help-message): Fix typo in docstring.
1238         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1240 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1242         * mail/rmail.el (rmail-convert-to-babyl-format):
1243         Check content-transfer-encoding _last_, because we need its position
1244         in base64-header-field-end.
1246 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1248         * files.el (mode-require-final-newline, require-final-newline)
1249         (enable-local-variables, enable-local-eval): Doc fixes.
1251 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1253         * progmodes/python.el (python-font-lock-keywords)
1254         (python-open-block-statement-p, python-mode): Add support for the new
1255         "with" keyword.
1257 2007-05-10  Richard Stallman  <rms@gnu.org>
1259         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1260         (iso-cvt-write-only): Likewise.
1262         * emacs-lisp/easy-mmode.el (define-minor-mode):
1263         Fix generated doc string.
1265         * startup.el (fancy-splash-text): Add URL of guided tour.
1266         Adjust horizontal and vertical whitespace.
1268         * progmodes/compile.el (compilation-handle-exit):
1269         Use run-hook-with-args to run compilation-finish-functions.
1271         * files.el (file-start-mode-alist): New variable.
1272         (magic-mode-regexp-match-limit): Doc fix.
1273         (set-auto-mode): Handle file-start-mode-alist.
1274         A little cleanup of structure.
1276 2007-05-10  Davis Herring  <herring@lanl.gov>
1278         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1279         workday specifications.
1280         (timeclock-log): Don't kill the log buffer if it already existed.
1282 2007-05-08  Richard Stallman  <rms@gnu.org>
1284         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1285         Don't include non-self-insert commands in the exception for `-'.
1287 2007-05-08  David Reitter  <david.reitter@gmail.com>
1289         * progmodes/python.el (python-guess-indent): Check non-nullness
1290         before comparing indent against the 2..8 interval.
1292 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1294         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1295         available.
1297 2007-05-06  Richard Stallman  <rms@gnu.org>
1299         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1301 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1303         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1304         disconnections.
1306 2007-05-01  Romain Francoise  <romain@orebokech.com>
1308         * dired-x.el: Revert 2007-04-06 change.
1310 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1312         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1313         don't put stop on toolbar.
1315 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1317         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1319 2007-04-29  Richard Stallman  <rms@gnu.org>
1321         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1323 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1325         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1326         than 1.
1328 2007-04-28  Richard Stallman  <rms@gnu.org>
1330         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1332 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1334         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1336 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1338         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1339         instead of $(lisp)/mh-e.
1341         * textmodes/fill.el (fill-paragraph): Doc fix.
1343 2007-04-28  Glenn Morris  <rgm@gnu.org>
1345         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1346         (image-dired-cmd-create-temp-image-options): Replace option
1347         +profile "*" with -strip.
1349 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1351         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1352         Use window-start and window-end.
1354 2007-04-26  Glenn Morris  <rgm@gnu.org>
1356         * progmodes/python.el: Restore file pending consideration of legal
1357         status.
1359 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1361         * locate.el (locate-in-alternate-database): Doc fix.
1363 2007-04-26  Glenn Morris  <rgm@gnu.org>
1365         * button.el (button): Use underline if supported, else fall back
1366         to color.
1368 2007-04-25  Richard Stallman  <rms@gnu.org>
1370         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1372 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1374         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1375         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1376         pushing mark.
1377         (idlwave-current-routine): Don't push mark.
1379 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1381         * image-dired.el (image-dired-display-image): Derive image-type from
1382         filename rather than assuming jpeg, in case no resizing was needed.
1384 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1386         * custom.el (defface): Doc fix.
1388 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1390         * progmodes/python.el: Remove due to unclear legal issues.
1392 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1394         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1395         Don't re-query for each cleared BP.
1396         (idlwave-shell-clear-bp): Optionally skip BP query.
1397         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1398         of set-window-buffer, which incorrectly moves displayed region.
1400 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1402         * calc/calc.el (calc-bug-address): Update maintainer's address.
1403         * calc/*: Update maintainer's address.
1405 2007-04-23  Richard Stallman  <rms@gnu.org>
1407         * simple.el (set-mark-command-repeat-pop): Doc fix.
1408         Put in `editing-basics' group.
1410 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1412         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1413         New functions.
1414         (Info-mode-line-node-keymap): Bind mouse commands to
1415         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1417 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1419         * locate.el (locate-local-prompt): New var.
1420         (locate-prompt-for-command): Doc fix.
1421         (locate-prompt-for-search-string): New function.
1422         (locate): New optional arg.  Make locate-local-prompt
1423         buffer-local.  Use locate-prompt-for-search-string.
1424         (locate-with-filter): New optional arg.
1425         Use locate-prompt-for-search-string.
1426         (locate-update): Bind locate-prompt-for-command.
1428 2007-04-23  Glenn Morris  <rgm@gnu.org>
1430         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1432 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1434         * button.el (button): Inherit from link face on a tty.
1436 2007-04-23  Glenn Morris  <rgm@gnu.org>
1438         * button.el (button): Use color for this face on a tty.
1440         * files.el (magic-mode-alist): Allow for carriage-returns in
1441         html-mode and sgml-mode entries.
1443 2007-04-22  Richard Stallman  <rms@gnu.org>
1445         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1446         Improve doc string of generated command.
1448         * subr.el (read-number): Catch errors.
1450         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1452 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1454         * image-dired.el: Rename from thumbnails.el.  All instances of
1455         "thumbnails" replaced with "image-dired".
1457         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1458         "image-dired".
1460 2007-04-22  Kim F. Storm  <storm@cua.dk>
1462         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1463         Don't use kill-line.
1465 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1467         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1468         error message.
1470 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1472         * dired.el: Rename "tumme" to "thumbnails".
1474         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1475         replaced with "thumbnails".
1477 2007-04-22  Glenn Morris  <rgm@gnu.org>
1479         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1480         and give it the risky-local-variable property.
1482         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1483         before defining it.
1485 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1487         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1488         Use delete-region instead of kill-line.
1490 2007-04-21  Alan Mackenzie  <acm@muc.de>
1492         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1493         `kill-region' by `delete-region'.
1495 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1497         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1498         instead of kill-region.
1500         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1501         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1502         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1503         and kill-line.
1505         * progmodes/vhdl-mode.el (vhdl-template-type)
1506         (vhdl-template-record, vhdl-template-nature)
1507         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1508         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1509         Use delete-region instead of kill-word and kill-line.
1511 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1513         * dired-x.el (dired-virtual-mode): Doc fix.
1515 2007-04-21  Richard Stallman  <rms@gnu.org>
1517         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1519         * subr.el (read-number): Doc fix.
1521         * simple.el (pop-to-mark-command): Display message "mark popped"
1522         if point does not move.
1523         (set-mark-command): Doc fix.
1525 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1527         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1528         (locate-local-filter, locate-local-search): New vars.
1529         (locate): Make variables local.
1530         (locate-update): Bind locate-buffer-name.  Call locate using
1531         locate-local-filter and locate-local-search.
1533 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1535         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1536         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1537         (hi-lock-mode): Update docstring.
1539 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1541         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1542         fill-nobreak-predicate when the break is past fill-column.
1544 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1546         * locate.el (locate): Output from shell-command should go in the
1547         current buffer rather than *Shell Command Output*.
1549 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1551         * paren.el (show-paren-function): Fix last fix.
1553 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1555         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1556         (archive-lzh-summarize): Add optional start arg for where to start
1557         looking at the archive.
1558         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1560         * international/mule.el (auto-coding-alist): no-conversion for .exe
1561         and .EXE.
1563 2007-04-19  Alan Mackenzie  <acm@muc.de>
1565         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1566         function return type contains "struct", "union", etc.
1567         c-end-of-defun goes too far forward.
1569 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1571         * paren.el (show-paren-function): Reset window-start to avoid
1572         recentering.
1574 2007-04-19  Glenn Morris  <rgm@gnu.org>
1576         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1578 2007-04-18  Glenn Morris  <rgm@gnu.org>
1580         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1581         :set function.
1582         (diary-list-entries): Only switch to diary-mode from
1583         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1584         diary-mode set header-line-format, in case of any customization.
1586 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1588         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1589         is less than the length of parse-time-syntax.
1591 2007-04-17  David Kastrup  <dak@gnu.org>
1593         * replace.el (query-replace-regexp-eval): Deprecate.
1595 2007-04-17  Alan Mackenzie  <acm@muc.de>
1597         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1598         point too close to EOB, leave point at EOB rather than last `}'.
1600 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1602         * textmodes/bibtex.el (bibtex-include-OPTkey)
1603         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1604         Fix defcustom.
1606 2007-04-17  Glenn Morris  <rgm@gnu.org>
1608         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1609         be encoded, fall back to current year.
1611 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1613         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1614         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1615         M "MSDOS".
1617 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1619         * progmodes/python.el (python-end-of-block): Avoid looping forever
1620         if python-next-statement fails.
1622 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1624         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1626 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1628         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1629         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1631 2007-04-15  Jay Belanger  <belanger@truman.edu>
1633         * calc/calc.el (calc-version): New function.
1634         (calc-trail-mode): Shorten the title.
1636 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1638         * mail/footnote.el (footnote-style): Clarify docstring to state
1639         that customizing this only applies to future footnotes.
1641 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1643         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1644         (bibtex-make-field): Check that INIT is a string. Use functionp.
1646 2007-04-14  Glenn Morris  <rgm@gnu.org>
1648         * complete.el (PC-goto-end): New buffer-local variable.
1649         (PC-do-completion-end): Make buffer-local.
1650         (partial-completion-mode) <choose-completion-string-functions>:
1651         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1652         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1653         doc string.  Set PC-goto-end for choose-completion.
1654         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1655         PC-do-completion.
1657         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1658         arg to bibtex-make-field.
1659         (bibtex-make-field): Add optional fourth arg NODELIM.
1660         Insert delimiters around INIT unless this arg is non-nil.
1662 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1664         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1665         global map isn't modified.
1667 2007-04-14  Glenn Morris  <rgm@gnu.org>
1669         * calendar/appt.el (appt-disp-window): Do not split small windows.
1670         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1672 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1674         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1676         * files.el: Ditto.
1678 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1680         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1682         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1683         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1684         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1685         (term-pager-help): Fix typos in docstrings.
1687         * wid-edit.el (widget-documentation): Fix typo in docstring.
1689         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1690         Fix typos in error messages.
1692 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1694         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1695         window marked as dedicated.
1697         * mail/footnote.el (footnote-latin-string): New variable.
1698         (footnote-latin-regexp): Redefine as regexp alternative.
1699         (Footnote-latin): Use footnote-latin-string instead of
1700         footnote-latin-regexp.
1702 2007-04-13  Glenn Morris  <rgm@gnu.org>
1704         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1705         inherited keymaps.
1707 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1709         * outline.el (outline-get-next-sibling): Clarify docstring.
1710         (outline-get-last-sibling): Handle case where we are at the first
1711         heading.  Clarify docstring.
1713 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1715         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1716         length as stop button to lessen flicker.
1717         (jdb): Add gud-print.
1718         (gud-find-expr): Jdb prints the expression with the value, so
1719         don't insert it in the output.
1721 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1723         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1724         case hex.  Do not try to decode non-hex letters.
1726 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1728         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1729         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1730         (byte-optimize-form-code-walker): Evaluate pure function calls if
1731         possible.
1732         (byte-optimize-all-constp): New function.
1734         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1735         Improve numeric argument case.
1736         (byte-compile-backward-char, byte-compile-backward-word):
1737         New functions, performing rewriting previously done in byte-opt.el.
1738         Fix their "Fixme" item (restriction to numeric arguments).
1740 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1742         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1743         with dolist.
1744         (after-init-hook): Don't quote lambda.
1745         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1746         (desktop-internal-v2s): Remove unused var `el'.
1747         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1748         desktop-restore-file-buffer.
1749         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1750         desktop-create-buffer.
1752 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1754         * woman.el (woman-decode-buffer): Postpone macro-set check...
1755         (woman-decode-region): ...to here.
1757 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1759         * startup.el (tty-handle-args): Use %S to log ARGS.
1761 2007-04-10  Glenn Morris  <rgm@gnu.org>
1763         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1764         it is obsolete and has no effect.
1766         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1767         byte-compiler.
1769         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1770         obsolete function make-local-hook.
1772         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1773         start to quieten byte-compiler.
1775 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1777         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1778         to bytecomp.el as byte-compile-char-before).
1779         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1780         New function (modified replacement for byte-optimize-char-before in
1781         byte-opt.el).
1783 2007-04-09  Alan Mackenzie  <acm@muc.de>
1785         * startup.el (inhibit-splash-screen): Emphatically state that it
1786         can't be set in site-start.el.
1788 2007-04-09  Masatake YAMATO  <jet@gyve.org>
1790         * progmodes/cc-subword.el (c-capitalize-subword): More closely
1791         mimic the behavior of `capitalize-word'.  Do not move point with a
1792         negative argument.  Based on tiny change by Paul Curry.
1794 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
1796         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1797         Don't move point if ARG is negative.
1799 2007-04-09  Alan Mackenzie  <acm@muc.de>
1801         Changes to make `narrow-to-defun' and `mark-defun' work properly
1802         in CC Mode:
1804         * progmodes/cc-defs.el (c-beginning-of-defun-1):
1805         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1806         Bind beginning/end-of-defun-function to nil around calls to
1807         beginning/end-of-defun.
1809         * progmodes/cc-langs.el (beginning-of-defun-function)
1810         (end-of-defun-function): New c-lang-setvar's.
1812         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1813         (setq arg 1))" to enable non-interactive call.
1815 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
1817         * simple.el (set-mark-command): Doc fix.
1819 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
1821         * progmodes/gud.el (gdb): Restore existing session if user
1822         tries to start a second one in graphical mode.
1824 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
1826         * cus-start.el <scroll-preserve-screen-position>: Add choices.
1828 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1830         * term/xterm.el (terminal-init-xterm): Fix key definitions.
1831         Add binding for C-M-SPC.
1833 2007-04-08  Richard Stallman  <rms@gnu.org>
1835         * pcomplete.el (pcomplete-read-event): One single definition,
1836         and not a defsubst.
1838 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
1840         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1841         byte-compiler warning "value unused".
1843 2007-04-08  Andreas Schwab  <schwab@suse.de>
1845         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1847 2007-04-07  Glenn Morris  <rgm@gnu.org>
1849         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1850         Autoload these functions.
1851         (diary-date-forms): Add a custom :set form.
1853         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1854         before first use.
1855         (diary-font-lock-keywords): New function with old code for
1856         initialization of variable of same name.
1858 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
1860         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1861         clean-up: only insert space when on identifier, etc.
1863 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1865         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1867         * net/tls.el (open-tls-stream): Properly handle case where there
1868         is no associated buffer.
1870 2007-04-07  Glenn Morris  <rgm@gnu.org>
1872         * ffap.el (ffap-file-at-point): Lower the priority of the
1873         ffap-ftp-sans-slash-regexp check.
1875 2007-04-06  Alan Mackenzie  <acm@muc.de>
1877         Fix fontification of labels, and other things with ":".
1879         * progmodes/cc-engine.el (c-forward-label): The function now
1880         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1881         the former t.
1883         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1884         new return code from c-forward-label, fontifying tokens properly.
1885         Add some general comments throughout the file.
1887 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
1889         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1890         Revert 2006-01-27 change.
1892         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1894         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1896         * desktop.el (desktop-create-buffer, desktop-save):
1897         Revert 2004-11-12 change for lack of copyright papers.
1899         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1900         (dired-guess-default): Respect case.
1902         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1904         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1905         was originally checked in as byte-optimize-concat on 1997-11-02.
1907         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1908         1995-05-19 doc changes.
1910 2007-04-06  Kim F. Storm  <storm@cua.dk>
1912         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
1913         (unload-feature): Update interactive spec accordingly.
1915         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1917 2007-04-06  John Paul Wallington  <jpw@pobox.com>
1919         * subr.el (with-case-table): Use `make-symbol' to avoid variable
1920         capture.  Restore the table in the same buffer.
1922         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1924 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
1926         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1927         Print entire form.
1929 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
1931         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1932         for low-color displays.
1934 2007-04-05  Glenn Morris  <rgm@gnu.org>
1936         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1937         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1938         Seed random number generator on loading.
1940         * emacs-lisp/authors.el (top-level): Provide self.
1942         * play/animate.el (top-level): Provide self.
1944 2007-04-04  Alan Mackenzie  <acm@muc.de>
1946         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1947         to mention c-syntactic-indentation.
1949 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
1951         * subr.el (with-case-table): New macro.
1953         * international/mule.el (ascii-case-table): New var.
1955         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1956         downcasing.
1958 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1960         * progmodes/gud.el (gud-minor-mode-map): Simplify.
1962         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1963         of the window if we're outside it e.g menu-bar.
1965         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1966         window if we're outside it e.g menu-bar.
1968 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
1970         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1971         decode base-64 encoded body if its content-type is something other
1972         than text/* or message/*.
1974 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
1976         * simple.el (activate-mark-hook): Fix typo in docstring.
1978 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
1980         * tmm.el (tmm-c-prompt): Initialize.
1981         (tmm-menubar): Deal with extended menu-items at top level.
1982         (tmm-get-keybind): Handle bindings redefined/undefined locally.
1983         (tmm-prompt): Handle visibility of top level menu-items.
1985         * progmodes/gud.el (gud-menu-map): Simplify.
1986         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1987         menubar.
1989 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
1991         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1993         * comint.el (comint-send-input): Widen the buffer first.
1995         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1997 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2000         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2002         * newcomment.el (comment-search-forward): Discard comment starters
2003         before point.
2005 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2007         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2009 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2011         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2012         when downcasing.
2014         * button.el (previous-button): Rewrite to account for adjacent buttons.
2016 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2018         * progmodes/idlwave.el (idlwave-auto-fill):
2019         Revert paragraph-separate change.
2021         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2022         Simplify module calc.
2023         (idlwave-shell-set-bp-in-module): Compute module.
2025 2007-03-31  Glenn Morris  <rgm@gnu.org>
2027         * emacs-lisp/timer.el (run-at-time): Doc fix.
2029         * emacs-lisp/warnings.el (display-warning): If we create the
2030         buffer displaying the warning, disable undo there.
2032 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2034         * net/tramp.el (tramp-register-file-name-handler)
2035         (tramp-register-completion-file-name-handler): New defsubst,
2036         derived from `tramp-register-file-name-handlers'.  The split is
2037         necessary because Tramp's file name handlers must be registered at
2038         different startup places.
2040 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2042         * progmodes/hideshow.el (turn-off-hideshow): New function.
2043         (hs-minor-mode): Use it instead of a lambda expression in
2044         change-major-mode-hook.
2046 2007-03-31  David Kastrup  <dak@gnu.org>
2048         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2049         corresponding to MANPATH_MAP entries.
2050         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2051         (woman-parse-man.conf): Use more discriminating man.conf name.
2052         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2053         (woman-manpath): Doc fix and type fix.
2054         (woman-cached-data): Check for MANPATH_MAP entries.
2055         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2057 2007-03-31  Stuart Herring  <herring@lanl.gov>
2059         * emacs-lisp/sregex.el (sregexq): Doc fix.
2061 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2063         * flymake.el (flymake-err-line-patterns): Doc fix.
2065 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2067         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2068         Move to the right.
2070 2007-03-30  Alan Mackenzie  <acm@muc.de>
2072         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2074 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2076         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2077         Use it, passed in explicitly, instead of from the dynamic binding.
2078         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2080 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2082         * simple.el (blink-matching-open): When in minibuffer, don't
2083         search for a match inside the prompt.
2085 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2087         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2088         (tmm-prompt): Don't make the mouse user select the first menu
2089         item twice.
2091 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2093         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2094         SIGUSR1 and SIGUSR2.
2096 2007-03-29  Kim F. Storm  <storm@cua.dk>
2098         * ido.el (ido-read-internal): When reading file or dir, only override
2099         minibuffer-local-filename-completion-map, otherwise only override
2100         minibuffer-local-completion-map.
2102 2007-03-29  Glenn Morris  <rgm@gnu.org>
2104         * complete.el (partial-completion-mode): Set PC-do-completion-end
2105         to nil after use.
2106         (PC-lisp-complete-symbol): Create and use a marker at `end',
2107         rather than using point-marker.
2109 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2111         * simple.el (next-error-highlight): Doc fix.
2112         (compose-mail): Revert 2007-03-19 change.
2114 2007-03-28  Richard Stallman  <rms@gnu.org>
2116         * emacs-lisp/edebug.el (edebug-display): Don't go to
2117         edebug-outside-buffer if it is dead.
2119 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2121         * view.el (view-mode): Fix typos in docstring.
2123 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2125         * recentf.el (recentf-save-file): Add a custom :set function.
2127 2007-03-28  Glenn Morris  <rgm@gnu.org>
2129         * complete.el (PC-do-completion-end): New variable.
2130         (partial-completion-mode) <choose-completion-string-functions>:
2131         Use PC-do-completion-end in the non-minibuffer case to replace the
2132         correct amount of text.
2133         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2134         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2135         to deal with improvements inserted after point.
2137 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * button.el (make-text-button): Add explicit `button' property.
2140         (default-button): Don't put a `button' property on it.
2142         * progmodes/python.el (python-mode): Skip comments when parsing.
2144         * vc-arch.el (vc-with-current-file-buffer): New macro.
2145         (vc-arch-file-source-p): Use it to avoid infloop.
2147 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2149         * emacs-lisp/lisp.el (lisp-complete-symbol):
2150         Fix call to get-buffer-window to find windows in other frames.
2152 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2154         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2155         Fix calls to get-buffer-window to find windows in other frames.
2156         Reported by David Hansen <david.hansen@gmx.net>.
2158 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2160         * info.el (Info-display-images-node): On a text-only terminal,
2161         show the "text" or "alt" parts of the image blobs.
2163 2007-03-27  Glenn Morris  <rgm@gnu.org>
2165         * complete.el (PC-do-completion): Compute completion-base-size in
2166         the non-filename case, rather than setting to nil.
2167         (PC-lisp-complete-end): New variable.
2168         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2169         original end in a series of consecutive invocations.
2171         * calendar/calendar.el (calendar-mode-hook): Declare it.
2173         * calendar/diary-lib.el (diary-live-p): Do not check for
2174         diary-selective-display.
2176 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2178         * replace.el (occur-next-error): *Occur* might not be displayed in the
2179         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2181 2007-03-26  Richard Stallman  <rms@gnu.org>
2183         * textmodes/flyspell.el (flyspell-large-region):
2184         Use ispell-call-process-region.
2186 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2188         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2189         Use prin1 instead of princ.
2191 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2193         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2194         Merge in X resources before global face.
2196         * progmodes/compile.el (compilation-start): Save compilation-directory
2197         rather than default-directory as local var.
2198         (compilation-directory): Mark as safe local var.
2200         * files.el: Don't mark default-directory as a safe local var.
2202 2007-03-25  Alan Mackenzie  <acm@muc.de>
2204         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2205         * progmodes/cc-engine.el: Fix typo.
2207 2007-03-25  Juri Linkov  <juri@jurta.org>
2209         * compare-w.el (compare-windows): Rename customization group
2210         `compare-w' to `compare-windows'.
2211         (compare-windows-whitespace, compare-ignore-whitespace)
2212         (compare-ignore-case, compare-windows-sync)
2213         (compare-windows-sync-string-size, compare-windows-recenter)
2214         (compare-windows-highlight, compare-windows): Change group name in
2215         the `group' tag from `compare-w' to `compare-windows'.
2216         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2218 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2220         * expand.el: Change example to always enable abbrev-mode,
2221         and remove redundant `function'.
2222         (expand-abbrev-hook): Add autoload cookie.
2224 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2226         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2227         (testcover-mark-all, testcover-unmark-all): Add prompts to
2228         interactive specs.
2230 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2232         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2233         Use file size in bytes for auto-revert-tail-pos not characters.
2235 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2237         * vc-rcs.el (vc-rcs-annotate-command):
2238         Set text property :vc-annotate-prefix on the annotation text.
2239         (vc-rcs-annotate-time): Instead of searching for ": ",
2240         search for end of text propertized with :vc-annotate-prefix.
2242 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2244         * whitespace.el (top level): Remove calls putting
2245         permanent-local nil property since these are no-ops.
2247         * man.el (Man-support-local-filenames): Assure that
2248         default-directory exists when doing call-process.
2250 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2252         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2253         Fix omission bug: Use m4-program-options to construct shell command.
2255 2007-03-23  David Kastrup  <dak@gnu.org>
2257         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2258         Use `mapcar' rather than `mapcan' to silence compiler warning.
2260 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2262         * textmodes/reftex.el, textmodes/reftex-vars.el,
2263         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2264         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2265         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2266         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2267         * textmodes/reftex-auc.el: Add maintainer address.
2269 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2271         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2272         Make sure that `global-font-lock-mode' does not turn on font-lock
2273         in these buffers.
2275 2007-03-21  Kim F. Storm  <storm@cua.dk>
2277         * xt-mouse.el (xt-mouse-epoch): New variable.
2278         (xterm-mouse-event): Use float-time.
2280 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2282         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2283         current-time.
2285 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * complete.el (read-file-name-internal): Don't add the final > if the
2288         completion is not finished (re-application of this patch, which was
2289         accidentally undone by Eli).
2291 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2293         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2294         clicks in describe-key and describe-key-briefly advice a little better.
2296 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2298         * server.el (server-process-filter): Cancel any pending isearch.
2300 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2302         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2303         (icalendar--get-unfolded-buffer): Define actual arguments rather
2304         than just using &rest.  Check replace-in-string is fbound.
2305         (icalendar-import-buffer): Doc fix.
2306         (icalendar--convert-ical-to-diary): Set diary-file.
2307         Check diary-file before inserting final newline.
2308         (icalendar--add-diary-entry): Return diary-file.
2310 2007-03-21  Glenn Morris  <rgm@gnu.org>
2312         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2313         (diary-display-hook): Add custom :set function.
2315         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2316         Add custom :set function.
2317         (diary-header-line-format): Doc fix.
2318         (diary-set-maybe-redraw): New function.
2319         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2320         (diary-list-entries): Always run diary-mode.
2322 2007-03-20  Kenichi Handa  <handa@m17n.org>
2324         * international/quail.el (quail-setup-completion-buf): Make the
2325         completion buffer read-only.
2326         (quail-completion): Adjusted for the above change.  Leave the
2327         modified flag nil.
2329 2007-03-20  David Kastrup  <dak@gnu.org>
2331         * files.el (magic-mode-alist): Require literal "%!PS" string for
2332         magic postscript file detection.
2334 2007-03-20  Richard Stallman  <rms@gnu.org>
2336         * textmodes/ispell.el (ispell-call-process): New function.
2337         Defends against bad `default-directory.'
2338         (ispell-check-version, ispell-find-aspell-dictionaries)
2339         (ispell-get-aspell-config-value, lookup-words): Call it.
2340         (ispell-call-process-region): New function.
2341         (ispell-send-string): Call it.
2343 2007-03-20  Andreas Schwab  <schwab@suse.de>
2345         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2346         (finder-data): Likewise.
2347         (autoloads): Likewise.
2349 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2351         * files.el (basic-save-buffer): Do not set visited filename when
2352         the corresponding directory does not exist or the specified
2353         filename is that of an existing directory.
2355 2007-03-20  Glenn Morris  <rgm@gnu.org>
2357         * calendar/diary-lib.el (diary-live-p): New function.
2358         (number-of-diary-entries): Add a :set function to redisplay diary
2359         when necessary.
2361 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2363         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2364         from client program, mev, to compute mouse event.
2366 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2368         * faces.el (momentary): Face removed; unused due to reversion of
2369         2007-01-04 changes by Kevin Rodgers.
2371         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2372         Suggested by Johan Bockg\e,Ae\e(Brd.
2374 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2376         * font-lock.el (lisp-font-lock-keywords-1):
2377         Highlight define-globalized-minor-mode as a keyword.
2379 2007-03-19  Kim F. Storm  <storm@cua.dk>
2381         * calc/calc-forms.el (math-std-daylight-savings)
2382         (math-std-daylight-savings-old): Doc fix.
2384 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2386         * progmodes/python.el (python-default-template): Doc fix.
2387         (python-buffer): Fix typo in docstring.
2389         * isearchb.el (isearchb-follow-char):
2390         * subr.el (def-edebug-spec): Fix typo in docstring.
2392 2007-03-19  Richard Stallman  <rms@gnu.org>
2394         * files.el (default-directory): Mark safe.
2395         (basic-save-buffer-2): Put proper dir name in error message.
2397         * simple.el (compose-mail): Run switch-function after
2398         setting up the mail buffer.
2400         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2402 2007-03-18  Jay Belanger  <belanger@truman.edu>
2404         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2405         (math-std-daylight-savings-new): Rename from
2406         `math-std-daylight-savings'.
2407         (math-std-daylight-savings-old): Rename from old value of
2408         `math-std-daylight-savings'.
2409         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2410         `math-std-daylight-savings-old' depending on the year.
2412 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2414         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2415         zero-width regexps as invalid but rather at least count them correctly.
2417 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2419         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2420         don't wait more if there is output available to process.
2422 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2424         * progmodes/compile.el (compilation-find-file): Revert change
2425         from 2006-07-18 to allow completion of directory names.
2426         Reported by John Carter <john.carter@tait.co.nz>.
2428 2007-03-18  Kim F. Storm  <storm@cua.dk>
2430         * subr.el (when, unless): Doc fix.
2432 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2434         * net/tls.el (tls-program): Doc fix.
2436 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2438         * autorevert.el (auto-revert-tail-handler):
2439         Call after-revert-hook.
2441 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2443         * simple.el (switch-to-completions): No error if search for \n\n fails.
2445 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2447         * simple.el (line-move-1):
2448         Respect `inhibit-line-move-field-capture' property.
2450 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2452         * comint.el (comint-arguments): Mark backslash-escaped chars.
2453         (comint-delim-arg): Don't treat them as delimiters.
2455 2007-03-12  Kim F. Storm  <storm@cua.dk>
2456         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2458 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2460         * tempo.el (tempo-insert): Deal with 'r> if it appears
2461         specified with a prompt argument.
2463 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2465         * textmodes/org.el (org-set-font-lock-defaults):
2466         Handle narrow table columns correctly.
2468 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2470         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2471         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2472         Return to use of the -no-properties variants.  There was
2473         consensus on emacs-devel that the speed of these variants was
2474         prefered since we are usually parsing files (from the internet
2475         or on disk) instead of XML created in Emacs.
2477         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2478         Add customize option.
2480 2007-03-12  Glenn Morris  <rgm@gnu.org>
2482         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2483         North American rule.  Replace "daylight savings" with "daylight
2484         saving" in doc.
2486         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2487         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2488         "daylight saving" in text.
2490         * woman.el (woman-change-fonts): Tweak previous change by using
2491         woman-request-regexp rather than "^\\.".
2493         * startup.el (command-line-1): Make insertion of
2494         initial-scratch-message not depend on scratch being selected.
2496 2007-03-11  Juri Linkov  <juri@jurta.org>
2498         * replace.el (match): Use yellow background on light-bg terminals.
2500 2007-03-11  Richard Stallman  <rms@gnu.org>
2502         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2503         Correctly compute line number.
2505 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2507         * type-break.el (type-break-get-previous-count):
2508         Repeat previous change here.
2510 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2512         * progmodes/grep.el (grep-find-ignored-directories):
2513         Add .git and .bzr to list.
2515 2007-03-11  Andreas Schwab  <schwab@suse.de>
2517         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2519 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2521         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2523 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2525         * faces.el (face-set-after-frame-default): Recalculate face
2526         customizations after applying X resources.
2528 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2530         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2531         (rcirc-keepalive-seconds): Remove variable.
2532         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2533         (rcirc-process, rcirc-user-disconnect): New variables.
2534         (rcirc-connect): Initalize new variables.
2535         (rcirc-keepalive): Don't send keepalive pings before connection
2536         is completed.
2537         (rcirc-sentinel): Do mark all channels with activity when
2538         connection is dropped.  Run hook with process buffer local.
2539         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2540         (rcirc-buffer-process): Return value of rcirc-process if
2541         rcirc-server-buffer is nil.
2542         (rcirc-server-name): Return the reported server name.
2543         (rcirc-update-prompt): Simplify computation of the server name.
2544         (rcirc-format-response-string): Likewise.
2545         (rcirc-handler-001): Mark server as connected, record the reported
2546         server name, and schedule a timeout.
2547         (rcirc-track-nick): Add a spec for the tty class.
2548         (rcirc-user-non-nick): Remove function.
2549         (rcirc-nick-prefix-chars): Add variable.
2550         (rcirc-user-nick): Use above variable.
2552 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2554         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2555         Bind deactivate-mark to nil.
2557 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2559         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2560         that buffer contents get erased during completion.
2562 2007-03-10  Glenn Morris  <rgm@gnu.org>
2564         * woman.el (woman-change-fonts): Add a hack to deal with
2565         font-escape followed by "." at start of a line.
2566         (woman2-IP): Add a hack to deal with consecutive requests.
2567         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2569 2007-03-10  Alan Mackenzie  <acm@muc.de>
2571         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2573 2007-03-09  Richard Stallman  <rms@gnu.org>
2575         * abbrev.el (abbrev): Add `provide'.
2577 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2579         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2581 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2583         * complete.el (PC-try-completion): New function.
2584         (PC-do-completion, read-file-name-internal): Use it instead of
2585         try-completion.
2587 2007-03-08  Alan Mackenzie  <acm@muc.de>
2589         Remove stale tokens from `c-found-types' cache.
2591         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2592         (c-unfind-coalesced-tokens, c-before-change): New functions.
2593         (c-maybe-stale-found-type): New variable.
2595         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2596         (c-trim-found-types): New functions.
2598 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2600         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2601         (debug-ignored-errors): Add entry from smerge-match-conflict.
2603 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2605         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2606         special help topics for keywords.
2607         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2608         etc. Assistant command.
2610 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2612         * replace.el (occur-engine): Move buffer-undo-list binding...
2613         (occur-1): ...to here.
2615         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2617         * simple.el (minibuffer-completing-symbol): New var.
2618         (eval-expression): Use it.
2619         (completion-setup-function): Don't bind completion-base-size when
2620         completing a symbol in the minibuffer.
2622 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2624         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2625         tries to start a second session in graphical mode.
2627 2007-03-07  Miles Bader  <miles@gnu.org>
2629         * international/isearch-x.el
2630         (isearch-process-search-multibyte-characters):
2631         Strip text-properties from PROMPT to avoid an error from read-string.
2633 2007-03-07  Kim F. Storm  <storm@cua.dk>
2635         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2636         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2638 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2640         * complete.el (PC-do-completion): Delete duplicates in the list of
2641         possible completions.
2643 2007-03-07  Glenn Morris  <rgm@gnu.org>
2645         * ses.el (ses-mode): Doc fix.
2647 2007-03-06  Kim F. Storm  <storm@cua.dk>
2649         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2651 2007-03-06  Kenichi Handa  <handa@m17n.org>
2653         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2655 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2657         * simple.el (completion-setup-function): Improve last fix so it doesn't
2658         set it to a relative directory name either.
2660 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2662         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2664 2007-03-05  Richard Stallman  <rms@gnu.org>
2666         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2668         * files.el (find-file-noselect): No error if file no longer exists.
2669         Display a message and avoid other questions.
2671 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2673         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2674         as not to use an invisible window and to create a window if none exist.
2676         * progmodes/python.el (python-send-command): Restart proc if necessary.
2677         (python-proc): Simplify.
2679 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2681         * pcomplete.el (pcomplete-show-completions): Search all frames for
2682         completions buffer.
2684 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2686         * cus-edit.el (customize-save-variable): Clear customized-value
2687         property (saved values are now put in theme-value property).
2688         (customize-set-variable): Doc fix.
2690         * complete.el (PC-do-completion): If completion-ignore-case is
2691         non-nil, replace field with completion string before exiting.
2693 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2695         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2696         Append its extension to the resulting temporary file name.
2697         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2699         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2700         (tramp-smb-handle-write-region): Apply it.
2702 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2704         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2705         Redo previous change.
2707 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2709         * diff-mode.el (diff-mode): Doc fix.
2711 2007-03-05  Kenichi Handa  <handa@m17n.org>
2713         * international/characters.el: Set category `l' (latin)
2714         for more characters.
2716 2007-03-04  Kim F. Storm  <storm@cua.dk>
2718         * emacs-lisp/authors.el (authors-aliases): Add alias.
2720 2007-03-04  Glenn Morris  <rgm@gnu.org>
2722         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2723         all when switching major mode.
2724         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2725         (hs-block-start-mdata-select, hs-block-end-regexp)
2726         (hs-forward-sexp-func, hs-adjust-block-beginning):
2727         Do not make these variables permanent-local.
2729 2007-03-04  Richard Stallman  <rms@gnu.org>
2731         * progmodes/cperl-mode.el (cperl-mode):
2732         Modify cperl-compilation-error-regexp-alist by appending.
2734         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2735         (edebug-mode): Add the hook.
2736         (edebug-recursive-edit): Remove the hook on exiting.
2738         * type-break.el (type-break-get-previous-time):
2739         Handle end-of-file errors specially
2740         so they don't get reported wrong in .emacs.
2742         * startup.el (fancy-splash-text): Clarify text.
2744         * simple.el (beginning-of-buffer, end-of-buffer):
2745         Avoid treating plain C-u like numeric arg.
2747         * simple.el (completion-setup-function): Don't set
2748         default-directory to nil.
2750         * shell.el (shell-dirstack-query): Doc fix.
2752         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2753         Don't select the window -- pass it to primitives instead.
2755         * faces.el (minibuffer-prompt): Use medium blue by default.
2757 2007-03-04  David Kastrup  <dak@gnu.org>
2759         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2760         Preserve 16 as default value for "seconds" when customizing.
2762 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2764         * textmodes/org.el (org-self-insert-command)
2765         (orgtbl-self-insert-command, org-delete-char)
2766         (org-delete-backward-char): Set the `flyspell-delayed' property.
2768 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2770         * international/mule.el (find-auto-coding): Don't search for
2771         line-ending characters past the end of the tail.
2773 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2775         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2776         Jump to the line where new score has been uploaded.
2778         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2779         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2780         Do nothing when the game is paused.
2782 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2784         * textmodes/org.el (org-set-tags): Prevent slipping of point
2785         during completion.
2787 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2789         * isearch.el (isearch-message-prefix):
2790         Use minibuffer-prompt-properties.
2792 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2794         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2795         (ps-setup): Print which Emacsen is running ps-print package.
2797 2007-03-01  Stuart Herring  <herring@lanl.gov>
2799         * files.el (set-auto-mode-0): Use `indirect-function'.
2800         (hack-one-local-variable): Don't reapply current major mode.
2802 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2804         * progmodes/python.el (python-quote-syntax): Don't bother with
2805         syntax-ppss-context.
2806         (python-fill-paragraph): Make sure that fenced-string delimiters that
2807         stand on their own line stay there.
2809 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2811         * replace.el (perform-replace): Propertize message.
2813 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
2815         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2816         invisible heading.
2818 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2820         * net/tramp.el (tramp-file-name-handler): Revert last change.
2822 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
2824         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2825         Correct doc strings.
2827 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2829         * replace.el (perform-replace): Undo forward-char immediately if
2830         non-adjacent search fails.
2832 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * version.el (emacs-major-version, emacs-minor-version):
2835         string-to-int -> string-to-number.
2837 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
2839         * help.el (where-is): Fail gracefully when not passed a command.
2841 2007-02-28  Stuart Herring  <herring@lanl.gov>
2843         * find-lisp.el (find-lisp-default-directory-predicate):
2844         Fix bug: Do symlink check on expanded filename.
2846 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
2848         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2849         changes during replacement.
2850         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2852 2007-02-28  Lars Hansen  <larsh@soem.dk>
2854         * desktop.el: Delete header line listing me as maintainer.
2856 2007-02-28  Glenn Morris  <rgm@gnu.org>
2858         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2859         the menus case.
2861 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2863         * net/tramp.el (tramp-file-name-handler): Inhibit modification
2864         hooks to avoid confusion when combining after-change calls.
2866 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
2868         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2869         now that pgg-gpg-process-region correctly honors passed-in passphrase.
2870         (allout-distinctive-bullets-string): Add info about bullet conventions.
2871         (allout-mode): Add info about distinctive vs plain bullets.
2873 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
2875         * textmodes/org.el (org-archive-subtree): Quote variable name.
2876         (org-agenda-get-todos): Make sure skip properties are checked correctly.
2878 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2880         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2881         (gud-bashdb-command-name, bashdb): Remove.
2882         (gud, gud-menu-map): Remove references to bash/bashdb.
2884 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
2886         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2887         keyword for Python 2.5.
2889 2007-02-26  Romain Francoise  <romain@orebokech.com>
2891         * net/net-utils.el (whois-server-tld): Update server for .org.
2892         (whois-server-list): Add whois.publicinterestregistry.net.
2893         (whois-guess-server): Fix formatting in docstring.
2895 2007-02-26  Kim F. Storm  <storm@cua.dk>
2897         * mouse.el (mouse-show-mark): Run hooks and perform command
2898         remapping for mouse-region-delete-keys.
2900 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2902         * font-core.el (font-lock-mode): Doc fix.
2904 2007-02-25  Kim F. Storm  <storm@cua.dk>
2906         * ido.el (ido-buffer-internal): Set this-command to fallback command.
2907         Add selected buffer to buffer-name-history.
2908         (ido-file-internal): Set this-command to fallback command.
2909         Add file names to file-name-history.
2911         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2912         Apply minibuffer-prompt-properties.
2914 2007-02-25  Andreas Schwab  <schwab@suse.de>
2916         * files.el (hack-one-local-variable-eval-safep): Correct handling
2917         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
2919 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
2921         * textmodes/org.el (org-table-overlay-coordinates)
2922         (org-table-toggle-coordinate-overlays): New functions.
2923         (org-table-overlay-coordinates, org-table-coordinate-overlays):
2924         New variables.
2925         (org-startup-with-deadline-check): Remove option.
2926         (org-mode): Remove deadline check on startup.
2927         (org-table-limit-column-width): Remove option.
2928         (org-table-formula-numbers-only): Remove option.
2929         (org-link-style, org-link-format): Remove options.
2930         (org-select-agenda-window, org-fit-agenda-window): Remove options.
2931         (org-export-ascii-show-new-buffer)
2932         (org-export-html-show-new-buffer): Remove options.
2933         (org-activate-links): Remove camel option.
2934         (org-file-link-context-use-camel-case): Remove option.
2935         (org-camel-regexp): Remove variable.
2936         (org-activate-camels): Remove function.
2937         (org-store-link): Remove Camel stuff.
2938         (org-make-org-heading-camel): Remove function.
2939         (org-open-at-point): Remove camel stuff.
2940         (org-link-search): Remove camel stuff.
2941         (org-camel-to-words): Function removed.
2942         (org-get-agenda-file-buffer): Make sure we prepare the base
2943         buffers, not any indirect buffers.
2944         (org-sort-entries): Sort top-level when not on a headline, and no
2945         active region.
2946         (org-in-regexp): New function.
2947         (org-search-not-self): Rename from `org-search-not-link'.
2948         (org-open-link-marker): New variable.
2949         (org-open-at-point): Set `org-open-link-marker'.
2950         (org-print-icalendar-entries): Fixe bug with excluding DONE
2951         entries from the exported list.
2952         (org-edit-formula-lisp-indent): New command.
2953         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2954         (orgtbl-to-latex, orgtbl-insert-radio-table)
2955         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2956         (orgtbl-radio-table-templates): New option.
2957         (org-store-link-props):
2958         (org-remember-templates): More possibilities to insert info
2959         into templates.
2960         (org-remember-apply-template): Make use of the extended
2961         template capabilities.
2962         (org-remember-redo-template): New command.
2963         (org-upgrade-old-links)
2964         (org-table-modify-formulas, org-table-replace-in-formulas)
2965         (org-table-find-dataline)
2966         (org-table-get-vertical-vector): Remove functions.
2967         (org-table-remove-rectangle-highlight)
2968         (org-time-stamp-format, org-toggle-log-option)
2969         (org-table-highlight-rectangle)
2970         (org-table-iterate, org-table-make-reference):
2971         (org-translate-time, org-tree-to-indirect-buffer)
2972         (org-table-field-info, org-table-fix-formulas)
2973         (org-table-force-dataline, org-table-get-descriptor-line)
2974         (org-table-get-range)
2975         (org-skip-comments, org-sort)
2976         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2977         (org-table-current-dline, org-table-current-field-formula)
2978         (org-table-edit-backward-field)
2979         (org-table-edit-formulas-post-command)
2980         (org-table-edit-line-down, org-table-edit-line-up)
2981         (org-agenda-archive)
2982         (org-agenda-clock-cancel)
2983         (org-agenda-clock-out, org-agenda-list-stuck-projects)
2984         (org-agenda-open-link, org-agenda-show-new-time)
2985         (org-agenda-skip-subtree-when-regexp-matches)
2986         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2987         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2988         (org-do-sort, org-file-image-p, org-find-overlays)
2989         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2990         (org-highlight-until-next-command, org-isearch-end)
2991         (org-match-any-p, org-next-link, org-previous-link):
2992         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2993         (org-rewrite-old-row-references)
2994         (org-isearch-post-command)
2995         (org-table-edit-move, org-table-edit-next-field)
2996         (org-table-edit-scroll, org-table-edit-scroll-down)
2997         (org-set-frame-title, org-show-reference)
2998         (org-unhighlight-once, org-verify-change-for-undo): New functions.
2999         (org-show-variable): Remove command.
3000         (org-add-log-maybe): New arguments STATE, FINDPOS
3001         (org-table-sort-lines): Rewrite from scratch.
3002         (org-link-search): New argument AVOID-POS.
3003         (org-print-icalendar-entries): Remove argument CATEGORY.
3004         (org-run-agenda-series): Remove argument WONDOW.
3005         (org-next-link, org-previous-link): New commands.
3006         (org-agenda-date-format): New option.
3007         (org-table-iterate): New command.
3008         (org-table-modify-formulas)
3009         (org-table-replace-in-formulas): Remove functions.
3010         (org-table-fix-formulas): New function.
3011         (org-table-insert-column, org-table-delete-column)
3012         (org-table-move-column): Use `org-table-fix-formulas'.
3013         (org-follow-gnus-link): Patch from Bastien/Leo.
3014         (org-table-current-field-formula): New function.
3015         (org-file-image-p): New function.
3016         (org-agenda-show-new-time): New function.
3017         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3018         (org-with-remote-undo): New macro.
3019         (org-agenda-undo): New command.
3020         (org-verify-change-for-undo): New function.
3021         (org-time-stamp-format): New function.
3022         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3023         by user.
3024         (org-match-any-p): New function.
3025         (org-make-tags-matcher): Handle regular expressions for tag and
3026         todo matches.
3027         (org-read-date): Accept "+N" as input for a date relative to the
3028         current date.
3029         (org-remove-subtree-entries-from-agenda): New function.
3030         (org-agenda-archive, org-agenda-kill):
3031         Use `org-remove-subtree-entries-from-agenda'.
3032         (org-do-sort, org-sort-entries): New functions.
3033         (org-sort): New command.
3034         (org-table-sort-lines): Use `org-do-sort'.
3035         (org-fix-decoded-time): New function.
3036         (org-table-number-regexp): Require 0x... to identify as number
3037         in tables.
3038         (org-startup-options): New keywords for note taking.
3039         (org-upgrade-old-links): Remove function.
3040         (org-get-repeat): New function.
3041         (org-show-context): Also show siblings on current level.
3042         (org-show-siblings): New function.
3043         (org-isearch-end, org-isearch-post-command): New functions.
3044         (org-show-siblings): New option.
3045         (org-show-context): Use `org-show-siblings'.
3046         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3047         to be bound, because user may just use elisp.
3049 2007-02-24  Kim F. Storm  <storm@cua.dk>
3051         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3052         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3054 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3056         * startup.el (command-line): Also check if the abbrev file is readable.
3058 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3060         * net/tls.el (tls-certtool-program): Fix custom type.
3062         * mail/feedmail.el (feedmail-message-id-generator)
3063         (feedmail-date-generator): Fix custom types.
3065         * mail/rmail.el (rmail-message-filter): Fix custom type.
3067 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3069         * startup.el (command-line): If simple.el cannot be found, proceed
3070         with a warning message.
3072 2007-02-24  Kenichi Handa  <handa@m17n.org>
3074         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3075         case that BEG is a string.
3077 2007-02-24  Chris Moore  <dooglus@gmail.com>
3079         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3080         * pgg-pgp.el (pgg-pgp-encrypt-region):
3081         * pgg-gpg.el (pgg-gpg-encrypt-region):
3082         Check pgg-encrypt-for-me if no other recipients.
3084 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3086         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3088         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3089         shell-quote-argument.
3091 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3093         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3094         from the comint buffer instead of the temporary one.
3096 2007-02-23  David Reitter  <david.reitter@gmail.com>
3098         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3099         storing it in recentf-exclude.
3101 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3103         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3104         in splash screen.
3106 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3108         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3109         commands, for restart.
3110         (idlwave-shell-current-module): Fix handling of module name by type.
3111         (idlwave-shell-break-in): Update type handling.
3112         (idlwave-shell-bp-get): Encode type in BP structure.
3113         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3114         (idlwave-shell-module-source-query): Query routine info based on type.
3115         Fix path parsing for non-compiled files.
3116         (idlwave-shell-module-source-filter): Don't signal error in filter
3117         if no source found.
3118         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3119         filter race.
3121 2007-02-22  Kim F. Storm  <storm@cua.dk>
3123         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3124         (editable-field): Document need to put some text before the %v
3125         escape in :format string.
3127 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3129         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3130         (vc-svn-use-edit): Remove unused config var.
3131         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3133         * outline.el (hide-sublevels): Keep empty last line, if available.
3135         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3136         rather than the corresponding unicode char, to make the code
3137         more readable.
3139 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3141         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3142         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3143         (speedbar-item-info-tag-helper): Doc fixes.
3145 2007-02-19  Kenichi Handa  <handa@m17n.org>
3147         * international/mule-cmds.el (locale-language-names):
3148         Map "eo" to "Esperanto".
3150         * language/european.el ("Esperanto"): New language environment.
3152 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3154         * simple.el (kill-line): Doc fix.
3156 2007-02-17  Kim F. Storm  <storm@cua.dk>
3158         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3159         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3160         (bindat--unpack-group, bindat--pack-group):
3161         Handle vectors with optional element type.
3163 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3165         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3166         if PASSPHRASE is given.
3168 2007-02-17  Chris Moore  <dooglus@gmail.com>
3170         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3171         Recognize backups of bz2 compressed files.
3173 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3175         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3176         to nil to speed up lookup of the symbol in index nodes.
3178 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3180         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3181         Add indentation for the constants of Lisp.
3183 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3185         * ps-print.el: Use (defvar <foo>) where applicable.
3186         (ps-print-emacs-type): Remove.
3187         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3188         (ps-frame-parameter): Align its call-convention with frame-parameter.
3189         (ps-begin-job): Adjust calls to it appropriately.
3190         (ps-setup): Don't print ps-print-emacs-type.
3191         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3192         Define in such a way that it's obvious that it's defined.
3193         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3194         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3195         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3197 2007-02-15  Alan Mackenzie  <acm@muc.de>
3199         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3200         an empty one-line C-style comment, post-position point properly.
3202 2007-02-15  Chris Moore  <dooglus@gmail.com>
3204         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3205         (isearch-lazy-highlight-new-loop): Bind it.
3206         (isearch-lazy-highlight-search): Use it.
3208         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3210 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3212         * font-lock.el (font-lock-extend-region-wholelines):
3213         Only return non-nil if the region has really been changed.
3214         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3216 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3218         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3219         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3220         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3222 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3224         * faces.el (color-values): Revert changes to docstring from
3225         2007-01-31 and 2000-09-07.
3227         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3228         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3229         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3230         (ispell-help): Fix typos in docstring and output message.
3232 2007-02-14  Kim F. Storm  <storm@cua.dk>
3234         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3235         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3236         (grep): Fix lgrep reference.
3238         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3239         (standard-display-underline): Use make-glyph-code.
3241         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3243         * international/latin1-disp.el (latin1-display-char):
3244         Use make-glyph-code.
3246 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3248         * ehelp.el (with-electric-help, electric-help-exit)
3249         (electric-help-retain): Doc fixes.
3251         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3252         (byte-compile-file): Doc fixes.
3254 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3256         * term/mac-win.el: Change all uses of
3257         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3258         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3259         (mac-ae-get-url): Call select-frame-set-input-focus.
3260         (mac-dnd-handle-drag-n-drop-event): Don't call
3261         select-frame-set-input-focus.
3263 2007-02-13  Kenichi Handa  <handa@m17n.org>
3265         * international/characters.el: Fix documentation of category `a'.
3267 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3269         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3271 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3273         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3274         (tramp-get-remote-ln): Handle error case.
3275         Reported by Chris Moore <dooglus@gmail.com>.
3277 2007-02-11  Kim F. Storm  <storm@cua.dk>
3279         * bindings.el (ctl-x-map): Remove register compatibility bindings
3280         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3282 2007-02-11  Richard Stallman  <rms@gnu.org>
3284         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3285         in load history.
3287         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3288         condition -- don't fail to stop at endpos.
3290 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3292         * textmodes/org.el (org-agenda-get-todos)
3293         (org-agenda-get-timestamps, org-agenda-get-closed)
3294         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3295         (org-agenda-get-blocks, org-format-agenda-item)
3296         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3297         from `category' to `org-category'.
3299 2007-02-11  Kenichi Handa  <handa@m17n.org>
3301         * international/titdic-cnv.el (titdic-convert): Force files be written
3302         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3303         (miscdic-convert): Force files be written with Unix-like eol format.
3305 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3307         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3309         * calculator.el (calculator-prompt): Doc fix.
3310         (calculator-mode-map): Fix typo in menu entry.
3312 2007-02-10  Jay Belanger  <belanger@truman.edu>
3314         * calculator.el (calculator): Do more extensive checking for when
3315         3 lines should be used for the calculator.
3317 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3319         * info-look.el (info-lookup-make-completions):
3320         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3321         index nodes.
3323         * info.el (Info-fontify-maximum-menu-size): Document the effect
3324         of a nil value.
3325         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3326         non-nil before using it as size.
3328 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3330         * subr.el (insert-for-yank-1): Prevent read-only properties from
3331         interfering with text property operations.
3333         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3335         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3336         (image-type-auto-detected-p): Fail if another match is found in
3337         auto-mode-alist.
3339         * files.el (magic-mode-alist): Call image-mode instead of
3340         image-mode-maybe for autodetected images.
3342 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3344         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3345         Fix typos in docstrings.
3346         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3348 2007-02-09  Kim F. Storm  <storm@cua.dk>
3350         * emacs-lisp/float-sup.el: Remove obsolete comment.
3352 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3354         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3356 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3358         * simple.el: Revert previous change, at request of RMS:
3359         (fundamental-mode-hook): Remove.
3360         (fundamental-mode): Run after-change-major-mode-hooks manually,
3361         and don't run the now-nonexistent fundamental-mode-hook.
3363 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3365         * simple.el (fundamental-mode-hook): Declare new hook.
3366         (fundamental-mode): Run the new dedicated hook, and don't run
3367         after-change-major-mode-hooks manually anymore.
3369 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3372         added columns of chars.  Remove support for the "no-meta-info" format.
3373         Prompted by Romain Francoise <romain@orebokech.com>.
3375 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3377         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3378         (gdb-mouse-until, gdb-mouse-jump): Use it.
3380 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3382         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3383         work when there is just an assembler buffer (no source buffer).
3385 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3387         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3388         just because the diff was produced using "-p" (--show-c-function).
3390 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3392         * faces.el (frame-set-background-mode): Use `color-values' and
3393         `display-color-p', not `x-color-values' and `x-display-color-p'.
3394         (face-valid-attribute-values): Use `defined-colors' instead of
3395         `x-defined-colors'.
3397 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3399         * ps-print.ps: The ps-print commands without face printing should not
3400         print background color.  Reported by Leo <sdl.web@gmail.com>.
3401         (ps-print-version): New version 6.7.3.
3402         (ps-begin-job): New arg.  Fix ps-default-background and
3403         ps-default-foreground initialization.
3404         (ps-face-attributes): Fix doc string.
3405         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3407         * printing.el: Fix ps-print link.
3409 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3411         * faces.el (face-set-after-frame-default): Compile attributes to
3412         be set by frame parameters before merging in X resources.
3414 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3416         * simple.el (blink-matching-paren-dont-ignore-comments):
3417         (blink-matching-paren-on-screen): Doc fixes.
3419 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3421         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3423 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3425         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3426         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3427         entries like `defun'.  Return nil.
3429 2007-02-05  Kim F. Storm  <storm@cua.dk>
3431         * ido.el: Doc fixes.
3433 2007-02-04  David Kastrup  <dak@gnu.org>
3435         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3436         `mpuz-allow-double-multiplicator' is non-zero, and correct
3437         calculation of `min'.
3439 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3441         * wid-edit.el (widget-default-create): Insert new text at the
3442         :from marker _after_ the marker, not before it.
3444 2007-02-04  Alan Mackenzie  <acm@muc.de>
3446         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3447         containing it is re-indented.
3449 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3451         * net/newsticker.el (newsticker--insert-image): Update docstring,
3452         and insert the image directly.
3453         (newsticker--buffer-redraw): Update docstring.
3455         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3456         Rename from define-global-minor-mode.
3458         * progmodes/cwarn.el (global-cwarn-mode):
3459         * emacs-lisp/autoload.el (make-autoload):
3460         * hi-lock.el (global-hi-lock-mode):
3461         * font-core.el (global-font-lock-mode): All callers changed.
3463 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3465         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3466         Don't copy @ignore lines into menu descriptions.
3467         (texinfo-multi-file-update): Goto the @node line before attempting
3468         to pluck the node name.
3469         (texinfo-multiple-files-update): Reverse the optional arguments'
3470         order, as per the doc string and the `interactive' form.
3472 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3474         * image-mode.el: Use autoload to avoid overriding disabled setting
3475         applied in .emacs.
3477 2007-02-03  Alan Mackenzie  <acm@muc.de>
3479         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3480         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3481         adjacent paren groups).
3483 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3485         * progmodes/ebnf2ps.el: Doc fixes.
3486         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3488 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3490         * dired-x.el (dired-do-relsymlink): Add reference to
3491         dired-do-symlink.  Add an autoload cookie.
3493         * dired-aux.el (dired-do-symlink): Add reference to
3494         dired-do-relsymlink.
3496 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3498         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3499         <left-fringe mouse-3>: New bindings.
3501 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3503         * newsticker.el (newsticker-version): Changed to "1.10".
3504         (newsticker--set-customvar): Doc string.
3505         (newsticker-new-item-face): Doc string.
3506         (newsticker-mode): Initialize `invisibility-spec' with t.
3507         (newsticker-mode-map): Added
3508         `newsticker-mark-all-items-at-point-as-read'.
3509         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3510         (newsticker-w3m-show-inline-images): Do not call
3511         `w3m-remove-image'.
3512         (newsticker--buffer-after-w3m-insert-image): New advice for
3513         w3m-insert-image to cache images.
3514         (newsticker-next-item-same-feed): New.
3515         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3516         (newsticker-mark-all-items-of-feed-as-read): New.
3517         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3518         (newsticker-mark-item-at-point-as-read): Doc string.
3519         (newsticker-mark-item-at-point-as-read): Use new functions.
3520         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3521         `newsticker-mark-item-at-point-as-read'.
3522         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3523         (newsticker--sentinel): Yet another xml-parser workaround.
3524         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3525         days.
3526         (newsticker--buffer-do-insert-text): Fix.
3527         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3528         (newsticker--buffer-make-item-completely-visible):
3529         `switch-to-buffer' not necessary.
3531 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3533         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3534         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3535         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3536         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3537         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3539 2007-02-02  Kenichi Handa  <handa@m17n.org>
3541         * international/quail.el (quail-show-key): Fix an error message.
3543 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3545         * faces.el (set-face-underline-p, modify-face): Rename arg
3546         UNDERLINE-P to UNDERLINE (it is not a flag).
3548 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3550         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3551         when adding gdb-speedbar-update to gdb-input-queue.
3553 2007-02-01  Kenichi Handa  <handa@m17n.org>
3555         * international/quail.el (quail-show-key): Signal an error if the
3556         current input method is not using Quail.
3558 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3560         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3561         Trim leading whitespace in sysvar names.
3563 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3565         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3567 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3569         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3571 2007-01-31  Romain Francoise  <romain@orebokech.com>
3573         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3574         previous change to this file.
3576 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3578         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3579         image-mode.
3581         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3582         interfering with attempt to set major mode from modified
3583         auto-mode-alist.
3585 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3587         * faces.el (color-values): Doc fix.
3588         (face-differs-from-default-p): Don't check :foreground twice.
3590 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3592         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3594 2007-01-31  Kenichi Handa  <handa@m17n.org>
3596         * international/quail.el (quail-store-decode-map-key): Store a
3597         translated character too.
3598         (quail-char-equal-p): New function.
3599         (quail-find-key1): Check character equality by quail-char-equal-p.
3600         (quail-decode-map-generated): New variable.
3601         (quail-find-key): Check quail-decode-map-generated and re-generate
3602         a decode map if necessary.
3604 2007-01-30  Richard Stallman  <rms@gnu.org>
3606         * tutorial.el (tutorial--detailed-help): Make the list of
3607         changed keys look nicer.
3609 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3611         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3612         (gdb-var-delete): Use it.
3613         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3614         `in_scope'.
3616 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3618         * files.el (get-free-disk-space): Return nil for remote directories.
3620         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3621         instead of "dir".
3623 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3625         * type-break.el (type-break-catch-up-event): New function.
3626         (type-break-demo-hanoi, type-break-demo-life)
3627         (type-break-demo-boring): Use it.
3629         * image-mode.el (image-mode): Don't automatically view as image.
3630         (image-toggle-display): Add `disabled' property.
3632 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3634         * isearchb.el (isearchb-iswitchb):
3635         * ps-print.el (ps-build-face-reference):
3636         * emacs-lisp/shadow.el (list-load-path-shadows):
3637         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3638         * international/mule.el (find-auto-coding):
3639         * mail/supercite.el (sc-attrib-selection-list):
3640         * progmodes/cc-defs.el (c-emacs-features):
3641         * progmodes/cc-vars.el (c-offsets-alist):
3642         * progmodes/flymake.el
3643         (flymake-init-create-temp-source-and-master-buffer-copy):
3644         Fix typos in docstrings (some suggested by Chris Moore).
3646         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3647         (vhdl-get-library-unit, vhdl-corresponding-begin)
3648         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3649         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3650         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3651         (vhdl-font-lock-match-item): Fix typos in docstrings.
3652         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3653         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3654         (vhdl-speedbar-insert-project-hierarchy):
3655         Improve argument/docstring consistency.
3657 2007-01-29  Kenichi Handa  <handa@m17n.org>
3659         * international/titdic-cnv.el (py-converter): Fix previous change.
3661 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3663         * jka-compr.el (jka-compr-partial-uncompress)
3664         (jka-compr-call-process): Rebind default-directory if it is
3665         invalid.  Suggested by Chris Moore.
3667         * comint.el (comint-insert-input): Handle situation where the
3668         selected buffer is not the clicked buffer.
3670 2007-01-29  Kenichi Handa  <handa@m17n.org>
3672         * international/ja-dic-cnv.el (skkdic-convert):
3673         Add byte-compile-disable-print-circle:t at the head.
3675         * international/titdic-cnv.el (tit-process-header):
3676         Add byte-compile-disable-print-circle:t at the head.
3677         (miscdic-convert): Likewise.
3678         (py-converter): Skip the header comments.
3680         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3681         New variable.
3682         (byte-compile-output-file-form): Bing print-circle to nil if
3683         byte-compile-output-file-form is not nil.
3684         (byte-compile-output-docform): Likewise.
3686 2007-01-28  Kim F. Storm  <storm@cua.dk>
3688         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3689         Declare earlier to avoid byte compiler warnings.
3691 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3693         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3695 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3697         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3698         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3699         when calling update-game-score program.  Remove unnecessary
3700         save-excursion.
3702         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3704 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3706         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3707         avoid compiler warning.
3708         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3709         might have values other than "true" or "false".
3711 2007-01-28  Richard Stallman  <rms@gnu.org>
3713         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3714         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3716         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3718         * image.el (image-type-header-regexps): Make GIF regex more specific.
3720         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3721         Don't check `backspace'.
3722         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3723         in Fundamental mode.
3725         * startup.el (fancy-splash-text, normal-splash-screen):
3726         Mention C-g.
3728         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3729         when inserting in buffer.
3731         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3732         inside the if.
3734 2007-01-27  Richard Stallman  <rms@gnu.org>
3736         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3738 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3740         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3741         enum/union/struct/class definition.
3742         Revert change to call `forward-sexp' multiple times.
3744 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3746         * files.el (hack-local-variables-confirm): Don't keep trying to
3747         read an event from an empty kbd macro.
3749 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3751         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3753 2007-01-27  Ben North  <ben@redfrontdoor.org>
3755         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3756         the arg CHILDREN -> WHICH.
3758 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3760         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3761         default-directory to a sane value when calling start-process.
3763 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3765         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3766         (ls-lisp-format-time-list): Doc fix.  Mention
3767         ls-lisp-use-localized-time-format.
3768         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3769         ls-lisp-use-localized-time-format is non-nil, even if a valid
3770         locale is defined.
3772 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3774         * jka-compr.el (jka-compr-shell): Doc fix.
3776         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3778 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3780         * ps-print.ps: Fix background height.
3781         (ps-print-version): New version 6.7.2.
3783 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3785         * makefile.w32-in (finder-data, custom-deps): Depend on
3786         $(lisp)/loaddefs.el.
3788 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3790         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3792 2007-01-24  Miles Bader  <miles@gnu.org>
3794         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3795         (byte-compile-output-docform): Bind `print-circle' to t.
3797 2007-01-24  Kenichi Handa  <handa@m17n.org>
3799         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3800         file name of the original SKK dictionary file.
3802 2007-01-24  Kim F. Storm  <storm@cua.dk>
3804         * ido.el (ido-initial-position): New variable.
3805         (ido-read-internal): Set it if default item is specified.
3806         (ido-minibuffer-setup): Position cursor accordingly if set.
3807         (ido-edit-input): C-e moves to end of input if not already there.
3808         (ido-magic-backward-char): C-b does like M-b if prev char is /.
3809         Don't switch to buffer mode if repeating C-b at start of input.
3810         (ido-toggle-ignore): C-a only toggles ignore at start or end of
3811         input; else it moves to start of input.
3812         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3813         not at end of input, delete rest of input, rather than normal op.
3815 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3817         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3819         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3820         of message.  Activate mark.
3821         (ediff-activate-mark): Set transient-mark-mode to t.
3823         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3825 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3827         * help-fns.el (describe-variable): Don't suppress display of
3828         buffer local value when the value is "large".
3830 2007-01-22  Kim F. Storm  <storm@cua.dk>
3832         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3833         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3834         (ido-tidy): Use ido-active.
3836 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
3838         * hexl.el (hexl-mode-exit): Add missing quote.
3840 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3842         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3843         (mac-ae-keyboard-modifiers): New function.
3844         (mac-handle-toolbar-switch-mode): Use it.
3845         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
3846         if keyboard modifiers on drop contain option key.
3847         (mac-dnd-drop-data): Add optional argument `action'.
3848         (special-event-map): Remove binding for M-drag-n-drop.
3850 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
3852         * add-log.el (add-log-current-defun): Use CC Mode functions to
3853         find the beginning and end of a defun.
3855 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3857         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3858         (gdb-var-create-handler): Handle value field in GDB output of
3859         -var-create.
3860         (gdb-max-frames): New variable.
3861         (gdb-stack-buffer, gdb-frames-select): Use it.
3862         (gdb-info-stack-custom): Help user customize gdb-max-frames,
3863         if necessary.
3864         (gdb-get-frame-number): Simplify.
3866 2007-01-21  Glenn Morris  <rgm@gnu.org>
3868         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3869         Update copyrights.
3871 2007-01-21  Alan Mackenzie  <acm@muc.de>
3873         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3874         handling of K&R stuff.
3876 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3878         * textmodes/bibtex.el (bibtex-files): Fix customization type.
3880 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3882         * ps-print.el: Handle frame parameters (background and/or foreground
3883         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3884         (ps-print-version): New version 6.7.1.
3885         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3886         (ps-frame-parameter): New fun.
3887         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3888         Fix doc and customization.
3889         (ps-begin-job): Get frame parameters (background and/or foreground
3890         colors).
3891         (ps-do-despool): Ensure ps-printer-name has a valid value.
3893 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3895         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3896         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3897         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3898         mean unlimited.
3900 2007-01-20  Alan Mackenzie  <acm@muc.de>
3902         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3903         much more rigorous analysis of putative K&R regions.
3905 2007-01-20  Alan Mackenzie  <acm@muc.de>
3907         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3908         New functions.
3910 2007-01-20  Alan Mackenzie  <acm@muc.de>
3912         * progmodes/cc-align.el, progmodes/cc-cmds.el,
3913         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3914         * progmodes/cc-langs.el, progmodes/cc-styles.el,
3915         * progmodes/cc-vars.el: Add my name.
3917 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3919         * files.el (find-alternate-file): Revert query message to Emacs 21
3920         version.
3922 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3924         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3925         the doc string how to use personal abbrevs without electric
3926         keywords.
3928 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3930         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3931         Fixed cursor position when toggle abbreviated display.
3933 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
3935         * t-mouse.el: Update copyright following assignment by
3936         Alessandro Rubini.
3938 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3940         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3941         (type-break-demo-boring): Call read-event instead of read-char.
3943 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
3945         * progmodes/compile.el: Add handling for makepplog.
3947 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
3949         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3950         aspell dictionaries are initialized when called non-interactively.
3952 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
3954         * progmodes/compile.el (compilation-loop): New arg limit.
3955         Handle case where the first error is at point-min.
3956         (compilation-next-error): New arg to compilation-loop call.
3958 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
3960         * info.el (Info-default-dirs): Change default info dir to
3961         share/info.
3963         * paths.el (Info-default-directory-list): Ditto.
3965 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
3967         * hexl.el (hexl-before-revert-hook): New function.
3968         (hexl-mode): Use it.
3969         (hexl-after-revert-hook): Just call hexl-mode.
3970         (hexl-mode-exit): Remove before-revert-hook.
3972 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3976 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
3978         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3979         by "-" in francais7 otherchars entry.
3980         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3981         otherchars entry.
3983 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
3985         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3986         path.  Rewrite function in `cond' style for readability.
3988         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3989         (The path shortening, that is, not the rearrarangement.)
3991 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3993         * term/mac-win.el (mac-ae-quit-application): New function.
3994         (mac-apple-event-map): Bind "quit application" Apple event to it.
3996 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3998         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3999         than the program's output.
4001 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4003         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4004         (kmacro-start-macro-or-insert-counter)
4005         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4006         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4008         * longlines.el (longlines-show-hard-newlines):
4009         * ruler-mode.el (ruler-mode-ruler):
4010         * emulation/keypad.el (keypad-setup):
4011         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4012         Fix typo in docstring.
4014 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4016         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4017         Remove redirect character ">".
4019 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4021         * replace.el (perform-replace): Remove leftover code.
4023 2007-01-12  Richard Stallman  <rms@gnu.org>
4025         * replace.el (perform-replace): Don't clear NODENT when computing
4026         the replacement string.
4028 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4030         * net/tramp.el (tramp-handle-file-local-copy):
4031         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4032         <christopher.ian.moore@gmail.com>.
4034 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4036         * diff-mode.el (diff-sanity-check-context-hunk-half)
4037         (diff-sanity-check-hunk): New functions.
4038         (diff-find-source-location): Use'em to check the hunks are well-formed.
4040         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4041         activate undo when undo is not active.
4042         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4044 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4046         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4047         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4048         (ffap-url-at-point): Use char-classes rather than "a-z".
4050 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4052         * ediff-init.el (ediff-autostore-merges):
4053         * textmodes/fill.el (fill-region): Doc fix.
4055 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * server.el (server-ensure-safe-dir): UIDs may be floats.
4059 2007-01-10  Richard Stallman  <rms@gnu.org>
4061         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4062         around calls to directory-files.
4064         * subr.el (momentary-string-display): Use save-excursion.
4066         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4067         argument, but read it as `X' does.
4069 2007-01-09  Juri Linkov  <juri@jurta.org>
4071         * info.el (Info-fontify-node): Don't hide node names of index entries.
4073         * faces.el (momentary): Change :group to basic-faces where all
4074         basic faces belong to.  Add :version.
4076 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4078         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4079         keybinding is found.
4080         (tutorial--find-changed-keys): Never treat null keybinding as a
4081         remapping.
4083 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4085         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4087 2007-01-09  Kenichi Handa  <handa@m17n.org>
4089         * international/mule-cmds.el
4090         (select-safe-coding-system-interactively): Fix message.
4092 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4094         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4095         (tramp-process-actions): Add optional parameter TIMEOUT.
4096         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4097         (tramp-open-connection-su): Add timeout of 60".
4099 2007-01-09  Richard Stallman  <rms@gnu.org>
4101         * progmodes/compile.el (compile): Doc fix.
4103 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4105         * tumme.el (tumme-display-thumb): Doc fix.
4107 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4109         * battery.el (battery-search-for-one-match-in-files):
4110         * bindings.el (mode-line-minor-mode-help):
4111         * x-dnd.el (x-dnd-types-alist):
4112         * calendar/icalendar.el (icalendar-import-buffer):
4113         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4115         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4117 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4119         * replace.el (replace-regexp): Fix typo in docstring.
4121 2007-01-07  Alan Mackenzie  <acm@muc.de>
4123         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4124         Amend doc-string and comments.
4126 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4128         * files.el (abbreviate-file-name): Doc fix.
4130 2007-01-06  Markus Triska  <triska@gmx.at>
4132         * subr.el (split-string): Remove spurious ")" from doc string.
4134 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4136         * textmodes/table.el (table--warn-incompatibility):
4137         Use display-warning instead of momentary-string-display.
4139 2007-01-05  Richard Stallman  <rms@gnu.org>
4141         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4143         * simple.el (backward-kill-word): Doc fix.
4145 2007-01-05  Romain Francoise  <romain@orebokech.com>
4147         * international/mule.el (sgml-html-meta-auto-coding-function):
4148         Ensure that the buffer contains a HTML document.
4150 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4152         * faces.el (momentary): Move here ...
4153         * subr.el (momentary): ... from here.
4155 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4157         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4158         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4159         large structures/arrays.
4161 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4163         * files.el (find-file-noselect-1, set-visited-file-name):
4164         Allow backup-enable-predicate to be nil.
4166 2007-01-04  Andreas Schwab  <schwab@suse.de>
4168         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4169         last change.
4171 2007-01-03  Richard Stallman  <rms@gnu.org>
4173         * woman.el (woman-decode-buffer): Clarify error message.
4175 2007-01-03  Alan Mackenzie  <acm@muc.de>
4177         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4179 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4181         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4183 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4187 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4189         * emulation/viper.el (viper-custom-file-name, viper-mode):
4190         Fix typos in docstrings.
4192         * subr.el (momentary-string-display): After moving point, set POS
4193         variable to it to avoid later errors once the buffer is modified.
4194         Doc fix.
4196 2007-01-02  Alan Mackenzie  <acm@muc.de>
4198         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4199         check that the "*/" is present before trying to manipulate it.
4201 2007-01-02  Richard Stallman  <rms@gnu.org>
4203         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4205         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4206         Fix format of value.
4208         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4209         Change messages accordingly.
4210         (customize-customized): Now alias.
4212 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4214         * files.el (version-control): Doc fix.
4216 2007-01-01  Alan Mackenzie  <acm@muc.de>
4218         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4219         Check the format of c-state-cache is valid for an optimisation before
4220         using it.
4222         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4223         are at a statement within a macro".  Other changes so that only
4224         the first continuation line in a macro gets the symbol
4225         `cpp-define-intro', the others getting `statement', or whatever.
4227         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4228         a string, preserve whitespace.  Add a backslash only when also in
4229         a macro.
4231         * progmodes/cc-defs.el: Correct typos.
4233         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4234         new line after an escaped EOL in a string.
4236         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4237         label when it directly follows "else", "do", ....
4239         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4240         angle brackets (as seen in "explicit specialisations" of C++
4241         templates).
4243         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4244         in the doc-string.
4246         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4247         when the comment ender looks like "=========*/" and is alone on
4248         its line.
4250         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4251         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4252         for the old name.
4254         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4255         c-\(beginning\|end\)-of-defun by default.
4257         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4258         New line-up function, for the DEFUN macro in the Emacs C sources.
4259         Only used in "gnu" style.
4261         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4262         the "gnu" style.
4264         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4265         clean-up comment-close-slash also to work when there's a comment
4266         terminator on the line.
4267         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4268         these for large arg - only take account of top level {..}, except
4269         for initial and final adjustments.  M-- C-M-[ae] now go to the
4270         right defuns when the starting point is between defuns.  They use
4271         the four new functions:
4272         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4273         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4274         support c-\(beginning\|end\)-of-defun.
4276         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4277         expressions more rigorously, to exclude bit-field specifiers from
4278         being classed as labels.
4279         (c-forward-label): When analyzing a ":" within a macro, be careful
4280         about using c-forward-syntactic-ws at the macro beginning.
4281         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4282         stmt boundary, check for "operator=", etc.
4284         * progmodes/cc-mode.el (c-postprocess-file-styles):
4285         Bind inhibit-read-only to t, around the call to
4286         c-remove-any-local-eval-or-mode-variables, so that it works on a
4287         RO file.
4289         * progmodes/cc-defs.el (c-version): Update the version number to
4290         "5.31.4".
4292 2007-01-01  Richard Stallman  <rms@gnu.org>
4294         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4295         only if we restored isearch-window-configuration.
4297 2006-12-31  Romain Francoise  <romain@orebokech.com>
4299         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4301 2006-12-31  Kim F. Storm  <storm@cua.dk>
4303         * files.el (auto-mode-case-fold): New defcustom.
4304         (set-auto-mode): If non-nil, perform second case-sensitive pass
4305         through auto-mode-alist if first pass failed.
4307 2006-12-30  Richard Stallman  <rms@gnu.org>
4309         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4311 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4313         * allout.el (allout-encrypt-string): Handle symmetric-key
4314         passphrase caching but leave keypair caching to pgg.
4316 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4318         Sync with Tramp 2.0.55.
4320         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4321         `integerp'.  `char-equal' could fail else in case of negative
4322         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4323         (top): Check for `font-lock-add-keywords' before calling; it
4324         doesn't exist under XEmacs.
4325         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4326         (tramp-completion-mode): Remove clause (not
4327         tramp-unified-filenames), because the function is called in other
4328         context too, where this check results in wrong results in the
4329         XEmacs case on Windows.
4330         (tramp-touch): UTC handling is not possible for XEmacs.
4332 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4334         * scroll-bar.el (previous-scroll-bar-mode): New variable
4335         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4336         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4338         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4340 2006-12-30  Richard Stallman  <rms@gnu.org>
4342         * files.el (make-backup-file-name-1): Precompute abs name
4343         but don't lose the relative name.
4345         * international/mule-cmds.el (select-safe-coding-system-interactively):
4346         Fix message.
4348 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4350         * files.el (backup-buffer): Show entire backup file name in msg.
4352 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4354         * image.el (image-type-header-regexps, image-type-from-data)
4355         (image-type-from-buffer, image-type-from-file-header):
4356         Revert changes from 2006-12-26.
4357         (image-type-auto-detectable): New variable.
4358         (image-type-auto-detected-p): New function.
4360         * files.el (magic-mode-alist): Detect image files with
4361         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4363 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4365         * dired.el (dired-sort-other): Move test for dired-mode...
4366         (dired-sort-set-modeline): ...to here.
4368 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4370         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4371         change.  Suggested by Stefan Monnier.
4373 2006-12-29  Kim F. Storm  <storm@cua.dk>
4375         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4376         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4378 2006-12-27  Kim F. Storm  <storm@cua.dk>
4380         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4381         so it doesn't accidentally match an fsf.org mail address.
4382         (authors-renamed-files-alist): Add tcover-*.el.
4384 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * vc-arch.el (vc-arch-find-version): New function.
4388         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4389         composed of arbitrary characters (even /) in some systems.
4391 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4393         * international/mule-cmds.el (select-safe-coding-system-interactively):
4394         Improve the message in the *Warning* buffer.
4396 2006-12-27  Kim F. Storm  <storm@cua.dk>
4398         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4399         current buffer, it is ok to be first.
4401 2006-12-27  Kenichi Handa  <handa@m17n.org>
4403         * international/mule-cmds.el (select-safe-coding-system-interactively):
4404         Use face `link' for problematic chars.
4406 2006-12-27  Kenichi Handa  <handa@m17n.org>
4408         * international/mule-cmds.el (select-safe-coding-system-interactively):
4409         Improve the message in *Warning* buffer.
4411 2006-12-27  Kim F. Storm  <storm@cua.dk>
4413         * ido.el (ido-set-matches-1): Never put current buffer first if
4414         there are other matches.
4416 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4418         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4419         expressions.
4420         (gdb-var-delete): Handle duplicate names.  Print message for non
4421         root expressions.
4422         (gdb-partial-output-name): Start buffer name with a space.
4423         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4424         buffer name.
4426 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4428         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4429         last footnote when `footnote-spaced-footnotes' is nil.
4431 2006-12-26  Richard Stallman  <rms@gnu.org>
4433         * cus-edit.el (custom-browse-sort-alphabetically)
4434         (custom-buffer-sort-alphabetically)
4435         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4437         * image.el (image-type-header-regexps): Change element format
4438         to include third item NOT-ALWAYS.
4439         (image-type-from-data): Handle new format.
4440         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4441         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4443 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4445         * add-log.el (add-log-current-defun): Call `forward-sexp'
4446         multiple times to pick a member function name defined as
4447         part of nested classes/namespaces.
4449 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4451         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4452         which keymap should be used to change menu.  It does not affect any
4453         existent code.
4455 2006-12-26  Richard Stallman  <rms@gnu.org>
4457         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4458         rather than for being in a minibuffer window.
4460 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4462         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4463         locale-coding-system.
4464         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4465         LF.
4467 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4469         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4470         (sql-mode-syntax-table): Disable double quoted strings.
4471         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4473 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4475         * startup.el (fancy-splash-last-input-event): New variable.
4476         (fancy-splash-special-event-action): New function.
4477         (fancy-splash-screens): Temporarily bind special events to it.
4478         Execute command for saved special event before exiting from
4479         recursive editing.
4481         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4482         New functions.
4483         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4484         Use mac-unread-string.
4486 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4488         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4489         an optimized comment regexp if `comment-start-skip' uses a ^.
4490         * bs.el (bs--up): Remove interactive spec.
4492 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4494         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4495         Suggested by James Cloos.
4497 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4499         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4500         in March.
4501         (calendar-dst-ends): Default to first Sunday in November.
4503 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4505         * allout.el (allout-encrypt-string): Inhibit use of agent within
4506         body of let form where encryption happens.  Acknowledge non-use of
4507         gpg-agent in docstring.
4508         (allout-toggle-subtree-encryption): Acknowledge non-use of
4509         gpg-agent in docstring.
4511 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4513         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4515 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4517         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4518         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4520         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4521         in hooks.
4522         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4523         actually modify buffer; ignore errors if occur.
4525 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4527         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4528         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4529         formatting.
4531 2006-12-23  Richard Stallman  <rms@gnu.org>
4533         * simple.el (delete-horizontal-space): Doc fix.
4535 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4537         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4538         explicitly in a recursive Make, not implicitly through prerequisites,
4539         since the latter is wrong under parallel builds.
4541 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4543         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4545 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4547         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4548         message string.
4550 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4552         * outline.el (outline-next-visible-heading): Fix the case with a
4553         header at end-of-file with no final newline.
4555 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4557         * indent.el (tab-always-indent): Doc fix.
4559 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4561         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4562         (Info-fontify-node): Do fontify indices.
4564         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4565         to the Emacs Lisp reference manual.
4566         (tutorial--tab-map): Remove.  All callers changed.
4567         (tutorial--find-changed-keys): New elt QUIET, used to...
4568         (tutorial--display-changes): ...ensure that warning messages are
4569         only issued once per changed key.
4570         (tutorial--remove-remarks): Delete unused code-path.
4571         (lang-strings): Remove extraneous formatting.
4572         (tutorial--save-tutorial): Prompt before saving tutorial state.
4574 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4576         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4577         Replace '?\ ' by '?\s' throughout.
4578         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4579         `help' custom group.
4580         (tutorial--key-description): New function.
4581         (tutorial--display-changes): Remove redundant arg.  Scan for all
4582         key sequences to avoid false matches.  Cleanup.
4583         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4584         reduce homedir pollution.
4585         (help-with-tutorial): Call tutorial--display-changes with no arg.
4587 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4589         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4591 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/tramp.el (tramp-default-method): We still need to check for
4594         `executable-find', because it is not bound under Emacs 20.
4595         (tramp-handle-file-name-completion)
4596         (tramp-completion-handle-file-name-completion): Handle optional
4597         parameter PREDICATE.
4598         (tramp-find-default-method): Add code for default values.
4600 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4602         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4603         make gud-go send "continue".
4605 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4607         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4608         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4610 2006-12-19  Kim F. Storm  <storm@cua.dk>
4612         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4613         instead of global-map.
4615         * files.el (magic-mode-alist): Allow matching file type by
4616         calling a function at bob.  Check for image types by calling
4617         image-type-from-buffer.  Suggested by Juanma Barranquero.
4618         (set-auto-mode): Do it.
4620 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4622         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4623         Remove "ControlMaster" option from the other `scp*' methods.
4624         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4626 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4628         * textmodes/org.el (org-mode): Show context after isearch.
4629         (org-show-siblings): New function.
4630         (org-show-context): Use `org-show-siblings'.
4632 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4634         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4635         Use syntax-ppss-toplevel-pos.
4637 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4639         * textmodes/org.el (org-current-line): Make sure that lines are
4640         counted from beginning of buffer.
4641         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4642         lines are counted from beginning of buffer.
4644 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4646         * info.el (Info-build-node-completions): Signal error if tag-table
4647         marker is not found.
4649         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4651 2006-12-17  Alan Mackenzie  <acm@muc.de>
4653         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4654         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4655         Based on code by Martin Rudalics.
4657         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4658         open-paren-in-column-0-is-defun-start to nil any more.
4660 2006-12-17  Richard Stallman  <rms@gnu.org>
4662         * simple.el (delete-horizontal-space): Use prefix arg.
4664         * help-fns.el (describe-variable): Improve blank separator lines.
4666         * files.el (magic-mode-alist): Mark as risky.
4668         * files.el (make-backup-file-name-1):
4669         Expand backup-directory explicitly.
4671 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4673         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4674         check whether package password.el is loaded, or Pageant is running.
4676 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4678         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4679         (icalendar--rris): First try Emacs, then XEmacs.
4680         (icalendar--convert-ical-to-diary): Doc fix.
4681         Insert newline at end of target file.
4683 2006-12-17  Kim F. Storm  <storm@cua.dk>
4685         * outline.el (outline-isearch-open-invisible-function): New defvar.
4686         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4687         overlay property instead of outline-isearch-open-invisible.
4689 2006-12-16  Kim F. Storm  <storm@cua.dk>
4691         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4692         if ido-directory-too-big is set on entry.
4693         (ido-toggle-ignore, ido-completion-help): Print message while
4694         reading big directory.
4696 2006-12-15  Richard Stallman  <rms@gnu.org>
4698         * shell.el (shell): Doc fix.
4700 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4702         * emulation/edt.el (edt-xserver):
4703         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4704         to fix a problem on Cygwin.
4706         * emulation/edt.el
4707         * emulation/edt-mapper.el
4708         * emulation/edt-lk201.el
4709         * emulation/edt-pc.el
4710         * emulation/edt-vt100.el: Update maintainer's email address.
4712 2006-12-15  Simon Marshall  <simon@gnu.org>
4714         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4716 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4718         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4719         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4720         instead of mac-atsu-font-table.
4721         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4723 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4725         * align.el (align-match-tex-pattern): Fix a rare bug which
4726         hanged Emacs.
4728 2006-12-14  Richard Stallman  <rms@gnu.org>
4730         * startup.el (use-fancy-splash-screens-p): Use frame-height
4731         instead of window-height.  Pass frame to image-size.
4733 2006-12-13  Kenichi Handa  <handa@m17n.org>
4735         * international/mule-cmds.el (set-locale-environment):
4736         Set default-sendmail-coding-system too.
4738 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4740         * progmodes/idlw-help.el: Fix copyright notice.
4742 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4746 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4748         * subr.el (unread-command-char): Reformat obsolescence info.
4750 2006-12-11  Richard Stallman  <rms@gnu.org>
4752         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4753         about calls to cl-struct-setf-expander.
4755 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4757         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4758         (ediff-combination-pattern): Fix typo in docstring.
4760         * textmodes/refer.el (refer-find-entry): Doc fix.
4761         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4762         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4763         Fix tipos in docstrings.
4765         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4767 2006-12-10  Kim F. Storm  <storm@cua.dk>
4769         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4770         instead of binding M-backspace.
4772 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4774         * replace.el (replace-match-data, replace-match-maybe-edit):
4775         * calc/calc-aent.el (calc-eval-error):
4776         * emulation/vi.el (vi-char-argument):
4777         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4778         (c-vsemi-status-unknown-p-fn): Doc fixes.
4780 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4782         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4783         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
4785 2006-12-10  Masatake YAMATO  <jet@gyve.org>
4787         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4789 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
4791         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4793         * man.el (Man-xref-button-action): New function.  If the
4794         `Man-target-string' button property is a function, assume it
4795         accepts a position argument.
4796         (Man-abstract-xref-man-page): Use it.
4797         (Man-default-man-entry): New optional arg POS.
4799         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4800         symlink arrows read-only and non-rear-sticky.
4802 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
4804         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4805         (wdired-search-and-rename): Simplify code.
4806         (wdired-preprocess-files, wdired-preprocess-perms): Make
4807         read-only property of preceding character rear-nonsticky to
4808         avoid that it can be modified.  Put old-name and old-link
4809         properties on character preceding name and replace
4810         put-text-property by add-text-properties.
4811         (wdired-get-filename, wdired-get-previous-link): Get old-name
4812         and old-link properties from character preceding name and
4813         simplify code.
4814         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4815         (wdired-perms-to-number): Make local-map property
4816         rear-nonsticky to avoid that text following permissions may be
4817         modified.  Use add-text-properties instead of put-text-property
4818         when changing a permission bit.
4819         (wdired-change-to-dired-mode): Remove stickiness properties.
4821 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
4823         * international/mule-cmds.el (register-input-method): Doc fix.
4825 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
4827         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4829 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4831         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4832         Force buffer local defs evaluation on local variables loading.
4833         (flyspell-mode-on, flyspell-mode-off): Use it in
4834         `hack-local-variables-hook'.
4836 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
4838         * emacs-lisp/find-func.el (find-variable): Doc fix.
4840         * help-fns.el (variable-at-point): Doc fix.
4842         * w32-fns.el (w32-append-code-lines): New function.
4844 2006-12-09  Romain Francoise  <romain@orebokech.com>
4846         * comint.el (comint-insert-input): Delete obsolete comment.
4848 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4850         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4851         current frame, in case we're connected to several displays.
4853 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4855         * frame.el (other-frame): Doc fix.
4856         (set-frame-parameter): Fix typo in docstring.
4858 2006-12-07  Kim F. Storm  <storm@cua.dk>
4860         * info.el (Info-index): Strip leading colon from topic.
4862 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
4864         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4865         to pointers.
4867 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
4869         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4870         Trim out spurious class inheritance "None" entries.
4872 2006-12-05  Kim F. Storm  <storm@cua.dk>
4874         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4875         (cua-paste-pop): Rework last change for
4876         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4877         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4878         text inserted by the last M-y command.
4880 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4882         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4883         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4885         * shell.el (shell): Search the start file in ~/.emacs.d as
4886         `init_SHELLNAME.sh' instead.
4888 2006-12-05  Glenn Morris  <rgm@gnu.org>
4890         * progmodes/cperl-mode.el (cperl-mode)
4891         * progmodes/f90.el (f90-mode-abbrev-table)
4892         * progmodes/fortran.el (fortran-mode-abbrev-table)
4893         * progmodes/octave-mod.el (octave-abbrev-table)
4894         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4895         if abbrev-table is non-nil (saved user abbrevs may have been restored).
4897         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4898         clear abbrev table, else saved abbrevs will not be restored.
4900 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4902         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4903         the call to `make-obsolete-variable', not in the docstring.
4905 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
4907         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4909 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4911         * progmodes/ebnf-abn.el:
4912         * progmodes/ebnf-bnf.el:
4913         * progmodes/ebnf-dtd.el:
4914         * progmodes/ebnf-ebx.el:
4915         * progmodes/ebnf-iso.el:
4916         * progmodes/ebnf-otz.el:
4917         * progmodes/ebnf-yac.el:
4918         * progmodes/ebnf2ps.el:
4919         * delim-col.el:
4920         * printing.el:
4921         * ps-bdf.el:
4922         * ps-mule.el:
4923         * ps-print.el: Remove 'Time-stamp' comment mark.
4925         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4926         'easy-menu-add-item' when called in Emacs 21 or higher.
4928 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
4930         * progmodes/ada-xref.el (ada-check-current): Doc fix.
4931         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
4933 2006-12-04  Kim F. Storm  <storm@cua.dk>
4935         * bindings.el (global-map): Bind [signal t] to ignore, to have
4936         user signals ignored by default.
4938 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4940         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4941         Unicode data file pointed to by `describe-char-unicodedata-file'.
4943 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4945         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4946         O(n^2) regexp-search by anchoring the search.
4948 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
4950         * whitespace.el (whitespace-cleanup-internal): Use current
4951         argument for recursive call.
4953 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
4955         * net/tramp.el (tramp-methods): Add "ControlPath" and
4956         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
4957         Andreas Schwab <schwab@suse.de>.
4958         (tramp-do-copy-or-rename-file-out-of-band)
4959         (tramp-open-connection-rsh): Compute format spec for ?t.
4960         (tramp-process-actions): Trace command parameters.
4962 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
4964         * simple.el (toggle-truncate-lines): Clarify doc string.
4966         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4967         (gdb-speedbar-expand-node): Use it.
4969 2006-12-04  Richard Stallman  <rms@gnu.org>
4971         * progmodes/python.el (python-indent): Add safe-local-variable prop.
4973         * dired.el (dired-revert): Turn off dired-after-readin-hook
4974         around call to dired-readin.
4976         * menu-bar.el (menu-bar-make-toggle): Add "globally"
4977         to echo area messages.
4978         <indicate-empty-lines, case-fold-search>:
4979         Add "globally" to Help string.
4980         <case-fold-search>: MESSAGE arg need not say "globally".
4981         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4983 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
4985         * outline.el (outline-end-of-subtree): Don't leave an empty
4986         line hidden as we would a real next heading.
4988 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
4990         * allout.el (allout-ascend): Add an optional argument to preserve
4991         original position of point when unsuccessful.  Also, fix a
4992         docstring error.
4993         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4994         work again, using allout-ascend's new option.
4995         (allout-setup-mode-map): Extract from allout-mode to initialize
4996         allout-mode-map.  Call it on file load, so the mode docstring
4997         substitutions work even if allout mode has not yet been invoked.
4998         (allout-mode): Use new allout-setup-mode-map to track any keybinding
4999         customizations since the map was last processed.  Also, refine the
5000         docstring so it's ship-shape for release.
5001         (allout-default-layout, allout-beginning-of-line-cycles)
5002         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5003         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5004         (allout-version, allout-layout, allout-infer-body-reindent)
5005         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5006         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5007         (allout-previous-heading, allout-goto-prefix-doublechecked)
5008         (allout-current-bullet-pos, allout-next-sibling-leap)
5009         (allout-pre-command-business, allout-encrypted-type-prefix)
5010         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5011         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5012         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5013         (allout-old-expose-topic, allout-listify-exposed)
5014         (allout-process-exposed, allout-latex-verb-quote)
5015         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5016         (allout-toggle-current-subtree-encryption)
5017         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5018         Remove extraneous open-paren and close paren string escapes.
5020 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5022         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5023         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5024         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5025         Fix typos in docstrings.
5027 2006-12-03  Glenn Morris  <rgm@gnu.org>
5029         * progmodes/cc-align.el
5030         * progmodes/cc-awk.el
5031         * progmodes/cc-cmds.el
5032         * progmodes/cc-compat.el
5033         * progmodes/cc-defs.el
5034         * progmodes/cc-engine.el
5035         * progmodes/cc-langs.el
5036         * progmodes/cc-menus.el
5037         * progmodes/cc-mode.el
5038         * progmodes/cc-styles.el
5039         * progmodes/cc-vars.el
5040         * progmodes/vhdl-mode.el: Fix Copyright format.
5042 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5044         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5045         initial down event.
5047 2006-12-02  Kim F. Storm  <storm@cua.dk>
5049         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5050         (cua-repeat-replace-region): Make M-v more robust.
5051         (cua-paste-pop-rotate-temporarily): New defcustom.
5052         (cua-paste-pop): Use it.
5053         (cua-auto-mark-last-change): New defcustom.
5054         (cua-pop-to-last-change): New helper function.
5055         (cua-set-mark): Use them.
5057 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5059         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5060         mini-buffer message.
5062 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5064         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5066 2006-12-01  Ben North  <ben@redfrontdoor.org>
5068         * paren.el: Fix the highlight overlay extension when the user types a
5069         sequence of char very fast just before the open parenthesis.
5071 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5073         * ps-mule.el: Eliminate Emacs 20 compatibility.
5075         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5076         (ps-print-version): New version 6.7.
5077         (ps-print-quote): Replace '?\ ' by '?\s'.
5079 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5081         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5082         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5083         (hexl-end-of-1k-page): Doc fixes.
5084         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5085         Fix typos in docstrings.
5087 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5089         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5090         locally, i.e. without using file name handlers.
5091         (ido-read-internal): Allow mono letter host names, avoiding the
5092         `c:' problem by testing if the file exists locally.
5093         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5095 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5097         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5098         to avoid bytecomp warnings.
5099         (hexl-mode-old-ruler-function): New variable.
5100         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5101         and `hl-line-range-function' after `require' hl-line.
5102         Then bind `hl-line-range-function' and `hl-line-face'.
5103         Don't require frame.  Don't use `with-no-warnings'.
5104         (hexl-activate-ruler): Store the original value of
5105         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5106         (hexl-mode-exit): Restore the original value of
5107         `ruler-mode-ruler-function'.
5109 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5111         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5112         (hexl-mode-old-hl-line-face): New variable.
5113         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5114         line when exit from the hexl-mode.
5116 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5118         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5119         Doc fixes.
5121         * international/fontset.el (create-fontset-from-ascii-font)
5122         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5123         (fontset-name-p): Fix typo in docstring.
5125         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5127 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5129         * ps-bdf.el: Fix maintainer email.
5131         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5132         compatibility.
5134         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5135         21 compatibility.
5136         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5137         Emacs 20 & 21.
5139 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5141         * progmodes/idlwave.el (idlwave-auto-fill):
5142         Remove paragraph-start let to prevent auto-fill giving up.
5144 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5146         * vt100-led.el (led-state): Fix typo in previous change.
5148 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5150         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5151         Fix interactive spec of the functions getting defined to make them
5152         work as documented.
5154 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5156         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5158 2006-11-28  Kim F. Storm  <storm@cua.dk>
5160         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5161         icomplete-mode is enabled.
5163 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5165         * textmodes/org.el (require): Require gnus-sum during compilation
5166         to avoid problem with a macro call.
5168 2006-11-28  Glenn Morris  <rgm@gnu.org>
5170         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5172         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5173         (fortran-window-create-momentarily): Do not need string-to-char.
5175 2006-11-28  Richard Stallman  <rms@gnu.org>
5177         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5178         Replace incorrect use of assoc-default with a loop.
5180         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5182         * simple.el (next-error-find-buffer): Improve messages.
5184         * files.el (revert-buffer): Special error message if file
5185         is now not readable.
5187         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5188         constructed commands.
5190         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5191         in INSIDE_EMACS.
5193 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5197         * server.el: Remove spurious * in docstrings.
5198         (server-process-filter): Exit from recursive editing before processing
5199         a new request.
5201 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5203         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5204         line so hidden blocks will be correctly identified.
5206 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5208         * ledit.el (ledit-save-defun, ledit-mode):
5209         * resume.el (resume-emacs-args-buffer):
5210         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5211         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5212         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5213         (command-send-input, command-kill-line):
5214         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5216         * autoarg.el (autoarg-kp-mode): Doc fix.
5218         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5219         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5220         (check-emacs-lock): Doc fix.  Simplify.
5222         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5223         (iimage-mode-buffer): Fix typos in docstring.
5225         * misc.el (zap-up-to-char): Doc fix.
5227         * time-stamp.el: Fix comment and obsolescence string for old
5228         functions.  Use `dolist' instead of `while'.
5230         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5232         * disp-table.el (standard-display-8bit, standard-display-default):
5233         * ebuff-menu.el (electric-buffer-list):
5234         * ehelp.el (electric-help-command-loop):
5235         * font-core.el (font-lock-mode):
5236         * help-macro.el (make-help-screen):
5237         * help.el (describe-minor-mode-completion-table-for-indicator)
5238         (lookup-minor-mode-from-indicator):
5239         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5240         * info-look.el (info-lookup-guess-custom-symbol):
5241         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5242         * longlines.el (longlines-wrap-line):
5243         * macros.el (insert-kbd-macro):
5244         * menu-bar.el (menu-bar-update-buffers):
5245         * misc.el (copy-from-above-command):
5246         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5247         * newcomment.el (comment-indent):
5248         * novice.el (disabled-command-function):
5249         * sort.el (sort-fields-syntax-table):
5250         * subr.el (momentary-string-display):
5251         * tar-mode.el (tar-header-block-summarize)
5252         (tar-clear-modification-flags):
5253         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5254         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5255         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5256         (te-delete-char, te-down-vertically-or-scroll):
5257         * time-stamp.el (time-stamp-string-preprocess):
5258         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5260 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5262         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5263         in GUD mode.
5265         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5266         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5268 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5270         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5272 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5274         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5275         (ada-compile-goto-error): Adapt to new argument profile of
5276         compilation-goto-locus in Emacs 22.  Don't check if the various
5277         compile functions are defined; we already do "(require 'compile)".
5279 2006-11-26  Kim F. Storm  <storm@cua.dk>
5281         * kmacro.el: Fix commentary.
5283 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5285         * progmodes/gud.el (gdb): Explain how to run in text command mode
5286         more clearly.  Say in error message that multiple debugging
5287         requires restarting GDB.
5289 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5291         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5293 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5295         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5296         (flymake-popup-menu): Use it instead of posn-at-point.
5298 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5300         * progmodes/cc-vars.el (c-backslash-column):
5301         Mention c-backslash-max-column in documentation for c-backslash-column.
5303 2006-11-24  Lars Hansen  <larsh@soem.dk>
5305         * net/tramp.el (tramp-default-method): Under Windows, change from
5306         plink to pscp.
5307         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5308         (tramp-actions-copy-out-of-band):
5309         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5310         (tramp-action-out-of-band): Move "Permission denied" handling to
5311         tramp-action-copy-failed.
5312         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5313         process buffer.
5315 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5317         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5318         strings to a single string.  Quote `errors-file-name'.
5319         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5320         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5321         Adjust calls.  Use `shell-quote-argument'.
5323         * international/mule.el (load-with-code-conversion)
5324         (with-category-table): Use with-current-buffer.
5325         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5327 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5329         * mail/smtpmail.el (smtpmail-send-it):
5330         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5331         MIME header for the message encoding.
5332         Bind coding-system-for-write around the call to mail-do-fcc.
5333         Use smtpmail-code-conv-from to encode queued mail messages.
5335 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5337         * tabify.el (tabify-regexp): Doc fix.
5339         * net/rcirc.el (rcirc-buffer-maximum-lines):
5340         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5342         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5343         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5344         Fix typos in output messages.
5345         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5347 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5350         the horse's mouth.
5351         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5353 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5355         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5356         Remove condition-case.
5358 2006-11-23  Glenn Morris  <rgm@gnu.org>
5360         * progmodes/f90.el (f90-comment-indent): Do not move point in
5361         default case.
5363 2006-11-21  Romain Francoise  <romain@orebokech.com>
5365         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5366         from library name (reverts change of 2005-10-25).
5368 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5370         * tutorial.el (tutorial--default-keys): Add newline and
5371         delete-backward-char bindings.
5372         (tutorial--detailed-help): Save excursion when finding keys.
5373         Correct warning string for M-x FOO case.
5374         (tutorial--display-changes): Print special keys in tutorial style.
5375         Tweak search regexp for changed keys.
5377 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5379         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5380         redundant scheme.
5382 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5384         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5385         are new to the list at IANA.  Also added irc, mms, mmsh.
5387 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5389         * progmodes/idlw-help.el (idlwave-html-help-location):
5390         Fail gracefully for missing help packages.
5391         (idlwave-help-assistant-open-link): Open full links.
5392         (idlwave-help-assistant-help-with-topic): Direct help link.
5394         * progmodes/idlwave.el (idlwave-mode):
5395         Set add-log-current-defun-function.
5396         (idlwave-current-routine-fullname): Add, to support add-log.
5397         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5398         to reflect improvements to xml-parse-file.
5399         (idlwave-mode-menu-def): New binding for help-with-topic.
5401         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5402         Handle extra newlines and spaces.
5403         (idlwave-shell-mode-map): Add help-with-topic.
5405 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5407         * tutorial.el (tutorial-warning-face): New face.
5408         (tutorial--detailed-help, tutorial--display-changes): Use it.
5409         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5410         Improve search pattern for occurrences of changed keys.
5412 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5414         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5415         (x-select-text): Set it.
5416         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5417         when checking for newness.
5419 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5421         * subr.el (posn-image):
5422         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5424         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5426 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5428         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5429         Exceptions to the rule "add a space between an identifier and an
5430         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5431         (glasses-parenthesis-exception-p): New.  Check if the region is an
5432         exception regarding to that.
5433         (glasses-make-readable): Use it.
5434         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5435         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5437 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5439         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5441 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5443         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5445         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5446         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5448 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5450         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5451         conditions for function or variable bindings.
5453         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5455         * progmodes/compile.el (compilation-start): Ditto.
5457 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5459         * net/tramp.el (top): cl and custom are always required.
5461 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5463         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5464         cut-buffers with next-selection-coding-system if not nil.
5466 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5468         * textmodes/org.el (org-fix-decoded-time): New function.
5469         (org-display-custom-time): Use `org-fix-decoded-time'.
5471 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5473         * menu-bar.el (menu-bar-games-menu): Remove yow.
5475 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5477         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5478         (org-detach-overlay): Rename from `org-detatch-overlay'.
5479         (org-table-convert-region): Insert space after column separator.
5480         (org-agenda-kill): New command.
5481         (org-metaleft): Call `org-outdent-item' on bullets.
5482         (org-metaright): Call `org-indent-item' on bullets.
5483         (org-timestamp-change): Set `org-last-changed-timestamp'.
5484         (org-current-line): Make sure (bolp) returns correct result.
5485         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5487 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5491 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5493         * mouse.el (global-map): Change 2006-08-16 fix to call
5494         mouse-yank-at-click explicitly, since mouse events are not carried
5495         over into keyboard macros.
5497 2006-11-16  Kim F. Storm  <storm@cua.dk>
5499         * ido.el (ido-file-internal): Use current buffer's file name as default
5500         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5502 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5504         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5505         (allout-inhibit-aberrance-doublecheck): Rename from
5506         allout-during-yank-processing.  All callers changed.
5507         (allout-ascend): Provide for unusual case where some topic after
5508         the first in file is at lower depth than the first.
5509         (allout-shift-in): Ensure the offspring of the new containing
5510         topic are exposed.
5511         (allout-encrypt-string): Preserve the coding-system of the text,
5512         according to that of the containing buffer.
5513         (allout-toggle-subtree-encryption): When the text being encrypted
5514         requires a different coding system, offer to preserve the coding
5515         system using a file local var.
5517 2006-11-15  Simon Marshall  <simon@gnu.org>
5519         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5520         to recognise "T t()" as a function declaration, rather than a
5521         variable instantiation, iff at the top-level or inside a class
5522         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5524 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5526         * progmodes/ada-xref.el (ada-parse-prj-file):
5527         Don't delete project buffer; user may want to edit it.
5528         (ada-xref-set-project-field, ada-xref-current-project-file)
5529         (ada-xref-current-project, ada-show-current-project)
5530         (ada-set-main-compile-application): New functions.
5531         (ada-xref-get-project-field, ada-require-project-file):
5532         Normalize use of ada-prj-default-project-file.
5533         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5534         Normalize use of ada-require-project-file.
5535         (ada-prj-find-prj-file): Improve doc string, comments.
5537         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5538         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5539         (ada-create-menu): Add ada-set-main-compile-application,
5540         ada-show-current-main, ada-show-current-project.
5542 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5544         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5545         (inferior-python-mode): Use it.
5547 2006-11-14  Andreas Schwab  <schwab@suse.de>
5549         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5551 2006-11-13  Kim F. Storm  <storm@cua.dk>
5553         * ido.el (ido-copy-current-word): C-o copies region if active.
5555 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5557         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5559 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5561         * ediff.el (ediff-revision):
5562         * files.el (set-visited-file-name):
5563         * mail/rmailout.el (rmail-output-body-to-file):
5564         Use `format', not `message', in `y-or-n-p' call.
5566 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5568         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5569         (org-metaright): Call `org-indent-item' on bullets.
5570         (org-timestamp-change): Set `org-last-changed-timestamp'.
5571         (org-current-line): Make sure (bolp) returns correct result.
5572         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5574 2006-11-12  Richard Stallman  <rms@gnu.org>
5576         * language/european.el (turkish-case-conversion-enable)
5577         (turkish-case-conversion-disable): New functions.
5578         ("Turkish" lang env): Use them.
5580         * international/characters.el (case table):
5581         Do nothing special for i and I.
5583         * subr.el (remove-overlays): Fix last change.
5585         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5586         for visiting the custom file.
5588 2006-11-12  Markus Triska  <triska@gmx.at>
5590         * play/handwrite.el (handwrite): Also process lines not ending
5591         with newline.  Replace some position-fiddling with different
5592         logic.  Improve performance.
5594 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5596         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5597         replacing deleted variable `ada-check-switch'.
5598         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5599         (ada-xref-project-files): Improve doc string.
5600         (ada-find-executable): New function.
5601         (ada-initialize-runtime-library): Use `ada-find-executable'.
5602         (ada-xref-set-default-prj-values): In compile commands, don't need
5603         `ada-cd-command'; `compile' does that more portably.
5604         Use ada-prj-default-check-cmd.
5605         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5606         properties if not specified in project file.
5607         (ada-goto-declaration): Display useful message for new error
5608         'error-file-not-found.
5609         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5610         'error-file-not-found.
5611         (ada-get-all-references): Match latest ali syntax.  Signal new
5612         error 'error-file-not-found.
5613         (ada-find-in-ali): Match latest ali syntax.
5614         (ada-make-filename-from-adaname): Handle different semantics of
5615         gnatkr in GNAT 3.15p vs later.
5617         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5618         ada-procedure-start-regexp.
5619         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5621         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5622         with defvar.
5623         (ada-language-version): Rename ada05 -> ada2005.
5624         (ada-align-region-separate): Add `eval-when-compile'.
5625         (ada-name-regexp): Remove unneeded escapes in regexp character
5626         alternative.
5627         (ada-compile-goto-error-file-linenr-re): New constant.
5628         (ada-matching-start-re): Handle additional cases `declare',
5629         `procedure', `function'.
5630         (ada-compile-goto-error): Handle "... at line nn".
5631         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5632         Delete support for old versions of `align'.
5633         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5634         (ada-check-defun-name): Simplify handling of `declare'.
5635         (ada-goto-matching-start): Handle nested `begin ... end'.
5636         Handle `declare', `protected', `procedure', `function'.
5637         (ada-create-menu): Presence of arm95 is not conditional on using
5638         GNAT compiler.
5640 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5642         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5643         nil in the *RE-Builder* buffer (it causes spurious error messages).
5645         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5646         been set to t, respect it.
5648 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5650         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5651         Delete commented out code for old Emacs versions.  Autoloading of
5652         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5653         (ada-mode-version): Bump version number.
5654         (ada-95-string-keywords, ada-2005-string-keywords)
5655         (ada-2005-keywords, ada-name-regexp): New constant.
5656         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5657         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5658         (ada-package-start-regexp): Support private packages, include package
5659         name (for ada-set-point-accordingly).
5660         (ada-next-procedure, ada-previous-procedure)
5661         (ada-which-function-are-we-in): Match changes to
5662         ada-procedure-start-regexp.
5663         (ada-make-body): Make non-interactive; not a user function.
5664         (ada-make-subprogram-body): Improve doc string.
5666 2006-11-11  Romain Francoise  <romain@orebokech.com>
5668         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5669         `compilation-error-regexp-alist' buffer-local, since we changed
5670         `compilation-error-regexp-alist-alist' locally.
5672 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5674         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5675         to the value of `server-raise-frame'.
5677 2006-11-11  Glenn Morris  <rgm@gnu.org>
5679         * ido.el (ido-enable-prefix)
5680         * ses.el (ses-call-printer-return)
5681         * net/tramp.el (tramp-unified-filenames)
5682         * progmodes/cc-align.el (c-lineup-string-cont)
5683         * progmodes/compile.el (compilation-directory-matcher)
5684         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5685         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5686         (vhdl-clock-rising-edge)
5687         * textmodes/org.el (org-export-with-timestamps)
5688         (org-export-remove-timestamps-from-toc)
5689         (org-export-with-tags): Improve previous doc fixes.
5691 2006-11-11  Richard Stallman  <rms@gnu.org>
5693         * textmodes/flyspell.el (flyspell-mode-map):
5694         Bind C-c $ instead of M-RET.
5696 2006-11-10  Simon Marshall  <simon@gnu.org>
5698         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5699         fontification for "case" and "default" keywords.
5701 2006-11-10  Andreas Schwab  <schwab@suse.de>
5703         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5704         Avoid starting sentence with "nil".
5706 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5708         * server.el (server-raise-frame): New option.
5709         (server-switch-buffer): Use it.
5711 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5713         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5714         with a capital.
5716 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5718         * textmodes/org.el (org-show-hierarchy-above)
5719         (org-show-following-heading): Fix typo in default value.
5720         (org-scan-tags): Make the search case-sensitive.
5721         (org-tags-sparse-tree): Don't overrule
5722         `org-show-following-heading' and `org-show-hierarchy-above'.
5723         (org-reveal): New command.
5724         (org-show-context): Rename from `org-show-hierarchy-above'.
5725         (org-fast-tag-selection-single-key): New option.
5726         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5727         (org-tags-overlay): New variable.
5728         (org-agenda-todo-ignore-deadlines): New option.
5729         ("session"): Add circular data structure `org-mark-ring' to
5730         exceptions list in session.el.
5731         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5732         New options.
5733         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5734         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5735         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5736         (org-finalize-agenda): Activate bracket links in agenda.
5737         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5738         INACTIVE-OK.
5739         (org-show-hierarchy-above, org-show-following-heading):
5740         List values allowed for fine-tuned configuration.
5741         (org-show-hierarchy-above): New argument CONTEXT, use the
5742         fine-tuned settings in `org-show-hierarchy-above' and
5743         `org-show-following-heading'.
5744         (org-display-custom-time): New function.
5745         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5746         (org-display-custom-times, org-time-stamp-custom-formats):
5747         (org-maybe-intangible): New macro.
5748         (org-activate-bracket-links, org-hide-wide-columns):
5749         Use `org-maybe-intangible'.
5750         (org-open-file): Use `shell-quote-argument'.
5751         (org-display-internal-link-with-indirect-buffer): New option.
5752         (org-file-remote-p): Get regexp from list.
5753         (org-link-expand-abbrev): New function.
5754         (org-link-abbrev-alist): New option.
5755         (org-open-at-point, org-cleaned-string-for-export):
5756         Call `org-link-expand-abbrev'.
5757         (org-timeline, org-agenda-list, org-todo-list)
5758         (org-tags-view): Remove the KEEP-MODES argument.
5759         (org-finalize-agenda-hook): New hook.
5760         (org-get-alist-option): New function.
5761         (org-follow-timestamp-link): New function.
5762         (org-open-at-point): Call `org-follow-timestamp-link'.
5763         (org-log-note-marker, org-log-note-purpose)
5764         (org-log-note-window-configuration): New variables.
5765         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5766         (org-log-note-headings): New option.
5767         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5768         (org-store-link): Support for dired-mode.
5769         (org-open-file): Substitute environment variables into filename.
5770         (org-last): New defsubst.
5771         (org-agenda-re-align-tags): New function.
5772         (org-agenda-align-tags-to-column): New option.
5773         (org-agenda-timeline): Group removed.
5774         (org-prepare-agenda, org-prepare-agenda-buffers)
5775         (org-run-agenda-series, org-timeline, org-agenda-list)
5776         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5777         the text property inticating the agenda type.
5778         (org-agenda-post-command-hook): Get agenda type from text property
5779         at point.
5780         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5781         and obey `org-agenda-overriding-arguments'.
5782         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5783         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5784         (org-agenda-week-view, org-agenda-day-view):
5785         Use `org-agenda-overriding-arguments' to make updating work with
5786         multi-block agendas.
5787         (org-agenda-prefix-format): Allow different formats for the
5788         different agenda entry types.
5789         (org-timeline-prefix-format): Option removed, use
5790         `org-agenda-prefix-format' instead.
5791         (org-prepare-agenda): New function.
5792         (org-select-timeline-window): Option removed, use
5793         `org-select-agenda-window' instead.
5794         (org-respect-restriction): Variable removed.
5795         (org-cmp-tag): New function.
5796         (org-agenda-sorting-strategy, org-entries-lessp):
5797         Implement sorting by last tag.
5798         (org-complete): Better completion in in-buffer option lines.
5799         (org-in-item-p): New function.
5800         (org-org-menu): Add entries for checkboxes.
5801         (org-cycle): Extra brouping in outline-regexp, because it is used
5802         in a search with "^" prepended.
5803         (org-provide-checkbox-statistics): New option.
5804         (org-set-font-lock-defaults): Highlight checkbox statistics.
5805         (org-update-checkbox-count-maybe)
5806         (org-get-checkbox-statistics-face): New functions.
5807         (org-update-checkbox-count): New command.
5808         (org-insert-item, org-toggle-checkbox):
5809         Call `org-update-checkbox-count-maybe'.
5810         (org-export-as-html): XEmacs compatibility for coding system.
5811         (org-force-cycle-archived): New command.
5812         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5813         overrules cycling.
5814         (org-fix-position-after-promote): If the line contains only a todo
5815         keyword, add a final space.
5816         (org-promote-subtree, org-demote-subtree):
5817         Call `org-fix-position-after-promote'.
5819 2006-11-10  Glenn Morris  <rgm@gnu.org>
5821         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5822         date in every year.
5823         (calendar-dst-check-each-year-flag): New customizable variable.
5824         (calendar-dst-find-data): New function, extracted from
5825         calendar-current-time-zone.
5826         (calendar-current-time-zone): Use calendar-dst-find-data.
5827         (calendar-dst-transition-cache): New variable.
5828         (calendar-dst-find-startend, calendar-dst-starts)
5829         (calendar-dst-ends): New functions.
5830         (calendar-daylight-savings-starts)
5831         (calendar-daylight-savings-ends): Change value to use
5832         calendar-dst-starts, calendar-dst-ends; respectively.
5834         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5836         * ido.el (ido-enable-prefix)
5837         * ses.el (ses-call-printer-return)
5838         * net/tramp.el (tramp-unified-filenames)
5839         * progmodes/cc-align.el (c-lineup-string-cont)
5840         * progmodes/compile.el (compilation-directory-matcher)
5841         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5842         * progmodes/gdb-ui.el (gdb-many-windows)
5843         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5844         (vhdl-clock-rising-edge)
5845         * textmodes/org.el (org-export-with-timestamps)
5846         (org-export-remove-timestamps-from-toc, org-export-with-tags)
5847         (org-read-date): Doc fix (Nil -> nil).
5849 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5851         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5852         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5854 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5856         * bs.el (bs--window-for-buffer): Remove.
5857         (bs--show-with-configuration): Use `get-window-with-predicate'
5858         instead of `bs--window-for-buffer'.
5860 2006-11-10  Kenichi Handa  <handa@m17n.org>
5862         * files.el (revert-buffer): Fix previous change.
5864 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
5866         * bs.el (bs--redisplay): Fix typo in docstring.
5867         (bs--window-config-coming-from): Make frame-local.
5868         (bs--restore-window-config): New function.
5869         (bs-kill, bs-select, bs-select-other-window)
5870         (bs-select-other-frame): Use it.
5871         (bs--window-for-buffer): Return as soon as a matching buffer is found.
5872         (bs--show-with-configuration): Save the window configuration as a
5873         frame local var, and only if *buffer-selection* is not already
5874         visible on this frame.
5876 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
5878         * vc-svn.el (vc-svn-admin-directory): New var.
5879         (vc-svn-registered, vc-svn-responsible-p)
5880         (vc-svn-repository-hostname): Use it.
5881         Suggested by arit93@yahoo.com.
5883 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5885         * ldefs-boot.el: Regenerate.
5887 2006-11-08  Alan Mackenzie  <acm@muc.de>
5889         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5890         case (eq open-paren-in-column-0-is-defun-start nil) by searching
5891         for least nested open-paren.
5893 2006-11-08  Romain Francoise  <romain@orebokech.com>
5895         * subr.el (remove-overlays): Fix typo in last change.
5897 2006-11-08  Richard Stallman  <rms@gnu.org>
5899         * subr.el (remove-overlays): Call overlay-recenter.
5901 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5903         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5904         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5905         behaviour.
5906         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5907         directly.
5909 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5911         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5912         (ido-max-dir-file-cache, ido-decorations)
5913         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5914         (ido-magic-backward-char, ido-enter-dired)
5915         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5916         (ido-list-directory, ido-first-match, ido-only-match)
5917         (ido-subdir, ido-indicator): Fix typos in docstrings.
5918         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5919         (ido-read-internal): Fix typo in error message.
5921 2006-11-08  Kenichi Handa  <handa@m17n.org>
5923         * international/mule-cmds.el (set-default-coding-systems):
5924         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5926 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5928         * makefile.w32-in (setwins): Remove.
5929         (WINS_ALMOST): New macro.
5930         (WINS): Use it.
5931         (autoloads): Don't extract autoloads from files in obsolete/.
5933 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
5935         * whitespace.el (whitespace-buffer): Call remove-overlays after
5936         overlay-recenter for performance.  Suggested by Martin Rudalics.
5938 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
5940         * net/tramp.el (tramp-default-method): scp is the default method.
5942 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
5944         * server.el (server-start): Save also the Emacs pid in the server file.
5946 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
5948         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5949         point when displaying a bibtex cross reference in the echo area.
5951 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5953         * international/mule.el (make-char): Fix typo in docstring.
5954         (load-with-code-conversion, charsetp): Doc fixes.
5956         * international/ja-dic-cnv.el (skkdic-convert):
5957         * cus-edit.el (hook): Fix typo in docstring.
5959 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5961         * cus-edit.el (custom-mode-map): Move defvar above code using it.
5962         (custom-mode-link-map): New variable.
5963         (custom-group-link, custom-manual): Use follow-link.
5965 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5967         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5968         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
5970 2006-11-06  Richard Stallman  <rms@gnu.org>
5972         * textmodes/flyspell.el (flyspell-correct-word-before-point):
5973         New function broken out of flyspell-correct-word.
5974         (flyspell-mode-map): Bind it to M-RET.
5975         (flyspell-correct-word): Call it.
5977         * textmodes/fill.el (fill-minibuffer-function): New function.
5978         (fill-paragraph): Bind fill-paragraph-function to
5979         fill-minibuffer-function.
5981         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5982         so that they aren't undefined.
5984         * dired.el (dired-readin): Locally bind file-name-coding-system.
5986         * bindings.el: Shorten and clarify usual mode line mouse help string.
5988         * Makefile.in (autoloads): Don't include `obsolete'.
5990 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
5992         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5993         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5994         Printing menu if it's not initialized.
5995         (pr-menu-bind): Act on menu-bar-file-menu directly.
5997 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
5999         * help.el (view-emacs-news): Fix typo in error message.
6001         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6003         * shadowfile.el (shadow-define-regexp-group)
6004         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6005         (shadow-read-files): Fix typo in message.
6006         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6007         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6008         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6009         (shadow-file-match): Fix typos in docstrings.
6011         * terminal.el (terminal-emulator): Fix typo in message.
6013         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6015         * emacs-lisp/lselect.el (x-kill-primary-selection)
6016         (x-delete-primary-selection, x-copy-primary-selection):
6017         Fix typos in error messages.
6019         * emulation/edt-mapper.el: Fix typo in interactive message.
6021         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6023         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6024         (ispell-help): Fix typos in docstrings.
6025         (ispell-help): Fix typo in output message.
6027         * allout.el (allout-adjust-file-variable)
6028         (allout-passphrase-verifier-string)
6029         (allout-passphrase-hint-string)
6030         (allout-toggle-current-subtree-encryption):
6031         * apropos.el (apropos-synonyms):
6032         * cus-edit.el (hook):
6033         * emacs-lock.el (emacs-lock-from-exiting):
6034         * follow.el (follow-avoid-tail-recenter-p):
6035         * hexl.el (hexl-mode):
6036         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6037         * mouse.el (mouse-set-font):
6038         * resume.el (resume-emacs-args-file):
6039         * rfn-eshadow.el (file-name-shadow-tty-properties):
6040         * t-mouse.el (t-mouse-process, t-mouse-mode):
6041         * emacs-lisp/cust-print.el (custom-print-install)
6042         (custom-print-uninstall, custom-format):
6043         * emacs-lisp/shadow.el (list-load-path-shadows):
6044         * emulation/tpu-edt.el (tpu-help-text)
6045         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6046         (tpu-reset-control-keys):
6047         * emulation/vip.el (vip-emacs-local-map)
6048         (vip-change-mode-to-emacs):
6049         * emulation/viper.el (viper-mode, viper-set-hooks)
6050         (viper-major-mode-modifier-list):
6051         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6052         * emulation/viper-keym.el (viper-emacs-kbd-map)
6053         (viper-toggle-key):
6054         * mail/feedmail.el (feedmail-queue-reminder)
6055         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6056         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6057         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6058         (feedmail-sender-line, feedmail-force-binary-write)
6059         (feedmail-from-line, feedmail-deduce-envelope-from)
6060         (feedmail-x-mailer-line, feedmail-message-id-generator)
6061         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6062         (feedmail-enable-spray, feedmail-spray-this-address)
6063         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6064         (feedmail-queue-runner-confirm-global)
6065         (feedmail-ask-before-queue-prompt)
6066         (feedmail-ask-before-queue-reprompt)
6067         (feedmail-prompt-before-queue-standard-alist)
6068         (feedmail-prompt-before-queue-user-alist)
6069         (feedmail-prompt-before-queue-help-supplement)
6070         (feedmail-queue-use-send-time-for-message-id)
6071         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6072         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6073         (feedmail-mail-send-hook-queued)
6074         (feedmail-confirm-addresses-hook-example)
6075         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6076         (feedmail-queue-runner-mode-setter)
6077         (feedmail-queue-alternative-mail-header-separator)
6078         (feedmail-queue-runner-message-sender)
6079         (feedmail-buffer-eating-function, feedmail-binmail-template)
6080         (feedmail-run-the-queue-no-prompts)
6081         (feedmail-run-the-queue-global-prompt)
6082         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6083         (feedmail-envelope-deducer, feedmail-fiddle-date)
6084         (feedmail-default-message-id-generator)
6085         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6086         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6087         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6088         (vms-pmail-setup):
6089         * play/dunnet.el (dun-help):
6090         * play/handwrite.el (handwrite):
6091         * play/hanoi.el (hanoi-unix-64):
6092         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6093         * textmodes/enriched.el (fixed):
6094         * textmodes/org.el (org-file-apps)
6095         (org-emphasis-regexp-components, org-emphasis-alist):
6096         * textmodes/texinfmt.el (batch-texinfo-format):
6097         Fix typos in docstrings.
6099 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6101         * loadhist.el (read-feature): Don't complete features not loaded
6102         from a file (which make `unload-feature' to fail).
6104 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6106         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6108 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6110         * startup.el (command-line-1): Kill emacs if the last frame is
6111         deleted while evaluating the command-line arguments.
6113 2006-11-05  Richard Stallman  <rms@gnu.org>
6115         * startup.el (init-file-had-error): Add doc string.
6116         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6117         Use fixed-width font for keyboard key descriptions.
6119         * cus-edit.el (custom-save-all): Error if saving in .emacs
6120         and it had an error when loaded.
6122         * dired-aux.el (dired-copy-file-recursive): Catch errors
6123         from recursive copies in the loop, around the recursive call.
6125 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6127         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6128         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6129         `/proc/acpi/thermal_zone/*'.
6130         (battery-search-for-one-match-in-files): New.  Search a regexp in
6131         the content of some files.
6133 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6135         * window.el (mouse-autoselect-window-now): Remove variable.
6136         (mouse-autoselect-window-state): New variable.
6137         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6138         (mouse-autoselect-window-select, handle-select-window):
6139         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6140         Suspend delayed autoselection during menu or popup dialog.
6142         * info-look.el (info-lookup-guess-custom-symbol): New function
6143         for retrieving symbol at point in custom buffers.
6144         (top level) <info-lookup-maybe-add-help>: Add backquote and
6145         comma to ignored characters in regexps of help specifications
6146         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6147         looking up symbols in `...' and after a comma.  Add help
6148         specifications for custom-mode and help-mode.
6150 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6152         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6153         Don't encode body if RAW is non-nil, or if the old encoding is
6154         identical to the new encoding, or if the body contains only
6155         eight-bit-* characters.
6157 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6159         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6160         (faces-sample-overlay): Remove variable.
6161         (describe-face): Insert sample text in the face being described.
6163 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6165         * whitespace.el (whitespace-indent-regexp): Make this match any
6166         multiples of eight spaces near the beginning of a line.
6167         (whitespace-buffer): Use `remove-overlays' instead of
6168         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6169         speed up overlay handling.
6170         (whitespace-buffer-leading, whitespace-buffer-trailing):
6171         Make these functions highlight the text removed by
6172         `whitespace-buffer-leading-cleanup' and
6173         `whitespace-buffer-trailing-cleanup' respectively.
6174         (whitespace-buffer-search): Use `with-local-quit'.
6175         Move `format' out of loop to speed up scanning larger buffers.
6176         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6177         that function is never added to a hook.
6178         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6179         (whitespace-buffer-leading-cleanup)
6180         (whitespace-refresh-rescan-list): Fix docstrings.
6182 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6184         * allout.el (allout-during-yank-processing): Cue for inhibiting
6185         aberrance processing during yanks.
6186         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6187         the amount of yanked topics that can be aberrant.
6188         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6189         a function, and supplement with inihibition of doublechecking
6190         during yanks.
6191         (allout-beginning-of-line, allout-next-heading)
6192         (allout-previous-heading, allout-goto-prefix-doublechecked)
6193         (allout-back-to-current-heading, allout-next-visible-heading)
6194         (allout-next-sibling): Use new allout-do-doublecheck function.
6195         (allout-next-sibling): Ensure we made progress when returning
6196         other than nil.
6197         (allout-rebullet-heading): Preserve text property annotations
6198         indicating the text was hidden, if it was.
6199         (allout-kill-line): Remove any added was-hidden annotations.
6200         (allout-kill-topic): Remove any added was-hidden annotations.
6201         (allout-annotate-hidden): Inhibit adding was-hidden text
6202         properties to the undo list.
6203         (allout-deannotate-hidden): New function to remove was-hidden
6204         annotation.
6205         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6206         (allout-remove-exposure-annotation): Replace by
6207         allout-deannotate-hidden.
6208         (allout-yank-processing): Signal that yank processing is happening
6209         with allout-during-yank-processing.  Also, wrap
6210         allout-unprotected's closer to the text changes, for easier
6211         debugging.  We need to inhibit-field-text-motion explicitly, in
6212         lieu of the encompassing allout-unprotected.
6213         (outlineify-sticky): Adjust criteria for triggering new outline
6214         decorations to presence or absence of any topics, not just a topic
6215         at the beginning of the buffer.
6217 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6219         * bs.el (bs--show-all, bs--redisplay):
6220         * cus-edit.el (custom-unlispify-menu-entries)
6221         (custom-unlispify-tag-names, custom-prompt-variable):
6222         * expand.el (expand-pos):
6223         * speedbar.el (speedbar-generic-list-tag-p):
6224         * wid-edit.el (widget-image-enable):
6225         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6226         * emacs-lisp/find-func.el (find-function-noselect)
6227         (find-function, find-variable-noselect, find-variable)
6228         (find-definition-noselect, find-face-definition):
6229         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6230         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6231         * progmodes/ada-xref.el (ada-find-in-ali):
6232         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6233         * textmodes/org.el (org-copy-subtree):
6234         * textmodes/table.el (table--row-column-insertion-point-p):
6235         Use "non-nil" in docstrings.
6237 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6239         * sort.el (sort-columns): Set the field separator to tab; on
6240         NetBSD, sort complains if "\n" is used as field separator.
6242 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6244         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6246 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * server.el (server-auth-key): Remove.  Replace by a process-property.
6249         (server-start): Don't remove the file of the previous process, but
6250         instead clear out the place for the new file.
6251         (server-start): Set the :auth-key property.
6252         (server-process-filter): Use the :auth-key property.
6254 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6256         * textmodes/org.el (org-mode-map): No longer copy
6257         `outline-mode-map' explicitly - this is already done by
6258         `define-derived-mode'.
6260 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6262         * server.el (server-visit-files): Use `when'.
6263         (server-process-filter): When authentication fails, send error
6264         message to client.  Wrap `process-send-region' in `ignore-errors'
6265         instead of `condition-case', and remove misleading comment.
6267 2006-11-01  Juri Linkov  <juri@jurta.org>
6269         * simple.el (yank): Doc fix.
6271 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * server.el: Try and fit within 80 columns.
6274         (server-start): Make the auth file unreadable by other users.
6276 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6278         * battery.el (battery-linux-proc-acpi): Prevent range error when
6279         `full-capacity' is 0.
6281 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6283         * faces.el (faces-sample-overlay): New defvar.
6284         (faces-sample-overlay): New function to show face sample text.
6285         (describe-face): Use it.
6287 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6289         * progmodes/ada-stmt.el: Change maintainer, apply
6290         whitespace-cleanup, checkdoc.
6291         (ada-func-or-proc-name): Add doc string.
6293         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6294         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6295         strings and comments.
6296         (ada-prj-display-page): Change buffer name to more accurately
6297         reflect function.
6299         * progmodes/ada-xref.el: Change maintainer, apply
6300         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6301         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6302         (ada-compile-current): Don't add newlines to commands.
6304 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6306         * server.el: Add support for TCP sockets.
6307         (server-use-tcp, server-host, server-auth-dir): New options.
6308         (server-auth-key): New variable.
6309         (server-ensure-safe-dir): Create nonexistent parent dirs.
6310         Ignore Unix-style file modes on Windows.
6311         (server-start): Crete a TCP or Unix socket according to the value
6312         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6313         `server-auth-dir' directory.
6314         (server-process-filter): Delete process if authentication
6315         fails (which never happens for Unix sockets).
6317 2006-10-30  David Kastrup  <dak@gnu.org>
6319         * subr.el (add-to-list): Don't continue checking if a match has
6320         been found.
6322 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6324         * tutorial.el: Move defvars to avoid bytecomp warnings.
6325         (tutorial--find-changed-keys): Check if viper-current-state is
6326         bound before using it.
6327         (help-with-tutorial): Check if viper-tutorial is defined before
6328         using it.
6330 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6332         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6334         * tutorial.el: New file.
6335         (help-with-tutorial): Move here from help-fns.el. Added help for
6336         rebound keys.  Fixed resume of tutorial.
6337         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6338         (tutorial--find-changed-keys, tutorial--display-changes)
6339         (tutorial--saved-dir, tutorial--saved-file)
6340         (tutorial--save-tutorial): New functions to support the changes in
6341         help-with-tutorial.
6343 2006-10-30  Kenichi Handa  <handa@m17n.org>
6345         * files.el (revert-buffer): If a unibyte buffer is being reverted
6346         with a coding system for multibyte, set buffer multibyte before
6347         calling insert-file-contents.
6349 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6351         * server.el (server-select-display): Use a dummy buffer to detect when
6352         the frame is later used.
6353         (server-select-display): New function.
6354         (server-process-filter): Use it to detect unused temp frames.
6356 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6358         * progmodes/ada-mode.el: Change maintainer, apply
6359         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6360         (ada-mode-version): New function.
6361         (ada-create-menu): Menu operations are available for all supported
6362         compilers.
6364 2006-10-29  Lars Hansen  <larsh@soem.dk>
6366         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6367         Highlight as keyword.
6368         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6369         Don't call tramp-method-out-of-band-p for local files.
6370         (tramp-touch): Quote file name.
6372 2006-10-28  Glenn Morris  <rgm@gnu.org>
6374         * calendar/calendar.el (cal-html-cursor-month)
6375         (cal-html-cursor-year): Add autoloads for this new package.
6376         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6378 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6380         * calendar/cal-html.el: New file.
6382 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6384         * emacs-lisp/authors.el (authors-aliases): Update.
6386 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6388         * version.el (emacs-version): Bump version number to 22.0.90.
6390 2006-10-26  John W. Eaton  <jwe@octave.org>
6392         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6393         New defvar.
6394         (inferior-octave-resync-dirs): Check to see whether Octave has
6395         built-in variables and set inferior-octave-has-built-in-variables.
6396         Check inferior-octave-has-built-in-variables to decide whether to
6397         send commands that set built-in variables or call functions to
6398         change Octave's behavior.
6399         Send "disp (pwd ())" to Octave instead of just "pwd".
6400         (inferior-octave-startup): Send "more off" to Octave instead of
6401         "page_screen_output = 0".
6403 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6405         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6406         pattern normally.
6408 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6410         * bindings.el (mode-line-mode-menu): Remove bindings for global
6411         minor modes (line/column number) as they are on the menubar.
6413 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6415         * term/w32-win.el (x-handle-name-switch): Doc fix.
6416         (w32-standard-fontset-spec): Fix typo in docstring.
6418         * midnight.el (midnight-buffer-display-time): Doc fix.
6419         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6421 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6423         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6425         * viper-ex.el (ex-read): Quote file argument.
6427         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6429         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6431 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6433         * textmodes/flyspell.el (flyspell-check-region-doublons):
6434         Fix last fix.
6436 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6438         * bindings.el (mode-line-mode-menu): List global minor modes
6439         before local ones.
6441 2006-10-23  Kim F. Storm  <storm@cua.dk>
6443         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6444         (sit-for): If last command was a prefix arg, add the read-ahead
6445         event to unread-command-events as (t . EVENT) so it will be added
6446         to this-command-keys by read-key-sequence.
6448 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6450         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6451         whitespace when checking doublons.
6452         (flyspell-check-region-doublons): Fix doublon regexp.
6453         (flyspell-highlight-incorrect-region): Highlight doublons using
6454         flyspell-duplicate face.
6456         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6458 2006-10-22  John Wiegley  <johnw@newartisans.com>
6460         * progmodes/python.el (python-use-skeletons): python-mode was
6461         auto-inserting templates (for those with abbrev-mode on), not only
6462         by default -- *but without a configuration variable to disable
6463         it*.  This rendered python-mode completely useless for me, so I
6464         have added `python-use-skeletons', which is now off by default.
6466 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6468         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6469         font-lock-multiline is auto-local (it's not).
6470         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6471         initialized before calling cperl-init-faces.
6473 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6475         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6476         gdb-stack-position a value when there is no fringe.
6478         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6479         indicator if not visiting a file.
6481 2006-10-20  David Kastrup  <dak@gnu.org>
6483         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6484         operation would still cause some window to collapse later.
6486 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6489         side-effect due to mixing various backends's file properties.
6491         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6492         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6493         Return `filename's status if applicable.  Update callers.
6495 2006-10-19  Kenichi Handa  <handa@m17n.org>
6497         * international/kkc.el (kkc-region): When a key sequence is not
6498         defined, append (this-single-command-raw-keys) to
6499         unread-input-method-events.
6501 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6503         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6505 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6507         * version.el (emacs-version): Use mac-carbon-version-string.
6509         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6511 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6513         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6514         Kenichi Handa).
6515         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6516         the selection is not UTF-8.
6518 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6520         * progmodes/ada-mode.el (ada-83-string-keywords)
6521         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6522         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6523         (ada-looking-at-semi-private, ada-get-body-name):
6524         Fix typos in docstrings.
6525         (ada-create-case-exception, ada-create-case-exception-substring):
6526         Fix typos in error messages.
6527         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6529 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6531         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6532         to default-frame-alist if default-frame-alist already contains
6533         width/height.
6535 2006-10-18  Richard Stallman  <rms@gnu.org>
6537         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6538         Non-interactive arg is the value, not the expression.
6540         * simple.el (read-expression-map): Just set it, no defvar.
6542         * subr.el (insert-for-yank-1): If last inserted char has
6543         properties, mark them as rear-nonsticky.
6545         * recentf.el (recentf-mode): Doc fix.
6547         * facemenu.el (facemenu-add-new-face): Defend against symbol
6548         that isn't a face name.
6550         * dired-aux.el (dired-do-copy): Doc fix.
6552 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6554         * simple.el (line-move-1): Ignore fields when moving to the
6555         beginning of line to avoid getting point stuck.
6557 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6559         * textmodes/flyspell.el (flyspell-word-search-backward):
6560         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6561         text.
6563 2006-10-16  Richard Stallman  <rms@gnu.org>
6565         * help-fns.el (describe-function-1): Special case optimization
6566         for self-insert-command.
6568 2006-10-16  Kim F. Storm  <storm@cua.dk>
6570         * ido.el (ido-reread-directory): Work in `dir' mode too.
6572 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6574         * textmodes/table.el: Require 'regexp-opt.
6576 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6578         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6579         Use shell-quote-argument.
6581         * shell.el (explicit-bash-args): Likewise.
6583         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6584         Use grep -E rather than egrep.
6586 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6588         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6590 2006-10-15  Kim F. Storm  <storm@cua.dk>
6592         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6594 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6596         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6597         to protect whitespace and metacharacters from the shell.
6599 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6601         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6603 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6605         * subr.el (start-process-shell-command): Doc fix.
6607 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6609         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6610         the regexp for Maxima symbols.
6612 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6614         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6615         (vc-find-root): Don't walk higher up than ~.
6617 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6619         * international/utf-8.el (utf-translate-cjk-load-tables):
6620         Avoid clobbering last-coding-system-used during load.
6622 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6624         * textmodes/reftex-global.el (reftex-create-tags-file):
6625         Quote file arguments.
6627 2006-10-12  Richard Stallman  <rms@gnu.org>
6629         * files.el (file-name-history): Add defvar.
6630         (save-some-buffers-action-alist): Improve description strings.
6632 2006-10-12  Andreas Schwab  <schwab@suse.de>
6634         * files.el (auto-mode-alist): Match change log file name also with
6635         a dash before a numeric extension.
6637 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6639         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6640         After 5.0:
6641         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6643         After 5.1: Major edit.  Summary of most visible changes:
6645         - Multiple <<HERE per line allowed.
6646         - Handles multiline subroutine declaration headers (with comments).
6647           (The exception is `cperl-etags' - but it is not used in the rest
6648           of the mode.)
6649         - Fontifies multiline my/our declarations (even with comments,
6650           and with legacy `font-lock').
6651         - Major speedup of syntaxification, both immediate and postponed
6652           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6653           huge real-life document I tested).
6654         - New bindings, edits to imenu.
6655         - "_" is made into word-char during fontification/syntaxification;
6656           some attempts to recognize non-word "_" during other operations too.
6657         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6658         - autoload some more perldoc-related stuff
6659         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6660         - Attempt to incorporate XEmacs edits which reached me.
6662         Fine-grained changelog:
6663         (cperl-hook-after-change): New configuration variable.
6664         (cperl-vc-sccs-header): Likewise.
6665         (cperl-vc-sccs-header): Likewise.
6666         (cperl-vc-header-alist): Default via two preceding variables.
6667         (cperl-invalid-face): Remove double quoting under XEmacs
6668                 (still needed under 21.2).
6669         (cperl-tips): Update URLs for resources.
6670         (cperl-problems): Likewise.
6671         (cperl-praise): Mention new features.
6672         New C-c key bindings: for `cperl-find-bad-style',
6673         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6674         `cperl-perdoc', and `cperl-perldoc-at-point'.
6675         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6676         moved, new submenu of Tools with Ispell entries and narrowing.
6677         (cperl-after-sub-regexp): New defsubst.
6678         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6679                 Allows heads up to head4.
6680                 Allow "package;".
6681         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6682         (paren-backwards-message): ??? Something for XEmacs???
6683         (cperl-mode): Never auto-switch abbrev-mode off.
6684                 Try to allow '_' be non-word char.
6685                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6686                 Reset syntax cache on mode start.
6687                 Support multiline facification (even on legacy `font-lock').
6688         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6689         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6690                 refuse to inform us whether the fontification is due to lazy
6691                 calling or due to edit to a buffer, install our own hook
6692                 (controlled by `cperl-hook-after-change').
6693         (cperl-electric-pod): =cut may have been recognized as start.
6694         (cperl-block-p): Move, updatedfor attributes.
6695         (cperl-calculate-indent): Try to allow '_' be non-word char
6696                 Support subs with attributes.
6697         (cperl-where-am-i): Quiet (?) a warning.
6698         (cperl-cached-syntax-table): New function.
6699         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6700         (cperl-unwind-to-safe): Recognize `syntax-type' property
6701                 changing in a middle of line.
6702         (cperl-find-sub-attrs): New function.
6703         (cperl-find-pods-heres): Allow many <<EOP per line.
6704                 Allow subs with attributes.
6705                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6706                 Recognize "extproc " (OS/2) case-folded and only at start.
6707                 /x on s///x with empty replacement was not recognized.
6708                 Better comments.
6709         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6710                 Allow subs with attributes, labels.
6711                 Do not confuse "else::foo" with "else".
6712                 Minor optimizations...
6713         (cperl-after-expr-p): Try to allow '_' be non-word char.
6714         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6715                 with `looking-at' inside `narrow' and bulk out if found.
6716         (cperl-imenu--create-perl-index): Updates for new
6717                 `cperl-imenu--function-name-regexp-perl'.
6718         (cperl-outline-level): Likewise.
6719         (cperl-init-faces): Allow multiline subroutine headers
6720                 and my/our declarations, and ones with comments.
6721                 Allow subroutine attributes.
6722         (cperl-imenu-on-info): Better docstring.
6723         (cperl-etags): Rudimentary support for attributes.
6724                 Support for packages and "package;".
6725         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6726         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6727         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6728         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6729         (cperl-perldoc): Add autoload.
6730         (cperl-perldoc-at-point): Likewise.
6731         (cperl-here-doc-spell): New function.
6732         (cperl-pod-spell): Likewise.
6733         (cperl-map-pods-heres): Likewise.
6734         (cperl-get-here-doc-region): Likewise.
6735         (cperl-font-lock-fontify-region-function): Likewise (backward
6736                 compatibility for legacy `font-lock').
6737         (cperl-font-lock-unfontify-region-function): Fix style.
6738         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6739                 calls with no-change.  Governed by `cperl-hook-after-change'.
6740         (cperl-fontify-update): Recognize that syntaxification region
6741                 can be larger than fontification one.
6742                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6743         (cperl-fontify-update-bad): Temporary placeholder until
6744                 it is clear how to implement `cperl-fontify-update'.
6745         (cperl-time-fontification): New function.
6746         (attrib-group): New text attribute.
6747         (multiline): New value: `syntax-type' text attribute.
6749         After 5.2:
6750         (cperl-emulate-lazy-lock): New function.
6751         (cperl-fontify-syntaxically): Would skip large regions.
6752         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6753         Some globals were declared, but uninitialized.
6755         After 5.3, 5.4:
6756         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6757         Copyright message updated.
6758         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6759                         facification down a bit.
6760                 Misprint for my|our|local for old `font-lock'
6761                         "our" was not fontified same as "my|local".
6762                 Highlight variables after "my" etc even in
6763                         a middle of an expression.
6764                 Do not facify multiple variables after my etc
6765                         unless parentheses are present.
6767         After 5.5, 5.6
6768         (cperl-fontify-syntaxically): after-change hook could reset.
6769         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6771         After 5.7:
6772         (cperl-init-faces): Allow highlighting of local ($/).
6773         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6774         (cperl-problems): Remove fixed problems.
6775         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6776                 Recognize charclasses (unless delimiter is \).
6777         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6778         (cperl-regexp-scan): Update docs.
6779         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6781         After 5.8:
6782         Major user visible changes:
6783         Recognition and fontification of character classes in RExen.
6784         Variable indentation of RExen according to groups.
6786         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6787                 Fontify REx charclasses in variable-name face.
6788                 Fontify POSIX charclasses in "type" face.
6789                 Fontify unmatched "]" in function-name face.
6790                 Mark first-char of HERE-doc as `front-sticky'.
6791                 Reset `front-sticky' property when needed.
6792         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6793         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6794         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6795                 constructs.  Support `narrow'ed buffers.
6796         (cperl-praise): Remove a reservation.
6797         (cperl-make-indent): New function.
6798         (cperl-indent-for-comment): Use `cperl-make-indent'.
6799         (cperl-indent-line): Likewise.
6800         (cperl-lineup): Likewise.
6801         (cperl-beautify-regexp-piece): Likewise.
6802         (cperl-contract-level): Likewise.
6803         (cperl-toggle-set-debug-unwind): New function.
6804                 New menu entry for this.
6805         (fill-paragraph-function): Use when `boundp'.
6806         (cperl-calculate-indent): Take into account groups when indenting RExen.
6807         (cperl-to-comment-or-eol): Recognize # which end a string.
6808         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6809         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6810         (cperl-fontify-syntaxically): More clear debugging message.
6811         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6812         (cperl-init-faces): More complicated highlight even on XEmacs (new).
6813         Merge cosmetic changes from XEmacs.
6815         After 5.9:
6816         (cperl-1+): Move to before the first use.
6817         (cperl-1-): Likewise.
6819         After 5.10:
6821         This code may lock Emacs hard!!!  Use at your own risk!
6823         (cperl-font-locking): New internal variable.
6824         (cperl-beginning-of-property): New function.
6825         (cperl-calculate-indent): Use `cperl-beginning-of-property'
6826         instead of `previous-single-property-change'.
6827         (cperl-unwind-to-safe): Likewise.
6828         (cperl-after-expr-p): Likewise.
6829         (cperl-get-here-doc-region): Likewise.
6830         (cperl-font-lock-fontify-region-function): Likewise.
6831         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6832                         recursively.
6833                 Bound `next-single-property-change' via `point-max'.
6834         (cperl-unwind-to-safe): Bound likewise
6835         (cperl-font-lock-fontify-region-function): Likewise.
6836         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6837                 Initialization of `cperl-font-lock-multiline-start' could be
6838                 missed if the "main" fontification did not run due to the
6839                 keyword being already fontified.
6840         (cperl-pod-spell): Return t from do-one-chunk function.
6841         (cperl-map-pods-heres): Stop when the worker returns nil.
6842                 Call `cperl-update-syntaxification'.
6843         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6844         (cperl-get-here-doc-delim): Remove unused function.
6846         After 5.11:
6848         The possible lockup of Emacs (introduced in 5.10) fixed.
6850         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6851         (cperl-syntaxify-for-menu): New customization variable.
6852         (cperl-select-this-pod-or-here-doc): New function.
6853         (cperl-get-here-doc-region): Extra argument.
6854                 Do not adjust pos by 1.
6856         New menu entries
6857                 (Perl/Tools): Selection of current POD or HERE-DOC section.
6858                 (Debugging CPerl:) backtrace on fontification.
6860         After 5.12:
6861         (cperl-cached-syntax-table): Use `car-safe'.
6862         (cperl-forward-re): Remove spurious argument SET-ST.
6863                 Add documentation.
6864         (cperl-forward-group-in-re): New function.
6865         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6866         (XXXX Temporary (?) hack is to syntax-mark them as comment).
6868         After 5.13:
6869         (cperl-string-syntax-table): Make { and } not-grouping
6870           (Sometimes they ARE grouping in RExen, but matching them would only
6871            confuse in many situations when they are not)
6872         (beginning-of-buffer): Replace two occurrences with goto-char...
6873         (cperl-calculate-indent): `char-after' could be nil...
6874         (cperl-find-pods-heres): REx can start after "[" too.
6875                 Hightlight (??{}) in RExen too.
6876         (cperl-maybe-white-and-comment-rex): New constant
6877         (cperl-white-and-comment-rex): Likewise.
6878                 XXXX Not very efficient, but hard to make
6879                 better while keeping 1 group.
6881         After 5.13:
6882         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6883                 Likewise for 1 << identifier.
6885         After 5.14:
6886         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6887                 Error-less condition-case could fail.
6888         (cperl-font-lock-fontify-region-function): Likewise.
6889         (cperl-init-faces): Likewise.
6891         After 5.15:
6892         (cperl-find-pods-heres): Support property REx-part2.
6893         (cperl-calculate-indent): Likewise.
6894                 Don't special-case REx with non-empty 1st line.
6895         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6896                 Invert highlighting of charclasses:
6897                         now the envelop is highlighted.
6898                 Highlight many others 0-length builtins.
6899         (cperl-praise): Mention indenting and highlight in RExen.
6901         After 5.15:
6902         (cperl-find-pods-heres): Highlight capturing parens in REx.
6904         After 5.16:
6905         (cperl-find-pods-heres): Highlight '|' for alternation
6906         Initialize `font-lock-warning-face' if not present.
6907         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6908                          `font-lock-function-name-face'.
6909         (cperl-look-at-leading-count): Likewise.
6910         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6911                         `font-lock-keyword-face' (needed for
6912                         batch processing), etc...
6913                 Use `font-lock-builtin-face' for builtin in REx
6914                         Now `font-lock-variable-name-face'
6915                         is used for interpolated variables
6916                 Use "talking aliases" for faces inside REx
6917                 Highlight parts of REx (except in charclasses)
6918                         according to the syntax and/or semantic
6919                 Syntax-mark a {}-part of (?{}) as "comment"
6920                         (it was the ()-part)
6921                 Better logic to distinguish what is what in REx
6922         (cperl-tips-faces): Document REx highlighting
6923         (cperl-praise): Mention REx syntax highlight etc.
6925         After 5.17:
6926         (cperl-find-sub-attrs): Would not always manage to print error message.
6927         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6929         After 5.18:
6930         (cperl-find-pods-heres): Misprint in REx for parsing REx.
6931                 Very minor optimization.
6932                 `my-cperl-REx-modifiers-face' got quoted.
6933                 Recognize "print $foo <<END" as HERE-doc.
6934                 Put `REx-interpolated' text attribute if needed.
6935         (cperl-invert-if-unless-modifiers): New function.
6936         (cperl-backward-to-start-of-expr): Likewise.
6937         (cperl-forward-to-end-of-expr): Likewise.
6938         (cperl-invert-if-unless): Works in "the opposite way" too.
6939                 Cursor position on return is on the switch-word.
6940                 Indents comments better.
6941         (REx-interpolated): New text attribute.
6942         (cperl-next-interpolated-REx): New function.
6943         (cperl-next-interpolated-REx-0): Likewise.
6944         (cperl-next-interpolated-REx-1): Likewise.
6945         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6946         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6947         (cperl-praise): Mention finded interpolated RExen.
6949         After 5.19:
6950         (cperl-init-faces): Highlight %$foo, @$foo too.
6951         (cperl-short-docs): Better docs for system, exec.
6952         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6953                 Would not find HERE-doc ended by EOF without NL.
6954         (cperl-short-docs): Correct not-doubled \-escapes.
6955         start block: Put some `defvar' for stuff gone from XEmacs.
6957         After 5.20:
6958         initial comment: Extend copyright, fix email address.
6959         (cperl-indent-comment-at-column-0): New customization variable.
6960         (cperl-comment-indent): Indentation after $#a would increasy by 1.
6961         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6962         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6963         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6964         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6965                         highlight $ in $foo too (UNTESTED).
6966         (cperl-set-style): Docstring missed some available styles.
6967         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6968                 Change "Current" to "Memorize Current".
6969         (cperl-indent-wrt-brace): New customization variable; the default is
6970                 as for pre-5.2 version.
6971         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6972         (cperl-style-alist): Likewise.
6973         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6974                 and `cperl-extra-newline-before-brace' etc
6975                 being t
6976         (cperl-indent-exp): Plans B and C to find continuation blocks even
6977                 if `cperl-extra-newline-before-brace' is t.
6979         After 5.21:
6980         Improve some docstrings concerning indentation.
6981         (cperl-indent-rules-alist): New variable.
6982         (cperl-sniff-for-indent): New function name
6983                 (separated from `cperl-calculate-indent').
6984         (cperl-calculate-indent): Separate the sniffer and the indenter;
6985                 uses `cperl-sniff-for-indent' now.
6986         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6987                 was inverted;
6988                 Support `comment-column' = 0.
6990 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
6992         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6993         * help-at-pt.el (scan-buf-move-to-region): Likewise.
6994         * longlines.el (longlines-window-change-function): Likewise.
6995         * simple.el (undo-ask-before-discard): Likewise.
6996         * wid-edit.el (widget-field-prompt-internal)
6997         (widget-documentation-link-p): Likewise.
6999 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7001         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7002         for a keyword.
7004 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7006         * newcomment.el (comment-valid-prefix-p): Make the check
7007         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7008         (comment-indent-new-line): Adjust call.
7010 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7012         * allout.el (allout-back-to-current-heading): Base on lower-level
7013         routines to get proper disqualification of aberrant topics.
7015 2006-10-09  Richard Stallman  <rms@gnu.org>
7017         * textmodes/two-column.el (2C-two-columns): Doc fix.
7019 2006-10-09  Kim F. Storm  <storm@cua.dk>
7021         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7022         about implicit use.
7024 2006-10-08  Richard Stallman  <rms@gnu.org>
7026         * textmodes/two-column.el (2C-two-columns): Doc fix.
7028 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7030         * files.el: Mark `buffer-read-only' as safe-local-variable.
7032 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7034         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7035         Burp if GUD buffer has been killed.
7037 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7039         * completion.el (add-completions-from-c-buffer):
7040         Don't presume an error's second element is a string.
7041         Use looking-at rather than buffer-substring + member.
7043 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7045         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7046         `undecided', call find-coding-systems-region to find a proper
7047         non-trivial encoding.
7048         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7049         and "text/plain".
7051 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7053         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7054         url-link.
7056         * strokes.el (defgroup strokes): Remove invalid url-link.
7058 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7060         * autoinsert.el (auto-insert-alist): Doc fix.
7062 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7064         * mouse-sel.el (mouse-insert-selection-internal):
7065         Use insert-for-yank, so that yank handlers are run.
7067 2006-10-07  Kim F. Storm  <storm@cua.dk>
7069         * ido.el (ido-file-extension-aux): Fix comparison.
7071 2006-10-06  Kim F. Storm  <storm@cua.dk>
7073         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7075 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7077         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7078         (ad-make-mapped-call): Use `let', not `let*'.
7080 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7082         * international/mule-cmds.el (coding-system-change-eol-conversion):
7083         Ensure the coding system is initialized before calling
7084         coding-system-eol-type.
7086 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7088         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7089         (org-activate-angle-links, org-activate-dates)
7090         (org-activate-target-links, org-activate-camels)
7091         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7092         textproperty keymaps from being active beyond the end of a line.
7093         (org-unfontify-region): Also remove `rear-nonsticky' property.
7095 2006-10-04  Kenichi Handa  <handa@m17n.org>
7097         * international/code-pages.el (next): Table fixed.
7099 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7101         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7102         that it's been made unnecessary by removing narrowing.
7104 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7107         control flow a bit, simplify another bit, and add comments.
7109 2006-10-03  David Kastrup  <dak@gnu.org>
7111         * help.el (describe-mode): For clicks on mode-line, use "@"
7112         interactive argument to get the major mode of the click instead of
7113         the current buffer.
7115         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7116         in order to better redirect mouse-2 clicks.  Also allow default
7117         bindings to apply.
7119 2006-10-03  Kim F. Storm  <storm@cua.dk>
7121         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7122         (pushnew): Fix last change.
7124 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7126         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7127         Use the interactive spec of `eval-expression'.
7129 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7131         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7133 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7135         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7136         2006-09-28 commit.
7138 2006-10-02  Kenichi Handa  <handa@m17n.org>
7140         * international/code-pages.el (iso-8859-6): Table fixed.
7142 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7144         * dired.el (dired-build-subdir-alist): Fix previous change.
7146 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7148         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7150 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7152         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7153         "define-button-type".
7155         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7156         they don't keep accumulating.
7158 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7160         * ffap.el (ffap-rfc-path): Change the address of the RFC
7161         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7163 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7165         * allout.el (allout-expose-topic): Rectify implementation of "+"
7166         spec, so that bodies are not exposed with headlines.
7168 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7170         * allout.el (allout-current-depth): Do aberrent check only at or
7171         below doublecheck depth.
7172         (allout-chart-subtree): Make it explicit that LEVELS being nil
7173         means unlimited depth.  Drop undocumented support for LEVELS value
7174         t meaning unlimited depth.  (This is consistent with
7175         allout-chart-to-reveal, but contrary to allout-show-children,
7176         which needs to use nil to default to depth of 1.)
7177         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7178         (allout-chart-to-reveal): Be explicit in docstring about meaning
7179         of nil LEVELS, and drop support for LEVELS value t.
7180         (allout-show-children): Translate the level spec used by this
7181         routine to that used by allout-chart-subtree and
7182         allout-chart-to-reveal.
7183         (allout-show-to-offshoot): Retry once when stuck, after opening
7184         subtree - improvements in discontinuity handling likely will
7185         enable progress.
7187 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7189         * wid-edit.el (widget-button-click-moves-point): New variable.
7190         (widget-button-click): If widget-button-click-moves-point is
7191         non-nil, set point after performing the button action.
7193         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7195 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7197         * files.el (find-file-existing): Modify to not allow wildcards.
7199 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7201         * simple.el (undo-more): When undo information for the region is
7202         exhausted, say "No further undo information FOR REGION".
7204 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7206         * progmodes/sh-script.el (sh-prev-thing):
7207         Take `sh-leading-keywords' into account.
7209 2006-09-29  Glenn Morris  <rgm@gnu.org>
7211         * custom.el (defcustom): Doc fix.
7213         * calendar/calendar.el (european-calendar-style):
7214         Call european-calendar or american-calendar as needed when set.
7215         (diary-view-entries, list-calendar-holidays): Move autoloads
7216         before use.
7218 2006-09-29  Juri Linkov  <juri@jurta.org>
7220         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7221         to nil if there is no previous property change.
7223 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7225         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7226         saving anything to be sure that `forward-sexp' behaves correctly.
7228 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7230         * simple.el (line-move-finish): Ignore field boundaries if the
7231         initial and final points have the same `field' property.
7233 2006-09-29  Kim F. Storm  <storm@cua.dk>
7235         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7236         to t while calling ido-read-internal.
7238 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7240         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7241         (org-archive-subtree): Remove erraneous `]' from character list.
7243 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7245         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7246         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7247         markers for data-area and parameters-area.
7249 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7251         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7253         * font-lock.el (font-lock-after-change-function): Refontify next line
7254         as well if end is at BOL.
7255         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7256         only extend the region as much as needed.
7258 2006-09-28  Richard Stallman  <rms@gnu.org>
7260         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7262         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7264         * international/mule.el (after-insert-file-set-coding):
7265         If VISIT, don't let set-buffer-multibyte make undo info.
7267 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7269         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7270         lines in base64-encoded authentication response.
7272 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7274         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7275         (ebnf-version): New version 4.3.
7276         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7277         (ebnf-prologue): Adjust PostScript programming.
7278         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7279         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7281 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7283         * jit-lock.el (jit-lock-force-redisplay): Rename from
7284         jit-lock-fontify-again, and undo the mistaken change I've just done.
7286         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7287         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7289 2006-09-26  Kenichi Handa  <handa@m17n.org>
7291         * startup.el (display-splash-screen): Allow a prefix argument.
7293 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7295         * subr.el (shell-quote-argument): Use DOS logic for Windows
7296         shells with DOS semantics.
7298 2006-09-24  Richard Stallman  <rms@gnu.org>
7300         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7301         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7302         to delete the overlay.  Put it on pre-command-hook.
7304         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7306         * startup.el (fancy-splash-screens, normal-splash-screen):
7307         Call the splash buffer *About GNU Emacs*.
7309         * simple.el (next-error-highlight, next-error-highlight-no-select):
7310         Default to 0.5.
7311         (yank-excluded-properties): Add `fontified'.
7313         * font-lock.el (font-lock-compile-keywords): Allow value of
7314         syntax-begin-function to enable paren-column-0 highlighting.
7316 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7318         * dired.el (dired-build-subdir-alist): When file ends in colon,
7319         don't exit the loop, just disregard that file.
7321 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7323         * simple.el (line-move-finish): Handle corner case for fields in
7324         continued lines.
7325         (line-move-1): Remove flawed test for that case.
7327 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7329         * icomplete.el (icomplete-simple-completing-p): Use the correct
7330         name for the new variable, `icomplete-with-completion-tables'.
7331         (file local variables): Remove superfluous setting.
7333 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7335         * calendar/appt.el (appt-check): Fix typo for appointments just
7336         after midnight.
7338 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7340         * help.el (describe-key-briefly, describe-key): Don't expect an
7341         extra up event if a down-event is generated by a popup menu.
7343 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7345         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7346         local dictionary when changing the global dictionary.
7348 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7350         * icomplete.el (icomplete-with-completion-tables): List of
7351         specialized completion tables with which icomplete should
7352         operate.  Include the new `internal-complete-buffer', so icomplete
7353         works with interactive buffer-selection.
7354         (icomplete-simple-completing-p): Add acceptance of specialized
7355         completion tables listed in icomplete-with-completion-tables.
7357 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7359         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7361         * startup.el (command-line): Use `custom-reevaluate-setting' for
7362         `focus-follows-mouse'.
7364 2006-09-22  Richard Stallman  <rms@gnu.org>
7366         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7367         explain why Save is not available.
7369 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7371         * woman.el (woman0-so): Use `let*', not `let'.
7372         (woman-horizontal-line): Remove unbalanced parenthesis.
7374 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7376         * woman.el: Make sure all the end-of-region markers we use have
7377         a non-nil insertion-type.
7378         (woman0-so): Move things around so we can use copy-marker.
7379         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7380         Adjust marker type.
7381         (woman2-process-escapes): Check marker type.
7382         (woman-horizontal-line): Dispense with the use of a marker.
7384 2006-09-22  Jay Belanger  <belanger@truman.edu>
7386         * calc/calc-lang.el: Add Greek letters to math-variable-table
7387         property of tex.
7389 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7391         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7393 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7395         * add-log.el (add-log-current-defun): Use `forward-sexp'
7396         instead of `forward-word' to pick c++::symbol.
7397         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7399 2006-09-22  Kenichi Handa  <handa@m17n.org>
7401         * bindings.el: Fix setting self-insert-command for multibyte
7402         characters in global-map.
7404 2006-09-21  David Kastrup  <dak@gnu.org>
7406         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7407         doc string.
7409 2006-09-21  Kenichi Handa  <handa@m17n.org>
7411         * language/european.el ("Latin-1"): Add windows-1252 to
7412         coding-priority.
7413         ("German"): Likewise.
7415 2006-09-21  Kim F. Storm  <storm@cua.dk>
7417         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7418         Suggested by Miles Bader.
7420         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7421         instead of add-to-list in the simple case.
7423 2006-09-20  Kenichi Handa  <handa@m17n.org>
7425         * isearch.el (isearch-process-search-char): Cancel the previous change.
7426         (isearch-search-string): New function.
7427         (isearch-search): Use isearch-search-string.
7428         (isearch-lazy-highlight-search): Likewise.
7430 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7432         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7433         string to become an option.
7435 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7439 2006-09-20  Kim F. Storm  <storm@cua.dk>
7441         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7442         position t instead of trying both window-end and window-end - 1.
7444 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7446         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7447         hidden trees.
7449 2006-09-20  David Kastrup  <dak@gnu.org>
7451         * mouse.el (mouse-posn-property): Improve doc string.
7452         (mouse-on-link-p): Change buffers for function calls on links.
7454         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7455         buffer is read-only.
7457 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7459         * allout.el (allout-unprotected): Let inhibit-read-only only when
7460         buffer-read-only isn't set.
7461         (allout-annotate-hidden): Enable topic annotation during copies even
7462         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7463         advances, even when the span extends beyond the deletion region.
7464         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7465         rather than allout-exposure-changed-hook, as a stronger assertion.
7466         (allout-keybindings-list): Add bindings for
7467         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7468         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7469         Copy wrappers for allout-kill-line and allout-kill-topic.
7470         (allout-listify-exposed): Position correctly to accumulate lines.
7472 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7474         * simple.el (line-move-1): Escape field boundaries occurring
7475         exactly at point.  Update goal column if constrained to a field.
7476         (line-move-finish): Escape field boundaries occurring exactly at point.
7478 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7480         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7481         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7483 2006-09-19  Kim F. Storm  <storm@cua.dk>
7485         * help.el (describe-key-briefly, describe-key): Simplify printing
7486         of descriptions by using format and %S.  Fix "is undefined"
7487         messages to say "at that spot" for mouse events.
7489         * simple.el (line-move-partial): Optimize.  Try window-line-height
7490         before posn-at-point to get vpos of current line.
7492 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7494         * viper.el: Bump up version/date of update to reflect the substantial
7495         changes done in August 2006.
7497         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7498         are defined.
7500         * ediff-util.el (ediff-add-to-history): New function.
7502         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7504 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7506         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7507         Delete duplicate make-local-variable form.
7508         (conf-space-keywords): Add autoload cookie.
7509         Fix typo (`keywords', not `keyword').
7511 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7513         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7514         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7515         to x-gtk-use-old-file-dialog.
7517 2006-09-18  Richard Stallman  <rms@gnu.org>
7519         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7520         that might come in during mouse tracking.
7522 2006-09-18  Kim F. Storm  <storm@cua.dk>
7524         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7525         new window-line-height function.  Further optimize by not calling
7526         pos-visible-in-window-p for window-end when window-line-height
7527         returns useful information.
7529 2006-09-16  Richard Stallman  <rms@gnu.org>
7531         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7532         (conf-space-mode): Don't handle prefix arg.
7533         Delete conf-space-keywords-override code.
7534         Use add-hook.
7535         (conf-space-keywords): New command.
7536         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7537         Delete conf-space-keywords-override code.
7538         (conf-space-keywords-alist): Doc fix.
7539         (conf-space-font-lock-keywords): Doc fix.
7540         (conf-space-keywords-override): Var deleted.
7542 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7544         * startup.el (fancy-splash-screens): Don't switch to the scratch
7545         buffer; it may not be the next buffer.
7547 2006-09-16  Romain Francoise  <romain@orebokech.com>
7549         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7550         in both messages.
7552 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7554         * progmodes/python.el (python-preoutput-filter):
7555         Fix arg order to string-match.
7557 2006-09-16  Richard Stallman  <rms@gnu.org>
7559         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7560         font-lock-compile-keywords.
7562         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7563         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7565 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7567         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7569         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7570         and the data doesn't look like UTF8, send STRING instead.
7572 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7574         * textmodes/flyspell.el (flyspell-check-region-doublons):
7575         New function to detect duplicated words.
7576         (flyspell-large-region): Use it.
7578 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7580         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7582 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7584         * help.el (describe-prefix-bindings): Use let, not let*.
7586 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7588         * allout.el (allout-regexp, allout-line-boundary-regexp)
7589         (allout-bob-regexp): Correct grouping and boundaries to fix
7590         backwards traversal.
7591         (allout-depth-specific-regexp, allout-depth-one-regexp):
7592         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7593         worse time in allout-ascend.
7594         (allout-doublecheck-at-and-shallower): Identify depth threshold
7595         below which topics are checked for and disqualified by containment
7596         discontinuities.
7597         (allout-hotspot-key-handler): Correctly handle multiple-key
7598         strokes.  Remove some unused variables.
7599         (allout-mode-leaders): Clarify that mode-specific comment-start
7600         will be used.
7601         (set-allout-regexp): Correctly regexp-quote allout regexps to
7602         properly accept alternative header-leads and primary bullets with
7603         regexp-specific characters (eg, C "/*", mathematica "(*").
7604         Include new regular expressions among those configured.
7605         (allout-infer-header-lead-and-primary-bullet):
7606         Rename allout-infer-header-lead.
7607         (allout-recent-depth): Manifest as a variable as well as a function.
7608         (allout-prefix-data): Simplify into an inline instead of a macro,
7609         assuming current match data rather than being explicitly passed
7610         it.  Establish allout-recent-depth value as well as
7611         allout-recent-prefix-beginning and allout-recent-prefix-end.
7612         (allout-aberrant-container-p): True when an item's immediate
7613         offspring discontinuously contained.  Useful for disqualifying
7614         unintended topic prefixes, likely at low depths.
7615         (allout-goto-prefix-doublechecked): Elaborate version of
7616         allout-goto-prefix which disqualifies aberrant pseudo-items.
7617         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7618         get disqualification of aberrant containers.
7619         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7620         containers.
7621         (allout-beginning-of-current-entry): Position at start of buffer
7622         when in container (depth 0) entry.
7623         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7624         (allout-current-bullet): Strip text properties.
7625         (allout-get-prefix-bullet): Use right match groups.
7626         (allout-beginning-of-line, allout-next-heading):
7627         Disqualify aberrant containers.
7628         (allout-previous-heading): Disqualify aberrant containers, and
7629         change to regular (rather than inline) function, to allow
7630         self-recursion.
7631         (allout-get-invisibility-overlay): Increment so progress is made
7632         when the first overlay is not the sought one.
7633         (allout-end-of-prefix): Disqualify aberrant containers.
7634         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7635         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7636         outline.el outlines) functional again.  Change the primary bullet
7637         along with the header-lead - level 1 new-style bullets now work.
7638         Engage allout-before-change-handler in mainline Emacs, not just
7639         XEmacs, to do undo handling.
7640         (allout-before-change-handler): Expose undo changes occurring in
7641         hidden regions.  Use allout-get-invisibility-overlay instead of
7642         reimplementing it inline.
7643         (allout-chart-subtree): Use start rather than end of prefix in
7644         charts.  Use allout-recent-depth variable.
7645         (allout-chart-siblings): Disqualify aberrant topics.
7646         (allout-beginning-of-current-entry): Position correctly.
7647         (allout-ascend): Use new allout-depth-specific-regexp and
7648         allout-depth-one-regexp for linear instead of O(N^2) or worse
7649         behavior.
7650         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7651         reimplementing an algorithm.
7652         (allout-up-current-level): Depend on allout-ascend, rather than
7653         reimplementing an algorithm.  Return to start-point if we fail.
7654         (allout-descend-to-depth): Use allout-recent-depth variable
7655         instead of function.
7656         (allout-next-sibling): On traversal of numerous intervening
7657         topics, resort to economical allout-next-sibling-leap.
7658         (allout-next-sibling-leap): Specialized version of
7659         allout-next-sibling that uses allout-ascend cleverly, to depend on
7660         a regexp search to leap large numbers of contained topics, rather
7661         than arbitrarily many one-by-one traversals.
7662         (allout-next-visible-heading): Disqualify aberrant topics.
7663         (allout-previous-visible-heading): Position consistently when
7664         interactive.
7665         (allout-forward-current-level): Base on allout-previous-sibling
7666         rather than (differently) reimplmenting the algorithm.  Remove some
7667         unused variables.
7668         (allout-solicit-alternate-bullet): Present default choice stripped
7669         of text properties.
7670         (allout-rebullet-heading): Use bullet stripped of text properties.
7671         Register changes using allout-exposure-change-hook.
7672         Disregard aberrant topics.
7673         (allout-shift-in): With universal-argument, make topic a peer of
7674         it's former offspring.  Simplify the code by separating out
7675         allout-shift-out functionality.
7676         (allout-shift-out): With universal-argument, make offspring peers
7677         of their former container, and its siblings.  Implement the
7678         functionality here, rather than inappropriately muddling the
7679         implementation of allout-shift-in.
7680         (allout-rebullet-topic): Respect additional argument for new
7681         parent-child separation function.
7682         (allout-yank-processing): Use allout-ascend directly.
7683         (allout-show-entry): Disqualify aberrant topics.
7684         (allout-show-children): Handle discontinuous children gracefully,
7685         extending the depth being revealed to expose them and posting a
7686         message indicating the situation.
7687         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7688         Leave cursor in correct position.
7689         (allout-hide-current-subtree): Use allout-ascend directly.
7690         Disqualify aberrant topics.
7691         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7692         a way that the yanks can restore it, as used to happen.
7693         (allout-yank-processing): Restore exposure layout as recorded by
7694         allout-kill-*, as used to happen.
7695         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7696         for preseving and restoring exposure layout across kills.
7697         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7698         (allout-encrypt-string): Strip text properties.
7699         Rearranged order and outline-headings for some of the
7700         miscellaneous functions.
7701         (allout-resolve-xref): No need to quote the error name in the
7702         condition-case handler section.
7703         (allout-flatten): Classic recursive (and recursively intensive,
7704         without tail-recursion) list-flattener, needed by allout-shift-out
7705         when confronted with discontinuous children.
7707 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7709         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7710         on ms-windows.
7711         (dnd-open-unc-file): Remove.
7712         (dnd-open-local-file): Mention in doc string that it also handles
7713         remote files if the system natively supports unc file-names.
7715 2006-09-15  Kim F. Storm  <storm@cua.dk>
7717         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7718         all necessary information about the event before erasing *Help*.
7720         * simple.el (line-move-partial): Use window-line-visiblity to
7721         quickly check whether last line is partially visible, and only do
7722         the hard (and slow) part in that case.
7724 2006-09-15  Jay Belanger  <belanger@truman.edu>
7726         * COPYING: Replace "Library Public License" by "Lesser Public
7727         License" throughout.
7729 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7731         * term/x-win.el (x-menu-bar-open): New function for F10.
7733 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7735         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7736         Disallow filenames containing " -" to avoid confusion with libtool
7737         compilation messages.  Suggested by Stefan Monnier.
7739 2006-09-15  David Kastrup  <dak@gnu.org>
7741         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7742         instead of buffer position for `mouse-on-link-p'.
7744         * mouse.el (mouse-posn-property): New function looking up the
7745         properties at a click position in overlays and text properties in
7746         either buffer or strings.
7747         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7748         of both `follow-link' as well as `mouse-face' properties.
7749         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7750         buffer position.
7752         * help.el (describe-key-briefly): When reading a down-event on
7753         mode lines or scroll bar, swallow the following up event, too.
7754         Use the new mouse sensitity of `key-binding' for lookup.
7755         (describe-key): The same here.
7757 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7759         * play/life.el (life-patterns): Add a few more interesting patterns.
7760         (life-setup): Force `show-trailing-whitespace' to nil.
7762 2006-09-14  Richard Stallman  <rms@gnu.org>
7764         * startup.el (fancy-splash-text): Change text to improve alignment.
7765         (fancy-splash-screens): Don't set non-standard tab width.
7766         Bind cursor-type temporarily, and make it easy to patch to
7767         preserve the splash buffer.
7768         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7769         (fancy-splash-screens): Display echo-area message explicitly.
7770         Don't set fancy-splash-help-echo.
7772         * simple.el (line-number-mode): Group mode-line instead of
7773         editing-basics.
7774         (column-number-mode, size-indication-mode): Likewise.
7776         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7778         * time.el (display-time): Group mode-line instead of modeline.
7780         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7782 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7784         * startup.el (fancy-splash-text): Move editing instructions to
7785         fancy-splash-head.
7786         (fancy-splash-head): Issue editing instructions.
7787         (fancy-splash-screens): Fixup whitespace.
7789 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * bindings.el (mode-line-buffer-identification-keymap):
7792         Remove duplicate line.
7794 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7796         * ido.el (ido-ignore-item-p): Allow any kind of functions in
7797         ignore lists.
7799 2006-09-14  Kim F. Storm  <storm@cua.dk>
7801         * jit-lock.el (jit-lock-fontify-again): New function.
7802         (jit-lock-fontify-now): Use it instead of lambda form.
7804 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
7806         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7807         (flyspell-auto-correct-word): Make ispell-filter local to these
7808         functions.  Check that ispell-filter has new stuff before calling
7809         ispell-parse-output.
7811 2006-09-13  Kim F. Storm  <storm@cua.dk>
7813         * simple.el (line-move-partial): Optimize.
7815 2006-09-13  Richard Stallman  <rms@gnu.org>
7817         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7818         Delete spurious backquote.
7820 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7822         * net/rcirc.el (rcirc-print): Fix last change.
7824 2006-09-12  Jay Belanger  <belanger@truman.edu>
7826         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7828 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7830         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7831         rcirc-show-maximum-output.
7832         (rcirc-mode): Remove window-scroll-function hook.
7833         (rcirc-scroll-to-bottom): Remove function.
7834         (rcirc-print): Recenter so point stays at the bottom of the window
7835         if point was already there.
7837 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7839         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7840         not to "t".
7841         * progmodes/compile.el (compilation-start): Likewise.
7842         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7843         Don't use expand-file-name on invocation-directory, since this
7844         might mishandle special characters in invocation-directory.
7846 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7848         * pcvs-defs.el: Remove * in defcustom's docstrings.
7850 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
7852         * progmodes/compile.el (compilation-directory-properties):
7853         Doc fix for help-echo.
7855 2006-09-12  Lars Hansen  <larsh@soem.dk>
7857         * desktop.el (desktop-read): Add comment.
7859 2006-09-12  Kim F. Storm  <storm@cua.dk>
7861         * simple.el (next-error-highlight, next-error-highlight-no-select):
7862         Fix spelling error.
7864         * subr.el (sit-for): Rework to use input-pending-p and cond.
7865         Return nil input is pending on entry also for SECONDS <= 0.
7866         (while-no-input): Use input-pending-p instead of sit-for.
7868 2006-09-11  Richard Stallman  <rms@gnu.org>
7870         * simple.el (next-error-highlight, next-error-highlight-no-select):
7871         Fix custom type and doc strings.
7873 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7875         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7876         (diff-apply-hunk): Use it to ask for confirmation.
7878 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7880         * emacs-lisp/cl.el (pushnew): Add missing `,'.
7882 2006-09-11  David Kastrup  <dak@gnu.org>
7884         * help.el (string-key-binding, describe-key-briefly)
7885         (describe-key): Remove `string-key-binding' and its callers since
7886         `key-binding' already caters for the proper lookup now.
7888 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7891         (cfengine-mode): Use it.  Fix \ syntax to be like /.
7893         * bindings.el (mode-line-buffer-identification-keymap):
7894         Move initialization into declaration.
7896 2006-09-10  Kim F. Storm  <storm@cua.dk>
7898         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7899         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7900         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7901         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7903 2006-09-10  Richard Stallman  <rms@gnu.org>
7905         * dired-aux.el: Handle errors in recursive copy usefully.
7906         (dired-create-files-failures): New variable.
7907         (dired-copy-file): Remove condition-case.
7908         (dired-copy-file-recursive): Check for errors on all file
7909         operations, and add them to dired-create-files-failures.
7910         Check file file-date-erorr here too.
7911         (dired-create-files): Check dired-create-files-failures
7912         and report those errors too.
7914         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7916         * subr.el (add-to-list): New argument COMPARE-FN.
7918 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7920         * filecache.el (file-cache-add-directory)
7921         (file-cache-add-directory-list, file-cache-add-file)
7922         (file-cache-add-directory-using-find)
7923         (file-cache-add-directory-using-locate)
7924         (file-cache-add-directory-recursively): Add autoloads.
7926 2006-09-09  Richard Stallman  <rms@gnu.org>
7928         * textmodes/conf-mode.el (conf-space-mode):
7929         Use hack-local-variables-hook instead of calling hack-local-variables.
7930         (conf-space-keywords-override): New variable.
7931         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
7932         (conf-space-mode): Always make conf-space-keywords and
7933         conf-space-keywords-override local.
7934         Call conf-space-mode-internal directly as well as via hook.
7936 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7938         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7939         quasi-keywords.
7941 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7944         (python-send-string): Be slightly more careful about adding \n.
7946         * startup.el (normal-splash-screen): Don't display the buffer if we'll
7947         kill it right away anyway.
7949 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
7951         * international/codepage.el (cp850-decode-table): Fix a few codes.
7952         (cp858-decode-table): New variable.
7954 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
7956         * net/ldap.el (ldap-search-internal): Doc fix.
7958 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7960         * play/life.el (life-display-generation): Test for input manually if
7961         `sleeptime' is negative or null.
7963         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7964         (print-region-1): Substitute `%s' with the page title.
7966 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
7968         * locate.el (locate-current-search): New variable.
7969         (locate): Set buffer local value.  Use current buffer if it is
7970         in Locate mode.
7971         (locate-mode): Disable undo here.
7972         (locate-do-setup): Use locate-current-filter from buffer to be killed.
7973         (locate-update): Use locate-current-search and locate-current-filter.
7975 2006-09-08  David Kastrup  <dak@gnu.org>
7977         * desktop.el (desktop-read): When loading a desktop, disable
7978         saving it while the load progresses, and switch off a pending lazy
7979         load by calling `desktop-lazy-abort'.
7981 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
7983         * window.el (mouse-autoselect-window-timer)
7984         (mouse-autoselect-window-position)
7985         (mouse-autoselect-window-window)
7986         (mouse-autoselect-window-now): New vars.
7987         (mouse-autoselect-window-cancel)
7988         (mouse-autoselect-window-select)
7989         (mouse-autoselect-window-start): New functions.
7990         (handle-select-window): Call `mouse-autoselect-window-start' when
7991         delayed window autoselection is enabled.
7993         * cus-start.el (mouse-autoselect-window): Handle delayed window
7994         autoselection.
7996         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7997         commands after which it is allowed to print in the echo area.
7999 2006-09-08  Richard Stallman  <rms@gnu.org>
8001         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8003         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8004         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8006         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8007         (cancel-timer-internal): Add doc string.
8008         (cancel-function-timers): Doc fix.
8009         (with-timeout-handler, timer-event-last*): Add doc strings.
8011         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8013         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8015         * dired.el (dired-log-summary): Add doc string.
8017         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8018         (custom-group-menu-create): Not here.
8020 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8022         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8024 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8026         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8027         (mac-apple-event-map): Define its handler.
8029 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8031         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8033 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8035         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8036         clause.
8038 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8040         * info.el (Info-index): Bind completion-ignore-case.
8042 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8044         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8045         previous commit.
8046         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8047         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8048         burp in dedicated windows.
8049         (inferior-prolog-self-insert-command): New command.
8050         (inferior-prolog-mode-map): Use it.
8052 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8054         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8056         * international/code-pages.el: Add cp858.
8058 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8060         * dnd.el: Fix bootstrapping.
8062 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8064         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8065         (dnd-open-remote-url): New function.
8066         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8067         not windows-nt.
8069 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8071         * dnd.el (dnd-open-remote-file-function): New variable.
8072         (dnd-open-unc-file): New function.
8073         (dnd-open-file): Call dnd-open-remote-file-function if set.
8075 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8077         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8078         pgg-passphrase-coding-system rather than locale-coding-system.
8079         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8081 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8083         * progmodes/prolog.el: Remove * in docstrings.
8084         (prolog-program-name): Add SWI prolog.
8085         (prolog-mode-menu): New menu.
8086         (prolog-mode): Set comment-add.
8087         (prolog-indent-line): Simplify.  Use indent-line-to.
8088         (inferior-prolog-buffer): New var.
8089         (inferior-prolog-run, inferior-prolog-process): New funs.
8090         (run-prolog, switch-to-prolog): Rewrite, using them.
8091         (prolog-consult-region): Use inferior-prolog-buffer.
8092         (inferior-prolog-load-file): New function.
8093         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8095         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8096         last word, if it's not the end of the paragraph.
8098         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8099         file name.
8101 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8103         * frame.el (display-mm-dimensions-alist): New defcustom.
8104         (display-mm-height, display-mm-width): Use it.
8106 2006-09-06  Simon Josefsson  <jas@extundo.com>
8108         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8110 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8112         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8113         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8114         string values.
8116 2006-09-06  Kim F. Storm  <storm@cua.dk>
8118         * simple.el (line-move-partial): New function to do vscrolling for
8119         partially visible images / tall lines.  Rewrite based on code
8120         previously in line-move.  Simplify backwards vscrolling.
8121         (line-move): Use it.  Simplify.
8123 2006-09-05  Kim F. Storm  <storm@cua.dk>
8125         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8127 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8129         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8130         Process the `gcc-include' after the `gnu' rule.
8132 2006-09-05  Kim F. Storm  <storm@cua.dk>
8134         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8136 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8138         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8139         compatibility.
8141         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8142         inhibit-redisplay; encode passphrase with locale-coding-system.
8144 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8146         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8148 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8150         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8151         (gdb-var-list-children-regexp): Make type field optional.
8153         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8154         e.g public, protected in C++.
8156 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8158         * simple.el (completion-show-help): New defcustom.
8159         (completion-setup-function): Heed it.
8161 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8163         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8165 2006-09-04  Richard Stallman  <rms@gnu.org>
8167         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8168         (rsf-min-region-to-spam-list): Doc fix.
8169         (rsf-add-content-type-field): Doc fix.
8171         * simple.el (kill-region): Explicitly test there is a region.
8173 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8175         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8176         sendmail in several common directories.
8178         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8180         * paths.el (sendmail-program): Removed.
8182 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8184         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8185         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8186         http://article.gmane.org/gmane.emacs.gnus.general/50457
8188 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8190         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8191         mark after running the menu filter.
8193 2006-09-03  Juri Linkov  <juri@jurta.org>
8195         * international/quail.el (quail-defrule-internal): Add a check
8196         if a key is a vector.
8198 2006-09-02  Juri Linkov  <juri@jurta.org>
8200         * man.el (Man-topic-history): New variable.
8201         (man): Use it.
8203         * woman.el (woman-topic-history): Change defvar to defvaralias
8204         for symbol `Man-topic-history'.
8206         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8207         `comint-last-output-start' is a marker by using `markerp' and
8208         check if it has a position by using `marker-position', and use
8209         this position for `goto-char'.
8211         * international/quail.el (quail-defrule-internal): Add missing
8212         `error' call for null key.
8214 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8216         * rcirc.el (rcirc-keywords): New variable.
8217         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8218         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8219         variables.
8220         (rcirc-responses-no-activity): New function.
8221         (rcirc-handler-generic): Check for responses in above.
8222         (rcirc-process-command): Add ?: character to arguments of raw
8223         server commands.
8224         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8225         `rcirc-dim-nicks'.
8226         (rcirc-gray-toggle): Remove unused variable.
8227         (rcirc-print): Remove some tracking logic, which is moved into
8228         markup functions.
8229         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8230         types.
8231         (rcirc-activity-string): Look for 'keyword in activity-types.
8232         (rcirc-window-configuration-change): Don't erase overlay-arrow
8233         unnecessarily.
8234         (rcirc-add-or-remove): New function.
8235         (rcirc-cmd-ignore): Use it.
8236         (rcirc-message-leader): Remove unused function.
8237         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8238         (rcirc-add-face): New function.
8239         (rcirc-facify): Use rcirc-add-face.
8240         (rcirc-url-regexp): Add parens.
8241         (rcirc-map-regexp): Remove function.
8242         (rcirc-mangle-regexp): Remove function.
8243         (rcirc-markup-text-functions): New variable.
8244         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8245         (rcirc-markup-body-text, rcirc-markup-attributes)
8246         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8247         (rcirc-markup-bright-nicks): New markup handler functions.
8248         (rcirc-nick-in-message-full-line): New face.
8249         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8250         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8252 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8254         * cus-start.el (hscroll-margin, hscroll-step)
8255         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8256         (x-use-underline-position-properties): Change version to "22.1"
8257         since they will appear there for the first time.
8259 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8261         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8263 2006-08-31  Richard Stallman  <rms@gnu.org>
8265         * cus-edit.el (custom-save-variables): Slight cleanup.
8266         (Custom-no-edit): Renamed from custom-no-edit.
8267         (Custom-newline): Renamed from custom-newline.
8268         (custom-mode-map): Use new names.
8270         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8271         about customization, rather than M-x customize, in the doc string
8272         made for the defcustom.
8274         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8276 2006-08-31  Romain Francoise  <romain@orebokech.com>
8278         * dired-x.el (dired-guess-shell-alist-default): Update.
8280 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8282         * custom.el (custom-theme-set-variables): Autoload packages before
8283         sorting the variables.
8285 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8287         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8288         chars if XEmacs.
8289         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8291 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8293         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8294         waiting for process.
8296 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8298         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8299         results in ASCII-only string, encode original one directly.
8301 2006-08-29  Romain Francoise  <romain@orebokech.com>
8303         * startup.el (normal-splash-screen, fancy-splash-screens):
8304         Make buffer read-only and arrange to enter view mode if necessary.
8306 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8308         * hl-line.el (hl-line): New face.
8309         (hl-line-face): Use it.
8311         * image-mode.el (image-mode): Fix last fix.
8312         Suggested by Kim F. Storm.
8314 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8316         Sync with Tramp 2.0.54.
8318         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8319         of `=', because `tramp-get-remote-gid' might not always return an
8320         integer when expected.
8321         (tramp-register-file-name-handlers): `partial-completion-mode' is
8322         unknown to XEmacs.
8323         (tramp-time-diff): Don't use `floor', it might fail for large
8324         differences.
8325         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8326         `tramp-auto-save-directory' if unset in order to guarantee unique
8327         auto-save file names.
8329 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8331         * image-mode.el (image-mode): Display image as text on a terminal.
8333 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8335         * progmodes/python.el (python-send-command): Simplify.
8336         (run-python): Don't generate a new buffer unless `new' was specified.
8337         Make sure we send `import emacs' to the proper process.
8339         * progmodes/python.el (python-send-command): Don't wait for the command
8340         to terminate.  Don't fiddle with compilation-parsing-end.
8342 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8344         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8345         Insert commentary after first line summary.
8347         * woman.el (woman-follow): New function, based on `man-follow'.
8348         (woman-mode-map): Use it.
8350         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8351         since ibuffer-do-sort-by-recency does not define a sorter.
8353 2006-08-28  Kim F. Storm  <storm@cua.dk>
8355         * find-dired.el (find-dired): Use shell-quote-argument to properly
8356         escape ( and ) args.  Also use it on {} and ; args in default
8357         value of find-ls-option string.
8358         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8360 2006-08-27  Michael Olson  <mwolson@gnu.org>
8362         * emacs-lisp/tq.el: Small grammar fix in comments.
8363         (tq-enqueue): Check for existence of queue rather than the
8364         head queue item's question, which was a no-op.
8365         (tq-filter, tq-process-buffer): Make sure the process buffer
8366         exists before making it the current buffer.
8368 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8370         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8371         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8372         (special-event-map): Apply 2006-08-16 change for x-win.el.
8374 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8376         * progmodes/python.el (python-send-receive): Wait in the
8377         process's buffer so as to check the right buffer-local variables.
8379 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8381         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8382         (defgroup checkdoc): Move to beginning.
8384         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8385         (python-preoutput-continuation): Remove.
8386         (python-preoutput-filter): Simplify correspondingly.
8387         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8388         Loop around to catch embedded _emacs_out output.
8389         (run-python): Send the import&print command on a single line.
8390         (python-send-command): Send command&print on a single line.
8391         (python-send-string): Only add double \n if needed.
8392         (python-send-receive): Loop until the result comes.
8393         (python-mode-running): Defvar it.
8394         (python-setup-brm): Remove unused var `menu'.
8395         Only bind py-mode-map and `features' around brm-init.
8396         (python-calculate-indentation): Remove unused var `point'.
8397         (python-beginning-of-defun): Remove unused var `def-line'.
8399 2006-08-25  Richard Stallman  <rms@gnu.org>
8401         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8403 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8405         * viper.el (viper-set-hooks): Use frame bindings for
8406         viper-vi-state-cursor-color.
8407         (viper-non-hook-settings): Don't set default
8408         mode-line-buffer-identification.
8410         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8411         (viper-set-cursor-color-according-to-state)
8412         (viper-get-saved-cursor-color-in-replace-mode)
8413         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8414         viper-emacs-state-cursor-color.
8416         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8417         (viper-undo): Use point if undo-beg-posn is nil.
8418         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8419         (viper-after-change-undo-hook): Don't use
8420         viper-emacs-state-cursor-color by default.
8421         (viper-undo): More sensible positioning after undo.
8423         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8424         (viper-emacs-state-cursor-color): Default to nil, since this feature
8425         doesn't work well yet.
8427         * ediff-mult.el (ediff-intersect-directories)
8428         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8429         always expand filenames.
8431 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8433         * tumme.el: Remove * in defcustoms's docstrings.
8435 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8437         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8438         Accept internal time format for SECS arg.
8439         (timer-relative-time): Doc fix.
8441         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8442         adapted from Martin Rudalics.
8443         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8444         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8445         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8446         using sit-for.
8448 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8450         * cus-start.el (all): Add `overline-margin' and
8451         `x-underline-at-descent-line'.
8453 2006-08-24  Kim F. Storm  <storm@cua.dk>
8455         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8456         to mean "use find -exec"; nil now unambiguously means auto-detect.
8457         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8458         Use shell-quote-argument to build grep-find-command and
8459         grep-find-template.
8460         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8461         Reported by Tom Seddon.
8463 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8465         * startup.el (fancy-splash-head): Give instructions for dismissing
8466         the splash screen for default startup too.
8467         (display-startup-echo-area-message, fancy-splash-screens)
8468         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8469         all splash text at once and keep the splash buffer around.
8470         (command-line-1): Give display-startup-echo-area-message a t arg.
8472 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8474         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8475         gnus frame is selected.
8477 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8479         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8481 2006-08-22  Kim F. Storm  <storm@cua.dk>
8483         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8484         Add suffix matching for subdirs.
8486 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8488         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8489         mouse-yank-at-point is non-nil.
8491 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8493         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8494         a bit wider and remove fringes to fit initial output on line.
8496 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8498         * frame.el (blink-cursor-end): Only ignore the error we care about.
8499         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8501 2006-08-21  Richard Stallman  <rms@gnu.org>
8503         * whitespace.el (whitespace-cleanup): Doc fix.
8505 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8507         * net/rcirc.el (rcirc-show-maximum-output): New var.
8508         (rcirc-buffer-process): If no buffer argument is supplied, use
8509         current-buffer.
8510         (rcirc-complete-nick): Complete to the last completed nick first.
8511         (rcirc-mode): Preserve the value of `rcirc-urls' across
8512         connections.  Setup scroll function.
8513         (rcirc-scroll-to-bottom): New function.
8514         (rcirc-print): Use nick syntax around regexp work.
8515         Notice dim-nicks speaking only if they say our nick.
8516         (rcirc-update-activity-string): Do not show the modeline indicator
8517         if there are no live rcirc processes.
8518         (rcirc-cmd-ignore): Ignore case.
8519         (rcirc-browse-url-at-point): Fix off-by-one error.
8521 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8523         * progmodes/python.el: Remove * in defcustom docstrings.
8524         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8525         (python-mode): Set tab-width and indent-tabs-mode.
8527 2006-08-20  Dave Love  <fx@gnu.org>
8529         * progmodes/python.el: Update to Dave Love's latest version.
8530         (python-font-lock-keywords, python-mode): Don't use
8531         font-lock-syntax-table, but match symbol elements explicitly instead.
8532         (python-mode-map): Add help, and a few more key bindings.
8533         (python-skip-comments/blanks): Move out of comments as well.
8534         (python-continuation-line-p): Behave better with unbalanced parens.
8535         (python-blank-line-p): New fun.
8536         (python-open-block-statement-p): Don't use a heuristic.
8537         (python-outdent-p): Better handle blocks-in-the-same-line.
8538         (python-calculate-indentation): Misc improvements.
8539         (python-comment-indent): Remove.
8540         (python-block-pairs): New var.
8541         (python-first-word): New fun.
8542         (python-indentation-levels): Handle more common cases.
8543         (python-indent-line-1): Add `leave' argument.
8544         (python-indent-region): New fun.
8545         (python-skip-out): New fun.
8546         (python-beginning-of-statement, python-end-of-statement): Use it.
8547         (python-next-statement): Return correct count even at eob.
8548         (python-end-of-block): Fix paren-typo.
8549         (python-imenu-create-index): Add module variables.
8550         (run-python): Add `new' arg.
8551         Check we're at a prompt before returning.
8552         (python-send-command): Move to end of buffer.
8553         Wait for prompt to return.
8554         (python-set-proc): New fun.
8555         (python-imports): New var.
8556         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8557         (python-eldoc-function): Try to move out of arg list.
8558         (python-outline-level): Offset by 1.
8559         (python-find-imports): New fun.
8560         (python-symbol-completions): Use python-imports.
8561         (python-module-path, ffap-alist): Add support for ffap.
8562         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8563         (python-insert-*, python-default-template, python-expand-template):
8564         Add templates/skeletons.
8565         (python-setup-brm): Support for Bicycle Repair Man.
8566         (python-abbrev-syntax-table): New var.
8567         (python-abbrev-pc-hook, python-pea-hook): New funs.
8569 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8571         * frame.el (blink-cursor-start): Set timer first.
8572         (blink-cursor-end): Ignore timer cancelling errors.
8573         Suggested by Ken Manheimer.
8575 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8577         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8578         Add autoload cookie.
8580 2006-08-20  Richard Stallman  <rms@gnu.org>
8582         * simple.el (line-number-at-pos): Doc fix.
8584         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8585         timer-activate-when-idle, so timer can run before Emacs becomes
8586         non-idle again.
8588 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8590         * whitespace.el (whitespace-cleanup-internal): New optional arg
8591         REGION-ONLY.  If it's non-nil, modify the message to the user
8592         accordingly.
8593         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8594         a non-nil argument.
8596 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8598         * rect.el (spaces-string): Simplify and add doc string.
8600 2006-08-17  Romain Francoise  <romain@orebokech.com>
8602         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8604 2006-08-17  Richard Stallman  <rms@gnu.org>
8606         * compare-w.el (compare-windows): lambda's take an arg and pass
8607         it to compare-windows-skip-whitespace.
8609 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8611         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8612         the right buffer.
8614 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8616         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8617         removed files.
8619 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8621         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8622         (gdb-locals-watch-map-1): Suppress keymap first.
8623         (gdb-edit-locals-map-1): New variable.
8624         (gdb-edit-locals-value): New function.
8625         (gdb-stack-list-locals-handler): Use them.
8627 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8629         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8630         cursor would normally be drawn in the fringe.
8632         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8633         Reported by Martin Rudalics <rudalics@gmx.at>.
8635 2006-08-16  Richard Stallman  <rms@gnu.org>
8637         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8638         (special-event-map): Process drag-n-drop events this way.
8640         * simple.el (move-beginning-of-line): Test whether fields
8641         would prevent motion back to line's first visible character.
8642         If so, stop where the fields would stop the motion.
8644         * newcomment.el (comment-indent): Fully update INDENT
8645         before checking to see if it will change the text.
8647         * cus-edit.el (custom-newline): New function.
8648         (custom-mode-map): Bind newline to custom-newline.
8650         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8651         into ignore-whitespace.
8652         Check each buffer for its skip-function.
8653         Handle compare-windows-skip-whitespace special-case test
8654         by returning t from default skip function.
8656 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8658         * textmodes/org.el (org-clock-special-range)
8659         (org-clock-update-time-maybe): New functions.
8660         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8661         not only a-z.
8662         (org-agenda-get-blocks): Allow multiple blocks per headline.
8663         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8664         (org-export-html-title-format)
8665         (org-export-html-toplevel-hlevel): New options.
8666         (org-export-language-setup): Add support for Czech.
8667         (org-mode, org-insert-todo-heading, org-find-visible)
8668         (org-find-invisible, org-invisible-p, org-invisible-p2)
8669         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8670         (org-show-subtree, org-show-entry, org-make-options-regexp):
8671         Remove compatibility support for old outline-mode.
8672         (org-check-occur-regexp): Funtion removed.
8673         (org-on-heading-p, org-back-to-heading): Made defalias.
8674         (org-set-local): New defsubst.
8675         (org-set-regexps-and-options, org-mode)
8676         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8677         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8678         (org-remember-apply-template, org-table-edit-field)
8679         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8680         (org-set-autofill-regexps): Use `org-set-local'.
8681         (org-table-eval-formula): Fix bug with parsing of display flags.
8683 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8685         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8686         frame with fringe arrow.  Suggested by Simon Marshall
8687         <simon.marshall@misys.com>.
8688         (gdb-stack-position): New variable.
8689         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8690         (gdb-frames-mode): Set gdb-stack-position to nil.
8691         Add to overlay-arrow-variable-list
8692         (gdb-reset): Delete gdb-stack-position from above list.
8694 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8696         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8697         read only.
8699 2006-08-13  Romain Francoise  <romain@orebokech.com>
8701         * cus-theme.el (customize-create-theme)
8702         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8704         * filesets.el (filesets-add-buffer): Ditto.
8706         * pcvs.el (cvs-change-cvsroot): Ditto.
8708 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8710         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8711         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8712         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8713         expressions.
8714         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8715         Only search till end of line.
8716         Add face to function names in case of no filename.
8717         Add face to variable names of watchpoints.
8719 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8721         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8722         customization group.
8724 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8726         * allout.el (allout-prior-bindings, allout-added-bindings):
8727         Remove, after long deprecation.
8728         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8729         Add customization vars controlling allout-beginning-of-line and
8730         allout-end-of-line conveniences.
8731         (allout-header-prefix, allout-use-mode-specific-leader)
8732         (allout-use-mode-specific-leader, allout-mode-leaders):
8733         Revise docstrings.
8734         (allout-infer-header-lead): Change to be an alias for
8735         allout-infer-header-lead-and-primary-bullet.
8736         (allout-infer-header-lead-and-primary-bullet): New version of
8737         allout-infer-header-lead which assigns the primary bullet to the
8738         same as the header lead, when its being changed.
8739         (allout-infer-body-reindent): Apply regexp-quote instead of
8740         unconditionally prepending "\\", so that all literal
8741         allout-header-prefix and allout-primary-bullet strings are
8742         properly handled.
8743         (allout-add-resumptions): Add optional qualifier for extending or
8744         appending to existing values, rather than replacing them.
8745         (allout-view-change-hook): Clarify docstring.
8746         (allout-exposure-change-hook): Take explicit arguments, via
8747         run-hook-with-args.
8748         (allout-structure-added-hook)
8749         (allout-structure-deleted-hook)
8750         (allout-structure-shifted-hook): New hooks analogous to
8751         allout-exposure-change-hook for other kinds of structural outline
8752         edits.
8753         (allout-encryption-plaintext-sanitization-regexps): New encryption
8754         customization variable, by which cooperating modes can provde
8755         massage of the plaintext without actually being passed it.
8756         (allout-encryption-ciphertext-rejection-regexps)
8757         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8758         customization variables, by which cooperating modes can prohibit
8759         rare but possible ciphertext patterns from fouling their
8760         operation, with actually being passed the ciphertext.
8761         (allout-mode): Run activation and deactivation hooks after the
8762         minor-mode variable has been toggled, to clarify the mode
8763         disposition.  The new encryption ciphertext rejection variable is
8764         used to ensure that the ciphertext does not contain text that
8765         would be recognized as outline structural elements by allout.
8766         Substite allout-beginning-of-line and allout-end-of-line for
8767         conventionall beginning-of-line and end-of-line bindings.
8768         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8769         activation!
8770         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8771         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8772         (allout-chart-subtree): Implement new mode, charting only the
8773         visible items in the subtree, when new 'visible' parameter is non-nil.
8774         (allout-end-of-subtree): Properly handle the last item in the buffer.
8775         (allout-pre-command-business, allout-command-counter):
8776         Increment an advertised counter so that cooperating enhancements can
8777         track revisions of items.
8778         (allout-open-topic): Run allout-structure-added-hook with suitable
8779         arguments.
8780         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8781         arguments.
8782         (allout-shift-out): Fix doubling for negative args and ensure call
8783         of allout-structure-shifted-hook by solely using allout-shift-in.
8784         (allout-kill-line, allout-kill-topic):
8785         Run allout-structure-deleted-hook with suitable arguments.
8786         (allout-yank-processing): Run allout-structure-added-hook with
8787         proper arguments.
8788         (allout-yank): Enclose activity in allout-unprotected.
8789         (allout-flag-region): Run allout-exposure-change-hook with
8790         suitable arguments, instead of making the callee infer the arguments.
8791         (allout-encrypt-string):
8792         Support allout-encryption-plaintext-sanitization-regexps,
8793         allout-encryption-ciphertext-rejection-regexps, and
8794         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
8795         en/de cryption mode in symmetric encryption failure message.
8796         (allout-obtain-passphrase): Use copy-sequence to get a distinct
8797         copy of the passphrase, and don't zero it or we'll corrupt the
8798         stashed copy.
8799         (allout-create-encryption-passphrase-verifier)
8800         (allout-verify-passphrase): Respect the new signature for
8801         allout-encrypt-string.
8802         (allout-get-configvar-values): Convenience for getting a
8803         configuration variable value and handling its absence gracefully.
8805 2006-08-11  Romain Francoise  <romain@orebokech.com>
8807         * obsolete/zone-mode.el: Delete.
8809 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8811         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8813 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
8815         * emacs-lisp/bindat.el (bindat-ip-to-string):
8816         Use `format-network-address' if possible.
8818 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8820         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8822 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
8824         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8825         restore unread-command-events here.
8826         (edebug-display): Do it here, to detect sit-for interruptions.
8828 2006-08-10  Romain Francoise  <romain@orebokech.com>
8830         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8831         (dns-mode-soa-auto-increment-serial): New user option.
8832         (dns-mode-soa-maybe-increment-serial): New function.
8833         (dns-mode): Add the latter to `write-contents-functions'.
8835         * obsolete/zone-mode.el: Move to obsolete/ from net/.
8836         Delete autoload cookies.
8838 2006-08-10  John Wiegley  <johnw@newartisans.com>
8840         * eshell/em-glob.el (eshell-glob-chars-list)
8841         (eshell-glob-translate-alist): Add support for [^g] in character globs.
8843 2006-08-10  Richard Stallman  <rms@gnu.org>
8845         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8846         (facemenu-set-face): Doc fix.
8847         (facemenu-listed-faces): Doc fix.
8849 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
8851         * avoid.el (mouse-avoidance-animating-pointer): New var.
8852         (mouse-avoidance-nudge-mouse): Use it.
8853         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8854         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8855         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8856         Don't activate if currently animating.  All callers changed.
8858 2006-08-09  John Wiegley  <johnw@newartisans.com>
8860         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8861         variable, which causes timeclock to report elapsed time worked,
8862         instead of just work remaining.
8864 2006-08-09  Kenichi Handa  <handa@m17n.org>
8866         * international/latexenc.el (latexenc-find-file-coding-system):
8867         Fix for the case that the 2nd element of arg-list is a cons.
8869 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
8871         * info.el (Info-fontify-node): Handle preceding `in' for note
8872         reference hiding rules.
8874 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8876         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8877         mistake a closing " for an opening one.
8879 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8881         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8883 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8885         * complete.el (PC-do-completion): Filter out completions matching
8886         completion-ignored-extensions before checking whether there are
8887         multiple completions.
8888         Don't use `list' unnecessarily when building completion tables.
8890 2006-08-06  Richard Stallman  <rms@gnu.org>
8892         * help.el (describe-mode): Make minor mode list more concise.
8894 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
8896         * bindings.el: Give mode-line-format, mode-line-modes, and
8897         mode-line-position `standard-value' properties.
8899 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
8901         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8902         "(file)node" instead of the file name.
8904 2006-08-05  Richard Stallman  <rms@gnu.org>
8906         * faces.el (escape-glyph): Doc fix.
8908 2006-08-04  Kenichi Handa  <handa@m17n.org>
8910         * international/mule-diag.el (describe-font): Improve docstring
8911         and error message.  Use frame-parameter (not frame-parameters).
8913 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8915         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8916         Correctly mark the end-of-docstring char.
8918 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
8920         * simple.el (line-move-to-column): Constrain move-to-column to
8921         current field.
8923 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8925         * font-lock.el (font-lock-beg, font-lock-end)
8926         (font-lock-extend-region-functions): New vars.
8927         (font-lock-extend-region-multiline)
8928         (font-lock-extend-region-wholelines): New functions.
8929         (font-lock-default-fontify-region): Use them.
8930         (font-lock-extend-jit-lock-region-after-change): Only round up
8931         if font-lock-default-fontify-region will do it as well.
8933         * font-lock.el (font-lock-extend-after-change-region-function):
8934         Rename from font-lock-extend-region-function.
8935         (font-lock-extend-region): Remove by inlining at call sites.
8936         (font-lock-after-change-function): Don't needlessly round up to a whole
8937         number of lines.
8938         (font-lock-extend-jit-lock-region-after-change): Be more careful about
8939         the boundary conditions and the interactions between the various ways
8940         to extend the region.
8942 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8945         modification status when forcing the second redisplay.
8947 2006-08-03  Kim F. Storm  <storm@cua.dk>
8949         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8951 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8953         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8954         doesn't look like a file name.
8956         * complete.el (PC-expand-many-files): Avoid signalling an error when
8957         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
8959 2006-08-02  Andreas Schwab  <schwab@suse.de>
8961         * bindings.el (mode-line-format): Simplify reference to vc-mode.
8963 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8965         * bindings.el (map): Make mode-line-buffer-identification-keymap
8966         before defining propertized-buffer-identification.
8968 2006-08-01  Richard Stallman  <rms@gnu.org>
8970         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8972 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
8974         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8975         default value.
8976         (gdb-find-source-frame): New function.
8977         (menu): Add to menu bar.
8979 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8981         * font-core.el (font-lock-extend-region-function)
8982         (font-lock-extend-region): Move to font-lock.el.
8984         * font-lock.el (font-lock-extend-region-function)
8985         (font-lock-extend-region): Move from font-core.el.  Simplify.
8987         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8988         if needed.
8989         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8990         (jit-lock-after-change-extend-region-functions): New hook.
8991         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8993         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8994         (font-lock-turn-on-thing-lock): Use it.
8996         * longlines.el (longlines-show-region): Make it work on read-only
8997         buffers as well.
8999 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9001         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9003 2006-07-31  Richard Stallman  <rms@gnu.org>
9005         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9006         (vhdl-speedbar-display-projects): Update old obsolete
9007         speedbar variable names.
9009 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9011         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9012         (gdb-stopped): Use it.
9014         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9016 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9018         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9019         for load-history elements.
9021 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9023         * files.el (convert-standard-filename): For Cygwin, replace
9024         characters not allowed in Windows file names.
9025         (make-auto-save-file-name): Add Cygwin to the list of systems
9026         where the auto-save file name needs to be run through
9027         convert-standard-filename.
9029 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9031         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9033 2006-07-28  Richard Stallman  <rms@gnu.org>
9035         * bindings.el (mode-line-frame-identification)
9036         (propertized-buffer-identification): Centralize the code
9037         to initialize the variable.
9039         * progmodes/grep.el (grep-default-command): Catch errors from
9040         wildcard-to-regexp.
9042 2006-07-29  Kim F. Storm  <storm@cua.dk>
9044         * progmodes/grep.el (grep-tag-default): New function.
9045         (grep-default-command, grep-read-regexp): Use it.
9046         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9047         as default if nothing else applies.
9049 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9051         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9052         Throw error if buffer is not in Dired and Wdired mode, respectively.
9054 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9056         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9057         self-insert-command keys don't activate buttons.
9058         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9060 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9062         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9063         faces for enable character.
9065 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9067         * Makefile.in (recompile): Update comment to reflect change
9068         on 2004-04-21.
9070 2006-07-27  Richard Stallman  <rms@gnu.org>
9072         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9073         (customize-package-emacs-version): Change msg when pkg has no entry.
9074         (custom-no-edit): On a button, do like widget-button-press.
9076 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9078         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9079         S-tab and C-S-tab.
9081 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9083         * progmodes/which-func.el (which-function): Fix documentation/
9084         comment typo.
9086 2006-07-26  Richard Stallman  <rms@gnu.org>
9088         * textmodes/ispell.el (ispell-word): If we replace the word,
9089         move point to the end.  Insert before deleting.
9091 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9093         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9094         a timer.
9096 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9098         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9099         when at first image.
9100         (tumme-forward-image): Add prefix argument.  Add error when at last
9101         image.
9103 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9105         * tabify.el (tabify-regexp): Use more specific regexps.
9106         (tabify): Avoid modifying the buffer unnecessarily.
9108 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9110         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9111         (tumme-format-properties-string): Handle empty `buf'.
9112         (tumme-get-comment): Change variable names inside `let'.
9113         Add missing `let' variable that cause font-lock problems.
9114         (tumme-write-comments): Change variable names inside `let'.
9115         Add missing `let' variable that cause font-lock problems.
9116         (tumme-forward-image): Rename from `tumme-forward-char'.
9117         (tumme-backward-image): Rename from `tumme-backward-char'.
9119 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9121         * progmodes/ld-script.el (ld-script-keywords)
9122         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9123         and add comments.
9125 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9127         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9128         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9129         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9130         for status indicator.
9132 2006-07-24  Richard Stallman  <rms@gnu.org>
9134         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9136         * subr.el (dolist, dotimes): Use interned symbols for locals.
9137         (--dotimes-limit--, --dolist-tail--): New defvars.
9138         (looking-back): Doc fix.
9140         * replace.el (replace-match-string-symbols): Handle dotted lists.
9142 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9144         * tumme.el (tumme-write-tags): Add.
9145         (tumme-write-comments): Add.
9146         (tumme-tag-files): Change to use `tumme-write-tags'.
9147         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9148         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9149         (tumme-save-information-from-widgets): Change to use
9150         `tumme-write-comments' and `tumme-write-tags'.
9151         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9152         (tumme-write-tag): Remove.
9153         (tumme-write-comment): Remove.
9154         (tumme-display-previous-thumbnail-original): Remove empty line.
9155         (tumme-widget-list): Add punctuation.
9157 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9159         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9161 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9163         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9164         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9165         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9167 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9169         * mouse.el (mouse-on-link-p): Doc fix.
9171 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9173         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9174         Handle "C-h f `".
9176 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9178         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9179         column.
9181 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9183         * textmodes/table.el: Add move-beginning-of-line and
9184         move-end-of-line to Point Motion Only Group.
9186 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9188         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9190 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9192         * startup.el (user-mail-address): Initialize from the `EMAIL'
9193         environment variable first.  Document this.
9194         (command-line): Ditto.
9196 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9198         * help-mode.el (help-function-def, help-variable-def)
9199         (help-face-def): Print a message in the minibuffer.
9201 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9203         * term/xterm.el (terminal-init-xterm): Fix key bindings
9204         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9206 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9208         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9209         where `(nth 1 command)' is a cons cell.  Doc fix.
9211         * textmodes/po.el (po-find-charset): Doc fix.
9213 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9215         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9216         (allout-beginning-of-current-line, allout-end-of-current-line)
9217         (allout-next-visible-heading, allout-open-topic)
9218         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9219         (allout-flag-current-subtree, allout-show-to-offshoot)
9220         (allout-hide-current-entry, allout-show-current-branches)
9221         (allout-hide-region-body, allout-old-expose-topic)
9222         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9223         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9224         containing `beginning-of-line' and `end-of-line' with
9225         `inhibit-field-text-motion' t.
9227 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9229         * frame.el (focus-follows-mouse): Document that it doesn't have
9230         any effect on MS-Windows.
9232 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9234         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9236 2006-07-20  Jay Belanger  <belanger@truman.edu>
9238         * calc.el (calc-previous-alg-entry): Remove variable.
9240         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9241         New variables.
9242         (calc-alg-entry): Use `calc-alg-entry-history'.
9243         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9244         Remove reference to `calc-previous-alg-entry'.
9245         (calcAlg-edit, calcAlg-enter): Remove reference to
9246         `calc-previous-alg-entry'.
9247         (calcAlg-previous): Use `previous-history-element' instead of
9248         `calc-previous-alg-entry'.
9249         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9250         Change keybinding for `calcAlg-plus-minus', add keybindings for
9251         `previous-history-element' and `next-history-element'.
9253         * calc-rewr.el (calc-match): Remove reference to
9254         `calc-previous-alg-entry'.
9256         * calc-sel.el (calc-selection-history): New variable.
9257         (calc-enter-selection, calc-sel-mult-both-sides)
9258         (calc-sel-add-both-sides): Use `calc-selection-history'.
9260         * calc-map.el (calc-get-operator-history): New variable.
9261         (calc-get-operator): Use `calc-get-operator-history'.
9263         * calcalg3.el (calc-curve-fit-history): New variable.
9264         (calc-curve-fit): Use `calc-curve-fit-history'.
9266 2006-07-20  Kenichi Handa  <handa@m17n.org>
9268         * international/mule-cmds.el (select-safe-coding-system): Fix the
9269         way of deciding eol-type of the coding system.
9271 2006-07-20  Alan Mackenzie  <acm@muc.de>
9273         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9274         (c-lang-setvar): New macro.
9275         (c-make-init-lang-vars-fun): Use the initialization forms in
9276         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9277         (comment-start, comment-end, comment-start-skip): Change these from
9278         c-lang-defvar's to c-lang-setvar's.
9280         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9281         which calls make-local-variable on the elements of
9282         c-emacs-variable-inits.
9283         (c-init-language-vars-for): Call this new macro.
9285 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9288         Try to rule out false positives due to time stamps.
9289         (compilation-mode-font-lock-keywords): Remove rules made redundant
9290         because of the above change.  Add `segmentation fault' to the known and
9291         highlighted compilation termination messages.
9293 2006-07-19  Kim F. Storm  <storm@cua.dk>
9295         * progmodes/grep.el (grep-find-ignored-directories):
9296         Add .svn and _darcs to list.
9298 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9300         * dired.el (dired-mode-map): Add key binding `C-te' for
9301         `tumme-dired-edit-comment-and-tags'.
9303         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9304         image display buffer is displayed before call to
9305         `tumme-display-image.
9306         (tumme-dired-display-image): Make sure image display buffer is
9307         displayed before call to `tumme-display-image.
9308         (tumme-mouse-display-image): Make sure image display buffer is
9309         displayed before call to `tumme-display-image.
9310         (tumme-widget-list): Add.
9311         (tumme-dired-edit-comment-and-tags): Add.
9312         (tumme-save-information-from-widgets): Add.
9314 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9316         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9318 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9320         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9321         Revert inadvertently installed patch hunk.
9323         * progmodes/compile.el (compilation-find-file): Handle the
9324         cases where the user selects a non-existent file.
9326 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9328         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9330 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9332         * subr.el (sit-for): Just sleep-for if noninteractive.
9334 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9338         * custom.el (custom-autoload): Add `noset' argument.
9339         (custom-push-theme): Don't autoload the variable, let callers do it.
9340         (custom-theme-set-variables): Autoload the variable if necessary.
9342         * cus-edit.el (custom-variable-state-set): If the variable was
9343         originally set outside custom, but to the same value as the default,
9344         consider it to be standard.
9346         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9347         file *before* telling Emacs to add the autoloads, in case it fails.
9349         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9350         Use `cond', push', and `dolist'.
9352 2006-07-17  Richard Stallman  <rms@gnu.org>
9354         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9355         Add defvars to silence warnings.
9357 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9359         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9360         Don't highlight "Compiling file" messages as error.
9362         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9363         file already exists.
9365 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9367         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9368         entry, don't assign to free var; simply return the extracted filename.
9369         (ff-treat-as-special): Incorporate common preamble from callers.
9370         (ff-other-file-name, ff-find-the-other-file):
9371         Update call to ff-treat-as-special.
9373         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9375 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9377         * tumme.el (tumme-get-comment): Fix bug.
9379 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * files.el: Remove spurious * in docstrings.
9383 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9385         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9386         grammar.
9387         (allout-beginning-of-current-line): Beware beginning of buffer.
9388         Also, a comment is simplified.
9389         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9390         when appropriate.  (This fix enables use for other than
9391         bullet-hotspot operation.)
9392         (allout-hide-current-subtree): While escalating to sibling-close,
9393         make sure to situate on a topic.
9395 2006-07-14  Kim F. Storm  <storm@cua.dk>
9397         * emulation/cua-base.el (cua-delete-selection)
9398         (cua-toggle-set-mark): New defcustoms.
9399         (cua-rectangle-modifier-key): Add `alt' modifier.
9400         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9401         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9402         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9404         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9406 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9408         * allout.el: Require 'cl during byte-compilation/interactive load,
9409         for the `assert' macro.
9410         (allout-mode-deactivate-hook): New hook, run when allout mode
9411         deactivates.
9412         (allout-developer): New allout customization subgroup.
9413         (allout-run-unit-tests-on-load): New allout-developer
9414         customization variable, when true allout unit tests are run towards
9415         end of file load/eval.
9416         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9417         auto-fill-mode.
9418         (allout-resumptions): Remove, to be replaced by...
9419         (allout-add-resumptions): Register variable settings to be
9420         reinstated by `allout-do-resumptions'.  The settings are made
9421         buffer-local, but the locality/globality of the suspended setting
9422         is restored on resumption.
9423         (allout-do-resumptions): Reinstate all settings suspended using
9424         `allout-add-resumptions'.
9425         (allout-test-resumptions): Unit tests (and intermediate variables)
9426         for resumptions.
9427         (allout-tests-globally-unbound, allout-tests-globally-true)
9428         (allout-tests-locally-true): Intermediate variables for
9429         resumptions unit tests.
9430         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9431         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9432         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9433         instead of retired `allout-resumptions'.  For hook functions, use
9434         `local' parameter so hook settings are created and removed as
9435         buffer-local settings.  Revise (resumptions) setting
9436         auto-fill-function so it is set only if already active.  (The
9437         related fill-function settings are all made in either case, so
9438         that activating auto-fill-mode activity will have the custom
9439         allout-mode behaviors (hanging indent on topics, if configured for it).
9440         Remove all allout-exposure-category overlays on mode deactivation.
9441         (allout-hotspot-key-handler): New function extracted from
9442         `allout-pre-command-business', so the functionality can be used
9443         for other purposes, eg as a binding in an overlay.
9444         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9445         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9446         customization variable.
9447         (allout-run-unit-tests): Run the (currently quite small)
9448         repertoire of unit tests.  Called just before the provide iff user
9449         has customized `allout-run-unit-tests-on-load' non-nil.
9451 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9453         * emacs-lisp/authors.el (authors-aliases): Update.
9455 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9457         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9458         gdb-source-window.  Add dedicated argument.
9459         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9460         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9461         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9462         (gdb-display-locals-buffer): Use it.
9464         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9465         Set gdb-source-window.
9467 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9469         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9470         minor modes, redundant with the custom-autoload line above.
9472 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9474         * longlines.el (longlines-post-command-function): Handle open-line too.
9476 2006-07-12  Richard Stallman  <rms@gnu.org>
9478         * progmodes/grep.el (grep-last-buffer): Doc fix.
9480         * info.el (Info-try-follow-nearest-node): Doc fix.
9482         * emacs-lisp/edebug.el (edebug-instrument-function):
9483         Err if find-function-noselect gives no position.
9485         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9486         If can't find definition, return nil for position.
9487         (find-function-do-it): Handle new return value
9488         of find-definition-noselect.
9489         (find-definition-noselect, find-variable-noselect): Doc fix.
9490         (find-function-noselect): Doc fix.
9492         * help-mode.el (help-variable-def): Handle find-variable-noselect
9493         returning no position.
9494         (help-function-def): Likewise for find-function-search-for-symbol.
9495         (help-face-def): Likewise.
9497         * help-fns.el (describe-variable): Handle find-variable-noselect
9498         returning no position.
9500         * files.el (locate-file-completion): Avoid duplicates in result.
9502         * cus-edit.el (custom-no-edit): New command.
9503         (custom-mode-map): Remap to custom-no-edit instead of
9504         using suppress-keymap.
9506 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9508         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9509         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9510         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9512         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9514 2006-07-11  Kim F. Storm  <storm@cua.dk>
9516         * ido.el (ido-copy-current-file-name): Use buffer-name if
9517         buffer-file-name is nil.
9519 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9521         * simple.el (undo-ask-before-discard): Set to nil.
9523         * vc.el (vc-exec-after): Don't delete process manually.
9524         (vc-print-log): Run log-view-mode in process sentinel inside
9525         inhibit-read-only.  Don't shrink window due to timing issues.
9527         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9528         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9530 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9533         Fix ambiguity introduced by last change.
9534         (compilation-find-file): Move save-excursion to where it may
9535         make sense.  Fix a left over `find-file'.
9537 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9539         * textmodes/texinfmt.el (texinfo-format-separate-node):
9540         Insert a string before point, which fits documentation, not after.
9541         (texinfo-multitable-item): In a multitable row, insert any
9542         additional needed @tabs and spaces.
9544 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9546         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9547         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9548         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9549         instead of shell-command.
9550         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9551         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9552         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9553         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9554         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9555         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9557 2006-07-11  Kim F. Storm  <storm@cua.dk>
9559         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9560         Remove special case for seconds < 0.  Use (redisplay t) instead.
9562 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9564         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9565         avoid compilation error.
9567         * subr.el (sit-for): New function.
9569         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9571 2006-07-10  Richard Stallman  <rms@gnu.org>
9573         * ldefs-boot.el (edebug): Update page.
9575 2006-07-10  Kim F. Storm  <storm@cua.dk>
9577         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9578         to FOR-RELEASE and TODO.
9580 2006-07-10  Romain Francoise  <romain@orebokech.com>
9582         * emacs-lisp/authors.el (authors-aliases): Update.
9584 2006-07-10  Alan Mackenzie  <acm@muc.de>
9586         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9587         * cc-mode.el: Changes to eradicate eval-after-load.
9589 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9591         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9592         on non-char events.
9594 2006-07-09  Romain Francoise  <romain@orebokech.com>
9596         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9597         Don't highlight start/end markers as compilation messages.
9599         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9600         to t.
9602 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9606 2006-07-08  Richard Stallman  <rms@gnu.org>
9608         * term/x-win.el (x-handle-display): Add doc string.
9610         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9612         * subr.el (def-edebug-spec): Move here.
9613         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9615         * imenu.el (imenu-choose-buffer-index): Doc fix.
9617 2006-07-08  Romain Francoise  <romain@orebokech.com>
9619         * term/x-win.el (x-display-name): Fix typo.
9621 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9623         * hexl.el (hexl-find-file): Doc fix.
9625         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9627 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9629         * term/x-win.el (x-display-name): Doc fix.
9631 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9634         long prefixes.
9635         (fill-region-as-paragraph): Don't round up to a whole line.
9636         (fill-comment-paragraph): Don't include the code-before-the-comment
9637         when calling fill-region-as-paragraph.
9639         * international/mule.el (make-char): Remove redundancy.
9641         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9642         property may contain an anonymous function rather than a symbol.
9644         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9646         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9647         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9649         * dirtrack.el (dirtrack-default-directory-function): Remove.
9650         (dirtrack-directory-function): Use file-name-as-directory.
9651         (dirtrack-windows-directory-function): Simplify.
9652         (dirtrack-forward-slash, dirtrack-backward-slash)
9653         (dirtrack-replace-slash): Remove.
9654         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9655         (dirtrack): Fix wrong parenthesizing; use match-string.
9657         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9658         (inferior-octave-mode): Only change the buffer-local value of
9659         comint-dynamic-complete-functions.
9660         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9661         Move the initialization to the declaration.
9662         (inferior-octave-complete): Remove unused var `filter'.
9664         * shell.el (shell-mode): Only change the buffer-local value of
9665         comint-dynamic-complete-functions.
9667 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9669         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9670         entry is skipped because it has been scheduled.
9671         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9672         changing `:org-archived' and `:org-comment' properties.
9674 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9676         * server.el (server-select-display): Don't make the temp frame
9677         minibuffer-only, in case it's not a temp frame.
9678         (server-process-filter): Don't delete the temp frame if it's the
9679         only one we have on that display.
9681         * files.el (find-alternate-file): Doc fix.
9683 2006-07-05  Richard Stallman  <rms@gnu.org>
9685         * files.el (abbreviate-file-name): Add save-match-data.
9687 2006-07-03  Richard Stallman  <rms@gnu.org>
9689         * faces.el (read-face-name): Doc fix.
9691 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9693         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9695 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9697         * vc.el (vc-diff-internal): Fix prev change.
9699 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9701         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9702         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9704 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9706         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9707         fails if the symbol contains chars like ( or '.
9708         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9709         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9710         `short'.
9712 2006-07-04  Kenichi Handa  <handa@m17n.org>
9714         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9715         the current one, don't call set-language-environment, but call one
9716         of set-language-environment-XXX to make INFO effective now.
9717         (set-language-environment): Call set-language-environment-XXX
9718         functions instead of doing the various setups directly.
9719         (set-language-environment-coding-systems): Delete argument eol-type.
9720         (set-language-environment-input-method)
9721         (set-language-environment-nonascii-translation)
9722         (set-language-environment-charset)
9723         (set-language-environment-fontset)
9724         (set-language-environment-unibyte): New functions.
9726 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9728         * locate.el (locate-update-when-revert): New option.
9729         (locate-update-path): New option (suggested by Michael Albinus).
9730         (locate-prompt-for-command): Whitespace change.
9731         (locate-update): No longer offer to update the locate database by
9732         default.  Implement the two new options.
9734 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9736         * tooltip.el: Move comment about track-mouse...
9738         * progmodes/gud.el: ...to here.
9740 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9742         * facemenu.el (facemenu-listed-faces): New var.
9743         (facemenu-unlisted-faces): Variable deleted.
9744         (facemenu-add-new-face): Use facemenu-listed-faces.
9746         * emulation/viper-init.el, calendar/calendar.el:
9747         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9749 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9751         * textmodes/org.el (org-mode): Remove no invalid settings for
9752         calc embedded mode.
9753         (org-mode-p): New defsubst.
9754         (org-save-all-org-buffers): New function.
9755         (org-first-headline-recenter): Enclose outline-regexp in group
9756         delimiters.
9757         (org-set-tags): Keep single space after stars.
9759 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9761         * window.el (set-window-text-height): Only set window-min-height to
9762         1 if that's the requested size.
9764         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9765         (diff-unified->context, diff-context->unified)
9766         (diff-reverse-direction): Make sure the end marker stays at the end.
9767         (diff-mode): Add the keymap table at the end of docstring.
9768         Use lexical-let rather than constructing a closure manually.
9770         * files.el (find-file-noselect-1): Remove unused var assignment.
9771         (hack-local-variables-confirm): Print lists of strings as lists of
9772         strings rather than lists of symbols.
9773         (abbreviate-file-name, hack-local-variables-prop-line):
9774         Use match-string.
9775         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9776         (recover-session-finish): Use line-end-position.
9778 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9780         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9782 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9784         * progmodes/make-mode.el (makefile-macroassign-regex):
9785         Accept preceding keyword.
9786         (makefile-gmake-statements): Reorganize, now that makepp has
9787         "override" and also handle forgotten "override define".
9788         (makefile-makepp-statements): Add new "global", "override export"
9789         and "override global".
9791 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
9793         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9794         (ada-compile-mouse-goto-error, ada-deactivate-properties)
9795         (ada-no-auto-case): Fix typos in docstrings.
9797 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9799         * info.el (Info-find-node-2): Search for makeinfo version more
9800         carefully.
9802 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
9804         * textmodes/org.el (org-prepare-agenda-buffers):
9805         Use `invisible-OK' argument for `org-end-of-subtree'.
9806         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9807         (org-beginning-of-item): Fix bug in regular expression for white line.
9808         (org-export-as-html): Enforce space after bullet in plain list items.
9809         (org-set-autofill-regexps): Require space after plain list bullet
9810         for paragraph-start.
9811         (org-ts-regexp3): New constant.
9812         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9813         (org-timestamp-up-day, org-timestamp-down-day)
9814         (org-timestamp-change): Work with inactive timestamps.
9815         (org-ts-regexp1): Don't allow brackets in time stamps.
9817 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
9819         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9820         for ignoring links.
9822         * faces.el (read-face-name): Use it.
9824 2006-06-28  Juri Linkov  <juri@jurta.org>
9826         * buff-menu.el (list-buffers-noselect): Compare Info file
9827         with the string "dir" to detect Info directory.
9829         * complete.el (partial-completion-mode): In lambda for
9830         `choose-completion-string-functions' use full function signature
9831         with 4 args, and move point to the end of the minibuffer only if arg
9832         `mini-p' is non-nil.
9834 2006-06-28  John Paul Wallington  <jpw@pobox.com>
9836         * ibuffer.el (ibuffer-mode): Doc fix.
9838 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
9840         * textmodes/org.el (org-context): New contexts :item-bullet,
9841         :latex-fragment, :latex-preview.
9842         (org-overlays-at, org-overlay-start, org-overlay-end):
9843         New compatibility functions.
9844         (org-inside-LaTeX-fragment-p): More accurate matching, using the
9845         exact regexp that will be used during export.
9846         (org-latex-regexps): New variable.
9847         (org-cdlatex-mode): Improve advice for `texmathp'.
9848         (turn-on-org-cdlatex): New function.
9850 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9852         * term/mac-win.el (mac-handle-font-selection): Change keys of
9853         mac-atsu-font-table from strings to numbers.
9854         (mac-ts-caret-position): Use also when cursor-type is nil.
9855         (mac-ts-update-active-input-area): Add Mac OS Classic support.
9856         Relax condition for using overlay strings.
9857         Use mac-ts-caret-position face when cursor-type is nil.
9859 2006-06-26  Kim F. Storm  <storm@cua.dk>
9861         * help.el (view-emacs-news): Declare `res' in the right let* form.
9863 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
9865         * net/rcompile.el (remote-compile): Replace ange-ftp based
9866         implementation by Tramp functions.
9867         Suggested by Marc Abramowitz <msabramo@gmail.com>.
9869         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9871 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
9873         * international/fontset.el (setup-default-fontset): Fix a typo in
9874         the "Oriya-Akruti" registry name.
9876 2006-06-23  Lars Hansen  <larsh@soem.dk>
9878         * desktop.el (desktop-full-file-name): New function.
9879         (desktop-kill, desktop-save, desktop-remove, desktop-read)
9880         (desktop-revert): Use it.
9881         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9882         (desktop-after-read-hook): Add option list-buffers.
9883         (desktop-locals-to-save): Add tab-width.
9884         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9885         Fix docstring.
9887 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
9889         * textmodes/org.el (org-cdlatex-mode-map)
9890         (org-cdlatex-texmathp-advice-is-done): New variables.
9891         (org-cdlatex-mode): New minor mode.
9892         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9893         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9894         (org-export-with-archived-trees): New option.
9895         (org-open-file): Remove the call to `convert-standard-filename'.
9896         (org-archive-tag, org-agenda-skip-archived-trees)
9897         (org-cycle-open-archived-trees)
9898         (org-sparse-tree-open-archived-trees): New options.
9899         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9900         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9901         New functions.
9902         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9903         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9904         (org-mode-map): Add binding for `org-toggle-archive-tag'.
9905         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9906         Call `org-prepare-agenda-buffers'.
9907         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9908         (org-file-apps, org-file-apps-defaults-gnu)
9909         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9910         Handle remote files by forcing them to be opened in Emacs.
9912 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
9914         * vc.el (vc-diff-knows-L): New variable.
9915         (vc-diff-internal): Use it to handle "diff" programs that don't
9916         understand -L.  This works automatically, no user action is necessary.
9918 2006-06-23  Daniel Brockman  <daniel@brockman.se>
9920         * net/rcirc.el (rcirc-default-user-full-name): Default to
9921         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9922         longer exists).
9923         (rcirc-process-list): Check `buffer-live-p' before attempting to
9924         switch to a buffer.
9926 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
9928         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9929         based on rcirc-coding-system-alist.
9931 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
9933         * cus-edit.el (customize-apropos): A better error message.
9934         (top level) <debug-ignored-errors>: Extend and update the list of
9935         ignored error messages.
9937 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
9939         * complete.el (PC-do-completion): Retain capitalization of user
9940         input, when possible, even if completion-ignore-case is set.
9942 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
9944         * generic-x.el (bat-generic-mode): Support .cmd files.
9946         * dos-w32.el (top level): Use find-file-not-found-functions
9947         instead of the obsolete find-file-not-found-hooks.
9949 2006-06-22  Kim F. Storm  <storm@cua.dk>
9951         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9952         to recognize mode name containing submodes, such as Grep/lw.
9954 2006-06-21  Kim F. Storm  <storm@cua.dk>
9956         * simple.el (line-move-1): Check for move-end-of-line instead of
9957         end-of-line when setting temporary-goal-column.
9959 2006-06-21  Miles Bader  <miles@gnu.org>
9961         * play/cookie1.el (cookie): Work properly when there's only one entry.
9963 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
9965         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9966         (gdb-frame-handler): Generalize frame regexp for templates.
9968 2006-06-20  Glenn Morris  <rgm@gnu.org>
9970         * calendar/appt.el (appt-display-format): Default value must be
9971         one of the customize options.
9973 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
9975         * term/xterm.el (terminal-init-xterm): Update key availability info.
9976         Bind C-return.
9978         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9980 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
9982         * files.el (hack-local-variables): Run `hack-local-variables-hook'
9983         whether or not a local variables list is defined.
9985         * msb.el (msb): Move `sit-for' hack here to handle both
9986         "mouse-down and drag" and "mouse-up and select" situations.
9987         (mouse-select-buffer): Move `sit-for' hack to `msb'.
9989 2006-06-20  Kenichi Handa  <handa@m17n.org>
9991         * international/characters.el (word-combining-categories):
9992         Add entries for 2-byte Han characters.
9994 2006-06-19  Richard Stallman  <rms@gnu.org>
9996         * bindings.el (mode-line-format): Save some mode line space.
9998         * files.el (find-file-noselect): Improve the question wording.
9999         (basic-save-buffer-2): Mask UMASK against 666.
10001         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10002         (mouse-drag-vertical-line): Call it.
10004         * cus-edit.el (customize-option, customize-option-other-window):
10005         Error if SYMBOL is nil.
10007 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10009         * textmodes/org.el: Require noutline, also on XEmacs.
10010         (org-end-of-subtree): Return point.
10011         (org-dblock-start-re, org-dblock-end-re): New constants.
10012         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10013         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10014         (org-update-all-dblocks, org-find-dblock): New functions.
10015         (org-collect-clock-time-entries): New function.
10016         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10017         (org-fixup-indentation): Modify to deal correctly with lines
10018         starting with TAB.  Only one argument DIFF now.
10019         (org-demote, org-promote): Call `org-fixup-indentation' with just
10020         one argument, DIFF.
10021         (org-mode): Don't mark buffer as modified when aligning tables.
10022         (org-clock-sum): Don't mark buffer modified when adding time sum
10023         properties.
10024         (org-export-as-html): Add support for a link validation function.
10025         (org-archive-all-done): New function.
10026         (org-archive-subtree): New prefix argument.  When set, archive all
10027         done subtrees in this buffer.
10028         (org-remove-clock-overlays)
10029         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10030         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10031         (org-put-clock-overlay): Don't swallow last headline character
10032         when displaying overlay.
10033         (org-store-link): Link to `image-mode' with just the file name.
10035 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10037         * viper-cmd.el (viper-special-read-and-insert-char):
10038         Use read-key-sequence.
10039         (viper-after-change-undo-hook): Misc enhancements.
10040         (viper-after-change-undo-hook): New hook.
10041         (viper-undo): Use viper-after-change-undo-hook.
10042         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10043         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10044         clicking on that widget/button.
10046         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10048         * ediff-diff (ediff-test-patch-utility): Catch errors.
10049         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10050         (ediff-set-actual-diff-options): New function.
10051         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10052         Use ediff-set-actual-diff-options.
10053         (ediff-extract-diffs): Catch errors.
10054         (ediff-whitespace): Add non-breakable space.
10055         (ediff-same-file-contents): Catch errors.
10057         * ediff-mult.el (ediff-collect-custom-diffs):
10058         Save coding-system-for-read.
10060         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10061         (ediff-vc-internal, ediff-vc-merge-internal):
10062         Use ediff-delete-version-file.
10063         (ediff-delete-version-file): New function.
10065         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10067         * ediff.el (ediff-directories, ediff-directory-revisions)
10068         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10069         (ediff-directories-internal, ediff-merge-directory-revisions)
10070         (ediff-merge-directory-revisions-with-ancestor)
10071         (ediff-directories3): Use read-directory-name.
10073 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10075         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10076         Remove superfluous part of regexp for brace matching which is handled
10077         by `scan-lists' call.
10079 2006-06-16  Richard Stallman  <rms@gnu.org>
10081         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10083         * files.el (basic-save-buffer-2): For a new precious file,
10084         use the default modes in the return value.
10086         * facemenu.el (facemenu-color-alist): Doc fix.
10088         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10090 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10092         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10094         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10095         (mac-utxt-to-string): Use it.
10096         (mac-ts-update-active-input-area): Use mac-ae-number.
10098 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10100         * term.el (term-handle-scroll, term-delete-lines)
10101         (term-insert-lines): Fix off by one errors.
10103 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10105         * net/tramp.el (tramp-touch): Use UTC to express time.
10107 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10109         * mail/sendmail.el (mail-send): Search explicitly for
10110         mail-header-separator when checking for corrupted header lines.
10112 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10114         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10115         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10116         (gdb-init-1): Initialise them.
10117         (gdb-starting): Reset gdb-printing
10118         (gdb-starting): Save value of gud-overlay-arrow-position.
10119         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10120         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10121         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10122         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10124 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10128 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10130         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10131         (ldap-search-internal): Keep error messages, and a regexp fix.
10133 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10135         * files.el (hack-local-variables-confirm):
10136         Display string value using its printed representation.
10138 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10140         * server.el (server-edit): No-op if no server buffers exist.
10142 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10144         * textmodes/page-ext.el (pages-directory-for-addresses):
10145         Including `pages-directory-address-mode' in the function results
10146         in the message "Buffer in which pages were found is deleted".
10148 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10150         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10151         clocking functions.
10153         (org-agenda-clock-in, org-check-running-clock)
10154         (org-clock-out-if-current, org-remove-clock-overlays)
10155         (org-put-clock-overlay): New functions.
10156         (org-clock-marker, org-clock-file-total-minutes)
10157         (org-clock-overlays): New variables.
10158         (org-clock-display, org-clock-sum, org-clock-cancel)
10159         (org-clock-out, org-clock-in): New commands.
10160         (org-export): New function.
10161         (org-emph-re): New constant.
10162         (org-set-emph-re, org-do-emphasis-faces): New functions.
10163         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10164         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10165         (org-export-html-convert-emphasize): Use the configurable emphasis.
10166         (org-cleaned-string-for-export): Make multiline emphasis visible
10167         to the exporter.  New optional argument PARAMETERS.
10168         (org-export-as-html): Specify :emph-multiline parameter to
10169         `org-cleaned-string-for-export'.
10171 2006-06-10  Richard Stallman  <rms@gnu.org>
10173         * help.el (help-for-help-internal): Clean up help text.
10175 2006-06-10  Andreas Schwab  <schwab@suse.de>
10177         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10178         in doc string.
10180         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10182 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10184         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10185         spaces after the comment start.
10187 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10189         * play/pong.el (pong-init-buffer):
10190         Fill buffer with spaces instead of ^A.
10192         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10193         launched asynchronously, delete its process instead of being cool.
10194         (ispell-async-processp): Check for `delete-process' existence
10195         instead of `kill-process' one for consistency.
10197 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10199         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10200         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10201         in mode line at startup.
10203 2006-06-08  Kim F. Storm  <storm@cua.dk>
10205         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10206         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10207         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10208         (ido-file-internal): Pass full file name to write-file.
10209         (ido-read-internal): Only pop stack elements automatically if they
10210         actually match an existing directory or file name.
10212 2006-06-07  Kenichi Handa  <handa@m17n.org>
10214         * international/mule.el (find-auto-coding): Don't handle the short
10215         name `char-trans'.
10217         * files.el (hack-local-variables-prop-line)
10218         (hack-local-variables): Cancel the previous change.
10220 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10222         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10224 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10226         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10227         diff-default-read-only is non-nil.
10228         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10229         (diff-refine-hunk): Set inhibit-read-only to t.
10231         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10232         modifying the *Diff* buffer.
10233         (diff-process-filter): New filter function for diff process that
10234         sets inhibit-read-only to t when modifying the *Diff* buffer.
10236 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10238         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10239         insertion point and control the number of empty lines.
10240         (org-paste-subtree): Limit the number of empty lines at the end of
10241         the inserted tree.
10242         (org-agenda): Use buffer name of current file for narrowing.
10243         (org-export-as-xml): Command removed.
10244         (org-export-xml-type): Option removed.
10245         (org-mode-map): Call `org-export-as-xoxo' directly.
10246         (org-get-indentation): New optional argument LINE.
10247         (org-fix-indentation, org-remove-tabs): New functions.
10248         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10249         correct indentation for headlines that are converted it items.
10250         (org-skip-comments): Remove table lines that contain narrowing
10251         cookies but no other non-empty fields.
10252         (org-set-tags): Allow groups of mutually exclusive tags.
10253         (org-cmp-time): Sort 24:21 before items without time.
10254         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10255         (org-open-at-point): Require double colon also for numbers.
10257 2006-06-06  Kim F. Storm  <storm@cua.dk>
10259         * ido.el (ido-default-file-method, ido-default-buffer-method):
10260         Make choice values consistent with corresponding command names.
10261         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10263 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10265         * progmodes/gud.el (gud-running): Fix doc string.
10266         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10267         (gud-tooltip-modes): Add python-mode.
10268         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10270 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10272         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10273         Quote $(EMACS).
10275 2006-06-05  Richard Stallman  <rms@gnu.org>
10277         * faces.el (defined-colors): Doc fix.
10279 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10281         * vc.el (vc-process-filter): Inhibit undo info collection around
10282         call to insert.
10283         (vc-setup-buffer): Likewise for call to erase-buffer.
10284         (vc-do-command): Likewise for call to process-file.
10286 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10288         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10289         for gud-go.
10290         (gud-common-init): Other debuggers may trigger error.
10292 2006-06-05  Kenichi Handa  <handa@m17n.org>
10294         * international/mule.el (find-auto-coding):
10295         Handle enable-character-translation in file header.
10297 2006-06-04  Kim F. Storm  <storm@cua.dk>
10299         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10300         (authors-fixed-entries): Fix spelling.
10301         (authors-canonical-file-name): Don't report error for wildcards.
10303         * help.el (view-emacs-news): Rewrite to support new NEWS,
10304         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10305         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10306         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10308 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10310         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10311         exec constructs like `foo bar`.
10312         (sh-quoted-subshell): New helper function to search for a possibly
10313         nested subshell (like `` or $()) within a "" quoted string.
10314         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10315         (sh-apply-quoted-subshell): Flag quote characters inside a
10316         subshell, which is itself already in a quoted region, as
10317         punctuation, since this is the closest to what they actually are.
10318         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10319         sh-apply-quoted-subshell.
10320         (sh-font-lock-syntactic-face-function): Apply the new face for
10321         text inside `` instead of the old font-lock-string-face.
10323 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10325         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10326         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10327         (mac-bytes-to-text-range, mac-ae-text-range-array)
10328         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10329         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10330         (mac-ts-unicode-for-key-event): New functions.
10331         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10332         (mac-handle-font-selection): Use mac-ae-number.
10333         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10334         New variables.
10335         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10336         (mac-ts-converted-text, mac-ts-selected-converted-text)
10337         (mac-ts-block-fill-text, mac-ts-outline-text)
10338         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10339         (mac-ts-hilite-style-faces): New constant.
10340         (mac-apple-event-map): Bind text input events.
10341         (mac-dispatch-apple-event): Use command-execute instead of
10342         call-interactively.
10343         (global-map): Don't bind mac-apple-event.
10344         (special-event-map): Bind mac-apple-event.
10346 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10348         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10349         file name.
10350         (emacs): Enclose the value of $(EMACS) in quotes.
10352 2006-06-02  Juri Linkov  <juri@jurta.org>
10354         * international/mule.el (sgml-html-meta-auto-coding-function):
10355         Remove the condition `(search-forward "<html" size t)'.
10356         Replace `\"' with `[\"']?' in `re-search-forward'.
10358 2006-06-02  Kenichi Handa  <handa@m17n.org>
10360         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10361         as well as `coding'.
10362         (hack-local-variables): Likewise.
10364         * international/mule.el (enable-character-translation):
10365         Put permanent-local and safe-local-variable properties.
10366         (find-auto-coding): Handle char-trans: tag.
10368 2006-06-02  Juri Linkov  <juri@jurta.org>
10370         * international/mule.el (sgml-html-meta-auto-coding-function):
10371         Limit the search by the end of the HTML header (if any).
10373 2006-06-01  Richard Stallman  <rms@gnu.org>
10375         * subr.el (with-current-buffer): Doc fix.
10377 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10379         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10380         Almost rewrite.  Underlines over all lines of gcov output are too
10381         uncomfortable to read.  Suggested by Dan Nicolaescu.
10383 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10385         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10387         * shell.el (shell-mode): Use shell-mode-map in docstring.
10389         * comint.el (comint-send-input): Do not add help-echo and
10390         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10392 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10394         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10396 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10398         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10399         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10400         look up the stack and pop up GUD buffer if necessary.
10401         (gdb-frames-select): Remove redundant call to gud-display-frame.
10402         (gdb-info-threads-custom): Keep point at start of buffer.
10403         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10405 2006-05-31  Juri Linkov  <juri@jurta.org>
10407         * replace.el (query-replace-read-from, query-replace-read-to):
10408         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10410 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10412         * textmodes/table.el: Convert all HTML tags to lower case for
10413         XHTML compatibility.
10415 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10417         * progmodes/compile.el:
10418         (compilation-error-regexp-alist-alist::gcov-called-line):
10419         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10421 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10423         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10424         Revert inadvertent changes made with last commit.
10426 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10428         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10429         New functions.
10431         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10433 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10435         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10436         only matches in the right place.
10437         (org-upcoming-deadline): New face.
10438         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10439         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10440         and make it an option.
10441         (org-export-ascii-bullets): New option.
10442         (org-export-as-html): Many changes to emit valid XHTML.
10443         (org-par-open): New variable.
10444         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10445         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10446         (org-timeline): Pass `org-timeline-show-empty-dates' to
10447         `org-get-all-dates'.  Interpret empty dates returned by
10448         `org-get-all-dates'.
10449         (org-get-all-dates): New argument EMPTY.  Add dates without
10450         entries to the list, mark large ranges of empty dates.
10451         (org-point-in-group, org-context): New functions.
10453 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10455         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10457         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10458         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10459         to C-mouse-3 (for 2 button mice).
10460         (gdb-send): Do the right thing for C-d.
10462         * speedbar.el (speedbar-detach): Delete.
10463         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10464         it breaks things.
10465         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10467 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10469         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10470         Makeppfile.
10472         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10473         Add makepp diagnostic.
10475 2006-05-29  Richard Stallman  <rms@gnu.org>
10477         * window.el (fit-window-to-buffer): Doc fix.
10479         * help.el (temp-buffer-max-height): Doc fix.
10481         * subr.el (with-current-buffer): Doc fix.
10483 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10485         * term/x-win.el: Bind F10 to menu-bar-start if available.
10487 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10489         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10490         uses with a simple test.
10491         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10492         (term-send-raw-string, term-send-raw, term-mouse-paste)
10493         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10494         (term-handle-exit, term-read-input-ring)
10495         (term-previous-matching-input-string)
10496         (term-previous-matching-input-string-position)
10497         (term-previous-matching-input-from-input)
10498         (term-replace-by-expanded-history, term-send-input)
10499         (term-skip-prompt, term-bol, term-send-invisible)
10500         (term-kill-input, term-delchar-or-maybe-eof)
10501         (term-backward-matching-input, term-check-source)
10502         (term-proc-query, term-emulate-terminal)
10503         (term-handle-colors-array, term-process-pager, term-pager-line)
10504         (term-pager-bob, term-unwrap-line, term-word)
10505         (term-dynamic-complete-filename)
10506         (term-dynamic-complete-as-filename)
10507         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10508         unlesses.
10510 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10512         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10513         during bootstrapping.
10515         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10516         Basically undo the change of 2006-05-26: use extra arguments instead of
10517         dynamic scoping.
10518         (ewoc-locate): Remove unused var `footer'.
10520 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10522         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10524         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10525         (generate-file-autoloads): Obey it.  Return whether autoloads were
10526         added at point or not.
10527         (update-file-autoloads): Use this new return value.
10528         Remove redundant test for the presence of an autoload cookie.
10530         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10531         This one calls hack-local-variables.
10532         (generate-file-autoloads, update-file-autoloads): Use it.
10534         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10535         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10536         (bibtex-sort-entry-class-alist): Don't set the global value.
10537         (bibtex-init-sort-entry-class-alist): New fun.
10538         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10539         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10540         of bibtex-init-sort-entry-class.
10542 2006-05-28  Richard Stallman  <rms@gnu.org>
10544         * subr.el (load-history-regexp): If FILE is relative, insist
10545         entire last name component must match it.
10546         (load-history-filename-element, load-history-regexp): Doc fixes.
10548 2006-05-29  Kim F. Storm  <storm@cua.dk>
10550         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10551         `pos' and `raw-data' for clarity, as eval forms may access these.
10553 2006-05-28  Kim F. Storm  <storm@cua.dk>
10555         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10557 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10559         * progmodes/make-mode.el (makefile-browser-map)
10560         (makefile-mode-syntax-table): Move initialization inside declaration.
10561         (makefile-fill-paragraph): Use the default comment-filling code.
10563 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10565         * replace.el (query-replace-defaults): New variable.
10566         (query-replace-read-from): Use `query-replace-defaults' for
10567         default value, instead of history list.
10568         (query-replace-read-to): Update `query-replace-defaults'.
10570 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10572         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10573         with no X toolkit.
10575 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10577         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10578         (tumme-show-all-from-dir): Add autoload.
10580 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10582         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10583         (tumme-remove-tag): Fix bug.
10585 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10587         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10588         FOOTER args.  Update unique caller.
10589         (ewoc-delete): Compute last node once before looping.
10590         (ewoc--node-branch): Merge into unique caller.
10591         (ewoc--node): Don't define constructor make-ewoc--node for this
10592         structure.
10593         (ewoc): Add member `hf-pp' to this structure.
10594         (ewoc--wrap): New func.
10595         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10596         header/footer pretty-printers.  Save header/footer pretty-printer.
10597         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10599         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10601 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10603         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10604         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10605         Tag'.  Change "Compare directories..." to "Change Directories...".
10606         Move tumme commands to Operate, Regexp and Immediate menus.
10607         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10608         Tag" to "Add Image Tags".
10610         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10611         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10612         `tumme-delete-tag'.
10614 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10616         * shell.el (shell-mode): Call shell-dirtrack-mode after
10617         list-buffers-directory is made a local variable, to avoid setting
10618         the default value.
10620 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10622         * info.el (Info-index-next): Use where-is-internal to report
10623         actual binding of Info-index-next, rather than hard-coded `,'.
10625 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10627         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10628         and "Find Command in Manual" to here.
10630         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10631         Info-current-file as the file name.
10633 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10635         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10636         overrides will now be done a different way.
10637         (ses-set-parameter): Reapply this function for undo.
10638         (ses-set-header-row): Reconstruct header row during undo.
10639         (ses-widen): New function.
10640         (ses-goto-data, ses-reconstruct-all): Use new function.
10641         (ses-command-hook): Widen buffer during undo, before unupdating
10642         the cells.
10643         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10644         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10645         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10646         formula hasn't been executed yet.
10648 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10650         * comint.el (comint-kill-whole-line): Rename arg to count.
10651         Fix doc string.
10653 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10655         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10656         to copy-file.
10658 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10660         * simple.el (toggle-truncate-lines): Make arg optional for
10661         backward compatibility.
10663 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10665         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10666         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10667         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10668         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10669         (ewoc--adjust): Use ewoc--current-dll.
10670         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10672 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10674         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10675         compact error message.
10676         (org-tags-view): Refresh category table in each file.
10677         (org-table-justify-field-maybe): Remove superfluous arguments to
10678         `format'.
10679         (org-export-as-html): Insert "<p>" before postamble.
10680         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10682 2006-05-26  Kenichi Handa  <handa@m17n.org>
10684         * textmodes/po.el (po-find-charset): Pay attention to the case
10685         FILENAME is a cons (NAME . BUFFER).
10686         (po-find-file-coding-system-guts): Likewise.
10688         * arc-mode.el (archive-set-buffer-as-visiting-file):
10689         Call find-operation-coding-system with (FILENAME . BUFFER).
10691         * tar-mode.el (tar-extract): Call find-operation-coding-system
10692         with (FILENAME . BUFFER).
10694         * international/mule.el (decode-coding-inserted-region):
10695         Call find-operation-coding-system with (FILENAME . BUFFER).
10697 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10699         * image-mode.el (image-toggle-display): Use buffer contents to
10700         generate image for a remote file.
10702 2006-05-25  Juri Linkov  <juri@jurta.org>
10704         * replace.el (query-replace-read-from, query-replace-read-to):
10705         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10707 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10709         * whitespace.el (whitespace-cleanup): Change to cleanup
10710         region if one is active.
10711         * whitespace.el (whitespace-cleanup-internal): New internal method.
10713 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10715         * dired.el (dired-mode-map): Add help-echo strings to tumme
10716         commands.  Bind `tumme-dired-display-image' to C-t i.
10718         * tumme.el (tumme-display-image): Change documentation string slightly.
10719         (tumme-dired-display-image): Add call to `display-buffer'.
10721 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10723         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10724         Signal error if RAW-DATA is a multibyte string.
10726 2006-05-24  Richard Stallman  <rms@gnu.org>
10728         * subr.el (with-local-quit): When handling `quit' signal,
10729         make a chance for quit-flag to cause a quit.
10731         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10732         (ad-disable-advice): Add autoloads.
10734         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10736 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10738         * dired.el (dired-mode-map): Change menu items for tumme as per
10739         suggestions in emacs-devel.
10741 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10743         * dired.el (dired-mode-map): Fix breakage.
10745 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10747         * tumme.el (tumme-display-dired-image): Rename to...
10748         (tumme-dired-display-image): ...this.
10749         (tumme-track-movement): Change default value to t.
10750         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10751         used from `tumme-next-line-and-display' and similar commands.
10753         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10754         Immediate menu.  Add some tumme commands there.
10756 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10758         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10760 2006-05-24  Chong Yidong  <cyd@mit.edu>
10762         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10763         menu entries that open submenus.
10765 2006-05-24  Alan Mackenzie  <acm@muc.de>
10767         * startup.el (command-line): For names of preloaded files, don't
10768         append ".elc" (now done in Fload), and call file-truename on the
10769         lisp directory.
10771         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10772         match ANY loaded file with the right name, not just those in
10773         load-path.  Put a regexp matching the file name into
10774         after-load-alist, rather than the name itself.
10776         * subr.el (load-history-regexp, load-history-filename-element)
10777         (do-after-load-evaluation): New functions.
10779         * international/mule.el (load-with-code-conversion): Do the
10780         eval-after-load stuff by calling do-after-load-evaluation.
10782 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10784         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10785         has not been killed.
10787 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10789         * term/mac-win.el: Set idle timer to clean up expired Apple events.
10790         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10791         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10792         Optionally set error message in reply.
10794 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
10796         * textmodes/org.el (org-open-at-point): Use renamed variable
10797         `org-confirm-shell-link-function'.
10798         (org-confirm-shell-link-function): Rename from
10799         `org-confirm-shell-links'.
10800         (org-export-directory): New function.
10801         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10802         (org-export-icalendar): Use `org-export-directory'.
10803         (org-indent-item): Keep cursor position.
10804         (org-link-file-path-type): New option.
10805         (org-export-as-html): Fix bug with plain lists starting in
10806         column 0.
10807         (org-export-as-html): Remove deadline formatting, this happens
10808         now already in `org-html-handle-time-stamps'.
10809         (org-export-html-style): Deadline class removed.
10810         (org-insert-labeled-timestamps-at-point): New option.
10811         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10812         of `hide-sublevels 1', in case the first headline is not level 1.
10813         (org-overview, org-content): New fuction.
10814         (org-cycle-global-status, org-cycle-subtree-status): Make these
10815         variables buffer-local.
10816         (org-global-cycle): New command.
10817         (org-shifttab): Use `org-global-cycle'.
10818         (org-insert-heading, org-insert-item): Go to end of new
10819         headline/item after creating it.
10820         (org-export-visible): Rename from `org-export-copy-visible'.
10821         Now creates a temporary org-file and applies an exporting command
10822         to it.
10823         (org-table-eval-formula): Support for lisp forms.
10824         (org-agenda-todo-ignore-scheduled): New option.
10825         (org-agenda-get-todos): Use new option
10826         `org-agenda-todo-ignore-scheduled'.
10827         (org-export-html-inline-images): New value `maybe'.
10828         (org-export-as-html): Inlining of images dependent on link description.
10829         (org-archive-subtree): Check for end-of-buffer before trying
10830         `kill-line'.
10831         (org-agenda-follow-mode): New option.
10832         (org-export-with-tags, org-export-with-timestamps): New options.
10833         (org-html-handle-time-stamps): New function.
10834         (org-keyword-time-regexp): New variable.
10835         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10836         (org-agenda-todo-list-sublevels): New option.
10837         (org-html-level-start): When TITLE is nil, just close all levels.
10838         (org-parse-key-lines, org-parse-export-options): Remove functions,
10839         replaced by `org-infile-export-plist'.
10840         (org-combine-plists, org-infile-export-plist)
10841         (org-default-export-plist): New functions.
10842         (org-export-html-preamble, org-export-html-postamble)
10843         (org-export-html-auto-preamble, org-export-html-auto-postamble):
10844         New variables.
10845         (org-export-publishing-directory): New option.
10846         (org-export-as-html, org-export-as-ascii): Use the new property
10847         lists for settings.
10848         (org-export-copy-visible, org-export-as-xoxo):
10849         Respect `org-export-publishing-directory'.
10850         (org-link-search, org-store-link, org-file-apps): Support for
10851         links to BibTeX database entries..
10852         (org-get-current-options, org-set-regexps-and-options):
10853         Implement logging as a startup option.
10854         (org-store-link): Make sure context string is never empty
10855         (org-insert-link): Use relative path when possible.
10856         (org-at-item-checklet-p): New function.
10857         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10858         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10859         (org-metaright, org-metaup, org-metadown, org-shiftup)
10860         (org-shiftdown, org-shiftright, org-shiftleft)
10861         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10862         Dispatch using `call-interactively'.
10863         (org-call-with-arg): New defsubst.
10864         (org-tag-alist, org-use-fast-tag-selection): New options.
10865         (org-complete): Use `org-tag-alist'.
10866         (org-fast-tag-insert, org-fast-tag-selection): New functions.
10867         (org-next-item, org-previous-item): New commands.
10868         (org-beginning-of-item, org-end-of-item): Add (interactive) to
10869         make command.
10870         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10872 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10874         * emacs-lisp/ewoc.el (ewoc-delete): New function.
10875         (ewoc-filter): Use `ewoc-delete'.
10877         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10879 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10881         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10882         Signal more user-friendly error messages.
10884         * complete.el (PC-do-completion): Undo the addition of implicit
10885         wildcards if they did not lead to finding any match.
10886         (read-file-name-internal): Don't add the final > if the completion is
10887         not finished.
10889 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10891         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10892         Quote safe-local-variable predicate.
10894 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10896         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10898 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10900         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10902         * progmodes/make-mode.el (makefile-special-targets-list)
10903         (makefile-macro-table, makefile-target-table): Mark as risky.
10904         (makefile-query-one-target-method): Make this the alias for the
10905         following variable.
10906         (makefile-query-one-target-method-function): Make this the real name.
10908         * textmodes/artist.el (artist-text-renderer): Make this the alias
10909         for the following variable.
10910         (artist-text-renderer-function): Make this the real name.
10912         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10913         the alias for the following variable.
10914         (flyspell-generic-check-word-predicate): Make this the real name.
10916         * textmodes/ispell.el (ispell-format-word): Make this the alias
10917         for the following variable.
10918         (ispell-format-word-function): Make this the real name.
10919         (ispell-message-text-end): Mark as risky.
10921         * skeleton.el (skeleton-transformation, skeleton-filter)
10922         (skeleton-pair-filter): Make these the aliases for the following
10923         variables.
10924         (skeleton-transformation-function, skeleton-filter-function)
10925         (skeleton-pair-filter-function): Make these the real names.
10927         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10928         and skeleton-pair-filter-function.
10930         * textmodes/sgml-mode.el (sgml-transformation): Make this the
10931         alias for the following variable.
10932         (sgml-transformation-function): Make this the real name.
10933         (sgml-tag-alist): Mark as risky.
10935 2006-05-21  Richard Stallman  <rms@gnu.org>
10937         * simple.el (kill-region): Interactively, pass point, then mark.
10939 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10941         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10943 2006-05-21  Romain Francoise  <romain@orebokech.com>
10945         * dired-x.el (dired-mode-map): Don't bind M-g.
10947 2006-05-20  Richard Stallman  <rms@gnu.org>
10949         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10950         (dired-goto-file): Doc fix.
10952 2006-05-21  Kim F. Storm  <storm@cua.dk>
10954         * emulation/cua-base.el: Mention customizing cua-mode as alternative
10955         way to enable built-in cua-mode if user loads older CUA-mode package.
10957         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10958         if default-filename is specified.
10960 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10962         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10964         * info.el (info-apropos): Make sure current-file and current-node
10965         have non-nil values.  Speed up by using add-to-list instead of
10966         manual consing.
10968 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10970         * progmodes/make-mode.el (makefile-mode): Doc fix.
10972 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10974         * dired-aux.el (dired-do-shell-command): Doc fix.
10976 2006-05-20  Kevin Ryde  <user42@zip.com.au>
10978         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10979         ``(custom-manual :tag "Foo" "(foo)Node")''.
10981 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
10983         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10984         value is an integer.
10986 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
10988         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10989         "format".
10990         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10992 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
10994         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10995         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10997 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10999         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11000         regexp for keywords.
11002 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11004         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11005         replace-regexp-in-string.
11007         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11008         encode, and escape file name on conversion to URL.
11010 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11012         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11013         Don't unescape URL.
11014         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11016         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11017         on conversion to URLs.
11019         * net/browse-url.el (browse-url-file-url): Encode file name on
11020         conversion to URL.
11022         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11023         conversion to URL.
11025 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11027         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11029 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11031         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11032         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11034 2006-05-19  Glenn Morris  <rgm@gnu.org>
11036         * calendar/diary-lib.el (diary-bahai-date)
11037         (list-bahai-diary-entries, mark-bahai-diary-entries)
11038         (mark-bahai-calendar-date-pattern): Not interactive.
11039         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11040         (diary-entries-list): Change format of 4th element in each entry.
11041         (diary-list-entries): Use add-to-diary-list.
11042         (diary-goto-entry): Handle the case where the buffer visiting the
11043         diary has been killed.
11044         (fancy-diary-display): Add 'locator to button rather than 'marker.
11045         Only generate temp-face when there are marks to apply.
11046         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11047         (diary-fancy-date-pattern): New variable.
11048         (diary-time-regexp): Doc fix.
11049         (diary-anniversary, diary-time): New faces.
11050         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11051         diary-time-regexp.  Add font-lock-multiline property where needed.
11052         Use new faces diary-anniversary and diary-time.
11053         (diary-fancy-font-lock-fontify-region-function): New function, to
11054         handle multiline font-lock pattern in fancy diary.
11055         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11056         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11057         diary-time.
11059 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11061         * international/code-pages.el (mik): Table corrected.
11063 2006-05-18  Kim F. Storm  <storm@cua.dk>
11065         * progmodes/grep.el (grep-find): Don't check grep-find-command
11066         before running command (breaks non-interactive usage).
11068 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11070         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11071         (ewoc--insert-new-node): Don't insert trailing newline.
11072         Instead, adjust successor nodes's start markers.
11073         (ewoc--refresh-node): Delete all text from current node's start
11074         marker to the next one's; adjust successor nodes's start markers.
11075         (ewoc--create): Doc fixes.
11076         (ewoc--refresh): Don't insert newline.
11077         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11078         * pcvs.el (cvs-make-cvs-buffer):
11079         Specify extra newline for ewoc's header and footer.
11080         (cvs-update-header): Update initial header recognition.
11081         Append newline to final header and footer values.
11082         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11084 2006-05-17  Richard Stallman  <rms@gnu.org>
11086         * files.el (file-name-extension): Doc fix.
11088 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11090         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11091         we can explicitly enable/disable rather than toggle.
11092         (shell-mode): Use it.
11093         (shell-cd): Don't try to reproduce what `cd' does.
11095 2006-05-17  Kim F. Storm  <storm@cua.dk>
11097         * ido.el (ido-read-internal): Use only nondirectory part of
11098         default item.
11100 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11102         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11103         (ewoc-nth): Doc fix.
11105         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11107 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11109         * international/mule.el (auto-coding-alist): Add .lha to files
11110         read with no-conversion.
11112         * files.el (auto-mode-alist): Add .lha files to archive file
11113         extensions.
11115         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11116         Convert csize to integer when computing offsets within the
11117         compressed archive file.
11119 2006-05-16  Kim F. Storm  <storm@cua.dk>
11121         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11122         with read-from-minibuffer.
11124 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11126         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11127         (byte-compile-warnings): Fix safe-local-variable property.
11129 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11131         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11132         (allout-stylish-prefixes, allout-numbered-bullet)
11133         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11134         predicates to qualify `safe-local-variable' property, when
11135         available, else use equivalent lambda.
11136         (allout-current-topic-collapsed-p): Do the right thing regarding
11137         trailing blank lines.
11139 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11141         * server.el (server-start): Only create a directory if needed.
11142         (server-edit, server-unload-hook): server-start => server-mode.
11143         (kill-emacs-hook): Cleanup upon exit.
11145 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11147         * hexl.el (hexlify-buffer): Encode process arguments manually.
11149 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11151         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11152         call to gdb-tooltip-print.
11154 2006-05-15  Romain Francoise  <romain@orebokech.com>
11156         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11157         systems, default to "tar" since those systems probably have GNU tar.
11159 2006-05-14  Lars Hansen  <larsh@soem.dk>
11161         * desktop.el (desktop-missing-file-warning): Fix docstring.
11162         (desktop-restore-file-buffer): Correct question asked on missing file.
11164 2006-05-14  Kim F. Storm  <storm@cua.dk>
11166         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11167         Add CUA move property.
11169 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11171         * custom.el (custom-push-theme): Load the variable before checking
11172         its `standard-value'.
11174 2006-05-13  Lars Hansen  <larsh@soem.dk>
11176         * desktop.el (desktop-save): Use with-temp-buffer.
11178 2006-05-12  Glenn Morris  <rgm@gnu.org>
11180         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11181         * calendar/calendar.el (calendar-mode-map):
11182         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11183         * calendar/appt.el (appt-check, appt-make-list): Refer to
11184         diary-view-entries, diary-list-entries, diary-show-all-entries
11185         rather than obsolete aliases.
11187 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11189         * simple.el (line-move-finish): Avoid calling point motion hooks
11190         while processing intangibility.
11192 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11194         * term/xterm.el (terminal-init-xterm): Fix typo.
11196 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11198         * allout.el (allout-view-change-hook): Mark as being deprecated,
11199         to be replaced by `allout-exposure-change-hook'.
11200         (allout-exposure-change-hook): New, replacing
11201         `allout-view-change-hook'.
11202         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11203         in addition to `allout-view-change-hook'.
11204         (allout-show-bodies, allout-old-style-prefixes)
11205         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11206         lambda forms to prevent their showing up in variable help
11207         presentations as inscrutable byte-compiled code.
11208         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11209         Use string-or-null-p to qualify safe-local-variable values.
11210         (allout-reindent-bodies): Use memq to qualify matches against
11211         valid safe-local-variable values.  Also, quote the lambda as above.
11212         (allout-use-mode-specific-leader): Add missing candidate-value
11213         symbols, use memq, and quote the lambda.
11214         (allout-overlay-interior-modification-handler): Remove unused
11215         variables `msg' and 'opened'.
11216         (allout-hidden-p): Constrain invisibility consideration to allout's
11217         invisibility spec, disregarding invisibility for other reasons.
11219 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11221         * files.el (version-control): Correct safe values.
11223 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11225         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11227         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11228         (ewoc--insert-new-node): New func.
11229         Update callers of deleted funcs to use it, instead.
11231 2006-05-11  Glenn Morris  <rgm@gnu.org>
11233         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11234         obsolete alias `show-all-diary-entries'.
11235         (make-diary-entry): Not interactive.
11236         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11237         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11238         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11239         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11240         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11241         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11243 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11245         * calendar/calendar.el (calendar-french-date-string)
11246         (calendar-mayan-date-string, calendar-chinese-date-string)
11247         (calendar-astro-date-string, calendar-iso-date-string)
11248         (calendar-islamic-date-string, calendar-bahai-date-string)
11249         (calendar-hebrew-date-string, calendar-coptic-date-string)
11250         (calendar-ethiopic-date-string, calendar-persian-date-string):
11251         These functions are not interactive.
11253 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11255         * files.el: Balance parentheses.
11257 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11259         * files.el, newcomment.el, outline.el, simple.el,
11260         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11261         * progmodes/cc-vars.el, progmodes/compile.el:
11262         Move `safe-local-variable' declarations to the respective files.
11264         * help-fns.el (describe-variable): Don't print safe-var if it is
11265         byte-code.  Improve wording as suggested by Luc Teirlinck.
11267 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11269         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11270         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11271         Use a token for pending-triggers to ensure gdb-var-update
11272         gets called once per user input again for pre-GDB 6.4.
11273         (gdb-var-delete): Match on more complex expressions.
11274         (gdb-var-list-children-handler, gdb-var-create-handler):
11275         Use a token for consistency.
11277 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11279         * textmodes/org.el (org-read-date, org-goto-calendar)
11280         (org-agenda-goto-calendar):
11281         Bind `view-calendar-holidays-initially' to nil.
11283 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11285         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11286         Update all callers to do it there, instead.
11288 2006-05-10  Glenn Morris  <rgm@gnu.org>
11290         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11291         prefix arg case, to avoid view-diary-entries-initially error.
11292         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11293         (calendar-date-is-legal-p): Handle dates with no day part.
11295 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11297         * comint.el (comint-insert-input): Just make it when
11298         comint-use-prompt regexp is nil (default) and with the mouse.
11299         (comint-copy-old-input): Reinstate from 2004-06-23.
11300         (comint-mode-map): Bind C-c C-m to it.
11302 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11304         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11305         Remove spurious move to point-max (new comint behavior fixes).
11307         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11308         compatibility function (Emacs 18/19).
11309         (idlwave-is-continuation-line): Always return point at start of
11310         previous non-blank continuation line.
11311         (keyword-parameters): Fix continued comment font-lock matcher.
11312         (idlwave-font-lock-fontify-region): Written, use as
11313         font-lock-fontify-region-function, to fix continued keyword
11314         fontification issues.
11316 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11318         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11319         (mac-service-selection, mac-service-open-file)
11320         (mac-service-open-selection, mac-service-mail-selection)
11321         (mac-service-mail-to, mac-service-insert-text): Rename from
11322         mac-services-*.  All uses changed.
11323         (mac-apple-event-map): Rename event symbol `services' to `service'.
11325 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11327         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11328         (ewoc--node-enter-first, ewoc--node-enter-last)
11329         (ewoc--delete-node-internal): Merge funcs into unique callers.
11331 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11333         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11334         return value of read-from-minibuffer for empty input.
11336 2006-05-09  Miles Bader  <miles@gnu.org>
11338         * comint.el (comint-insert-input): Remove redundant calls to setq
11339         and goto-char.
11341 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11343         * comint.el (comint-insert-input): Make it work when
11344         comint-use-prompt-regexp is t.
11346 2006-05-10  Miles Bader  <miles@gnu.org>
11348         * subr.el (field-at-pos): New function.
11350         * comint.el (comint-insert-input): Use it.
11352 2006-05-09  Juri Linkov  <juri@jurta.org>
11354         * battery.el (battery-linux-proc-acpi): Also try
11355         `/proc/acpi/thermal_zone/THR2/temperature'.
11357         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11358         for now unused lambda `string-or-null'.
11360         * add-log.el (change-log-default-name): Put `string-or-null-p'
11361         instead of lambda on `safe-local-variable' property.
11363         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11364         `region-end' instead of `mark' and `point'.
11365         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11366         Operate on region in Transient Mark mode when the mark is active.
11367         Use `region-beginning' and `region-end' instead of `mark' and
11368         `point'.
11369         (diff-hunk-text, diff-goto-source): Doc fix.
11371         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11372         face `mode-line-buffer-id' for mode-line buffer face instead of
11373         hard-coded `(:weight bold)'.
11375         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11376         buffer-undo-list to t (undo-ask is reproducible by visiting
11377         nested archives).
11379 2006-05-09  Kim F. Storm  <storm@cua.dk>
11381         * progmodes/grep.el (rgrep): Set default directory of *grep*
11382         buffer if we start M-x rgrep in the *grep* buffer and choose
11383         a different base directory.
11385 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11387         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11388         completion also when ido is loaded.
11390 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11392         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11393         "warning" and "import".
11394         (cpp-font-lock-keywords): Added "warning".
11396 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11398         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11400 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11403         pages at a time, if we signal the end, we should indeed reach that end.
11405 2006-05-08  David Reitter  <david.reitter@gmail.com>
11407         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11408         output during execution of the body.
11410 2006-05-08  Kim F. Storm  <storm@cua.dk>
11412         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11414 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11416         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11417         Use with-current-buffer.
11419 2006-05-07  Kim F. Storm  <storm@cua.dk>
11421         * subr.el (add-to-history): Remove keep-dups arg.
11423         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11424         to nil around call to add-to-history.
11426 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11428         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11429         than after a buffer modification.
11431 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11433         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11434         call to...
11435         (gud-watch): ...here so speedbar is raised for already watched
11436         expressions.
11437         (gdb-speedbar-refresh): Delete function.
11438         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11439         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11440         earlier change).
11441         (gdb-var-evaluate-expression-handler)
11442         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11444         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11445         Update localized contents for all buffers except ignored modes.
11447 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11449         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11450         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11451         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11452         (mac-handle-font-panel-closed, mac-handle-font-selection):
11453         New functions.
11454         (mac-font-panel-mode): New minor mode.
11455         (mac-apple-event-map): Add bindings for toolbar toggle button and
11456         font panel.
11457         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11459 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11461         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11462         Avoid `regexp-opt'; simplify regexp for readability.
11464 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11466         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11467         * files.el (buffer-stale-function):
11468         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11469         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11470         links to the main manual, not to emacs-xtra.
11472 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11474         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11475         MacJapanese if text is ASCII-only.
11477 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11479         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11480         unless so nil isn't returned.
11481         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11483 2006-05-06  Kim F. Storm  <storm@cua.dk>
11485         * subr.el (add-to-history): New function.
11487         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11488         (ediff-merge-files-with-ancestor):
11489         * env.el (setenv):
11490         * isearch.el (isearch-update-ring):
11491         * server.el (server-visit-files):
11492         * progmodes/grep.el (lgrep, rgrep):
11493         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11494         * progmodes/xscheme.el (xscheme-insert-expression):
11495         Use add-to-history.
11497         * kmacro.el (kmacro-push-ring): Use add-to-history.
11498         (kmacro-ring-length): Remove unused defun.
11499         (kmacro-start-macro): Use kmacro-push-ring.
11501 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11503         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11504         directly instead of a lambda expression that calls it.
11506 2006-05-06  Kim F. Storm  <storm@cua.dk>
11508         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11509         instead of compute-motion.
11511 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11513         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11514         change.
11516 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11518         * startup.el (command-line-1): Refer to "Pure Storage" on
11519         pure-space-overflow.
11521 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11523         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11524         provided faces once they all have been used up.
11526 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11528         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11529         reference to the Lisp manual to the warning about pure space
11530         overflow.
11532 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11534         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11535         argument to avoid the call to `ispell-internal-change-dictionary'
11536         when not needed.
11537         (ispell-change-dictionary): Use this argument and call
11538         `ispell-internal-change-dictionary' after the possible change
11539         to `ispell-local-dictionary'.
11540         (ispell-internal-change-dictionary): Check for a change in
11541         personal dictionary use too.
11543 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11545         * startup.el (command-line): On MS-Windows, probe "~", not
11546         "~USER", for warning about non-existent home directory.
11548         * arc-mode.el (archive-l-e): New optional argument `float' means
11549         generate a float value.
11550         (archive-arc-summarize, archive-lzh-summarize)
11551         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11552         with 3rd argument non-nil when file's size is being computed.
11553         Format the file sizes with %8.0f instead of %8d.
11555 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11557         * cus-start.el (all): Add mac-dnd-known-types.
11559         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11560         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11561         (mac-TIFF-to-string): New functions.
11562         (x-get-selection, x-selection-value)
11563         (mac-select-convert-to-string): Use them.
11564         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11565         (mac-dnd-types-alist): New customization variable.
11566         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11567         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11568         (mac-dnd-handle-drag-n-drop-event): New functions.
11569         (mac-drag-n-drop): Remove function.
11570         (global-map): Bind drag-n-drop and M-drag-n-drop to
11571         mac-dnd-handle-drag-n-drop-event.
11573 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11575         * progmodes/perl-mode.el (perl-beginning-of-function):
11576         Skip anonymous subs.
11578 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11580         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11581         regexp-opt at run time.
11583         * term.el (term-handle-ansi-escape): Fix off by one error.
11585 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11587         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11588         (gdb-init-1, gdb-post-prompt): ...and references to it.
11589         (gdb-frame-handler): Strip directory name from filename if present.
11591         * progmodes/gud.el (gdb-force-update): Delete defvar
11592         (gud-speedbar-buttons): ...and references to it.  Use window-start
11593         to try to keep positon in watch expression.
11595 2006-05-03  Richard Stallman  <rms@gnu.org>
11597         * simple.el (next-history-element, previous-history-element): Doc fix.
11599         * isearch.el (isearch-update-ring): Doc fix.
11601 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11603         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11604         into consideration.  Replace one arm ifs with whens.
11606 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11608         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11609         (menu): Fix typo.
11611 2006-05-02  Miles Bader  <miles@gnu.org>
11613         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11615 2006-05-02  Jay Belanger  <belanger@truman.edu>
11617         * calc/calc-embed.el (calc-override-minor-modes-map)
11618         (calc-override-minor-modes): New variables.
11619         (calc-do-embedded): Make sure that Calc keystrokes aren't
11620         overwritten by minor modes.
11622 2006-05-02  Chong Yidong  <cyd@mit.edu>
11624         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11626 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11628         * startup.el (command-line-1): Refer to Lisp manual when
11629         pure-space-overflow occurs.
11631         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11632         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11633         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11634         (version-control): Don't use `t' for safe-local-variable declarations.
11636 2006-05-01  Richard Stallman  <rms@gnu.org>
11638         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11639         M-r, M-R, M-A, M-SPC or M-DEL.
11640         (diff-mode-map): diff-refine-hunk now on C-c C-w
11641         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11643         * help-mode.el (help-mode): view-exit-action calls delete-window
11644         only when it is safe and possible.
11646         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11647         in messages.
11649         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11651         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11652         in the default tool-bar-map.
11654 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11656         * net/tramp.el (tramp-completion-file-name-handler-alist)
11657         (tramp-run-real-handler, tramp-completion-run-real-handler)
11658         (tramp-completion-handle-file-name-all-completions)
11659         (tramp-completion-handle-file-name-completion): Autoload them.
11660         (tramp-completion-handle-file-exists-p)
11661         (tramp-completion-handle-file-name-directory)
11662         (tramp-completion-handle-file-name-nondirectory)
11663         (tramp-completion-handle-expand-file-name): Remove them.
11664         (tramp-handle-file-name-directory): Return the real directory name.
11665         Returning "/" only doesn't need to be necessary any longer.
11666         (tramp-file-name-handler): Make special attention when in hostname
11667         completion mode.
11668         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11669         (tramp-register-file-name-handlers):
11670         Register `tramp-completion-file-name-handler' only when
11671         `partial-completion-mode' is enabled.
11672         (tramp-completion-handle-file-name-all-completions):
11673         Delete directory part from results.
11674         (tramp-get-completion-methods, tramp-get-completion-user-host):
11675         Discard deleting "/", it doesn't work after the change of
11676         `tramp-handle-file-name-directory' above.
11678 2006-05-01  Kim F. Storm  <storm@cua.dk>
11680         * progmodes/grep.el (grep-expand-template): Use save-match-data
11681         and symbol-value.
11683 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11685         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11686         Use select-frame-set-input-focus instead of raise-frame.
11687         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11689 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11691         * progmodes/gud.el (gud-def): Add %c case.
11692         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11693         (gud-format-command): Make match case sensitive.  Match on %F.
11695 2006-04-30  Glenn Morris  <rgm@gnu.org>
11697         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11698         (cal-tex-preamble): Use cal-tex-preamble-extra.
11699         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11700         than alias `list-diary-entries'.
11702 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11704         * help-fns.el (describe-variable): Add info about safe local variables.
11706 2006-04-29  Richard Stallman  <rms@gnu.org>
11708         * bindings.el (mode-line-format): help-echo doc fixes.
11710         * net/tramp.el (tramp-file-name-handler-alist): Delete
11711         expand-file-name and other operations that can cause spurious loading.
11713 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11715         * files.el (safe-local-variable-p): Remove support for the special
11716         value t.
11718         * textmodes/paragraphs.el (sentence-end-without-space):
11719         Fix safety predicate.
11720         (sentence-end-double-space, sentence-end-without-period)
11721         (paragraph-ignore-fill-prefix):
11722         * textmodes/fill.el (colon-double-space):
11723         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11725         * subr.el (booleanp): New fun.
11727         * textmodes/reftex-vars.el (reftex-guess-label-type):
11728         Tighten the safety predicate.
11730 2006-04-28  Kim F. Storm  <storm@cua.dk>
11732         * progmodes/grep.el (defgroup grep): Doc fix.
11733         (grep-auto-highlight): Remove.
11734         (grep-template): New defcustom.
11735         (grep-find-template): Rename from grep-tree-template.
11736         (grep-files-aliases): Rename from grep-tree-files-aliases.
11737         Remove "all" alias, add "l" alias.
11738         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11739         (grep-find-ignored-directories): New defcustom to replace
11740         grep-tree-ignore-CVS-directories, to facilitate ignoring
11741         subdirectories for multiple version control systems.
11742         (grep-mode-map): Add Recursive grep item to GREP menu.
11743         (grep-regexp-history, grep-files-history): New defvars.
11744         (grep-probe): New helper function.
11745         (grep-compute-defaults): Use it to simplify code.
11746         Adapt to name changes.
11747         Use `.' as base in grep-find-template rather than <D>.
11748         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11749         Call grep-compute-defaults unconditionally.
11750         (grep-expand-keywords): New defconst.
11751         (grep-expand-template): Rename from grep-expand-command-macros.
11752         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11753         of grep-tree-ignore-case to add -i option.
11754         Bind case-fold-search to nil while matching keywords.
11755         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11756         (grep-read-regexp, grep-read-files): New helper functions.
11757         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11758         Adapt to changes in defcustoms and functions above.
11759         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11761 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11763         * net/tramp.el (tramp-completion-file-name-handler):
11764         Disable Tramp's functionality while loading Tramp itself.
11765         (tramp-register-file-name-handlers): That's a defsubst now.
11766         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11767         `after-init-hook'.
11768         (tramp-repair-jka-compr): Remove.
11770 2006-04-27  Jay Belanger  <belanger@truman.edu>
11772         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11773         read expression when `math-read-big-expr' doesn't work.
11775 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11777         * startup.el (command-line-1): Display warning when
11778         pure-space-overflow is non-nil.
11780 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11782         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11783         risky.
11785 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11787         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11788         Return the URL or nil if none can be generated.
11790 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
11792         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11793         byte compiler warnings.
11794         (gud-basic-call, gud-find-expr): Let user select an expression
11795         for printing.  Print expression as well as value in GUD buffer.
11797 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
11799         * allout.el: Remove local autoload declaration for
11800         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11801         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11802         (allout-plain-bullets-string, allout-distinctive-bullets-string)
11803         (allout-use-mode-specific-leader, allout-old-style-prefixes)
11804         (allout-stylish-prefixes, allout-numbered-bullet)
11805         (allout-file-xref-bullet, allout-presentation-padding)
11806         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11807         safe-local-variable with suitable value spec, and add autoload
11808         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
11809         (move-beginning-of-line, move-end-of-line): Repair so these compat
11810         functions now actually resituate the point, when appropriate.
11812 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11814         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11816         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11817         (add-log-iso8601-time-string): Fix call to format-time-string.
11819 2006-04-26  Kim F. Storm  <storm@cua.dk>
11821         * subr.el (posn-string, posn-image, posn-object): Doc fix.
11823 2006-04-26  Masatake YAMATO  <jet@gyve.org>
11825         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11826         Add support for "//" style comments.  Remove `b' flag
11827         from ?* in `asm-mode-syntax-table'.
11829 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11831         * follow.el: Use (featurep 'xemacs) everywhere.
11832         (follow-mode): Use define-minor-mode.
11833         (follow-mode-map): Move initialization into the declaration.
11834         Use command remapping.
11835         (follow-emacs-version-xemacs-p): Remove.
11836         (follow-submit-feedback): Remove.
11838         * allout.el (allout-layout, allout-passphrase-verifier-string)
11839         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11841         * textmodes/reftex-vars.el (reftex-vref-is-default)
11842         (reftex-fref-is-default, reftex-guess-label-type):
11843         Tighten up a bit the safety predicate.
11845         * textmodes/paragraphs.el (sentence-end-double-space)
11846         (sentence-end-without-period, sentence-end-without-space)
11847         (page-delimiter, paragraph-ignore-fill-prefix):
11848         Tighten up a bit the safety predicate.
11850         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11852         * progmodes/python.el (python-continuation-line-p)
11853         (python-beginning-of-statement): syntax-ppss may return
11854         a negative depth.
11855         (python-mode): Don't forcefully enable font-lock.
11857         * time-stamp.el (time-stamp-start, time-stamp-end)
11858         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11860         * add-log.el: Remove spurious * in docstrings.
11861         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11862         (add-change-log-entry): Use it here, since it's not specific
11863         to iso8601.
11864         (add-log-iso8601-time-string): Don't use it here any more.
11865         (change-log-indent-text, change-log-indent): Rename from add-log-*.
11867         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11869 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
11871         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11872         (rcirc-toggle-low-priority): Doc fix.
11873         (rcirc-handler-NOTICE): Remove beginning of line anchor in
11874         ChanServ regexp.
11875         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11876         #emacs.
11877         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11878         (rcirc-decode-coding-system): Use utf-8 as the default.
11879         (rcirc-multiline-minor-mode): Set the fill-column.
11880         (rcirc-format-response-string): Display bright and dim nicks.
11881         (rcirc-browse-url): Update interactive spec to fill ARG.
11882         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11883         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11885 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
11887         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11888         case for @Article, etc.
11890 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
11892         * net/tramp.el (tramp-register-file-name-handlers): New defun.
11893         Added with autoload cookie.
11894         (tramp-unload-file-name-handlers): Rename from
11895         `tramp-unload-file-name-handler-alist'.
11897 2006-04-23  Romain Francoise  <romain@orebokech.com>
11899         * comint.el (comint-match-partial-filename): Doc fix.
11901 2006-04-21  Glenn Morris  <rgm@gnu.org>
11903         * calendar/cal-menu.el (calendar-mode-map): Refer to
11904         `diary-view-entries' rather than alias `view-diary-entries'.
11905         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11907 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11909         * progmodes/antlr-mode.el (antlr-default):
11910         * cus-edit.el (custom-documentation):
11911         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11912         in defface.
11914 2006-04-21  Kim F. Storm  <storm@cua.dk>
11916         * image.el (image-type): New defun split out of create-image.
11917         (create-image): Use it.
11919 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
11921         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11922         (org-open-at-point): Remove the "...done" message to keep output
11923         in the echo area visible.
11924         (org-export-as-xoxo): Fix call to `indent-region'.
11926 2006-04-21  Kevin Ryde  <user42@zip.com.au>
11928         * international/mule.el (keyboard-coding-system): defcustom
11929         info-link fixes: "Specify Coding" has been split, keyboard now in
11930         "Terminal Coding", and "Single-Byte Character Support" is now
11931         "Unibyte Mode".
11933 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
11935         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11936         Use font-lock-warning-face for any errors e.g. no stack.
11937         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11939 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
11941         * progmodes/sh-script.el (sh-shell): Mark as safe.
11943         * newcomment.el (comment-start, comment-start-skip)
11944         (comment-end-skip, comment-end): Mark as safe.
11946 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
11948         * textmodes/org.el (org-deadline-announce): Face removed.
11949         (org-level-faces, org-n-levels): Convert to constant.
11950         (org-compatible-face): New function.
11951         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11952         (org-level-5, org-level-6, org-level-7, org-level-8)
11953         (org-special-keyword, org-warning, org-headline-done, org-link)
11954         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11955         (org-scheduled-today, org-scheduled-previously, org-time-grid):
11956         Face definition revised for better color tty support.
11957         (org-bold-re, org-italic-re, org-underline-re): New constants.
11958         (org-set-font-lock-defaults): Use the new constants.
11959         (org-agenda-highlight-todo): New function.
11960         (org-agenda-todo): Fix bug with point at end of line.
11961         (org-agenda-change-all-lines, org-finalize-agenda-entries):
11962         Fontify TODO keywords.
11963         (org-insert-link): Preserve relative path in ../ links.
11964         (org-export-as-html): Convert links pointing to .org files into
11965         links that will work beteen the exported HTML files.
11966         (org-todo-list): Fix bug when arg=0.
11967         (org-insert-heading): More fine-tuning.
11969 2006-04-19  Romain Francoise  <romain@orebokech.com>
11971         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11972         from `rmail-mime-charset-pattern'.
11974 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11976         * progmodes/python.el (python-mode): Fix typo.
11978 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
11980         * comint.el (comint-previous-input): Don't clobber input line
11981         when moving off either end of the input history ring.
11982         (comint-delete-input): New function, used by
11983         `comint-previous-input' and others.
11984         (comint-previous-matching-input):
11985         Use `coming-delete-input'.  Save the partial input if leaving the
11986         edit line.  Goto point-max before deleting input to avoid
11987         partial input fragments hanging around.
11988         (comint-restore-input): New function, used by `comint-previous-input'.
11990 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
11992         * imenu.el (imenu--index-alist): Balance parentheses.
11994 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
11996         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11998 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12000         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12001         file is nil.
12003 2006-04-18  Richard Stallman  <rms@gnu.org>
12005         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12007         * imenu.el (imenu-create-index-function, imenu--index-alist)
12008         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12009         (imenu-default-create-index-function, imenu--generic-function):
12010         Doc fixes.
12012         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12014         * help-mode.el (help-mode): Set view-exit-action to delete window.
12016         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12017         now works by passing nil as arg.
12019         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12021         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12022         (read-abbrev-file): Provide default when reading filename.
12024         * files.el (enable-local-variables): Allow :all as value.
12025         (hack-local-variables): Implement that value.
12026         (safe-local-variable-values, safe-local-eval-forms)
12027         (enable-local-variables): Mark as risky.
12028         (find-file-visit-truename, kept-old-versions): Mark safe.
12030         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12031         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12032         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12034 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12036         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12037         Use forward-line so as to get to BOL even in the presence of fields.
12038         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12039         in return.
12040         (inferior-tcl): Tell tclsh to work in interactive mode.
12042         * complete.el (partial-completion-mode):
12043         Use 'choose-completion-string-functions to make sure that
12044         choose-completion fills the minibuffer properly.
12046         * complete.el (PC-old-read-file-name-internal): Remove.
12047         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12048         of read-file-name-internal.
12049         (partial-completion-mode): Enable/disable this advice.
12051 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12053         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12054         of 2006-04-17.
12056 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12058         * textmodes/org.el (org-insert-heading): Insert heading before
12059         current if at beginning of line.
12060         (org-todo, org-date): New faces.
12061         (org-table-align): Make sure tooltip window contains full text.
12062         (org-no-properties): New defsubst.
12063         (org-set-font-lock-defaults): Use new faces.
12065 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12067         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12068         for root variables.
12070         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12071         (gdb-frame-address): Re-use to identify frame for watch expression.
12072         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12073         variables.
12074         (gdb-init-1, gdb-source, gdb-post-prompt)
12075         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12076         (gdb-frame-handler): Get gdb-frame-address.
12078 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12080         Sync with Tramp 2.0.53.
12082         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12083         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12084         (tramp-completion-file-name-handler): Add autoload cookie for
12085         adding to `file-name-handler-alist'.
12087         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12088         the prompt.  If it returns earlier (when detecting an error
12089         message), the rest of the output will merge accidently with the
12090         output of the next command.  Reported by M Jared Finder
12091         <jared@hpalace.com>.
12093         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12094         for `process-file', in order to let it work for older Emacsen too.
12096 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12098         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12099         (tex-font-lock-keywords-3): Use it.
12101 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * newcomment.el (comment-add): New function.
12104         (comment-region-default, comment-dwim): Use it.
12106 2006-04-15  Michael Olson  <mwolson@gnu.org>
12108         * emacs-lisp/tq.el: Improve comments.
12109         (tq-queue-head-question): New accessor function.
12110         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12111         Update for modified queue structure.
12112         (tq-queue-add): Accept `question' argument.
12113         (tq-queue-pop): If a question is pending, send it.
12114         (tq-enqueue): Accept new optional argument `delay-question'.
12115         If this is non-nil, and at least one other question is pending a
12116         response, queue the question rather than sending it immediately.
12118 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12120         * calendar/appt.el (appt-add): Check whether an appointment is
12121         already present in appt-time-msg-list.  Simplify code.
12123 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12125         * progmodes/cc-langs.el (c-mode-menu):
12126         Don't presume c-subword-mode is bound.
12128 2006-04-13  Bill Wohler  <wohler@newt.com>
12130         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12131         (customize-package-emacs-version): Use cdr instead of cadr now
12132         that alists use dotted pairs.
12134         * custom.el (defcustom): Fix docstring for :package-version.
12136 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12138         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12139         (tramp-handle-shell-command): Display output buffer only when
12140         `tramp-display-shell-command-buffer' is true.
12141         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12143 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12145         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12146         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12148 2006-04-13  Romain Francoise  <romain@orebokech.com>
12150         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12151         leaving temporary .cvsignore buffers behind.
12153 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12155         * textmodes/org.el (org-set-regexps-and-options)
12156         (org-get-current-options): Better names for the startup folding
12157         options.
12159 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12161         * vc.el (vc-annotate): Arrange for point to end up at the same
12162         line number as in the original, but only when using a new buffer.
12164 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12166         * files.el (hack-one-local-variable-eval-safep):
12167         Recognize `edebug-form-spec' for `put', but only if it passes
12168         `edebug-basic-spec'.  Generalize `put' handling.
12170         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12171         vetting file-local form specs.
12173         * allout.el (allout-layout): Autoload its `safe-local-variable'
12174         property.
12176 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12178         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12179         (org-agenda-mouse-1-follows-link)
12180         (org-mouse-1-follows-link): New options.
12181         (org-format-agenda-item): Fix bug if TAGS is nil.
12182         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12184 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12186         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12187         GDB 6.1+ gives full filename for "info sources" so use
12188         file-name-nondirectory.
12190 2006-04-12  Romain Francoise  <romain@orebokech.com>
12192         * subr.el (read-passwd): Bind `message-log-max' to nil.
12194 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12196         * progmodes/perl-mode.el (perl-indent-new-calculate):
12197         Recompute parse-start after jumping backward by a whole sexp.
12199 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12201         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12202         window configuration.
12203         (vc-annotate-display-select): Select the buffer so that current-buffer
12204         (and selected-window) is the output buffer at the end of vc-annotate.
12206 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12208         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12209         8-color terminals, to use all of the colors in a sensible order.
12210         256-color terminals work well with the standard map.
12211         (vc-annotate-lines): Only strip the first color character if it
12212         is "#", to allow for terminal-style named colors.
12213         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12214         the correct buffer is scrolled.
12216 2006-04-11  Richard Stallman  <rms@gnu.org>
12218         * emacs-lisp/bytecomp.el (byte-compile-file):
12219         Bind enable-local-variables to :safe, and make normal-mode obey it.
12221         * files.el (enable-local-variables): Allow value :safe.
12222         (normal-mode): Doc fix.
12223         (hack-local-variables): Implement enable-local-variables = :safe.
12224         (hack-local-variables-confirm): Don't prevent quitting.
12226 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12228         * loadhist.el (unload-feature): A bit of sanity check of
12229         load-history entries.  Cancel timer-vars before unbinding them.
12231         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12232         quote special chars, and make the trick work on the hex part of the
12233         buffer as well.
12234         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12235         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12237         * startup.el (normal-splash-screen): Fix last change so we don't wait
12238         2 minutes if we don't show the splash screen.
12240 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12242         * textmodes/org.el (org-export-plain-list-max-depth)
12243         (org-table-spaces-around-separators)
12244         (org-radio-targets, org-activate-camels)
12245         (org-table-spaces-around-invisible-separators): Options removed.
12246         (org-time-stamp-rounding-minutes, org-remember-templates)
12247         (org-ellipsis, org-activate-links, org-descriptive-links):
12248         New options.
12249         (org-remember-apply-template, org-current-time)
12250         (org-finish-edit-table-field)
12251         (org-link-unescape, org-link-escape)
12252         (org-string-width, org-table-clean-line, org-html-do-expand)
12253         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12254         (org-read-agenda-file-list): New functions.
12255         (org-table-edit-field)
12256         (org-table-create-or-convert-from-region): New commands
12257         (org-table-toggle-vline-visibility): Command removed.
12258         (org-table-convert-region): Made a command.
12259         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12260         Replace with the normal org- functions.
12261         (org-self-insert-command): Don't trigger realign unnecessarily
12262         when blanking a field that is not full.
12263         (org-mode): `Set buffer-invisibility-spec' for links.
12264         (org-activate-links2): Hide link part and only show descriptive
12265         part of the link.
12266         (org-insert-link): Modify for new linking system.
12267         (org-store-link): Store description separately, for use by
12268         `org-insert-link'.
12269         (org-table-align): Use `org-string-width'.
12270         (defgroup): Completely new group structure for custom variables.
12271         (org-agenda-files): Option: Single file name allowed.  Function:
12272         Optional argument unrestrited means ignore any restricitons.
12273         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12274         trying to modify the menu.  Use generalized access to
12275         `org-agenda-files.'
12276         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12277         (org-agenda-file-to-front, org-remove-file, org-diary)
12278         (org-tags-view, org-export-icalendar-all-agenda-files)
12279         (org-export-icalendar-combine-agenda-files): Use generalized
12280         access to `org-agenda-files'.
12281         (org-remember-handler): Correctly preserve heading if present.
12282         (org-table-insert-row, org-table-insert-hline): Deal with
12283         invisible characters.
12285 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12287         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12288         (vc-annotate-color-map): New 18 element constant
12289         value/saturation, rotating hue colormap, from red->blue.
12290         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12291         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12292         (vc-annotate): To avoid killing the required local variables,
12293         set them before the end of `with-output-to-temp-buffer', and
12294         after first switching to annotate-mode.
12295         (vc-annotate-warp-version): Add buffer argument in goto-line to
12296         ensure annotation, not source, is scrolled.
12298 2006-04-10  Bill Wohler  <wohler@newt.com>
12300         * custom.el (defcustom, custom-handle-keyword):
12301         Add :package-version keyword.
12302         (custom-add-package-version): New function.  Sets value of new
12303         property 'custom-package-version from :package-version keyword.
12304         (defcustom): Create Common Keywords section in docstring.
12305         (defface, defgroup): Replace definitions of a select few keywords
12306         with a reference to the Common Keywords in defcustom.
12307         (defcustom, defface, defgroup): Replace reference to Customization
12308         chapter in manual with hyperlink.
12310         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12311         (customize-changed-options): Add check for custom-package-version.
12312         (customize-package-emacs-version): New function to look up Emacs
12313         version corresponding to the given package version.
12315         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12316         defun name, in similar fashion to find-variable-regexp.
12318 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12320         * international/mule-cmds.el (set-locale-environment): Fix last
12321         change for when the locale's preferences don't specify any encoding.
12323 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12325         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12326         so the defined var/fun doesn't need to be quoted.
12328 2006-04-10  Richard Stallman  <rms@gnu.org>
12330         * finder.el (finder-mode-map): Add n and p bindings.
12332 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12334         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12335         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12336         (gdb-setup-windows): Put something in source window if we can't find
12337         the source file.
12338         (gdb-frame-handler): Make it work again with just assembly.
12339         (gdb-data-list-register-values-handler): Make it work when there is
12340         no stack.
12342 2006-04-09  Richard Stallman  <rms@gnu.org>
12344         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12345         specs while looking for charset.
12347         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12349         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12350         Make them faces.
12351         (lm-font-lock-keywords): Update appropriately.
12353 2006-04-10  Kim F. Storm  <storm@cua.dk>
12355         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12356         it can also replace buffer-substring-no-properties.
12358         * emulation/cua-base.el (cua-delete-region, cua-paste)
12359         (cua-repeat-replace-region): Use filter-buffer-substring.
12361         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12362         (cua-cut-region-to-global-mark): Likewise.
12364         * emulation/cua-rect.el (cua--extract-rectangle)
12365         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12367 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12369         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12370         entry-type.  Add field delimiters to numerical fields if they are
12371         not present.
12373 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12375         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12376         string-const to return value.
12377         (bibtex-remove-delimiters): Use it.
12379 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12381         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12382         cl-byte-compile-compiler-macro unless it exists.
12384 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12386         * files.el (hack-local-variables-confirm) <offer-save>:
12387         Clarify message text.  Suggested by Ralf Angeli.
12389 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12391         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12392         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12393         instead of `buffer-substring' and `delete-region'.  (Most of the
12394         code actually copied from `kill-region'.)
12396 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12398         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12399         (rcirc-default-port): Rename from rcirc-port.
12400         (rcirc-default-nick): Rename from rcirc-nick.
12401         (rcirc-default-user-name): Rename from rcirc-user-name.
12402         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12403         (rcirc-low-priority-flag): New variable.
12404         (rcirc-decode-coding-system): New defcustom.
12405         (rcirc-encode-coding-system): New defcustom.
12406         (rcirc-coding-system-alist): New defcustom.
12407         (rcirc-multiline-major-mode): New defcustom.
12408         (rcirc-nick): New internal variable.
12409         (rcirc-process): Remove variable.
12410         (rcirc-server-buffer): New variable.
12411         (rcirc): Update to use rcirc-default-* variables above.
12412         (rcirc-connect): Do not add window-configuration-hook-here.
12413         (rcirc-server): New internal variable.
12414         (rcirc-connect): Do not send keepalive pings if
12415         rcirc-keepalive-seconds is nil.
12416         (with-rcirc-server-buffer): New macro.
12417         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12418         (rcirc-server-name): Rename from rcirc-server.
12419         (rcirc-buffer-process): New function.
12420         (rcirc-buffer-nick): New function.
12421         (rcirc-buffer-target): Remove function.
12422         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12423         New commands.
12424         (rcirc-mode-map): Change binding of C-c C-l to
12425         rcirc-toggle-low-priority.
12426         (rcirc-mode): Initialize coding system based on
12427         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12428         channel on a mode change.  Make kill-buffer-hook buffer-local.
12429         (rcirc-change-major-mode-hook): New function.
12430         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12431         (rcirc-last-post-time): New variable.
12432         (rcirc-process-message): Store the last time user posted a message
12433         to this target.
12434         (rcirc-multiline-minor-mode): New mode.
12435         (rcirc-multiline-minor-mode-map): New mode map.
12436         (rcirc-edit-multiline): Put multiline-edit buffer in
12437         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12438         (rcirc-print): Ignore any line starting with an ignored nick.
12439         (rcirc-print): Decode using rcirc-decode-coding-system.
12440         (rcirc-track-minor-mode): Update global-mode-string when disabling
12441         this mode.
12442         (minor-mode-alist): Add LowPri indicator.
12443         (rcirc-toggle-low-priority): New function.
12444         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12445         next lowpriority buffer with activity.
12446         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12447         last time the user posted a message in to the target.
12448         (rcirc-update-activity-string): New formatting for low priority
12449         buffers.
12450         (rcirc-split-activity): New function.
12451         (rcirc-handler-PART, rcirc-handler-KICK)
12452         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12453         (rcirc-nick-away-alist): New variable.
12454         (rcirc-handler-301): New handler.  Away messages are printed once
12455         per change.
12457 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12459         * info.el (Info-follow-nearest-node): Doc fix.
12461         * international/mule-cmds.el (set-locale-environment): Make sure
12462         the coding-system preferred by the locale's language has the same
12463         EOL conversion type as the original buffer-file-coding-system.
12464         (locale-language-names): Add a few MS Windows language codes.
12466 2006-04-07  Richard Stallman  <rms@gnu.org>
12468         * simple.el (eval-expression): Doc fix.
12470         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12471         (eval-defun): Doc fixes.
12473 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12475         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12477 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12479         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12480         GDB list command without argument for greater generality.
12482 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12484         * subr.el (string-or-null-p): New function.
12486         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12488         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12490         * files.el: Update comment about safe-local-variable declarations.
12492 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12494         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12495         See idlwave.org.
12497         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12498         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12500         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12501         See idlwave.org.
12503         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12504         version 6.0 (minimal changes).  See idlwave.org.
12506         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12507         6.0 (minimal changes).  See idlwave.org.
12509         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12511 2006-04-06  Romain Francoise  <romain@orebokech.com>
12513         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12514         symmetric encryption features and a new asynchronous interface to
12515         GnuPG.  This new version is version 1.4, plus whitespace changes.
12517 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12519         * files.el: Move some `safe-local-variable' declarations to the
12520         respective files.
12522         * textmodes/ispell.el (ispell-check-comments)
12523         (ispell-local-dictionary): Mark as safe.
12525         * abbrev.el (abbrev-mode): Mark as safe.
12527         * add-log.el (change-log-default-name): Mark as safe.
12529         * textmodes/reftex-vars.el (reftex-vref-is-default)
12530         (reftex-fref-is-default, reftex-level-indent)
12531         (reftex-guess-label-type): Mark as safe.
12533         * textmodes/fill.el (colon-double-space): Mark as safe.
12535         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12536         (sentence-end-double-space, sentence-end-without-period)
12537         (sentence-end-without-space, sentence-end, sentence-end-base)
12538         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12540 2006-04-06  Kim F. Storm  <storm@cua.dk>
12542         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12543         the :set-after list.
12544         (ido-downcase-unc-hosts): New user option.  Default on.
12545         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12546         when it is set, as regexps are now applied on the fly.
12547         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12548         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12549         on the fly, but only when ido-process-ignore-lists is set.
12550         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12551         Only downcase names if ido-downcase-unc-hosts is set.
12553 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12555         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12557         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12559 2006-04-05  Kim F. Storm  <storm@cua.dk>
12561         * ido.el (ido-mode): Set after ido-unc-hosts and
12562         ido-ignore-unc-host-regexps.
12563         (ido-save-history): Save ido-unc-hosts-cache.
12564         (ido-load-history): Load ido-unc-hosts-cache.
12565         (ido-reread-directory): Refresh unc hosts cache in // dir.
12567         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12568         to nil while displaying slash screen.
12570 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12572         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12573         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12575 2006-04-05  Kenichi Handa  <handa@m17n.org>
12577         * international/characters.el: Setup cases of Latin, Greek, and
12578         Cyrillic characters in CJK charsets.
12580 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12582         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12583         default-enable-multibyte-characters.  This reverts the change from
12584         revision 6.17 which is no longer necessary because the passphrase
12585         is sent separately now.  GnuPG messages are unreadable under
12586         multibyte locales with default-enable-multibyte-characters set to nil.
12588 2006-04-04  Andreas Schwab  <schwab@suse.de>
12590         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12591         and `byte-compile-warnings' as `safe-local-variable'.
12593 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12595         * man.el (Man-mode-map): Restore the \r binding.
12596         (Man-abstract-xref-man-page): If Man-target-string is a function,
12597         call it.
12598         (Man-highlight-references): Use Man-default-man-entry to get the
12599         target.  Deal with xrefs too.
12600         (Man-highlight-references0): Don't call the target function.
12602         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12603         cannot deal with it.
12605 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12607         * pgg-gpg.el: Clean up process buffers every time gpg processes
12608         complete.
12610 2006-04-04  Kenichi Handa  <handa@m17n.org>
12612         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12613         here.
12614         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12615         Temporarily bind inhibit-field-text-motion to t.
12617 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12619         * startup.el (normal-splash-screen): Only set mode-line-format in the
12620         splash buffer, so as not to interfere when debugging the code.
12621         Ignore errors when switching buffer.
12623 2006-04-03  Romain Francoise  <romain@orebokech.com>
12625         * dired.el (dired-dnd-protocol-alist): Fix typo.
12627 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12629         * savehist.el (savehist): Add :version.
12630         (savehist-ignored-variables): New variable.
12631         (savehist-minibuffer-hook): Don't save variables listed in
12632         `savehist-ignored-variables'.
12634         * dired.el (dired-dnd-protocol-alist): Mention that change does
12635         only apply to new buffers in doc string.
12637 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12639         * recentf.el (recentf-open-files-item): Include newline in button
12640         field, so opening a file will work, when the point is at the end
12641         of the file name.  Allow, for example, to [i]search a file by
12642         extension and just push RET to open it.
12644 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12646         * pgg-gpg.el (pgg-gpg-process-filter)
12647         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12649         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12650         lines, temporary fix.
12652 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12654         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12656 2006-04-02  Richard Stallman  <rms@gnu.org>
12658         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12660 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12662         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12663         header-mouse-map.
12665         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12666         (ibuffer-mode-header-map): New keymaps.
12667         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12668         and keybindings for column headers.
12669         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12670         property.
12672 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12674         * speedbar.el (speedbar-after-create-hook): Doc fix.
12676 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12678         * shell.el (shell-directory-tracker)
12679         (shell-dynamic-complete-command): Doc fixes.
12681 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12683         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12684         terminals.
12686 2006-04-01  Kim F. Storm  <storm@cua.dk>
12688         * ido.el (ido-unc-hosts-cache): New defvar.
12689         (ido-unc-hosts): If value of defcustom is a function, call it to
12690         get list of UNC hosts.  Add function-item choices to specify
12691         ido-unc-hosts-net-view or user function.
12692         (ido-ignore-unc-host-regexps): New defcustom.
12693         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12694         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12695         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12697 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12700         wwidth.
12702 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12704         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12705         (ido-max-work-file-list, ido-switch-buffer)
12706         (ido-read-file-name-as-directory-commands):
12707         Fix typos in docstrings.
12709 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12711         * term/mac-win.el (mac-system-coding-system): Define and use after
12712         Mac-specific coding systems are ready.
12714 2006-03-27  Romain Francoise  <romain@orebokech.com>
12716         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12718         * ldefs-boot.el: Update.
12720 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12722         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12723         passphrases when it is not needed.
12724         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12725         passphrase stuff from gpg, should only be necessary when you use
12726         gpg with a smartcard.
12728 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12730         * comint.el (comint-dynamic-list-completions): Allow user to
12731         select *Completions* buffer.
12733 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12735         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12737 2006-03-26  Andreas Schwab  <schwab@suse.de>
12739         * progmodes/gud.el (gdb): Only complain about multiple debugging
12740         when the gdb process is still running.
12742 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12744         * mail/rmail.el (tool-bar-map): Defvar it.
12745         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12746         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12748 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12750         * help.el (print-help-return-message): Suggest to use
12751         display-buffer instead of switch-to-buffer-other-window to restore
12752         the previous window without selecting it.
12754 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12756         * frame.el (select-frame-by-name): Call x-focus-frame also when
12757         window-system is mac.
12759         * term/mac-win.el: Adjust Courier font specifications in
12760         x-fixed-font-alist.
12761         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12762         when directly encoding to UTF-16 in native byte order, no BOM.
12764 2006-03-25  Kim F. Storm  <storm@cua.dk>
12766         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12767         (cua--init-keymaps): Use it instead of fixed C-return.
12768         (cua-mode): Set after it.
12770         * emulation/cua-rect.el (cua--init-rectangles):
12771         Use cua-rectangle-mark-key instead of fixed C-return.
12773 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12775         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12776         "run" in .gdbinit.
12777         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12779 2006-03-24  Romain Francoise  <romain@orebokech.com>
12781         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12782         `display-buffer-other-frame'.
12784 2006-03-24  Kim F. Storm  <storm@cua.dk>
12786         * apropos.el (apropos-synonyms): Add selection => region.
12788 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12790         * progmodes/gdb-ui.el (gdb-var-create-regexp)
12791         (gdb-var-list-children-regexp, gdb-var-update-regexp)
12792         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12793         (gdb-data-list-register-values-regexp)
12794         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12795         Future proof against new fields being added to MI output.
12796         (gdb-send): Don't treat backslashes for program input as
12797         continuations.
12798         (gdb-assembler-handler): Don't use window-start for this handler.
12799         (gdb-frame-handler): Don't change to hollow arrow if overlay
12800         arrow doesn't move to new frame.
12802 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12804         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12805         prevent compiler warnings.
12806         (gdb-stopped): Check for gud-last-last-frame (case: signal).
12807         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12808         (gdb-assembler-custom): Use hollow-right-triangle for assembler
12809         buffer too.
12811 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
12813         * pgg-gpg.el (pgg-gpg-update-agent): Check for
12814         make-network-process, so we can use the same code in Gnus v5-10
12815         too and have this file fully synchronized with that release.
12817 2006-03-23  Romain Francoise  <romain@orebokech.com>
12819         * ibuf-ext.el (ibuffer-read-filter-group-name):
12820         Use `ibuffer-generate-filter-groups' to make completion list match
12821         the filter groups that are really displayed in the Ibuffer buffer.
12822         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12824 2006-03-23  Kenichi Handa  <handa@m17n.org>
12826         * international/mule-cmds.el (sort-coding-systems): Describe that
12827         the argument is modified in docstring.
12829 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12831         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12832         (pgg-gpg-update-agent): New function.
12833         (pgg-gpg-use-agent-p): New function.
12834         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12835         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12836         (pgg-gpg-sign-region): Use it.
12838 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
12840         * cus-edit.el (custom-face-set): Call custom-push-theme before
12841         face-spec set so that `changed' theme is correctly saved.
12842         (custom-face-reset-standard): Reset to recalculated face rather
12843         than defface spec.
12845         * custom.el (custom-push-theme): Only save `changed' theme if the
12846         current face does not match the defface specs.
12848 2006-03-21  Simon Josefsson  <jas@extundo.com>
12850         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12851         <wilde@sha-bang.de>.
12852         (pgg-gpg-use-agent): New variable.
12853         (pgg-gpg-process-region): Use it.
12854         (pgg-gpg-encrypt-region): Likewise.
12855         (pgg-gpg-encrypt-symmetric-region): Likewise.
12856         (pgg-gpg-decrypt-region): Likewise.
12857         (pgg-gpg-sign-region): Likewise.
12858         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12860 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
12862         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12863         bracket links.
12865 2006-03-21  Kim F. Storm  <storm@cua.dk>
12867         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12868         fringe-indicator-alist instead of modifying global value.
12869         (gdb-frame-handler): Likewise.
12871 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
12873         * diff-mode.el (diff-function): Make it inherit from diff-header
12874         instead of diff-context.
12876         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12877         bitmap.
12878         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12879         change names in macro above for consistency.
12880         (gdb-frame-handler): Use hollow-right-triangle for all selected
12881         frames which except the innermost (where execution has stopped).
12882         (gdb-reset): Reset buffer-local values of overlay-arrow.
12884 2006-03-20  Richard Stallman  <rms@gnu.org>
12886         * simple.el (set-mark-command): Doc fix.
12888         * files.el (display-buffer-other-frame): New command.
12889         (ctl-x-4-map): Bind C-x 5 C-o to it.
12891 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12893         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12894         rather than just defer-time, in case defer-time has been changed but
12895         the timer isn't running yet.
12896         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12898 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
12900         * help-mode.el (help-follow-symbol): New function.
12901         Essentially identical to the old `help-follow', but do not let
12902         `push-button' do the work when on an xref.
12903         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12905 2006-03-19  Richard Stallman  <rms@gnu.org>
12907         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12908         preceded by the word `program'.
12909         (help-follow-mouse, help-follow): Throw error if not on xref.
12910         Delete no longer used args.
12912 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
12914         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12915         annotation ensure gud-overlay-arrow-position is redisplayed.
12917 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12919         * textmodes/bibtex.el (bibtex-include-OPTkey)
12920         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12921         (bibtex-autokey-name-case-convert)
12922         (bibtex-autokey-titleword-case-convert): Make these the aliases
12923         for the following two variables.
12924         (bibtex-autokey-name-case-convert-function)
12925         (bibtex-autokey-titleword-case-convert-function): Make these the
12926         real names.
12927         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12928         bibtex-font-lock-crossref sublists.
12929         (bibtex-mode): Revert 2005-12-30 change (which made
12930         completion-ignore-case buffer-local).
12931         (bibtex-url): Simplify.
12933 2006-03-19  Kim F. Storm  <storm@cua.dk>
12935         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12936         cursor property value to 2 (to align with C level change).
12938 2006-03-19  Bill Wohler  <wohler@newt.com>
12940         * image.el (image-load-path-for-library): Shorten first line in
12941         docstring.
12943 2006-03-18  Richard Stallman  <rms@gnu.org>
12945         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12947 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
12949         * isearch.el (isearch-other-meta-char): Handle user bindings for
12950         shifted control characters.
12952 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
12954         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12955         part that matches email addresses, file names, etc.
12957 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
12959         * term/w32-win.el (mouse-set-font):
12960         Mention w32-list-proportional-fonts in the doc string.
12962 2006-03-18  Kim F. Storm  <storm@cua.dk>
12964         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12965         (ido-unc-hosts): New user option to explicitly define list of know
12966         UNC-style hosts for completion.
12967         (ido-cache-unc-host-shares-time): New user option.
12968         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12969         New helper functions for UNC file-name support.
12970         (ido-may-cache-directory): Check for UNC host.  Simplify.
12971         (ido-wash-history): Clean out old UNC hosts.
12972         (ido-nonreadable-directory-p): UNC hosts are always readable.
12973         (ido-directory-too-big-p): UNC hosts are never too big.
12974         (ido-set-current-directory): Handle UNC root path.
12975         (ido-file-name-all-completions): Complete UNC host names from
12976         ido-unc-hosts list.  Cache UNC host shares.
12977         (ido-make-file-list-1): Don't filter UNC root.
12978         (ido-exhibit): Check for // in root directory, and switch to UNC
12979         mode by setting ido-current-directory to //.
12981 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
12983         * cus-edit.el (customize-changed-options): Mention explicit
12984         version number as default in prompt.
12986 2006-03-17  Bill Wohler  <wohler@newt.com>
12988         * image.el (image-load-path-for-library): Minor docstring fix.
12990 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
12992         * textmodes/org.el (org-read-date): Include subgroup 5 into
12993         replacement text.
12994         (org-popup-calendar-for-date-prompt): Fix customization type.
12996 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
12998         * progmodes/gdb-ui.el (gud-watch): Provide completion.
12999         (gdb-continuation): New variable.
13000         (gdb-send): Deal with continuation lines.
13002         * progmodes/gud.el (gud-gdb-complete-command)
13003         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13004         expressions.
13005         (gud-tooltip-mode): Use buffer-local value.
13007 2006-03-16  Kim F. Storm  <storm@cua.dk>
13009         * ido.el (ido-edit-input): Use selected match, if any.
13011 2006-03-16  Bill Wohler  <wohler@newt.com>
13013         * image.el (image-load-path-for-library): Prefer user's images in
13014         image-load-path.
13016 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13018         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13019         when checking for attempt to drag leftmost or rightmost scrollbar.
13021 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13023         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13024         (gdb-force-mode-line-update): New function.
13025         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13026         (gdb-exited): Use them.
13027         (gdb-signal): New function.
13028         (gdb-annotation-rules): Provide a rule for it.
13030 2006-03-16  Kenichi Handa  <handa@m17n.org>
13032         * international/mule.el (auto-coding-regexp-alist): Add entries
13033         for Unicode BOM.
13035         * sort.el (sort-build-lists): Temporarily bind
13036         inhibit-field-text-motion to t.
13038 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13040         * locate.el (locate-command, locate-make-command-line)
13041         (locate-fcodes-file, locate-update-command)
13042         (locate-prompt-for-command, locate, locate-with-filter)
13043         (locate-get-file-positions): Doc fixes.
13044         (locate-buffer-name, locate-header-face): Remove leading `*' in
13045         defcustom.
13046         (locate-filter-output): Use `keep-lines' instead of its alias
13047         `delete-non-matching-lines'.
13048         (locate-get-filename, locate-get-dirname): Add introductory comment.
13049         (locate-find-directory-other-window): Give appropriate error
13050         message if used outside main listing.
13052 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13054         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13055         the new extend-region feature.
13056         (font-lock-after-change-function): Update correspondingly.
13057         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13058         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13060 2006-03-15  Bill Wohler  <wohler@newt.com>
13062         * image.el (image-load-path-for-library): Fix example by not
13063         recommending that one binds image-load-path.  Just defvar it to
13064         placate compiler and only use it if previously defined.
13066 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13068         * textmodes/org.el (org-insert-centered): Use `string-width' to
13069         make underlining work for wide characters.
13070         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13071         TAB to `org-cycle', to make sure that no binding in
13072         `outline-mode-map' can supercede it.
13074 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13076         * allout.el: Increment version to 2.2.1 in file commentary.
13078         (allout-version): Increment to 2.2.1.
13080         (allout-default-layout): New customization variable, used when the
13081         file lacks a specific allout-layout.  Uses allout-layout-type for
13082         recursively nested definition.
13084         (allout-layout-type): Widget defining allout layouts, necessary for
13085         self-recursive definition.
13087         (allout-mode): Incorporate allout-default-layout as fallback for
13088         allout-layout.
13090         (allout-layout): Mark as 'safe-local-variable', and refer mention
13091         fallback to `allout-default-layout' in absence of a specified value.
13092         (allout-passphrase-verifier-string)
13093         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13095         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13097         (allout-get-encryption-passphrase-verifier): Use correct name of
13098         passphrase verifier in docstring.
13100 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13102         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13103         elements.
13104         (gdb-find-watch-expression): Make it work for arrays too.
13105         Follow change to gdb-var-list.
13106         (gud-watch): Allow the user to enter variable name with a prexix
13107         arg.  Create keybindings.
13108         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13109         (gdb-var-list-children-handler, gdb-var-update-handler)
13110         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13111         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13112         Follow change to gdb-var-list.
13113         (gdb-starting): Don't show the overlay arrows when program is running.
13115         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13116         gdb-var-list.
13118 2006-03-14  Bill Wohler  <wohler@newt.com>
13120         * image.el (image-load-path-for-library): Pass value of path
13121         rather than symbol.  Always return list of directories.
13122         Guarantee that image directory comes first.
13124 2006-03-14  Alan Mackenzie  <acm@muc.de>
13126         * font-core.el (font-lock-extend-region\(-function\)?.):
13127         New function/variable.
13129         * font-lock.el (font-lock-after-change-function):
13130         Call font-lock-extend-region.  Obey font-lock-lines-before.
13131         (font-lock-default-fontify-region): Remove reference to
13132         font-lock-lines-before.
13134         * jit-lock.el (jit-lock-after-change):
13135         Call font-lock-extend-region.  Obey font-lock-lines-before.
13137 2006-03-14  David Ponce  <david@dponce.com>
13139         * tree-widget.el (tree-widget-themes-load-path)
13140         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13142 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13144         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13145         (rcirc-print): Mark the start of text at the end of the prompt.
13146         (rcirc-track-minor-mode): Add autoload cookie.
13147         (rcirc-update-activity-string): Add space to front of mode-line
13148         indicator.
13150 2006-03-13  Miles Bader  <miles@gnu.org>
13152         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13153         (rcirc-abbrev-nick): Remove function.
13154         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13156 2006-03-13  David Ponce  <david@dponce.com>
13158         * tree-widget.el: Handle themes across all occurrences of the main
13159         themes sub-directory found in tree-widget-themes-load-path.
13160         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13161         (tree-widget--locate-sub-directory): Return all occurrences.
13162         (tree-widget-themes-path): New function.
13163         Replace tree-widget-themes-directory, and return a list of directories.
13164         (tree-widget-set-parent-theme)
13165         (tree-widget-lookup-image): Use it.
13167 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13169         * textmodes/org.el (org-link-search): Avoid self-matching of
13170         links, allow target text to be distributed over several lines.
13171         (org-search-not-link): New function.
13172         (org-set-regexps-and-options, org-get-current-options):
13173         New startup options.
13174         (org-export-as-html): Take odd-level setting from local variable.
13175         (org-fontify-emphasized-text): New option.
13176         (org-set-font-lock-defaults): Include emphasized text.
13177         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13178         (org-font-lock): Customize group renamed from `org-faces'.
13180 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13182         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13183         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13185 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13187         * cus-start.el (all): Delete :version keyword for members of the
13188         fringe group, since the entire group is new in 22.1.
13190 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13192         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13193         map if value is hexadecimal (an address).
13194         (gud-watch): Only search roots for existing watch expressions.
13195         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13196         prevent caching problems with speedbar-update-directory-contents.
13198 2006-03-12  Juri Linkov  <juri@jurta.org>
13200         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13201         before comparing with `low' and `warn'.
13203         * info.el (Info-dir-remove-duplicates): Move point to the
13204         beginning of the current line after deleting the entries from
13205         redundant heading.  Use marker for `limit' and compare it with
13206         point before calling `re-search-forward'.
13208 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13210         * simple.el (yank): Fix typo in docstring.
13212 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13214         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13215         messages, where "D" is the 6th character.
13217 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13219         * simple.el (yank): Fix last change.
13221 2006-03-11  David Ponce  <david@dponce.com>
13223         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13224         merging elements from the standard ispell-dictionary-alist.
13225         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13226         alist, and return the new alist.
13228 2006-03-11  Richard Stallman  <rms@gnu.org>
13230         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13232         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13233         the way it is implemented is too unclean.
13235         * simple.el (kill-region, yank): Doc fix.
13237         * battery.el (battery-echo-area-format): Doc fix.
13238         (battery-mode-line-format): Likewise.
13239         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13240         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13242 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13244         * progmodes/octave-mod.el (octave-indent-for-comment):
13245         Behave according to do string.
13247 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13249         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13250         Be visible only if major mode is Mail Mode.
13252         * textmodes/flyspell.el (flyspell-external-point-words)
13253         (flyspell-process-localwords): Fix last changes.
13255 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13257         * calendar/holidays.el (list-holidays): Doc fix.
13259         * international/mule.el (auto-coding-alist): Add .odt
13260         (OpenOffice's open document) files.
13262         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13263         document) files.  Mention in the doc string the need to sync with
13264         auto-coding-alist.
13266 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13268         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13269         enable-local-variables is set to always query, or there is no
13270         savable variable.
13272 2006-03-10  Bill Wohler  <wohler@newt.com>
13274         * image.el (image-load-path-for-library): Merge at least three
13275         functions from Gnus and MH-E into this one function that can now
13276         be shared.
13278 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13280         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13281         gdb-remove-mouse-face and remove help-echo too.
13282         (gdb-enqueue-input): Correct conditional clause.
13284 2006-03-10  Glenn Morris  <rgm@gnu.org>
13286         * calendar/calendar.el (calendar-holidays): Doc fix.
13287         * calendar/holidays.el (list-holidays): Doc fix.
13289 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13291         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13292         it gets called in gdb-prompt anyway.
13293         (gdb-use-separate-io-buffer): Only restore window arrangement for
13294         gdb-many-windows.
13295         (gdb-enqueue-input): Make it harder to send GDB input when program
13296         is running.
13297         (gdb-buffer-list): New variable.
13298         (gdb-remove-mouse-face): New function.
13299         (gdb-starting): Use it when GDB input won't get sent.
13301 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13303         * help.el (view-lossage): Remove trailing whitespace before
13304         inserting "\n".
13306 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13308         * files.el (hack-local-variables-confirm):
13309         Set coding-system-for-read to nil before writing to .emacs.
13311         * arc-mode.el (archive-extract): Check if an existing buffer name
13312         comes from a different archive.
13314         * help.el (describe-key-briefly): If KEY is a down event, read and
13315         discard the up event.
13317 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13319         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13320         be edited and use font-lock-warning-face for any changes.
13322         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13323         (gdb-edit-value): Use it to report any errors.
13325 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13327         * help.el (describe-key): Remove leftover test code.
13329 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13331         * textmodes/org.el: Move defvars out of eval-when-compile.
13332         Use buffer-file-name variable.
13333         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13334         arg `file'.
13335         (org-level-faces): Remove startup dependency.
13336         (org-cycle, org-map-tree, org-scan-tags)
13337         (org-remember-handler): Don't call `outline-level' directly.
13338         (org-mhe-search-all-folders): New option.
13339         (org-mhe-get-message-folder-from-index)
13340         (org-mhe-get-message-folder): Fix indexing search.
13341         (org-format-agenda-item): Handle nil TAGS argument.
13342         (org-cleaned-string-for-export, org-activate-target-links)
13343         (org-make-target-link-regexp): Deal with empty radio target list.
13344         (org-tag): New face.
13345         (org-get-level-face): New function.
13346         (org-set-font-lock-defaults): Simplify setup for headlines.
13347         (org-complete): Pass common substring to `display-completion-list'.
13349 2006-03-06  David Ponce  <david@dponce.com>
13351         * tree-widget.el: Update Commentary header.
13352         (tree-widget-theme-name): Ignore parent themes.
13353         (tree-widget-set-parent-theme): New function.
13354         (tree-widget-set-theme): Use it.
13355         (tree-widget-set-image-properties): Move definition.  Does nothing
13356         if image properties have already been set.
13357         (tree-widget-image-properties): Move definition.  Receive an image
13358         name.  Set the :pointer property.
13359         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13360         Don't set the :pointer image property.
13361         (tree-widget-convert-widget): New function.  Handle :dynargs
13362         compatibility here.
13363         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13364         predicate to control when the :expander function is entered.
13365         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13366         (tree-widget-value-create): Handle :expander-p.  widget-apply
13367         :expander.
13368         (tree-widget-expander-p): New function.  Default value of the
13369         :expander-p property.
13371 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13373         * help.el (describe-key): Properly handle the return value of
13374         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13375         remaps.  Handle string and vector `follow-link' values.
13377 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13379         * complete.el (PC-expand-many-files): Try be more careful when parsing
13380         the shell's output.
13382 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13384         * outline.el (hide-sublevels): Provide better interactive default.
13386 2006-03-06  Kenichi Handa  <handa@m17n.org>
13388         * international/fontset.el (create-fontset-from-fontset-spec):
13389         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13391 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13393         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13394         backslashes instead of one in regexp.
13395         (gud-tooltip-dereference): Add missing optional argument.
13397 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13399         * wdired.el (toplevel): Require `cl' at compile-time.
13401 2006-03-04  Andreas Schwab  <schwab@suse.de>
13403         * server.el (server-process-filter): Handle errors during
13404         evaluation of the argument.
13406 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13408         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13409         escape parentheses at beginning of line.
13410         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13411         (t-mouse-mode): Remove period from end of error message.
13413 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13415         * textmodes/flyspell.el (flyspell-process-localwords):
13416         Be case-sensitive.
13418 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13420         * cus-edit.el (custom-quote): Remove function, since it has been
13421         moved to custom.el.
13423         * font-lock.el (lisp-font-lock-keywords-2)
13424         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13425         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13426         they have no special meaning.
13428         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13429         indirect buffer gets killed before indirect buffer.  Use dolist.
13431 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13433         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13434         value instead of a literal constant (1) on more pauses.
13436 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13438         * textmodes/flyspell.el (flyspell-external-point-words):
13439         Be case-sensitive.
13441 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13443         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13444         with "www".
13446 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13448         * allout.el: Restablish intermediate missing comment header to
13449         preserve outline structure.
13450         (allout-beginning-of-current-entry): Skip invisible text.
13451         (allout-open-topic): Fix opening a topic at end-of-buffer.
13452         (allout-minor-mode): Move nearer to allout-mode function.
13454 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13456         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13458 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13460         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13461         is nil.
13463         * progmodes/gud.el (gud-speedbar-menu-items):
13464         Use buffer-local-value and add missing :visible keyword.
13466         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13468 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13470         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13471         must be `follow-link'.
13473         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13475         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13476         formatting: No nested anchors.
13477         (org-all-targets): Fix bug with XEmacs compatibility.
13478         (org-read-date): Add (require 'parse-time).
13479         (org-set-tags): Fix bug with extra inserted space.
13480         (org-export-html-style): Define a style class for targets.
13481         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13482         (org-hide-leading-stars): New option.
13483         (org-hide): New face.
13484         (org-set-font-lock-defaults): Allow to hide leading stars.
13485         (org-get-legal-level, org-tr-level): New functions.
13486         (org-odd-levels-only): New option.
13487         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13488         (org-demote, org-promote): Deal with double-star levels.
13489         (org-convert-to-odd-levels): New command.
13491 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13493         * speedbar.el (speedbar-update-localized-contents): Try to
13494         preserve window-start.
13495         (speedbar-update-directory-contents): Try to preserve window-start
13496         and window-point.
13497         (speedbar-update-special-contents): Don't move back to start of window.
13499         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13500         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13501         speedbar-timer-fn.
13502         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13503         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13504         instead of gdb-speedbar-timer-fn.
13506 2006-02-28  Jay Belanger  <belanger@truman.edu>
13508         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13509         (math-compose-expr): Use latex option when calling
13510         `math-compose-tex-matrix' for latex mode.
13512 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13514         * speedbar.el: Re-instate comments about developing for speedbar
13515         [this is what info and gdb-ui use even if better methods exist now].
13517         * t-mouse.el: New file.
13518         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13519         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13520         (t-mouse-make-event-element): Use posn-at-x-y instead.
13521         (t-mouse-make-event): Deal with Fedora Core 3.
13522         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13523         (t-mouse-mouse-position-function): New function.  Use it instead
13524         of advising mouse-position.
13525         (t-mouse-mode): New minor mode.
13526         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13528 2006-02-27  Glenn Morris  <rgm@gnu.org>
13530         * calendar/calendar.el (calendar-holidays): Doc fix.
13532 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13534         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13535         Re-introduce the concept of a source window.
13536         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13537         consistency with get-buffer-create.
13538         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13539         (gdb-data-list-register-values-handler)
13540         (gdb-stack-list-locals-handler): Try to preserve window-start as
13541         well as window-point.
13542         (gdb-display-source-buffer): New function (old concept).
13543         (gdb-goto-breakpoint): Use it.
13545         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13546         for gdb-ui/gdb-mi (old concept).
13548 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13550         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13551         binding.
13553         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13555         * textmodes/reftex-sel.el (reftex-select-label-map)
13556         (reftex-select-bib-map): Add `follow-mouse' binding.
13558 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13560         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13561         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13562         Give :set functions to provide automatic updating.
13563         Update docstring.  Give compiler defvars early in the file
13564         and move the defcustoms to a later spot where all called functions
13565         are defined.
13566         (jka-compr-file-name-handler-entry): Doc fix.
13567         (jka-compr-compression-info-list--internal)
13568         (jka-compr-mode-alist-additions--internal)
13569         (jka-compr-load-suffixes--internal): New variables.
13570         (jka-compr-install): Set the three above variables.
13571         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13572         (jka-compr-update, jka-compr-set): New functions.
13573         (auto-compression-mode): Doc fix.
13575         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13576         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13577         Use jka-compr-compression-info-list--internal,
13578         jka-compr-mode-alist-additions--internal and
13579         jka-compr-load-suffixes--internal.
13581         * files.el (load-library):
13582         * loadhist.el (file-loadhist-lookup):
13583         * startup.el (command-line):
13584         * subr.el (locate-library):
13585         * emacs-lisp/autoload.el (update-directory-autoloads):
13586         * emacs-lisp/find-func.el (find-library-suffixes):
13587         Use `get-load-suffixes' instead of `load-suffixes'.
13589         * subr.el (locate-library):
13590         * emacs-lisp/find-func.el (find-library-name):
13591         Use `load-file-rep-suffixes' instead of '("").
13593 2006-02-26  Kim F. Storm  <storm@cua.dk>
13595         * ido.el (ido-save-history, ido-load-history): Simplify.
13596         Don't use find-file-noselect to avoid interference from other modes.
13598 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13600         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13601         to use the default shell if filename is not available.
13602         Reported by Giorgos Keramidas.
13604 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13606         * progmodes/etags.el (tags-completion-table): Do completion from
13607         all the tables in the current list, as documented in the manual.
13609 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13611         * CC Mode Update to 5.31.3.
13613 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13615         * progmodes/cc-mode.el (c-postprocess-file-styles):
13616         Bind inhibit-read-only to t, around the call to
13617         c-remove-any-local-eval-or-mode-variables, so that it works on a
13618         RO file.
13620 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13622         * progmodes/cc-awk.el: Correct a typo.
13624 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13626         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13627         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13628         name as an alias.
13630 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13632         * progmodes/cc-mode.el: Correct a typo.
13634 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13636         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13638 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13640         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13641         brace-else-brace (error due to mbeg, mend being undefined).
13643 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13645         * progmodes/cc-mode.el: File Local variables: Solve the problem
13646         where both `mode' and c-file-offsets are specified: `mode' will
13647         overwrite c-f-o's settings:
13648         (c-remove-any-local-eval-or-mode-variables): New function.
13649         (c-postprocess-file-styles): Call the above new function, within
13650         c-tentative-buffer-change, to splat `mode' and `eval' before the
13651         second hack-local-variables.
13653 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13655         * progmodes/cc-mode.el:
13656         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13657         (c-after-change): Protect the match data with save-match-data.
13658         It was getting corrupted by c-after-change-check-<>-operators.
13660         * cc-defs.el: [Supersedes patch V1.38]:
13661         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13662         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13664         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13665         with save-match-data.  It was being corrupted when Font Lock was
13666         not enabled.
13668 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13670         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13671         Mode and Subword Mode.
13673         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13674         real labels ("case 1:" or "foo:") from non-labels ("public:").
13675         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13676         coding; c-f-t-2 doesn't move over a token at EOB.
13678         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13680         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13681         (c-update-modeline): Concatenate the minor mode indicators
13682         directly onto mode-name, removing c-submode-indicators.
13683         Sometimes, c-s-i got separated from the mode name on the mode line.
13685         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13686         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13688 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13690         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13691         error message when there's an evaluation error to show whether
13692         it's loaded from source or not.
13693         (c-filter-ops): Make it available at runtime too to work when
13694         `c-make-init-lang-vars-fun' needs to evaluate from source.
13696 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13698         * help.el (help): Revert last part of 2006-02-23 change (deletion
13699         of the `provide' call).
13701 2006-02-23  Juri Linkov  <juri@jurta.org>
13703         * compare-w.el (compare-windows-highlight): Add new value
13704         `persistent' and change :type from `boolean' to `choice'.
13705         (compare-windows-overlays1, compare-windows-overlays2):
13706         New internal variables.
13707         (compare-windows-highlight): If compare-windows-highlight is
13708         `persistent', add current overlays to compare-windows-overlays[12]
13709         instead of adding compare-windows-dehighlight to pre-command-hook.
13710         (compare-windows-dehighlight): Delete all overlays from
13711         compare-windows-overlays[12].
13713         * info.el (Info-search): Don't bind search-spaces-regexp to
13714         Info-search-whitespace-regexp in non-regexp isearch mode.
13716 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13718         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13720 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13722         * textmodes/org.el (org-xemacs-p)
13723         (org-export-html-show-new-buffer, org-table-may-need-update)
13724         (org-insert-item, org-mhe-get-message-real-folder)
13725         (org-mhe-get-message-folder-from-index)
13726         (org-mhe-get-message-folder, org-mhe-get-message-num)
13727         (org-mhe-get-header, org-make-org-heading-search-string)
13728         (org-make-org-heading-camel, org-table-sort-lines)
13729         (org-format-org-table-html, org-format-table-table-html):
13730         Fix typos in docstrings.
13732 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13734         * textmodes/org.el (org-cleaned-string-for-export)
13735         (org-solidify-link-text): New function.
13736         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13737         XEmacs, just to silence the compiler.
13738         (org-export-as-ascii, org-export-as-html-and-open):
13739         Use `org-cleaned-string-for-export' and create internal links.
13740         (org-follow-mhe-link): Require mh-e, use folder.
13742 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13744         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13746         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13747         gdb-debug-log-length.
13748         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13749         it a real ring but...
13750         (gud-gdba-marker-filter): ...make it work like mark-ring.
13751         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13752         (gdb-mouse-jump): New function.  Add bindings.
13754 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13756         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13757         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13758         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13759         (gdb-debug-log-length): Customize it's length.
13760         (gud-watch, gdb-var-create-handler): Display function::var format
13761         but don't use to create variable object.
13762         (gdb-var-create-handler): Use message-box in place of message.
13763         (gdb-stopped): Call gdb-exited if signalled.
13765 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13767         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13769         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13771         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13772         if `reftex-try-all-extensions' is set.
13774         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13775         fail silently when there is no valid argument at point.
13776         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13777         `fail-silently' argument.  From a patch by David Reiter.
13779         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13780         New commands.
13781         (org-mark-ring): New variable.
13782         (org-mark-ring-length): New option.
13783         (org-open-at-point, org-goto, org-open-file): Push old position
13784         onto the mark ring.
13785         (org-add-hook): New function.
13786         (org-export-table-remove-special-lines): New option.
13787         (org-skip-comments, org-format-org-table-html): Respect new
13788         option `org-export-table-remove-special-lines'.
13789         (org-open-file): Allow special command configuration for
13790         directory link.
13791         (org-file-apps): Fix bugs in customize type, added setting
13792         for directories.
13793         (org-activate-tags, org-format-agenda-item, org-complete)
13794         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13795         (org-get-tags, org-get-buffer-tags, org-open-at-point)
13796         (org-link-search, org-make-org-heading-search-string)
13797         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13798         (org-radio-targets, org-file-link-context-use-camel-case)
13799         (org-activate-camels): New options.
13800         (org-update-radio-target-regexp, org-all-targets)
13801         (org-make-target-link-regexp, org-activate-target-links):
13802         New functions.
13803         (org-make-org-heading-search-string): New function.
13804         (org-store-link, org-insert-link): Use new option
13805         `org-file-link-context-use-camel-case'.
13806         (org-activate-camels): Use new option `org-activate-camels'.
13807         (org-link-regexp): Add mhe prefix.
13808         (org-open-at-point, org-store-link): Support for mhe links.
13809         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13810         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13811         (org-mhe-get-header, org-follow-mhe-link): New functions.
13812         (org-remove-angle-brackets, org-add-angle-brackets):
13813         New functions.
13814         (org-bracket-link-regexp): New constant.
13815         (org-read-date): Fix bug that was rejecting all typed dates.
13816         (org-link-search): Make hierarchy above visible after a match.
13817         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13818         (org-store-link): Fix bug with link creation when cursor is in
13819         an empty line.
13820         (org-open-at-point): Fix bug with matching a link.
13821         Fixed buggy argument sequence in call to `org-view-tags'.
13822         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13823         (org-prefix-has-tag): New variable.
13824         (org-format-agenda-item): Remove tags from headline
13825         if appropriate.
13826         (org-agenda-remove-tags-when-in-prefix): New option.
13828 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
13830         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13831         Fix the regular expressions.
13833 2006-02-21  Richard M. Stallman  <rms@gnu.org>
13835         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13836         if there's no other specific basis.
13838         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13839         as variables at all.
13840         (unsafep-variable): Rename arg; doc fix.
13842         * abbrevlist.el (list-one-abbrev-table): Add autoload.
13844         * calendar/appt.el (diary-selective-display): Add defvar.
13846         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13848         * isearch.el (search-whitespace-regexp): Fix custom type.
13850         * help.el (describe-key-briefly): Compute interactive args
13851         in same was as before previous change.
13853         * files.el (enable-local-variables): Doc fix.
13855 2006-02-21  Kim F. Storm  <storm@cua.dk>
13857         * fringe.el: Cleanup as file is now pre-loaded.
13858         (fringe-bitmaps): Initialize unconditionally.
13859         (fringe-mode, set-fringe-style): Remove autoload cookies.
13861 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
13863         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13864         `horizontal-bar'.
13865         (fringe-cursor-alist): Use `horizontal-bar'.
13867 2006-02-20  Kim F. Storm  <storm@cua.dk>
13869         * fringe.el (fringe-bitmaps): Update to new bitmap names.
13870         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13872         * loadup.el: Load "fringe" on window systems.
13874 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13876         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13877         out of scope components.
13879         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13880         default.
13882 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
13884         * custom.el (customize-mark-to-save, customize-mark-as-set):
13885         Load the symbol first.
13887 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
13889         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13890         strech spec so it doesn't display as "^J" on the header line
13891         when `Buffer-menu-use-header-line' is t.
13893 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13895         * speedbar.el (speedbar-make-button): Keep text properties
13896         of string arguments if desired.
13898         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13899         expessions.
13901         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13902         of speedbar.
13904 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
13906         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13907         to value of `read-file-name-completion-ignore-case'.
13909 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
13911         * custom.el (customize-mark-as-set): Push to `user' theme.
13913         * cus-edit.el (custom-save-variables): Allow unthemed values.
13914         (customize-set-variable): Push setting to `user' theme.
13916 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13918         * progmodes/gud.el: Don't require font-lock as it's now
13919         automatically loaded.
13920         (gud-speedbar-buttons): Replace gdb-var-changed with
13921         gdb-force-update.
13923         * progmodes/gdb-ui.el (gdb-force-update): Rename from
13924         gdb-var-changed.
13925         (gdb-post-prompt): Use it.
13926         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13927         (gdb-var-update-handler, gdb-var-delete)
13928         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13929         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13930         gdb-force-update in gdb-post-prompt.
13931         (gdb-reset): Clear watch expressions from speedbar when quitting.
13933 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13935         * viper-cmd.el (viper-insert-state-post-command-sentinel)
13936         (viper-change-state-to-vi, viper-change-state-to-emacs):
13937         Make aware of cursor coloring in the Emacs state.
13938         (viper-special-read-and-insert-char): Use read-char-exclusive.
13939         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13941         * viper-init.el (viper-emacs-state-cursor-color): New variable.
13943         * viper-util.el (viper-save-cursor-color)
13944         (viper-get-saved-cursor-color-in-replace-mode)
13945         (viper-get-saved-cursor-color-in-insert-mode)
13946         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13947         state.
13948         (viper-get-saved-cursor-color-in-emacs-mode): New function.
13950         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13951         (ediff-ignore-case-option3, ediff-actual-diff-options)
13952         (ediff-actual-diff3-options): New variables to control case sensitivity.
13953         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13954         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13955         (ediff-toggle-ignore-case): New function.
13956         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13958         * ediff-help.el (ediff-long-help-message-narrow2)
13959         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13960         (ediff-long-help-message-word-mode): Add ignore-case command.
13961         (ediff-help-for-quick-help): Add ignore-case command.
13963         * ediff-merg.el: Move provide to the end.
13965         * ediff-ptch.el: Move provide to the end.
13967         * ediff-wind.el: Move provide to the end.
13969         * ediff-mult.el: Move provide to the end.
13970         (ediff-set-meta-overlay): Enable follow-link.
13972         * ediff.el: Move provide to the end.
13973         Break recursive load cycle in eval-when-compile.
13974         (ediff-patch-buffer): Better heuristics.
13976         * ediff-util.el: Move provide to the end.
13977         Break recursive load cycle in eval-when-compile.
13978         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
13979         defuns.
13980         (ediff-submit-report): Pass the values of ediff-diff3-program,
13981         ediff-diff3-options.
13983 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
13985         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13986         the opening bracket of the following bracketing pairs: {}, [], (), <>,
13987         `' (for example, in the docstring of `windmove-default-keybindings').
13989 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13991         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13992         shadow face.  Don't provide binding to edit variable when it is
13993         out of scope.
13995         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13996         (gdb-var-update-handler): Detect out of scope variables with pre
13997         GDB 6.4 too.
13998         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13999         Reset status of variable objects to nil in update handlers.
14000         (gdb-var-update-handler-1): Detect when a variable object comes
14001         in scope.  setcar on var changes gdb-var-list directly.
14003 2006-02-17  Juri Linkov  <juri@jurta.org>
14005         * ffap.el (ffap) <defface>: Add explicit face declaration.
14006         (ffap-highlight): Use face `ffap' directly instead of checking
14007         for its existence.
14009         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14010         `visible-ok' of `other-buffer' to find the right original buffer.
14012         * info.el (Info-search): Skip `Local Variables' node.
14014 2006-02-17  Juri Linkov  <juri@jurta.org>
14016         * info.el (Info-find-file): Check for symbols `apropos', `history',
14017         `toc' in the input filename, and return these symbols as is.
14018         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14019         `history', `toc' instead of strings.
14020         (Info-set-mode-line): For non-string Info-current-file use the
14021         symbol's name inside **.
14022         (Info-isearch-push-state): Add quote before Info-current-file and
14023         Info-current-node.
14024         (Info-isearch-pop-state): Use `equal' instead of `string='.
14025         (Info-extract-pointer, Info-following-node-name): Use
14026         `match-string-no-properties' instead of `match-string'.
14027         (Info-up): Check `old-file' for `stringp'.
14028         (Info-history): Use `equal' instead of `string-equal'.
14029         Check `file' for `stringp'.
14030         (Info-history): Use symbol `history' instead of string as first arg
14031         of `Info-find-node'.
14032         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14033         `toc' instead of string.
14034         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14035         instead of `buffer-substring', and `match-string-no-properties'
14036         instead of `match-string'.
14037         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14038         instead of strings.
14039         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14040         Use symbol `apropos' instead of string.
14041         (Info-copy-current-node-name): Check `Info-current-file' for
14042         `stringp' and construct a command with `Info-find-node' from it.
14043         (Info-fontify-node): Use `match-string-no-properties' instead of
14044         `match-string' and check file names for `stringp'.
14045         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14046         `history', `toc' instead of strings.
14048 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14050         * files.el: Rearrange functions and variables in the file local
14051         variables section.
14053 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14055         * files.el: Add truncate-lines, ispell-check-comments and
14056         ispell-local-dictionary as safe local variables.
14058 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14060         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14061         out of scope variables.
14062         (gud-speedbar-buttons): Use unless.
14064         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14065         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14066         (gdb-show-changed-values): Also use for out of scope variables.
14067         (gdb-var-update-handler-1): Note if variable goes out of scope.
14069 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14071         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14072         default to global variable values for unsupplied args.
14073         (rcirc-get-buffer-create): Fix bug with setting the target.
14074         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14075         test for rcirc-always-use-server-buffer-flag here.
14076         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14077         uses the default face.  Change the ACTION format string.  If the
14078         "nick" is the server, don't print anything for that field.
14079         Comment fixes.
14080         (rcirc-target-buffer): Don't test
14081         rcirc-always-use-server-buffer-flag here.
14082         (rcirc-print): Squeeze extra spaces out of the text before message.
14083         (rcirc-put-nick-channel): Strip potential "@" char from nick
14084         before adding them to nick table.
14085         (rcirc-url-regexp): Improve to match address like "foo.com".
14087 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14089         * allout.el (allout-hidden-p): Move this defsubst before
14090         allout-overlay-interior-modification-handler, where it is first
14091         used.
14093 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14095         * allout.el: Use allout invisible-text overlays instead of
14096         selective display for concealed text.  Also, lots of general
14097         cleanup, and improved compatibility code.
14099         (allout-version): Incremented, corrected, revised, and refined
14100         module commentary.
14102         (provide 'allout): Moved to the bottom, added a require of overlay.
14104         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14105         `except-current'.
14106         (allout-write-file-hook-handler): Minimize delay.
14107         (count-trailing-whitespace-region): New function so
14108         auto-encryption of current topic can resituate cursor exactly.
14109         PGP/GPG encryption trims trailing whitespace from lines, which
14110         must be accounted for across encryption then decryption.
14112         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14113         just plain "\C-c", to avoid intruding on user's keybinding space.
14115         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14116         parameter, so user request to provide a new password is done.
14118         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14119         Refined mechanism for auto-filling behavior while in allout mode.
14121         (allout-mode): Explicitly specify the mode map in the docstring.
14122         Clarify provision for various write-file hook var names.
14123         Adjusted for invisible-text overlays instead of selective-display.
14125         (allout-depth): Really return 0 if not within any topic.  This
14126         rectifies `allout-beginning-of-level' and sequence numbering
14127         errors that occur when cutting and pasting numbered topics.
14128         Changed from a in-line subst to a regular function, as well.
14130         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14132         (allout-end-of-subtree, allout-end-of-subtree)
14133         (allout-end-of-entry, allout-end-of-current-heading)
14134         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14135         (allout-show-children, allout-show-to-offshoot)
14136         (allout-hide-current-entry, allout-show-current-entry): Rectified
14137         handling of trailing blank lines between items.
14139         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14140         (allout-current-depth, allout-unprotected, allout-hidden-p)
14141         (allout-on-current-heading-p, allout-listify-exposed)
14142         (allout-chart-subtree, allout-goto-prefix)
14143         (allout-back-to-current-heading, allout-get-body-text)
14144         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14145         (allout-hide-region-body, allout-toggle-subtree-encryption)
14146         (allout-encrypt-string, allout-encrypted-key-info)
14147         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14148         (allout-file-vars-section-data): Adjusted for use with
14149         invisible-text overlays instead of selective-display.
14151         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14152         Reworked for use with invisible text overlays.
14154         (allout-current-topic-collapsed-p): New function.
14156         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14157         to know when to close the containing topic.
14159         (allout-pre-command-business, allout-post-command-business):
14160         Simplify undo-batching and dynamic isearch exposure.
14162         (allout-set-overlay-category): New for invisible-text overlays.
14163         Sets properties of allout-overlay-category, used by
14164         allout-flag-region to set invisible-text overlay properties.
14165         (allout-get-invisibility-overlay): Get the first qualifying
14166         invisibility overlay, so we can find the extent of it.
14167         (allout-back-to-visible-text): Get to just before the beginnining
14168         of the current invisibility overlay, if any.
14170         (allout-overlay-insert-in-front-handler)
14171         (allout-overlay-interior-modification-handler)
14172         (allout-before-change-handler, allout-isearch-end-handler): New
14173         functions to handle extraordinary actions affecting concealed
14174         text.
14176         (allout-flag-region): Use overlays instead of selective-display
14177         for invisible text - by inheritence from the properties of
14178         allout-overlay-category in mainline Emacs, and applied
14179         property-by-property in XEmacs, some recent versions of which
14180         don't inherit the properties from the category.  Provisions to
14181         respond to concealed-text edits simplified drastically.
14183         (allout-isearch-rectification, allout-isearch-was-font-lock)
14184         (allout-isearch-expose, allout-enwrap-isearch)
14185         (allout-isearch-abort, allout-pre-was-isearching)
14186         (allout-isearch-prior-pos, allout-isearch-did-quit)
14187         (allout-isearch-dynamic-expose)
14188         (allout-hide-current-entry-completely): Functions deleted.
14190         (allout-undo-aggregation): Explicit undo aggregation no longer
14191         necessary due to transition away from selective-display.
14193         (set-allout-regexp, allout-up-current-level)
14194         (allout-next-visible-heading, allout-forward-current-level)
14195         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14196         (allout-kill-line, allout-yank-processing, allout-show-children)
14197         (allout-expose-topic, allout-old-expose-topic)
14198         (allout-listify-exposed, allout-insert-latex-header)
14199         (allout-toggle-subtree-encryption, allout-encrypt-string)
14200         (remove-from-invisibility-spec, allout-hide-current-subtree):
14201         Ditched unused variables.
14203 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14205         * textmodes/ispell.el (ispell-change-dictionary): Call
14206         ispell-buffer-local-dict instead of
14207         ispell-accept-buffer-local-defs.
14208         (ispell-local-dictionary-alist): Accept as valid any coding-system
14209         supported by Emacs.
14210         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14211         changed to iso-8859-3.
14213 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14215         * speedbar.el (speedbar-frame-width): Make an inline function
14216         instead of a macro.  Use frame-width.
14217         (speedbar-try-completion, speedbar-update-contents)
14218         (speedbar-timer-fn): Use consp.
14219         (speedbar-update-localized-contents): Try to preserve point.
14221         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14222         (menu): Re-order menu items.
14223         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14224         field.
14225         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14226         (gdb-post-prompt): Speed things by not forcing update.
14228 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14230         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14231         press and perform default action if we get a mouse movement event.
14233 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14235         * calendar/icalendar.el (icalendar--get-event-property)
14236         (icalendar--get-event-property-attributes): Fix typos in
14237         docstrings.
14239         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14240         docstring.
14242 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14244         * bs.el (bs-mode): Use `buffer-disable-undo'.
14245         (bs--get-file-name): Simplify.
14246         (bs-show-in-buffer): Mark the buffer as not modified.
14248 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14250         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14251         widget-button-click.
14253         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14254         (custom-mode): Update docstring.
14256         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14257         binding.
14259         * files.el (hack-local-variables-confirm): Allow scrolling if the
14260         file variable list is too long.  Kill temp buffer after use.
14262 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14264         * progmodes/gud.el (gdb): Improve doc string.
14265         (gdb-script-font-lock-keywords): Expand allowed character set.
14267         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14268         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14269         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14270         (gdb-separate-io-stop, gdb-separate-io-eof):
14271         Rename from gdb-inferior-* to gdb-separate-*.
14272         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14274 2006-02-14  Jay Belanger  <belanger@truman.edu>
14276         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14277         expression is a symbol before checking that it is bound.
14279         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14280         test to see if equation can be solved.
14282 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14284         * wid-edit.el (widget-button-click): Use :pressed-face property
14285         for overlay face, if it exists.
14287         * cus-edit.el (custom-manual, custom-add-see-also)
14288         (custom-add-parent-links, custom-group-link): Add :pressed-face
14289         property to links.
14291         * files.el (hack-local-variables): Remove ignored variables before
14292         checking if any variables need setting.
14294 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14296         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14298 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14300         * help.el (where-is): Fix message for remapped commands.
14302         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14303         Fix typos in docstrings.
14305 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14307         * files.el (safe-local-variable-values): New option.
14308         (hack-local-variables-prop-line): Return a list of variable-value
14309         pairs if MODE-ONLY is non-nil.
14310         (hack-local-variables): Construct list of variable-value pairs,
14311         and apply or reject them in one go.  Ask for confirmation if
14312         variables are not known safe.
14313         (hack-local-variables-confirm): Complete rewrite.  Support
14314         `safe-local-variable-values'.
14315         (enable-local-variables): Update docstring to reflect new
14316         behavior.
14317         (ignored-local-variables): Ignore ignored-local-variables and
14318         safe-local-variable-values.
14319         (safe-local-variable-p): New function.
14320         (risky-local-variable-p): `safe-local-variable' property check
14321         moved to safe-local-variable-p.
14322         (hack-one-local-variable): Checks moved to hack-local-variables.
14324         (byte-compile-dynamic, c-basic-offset, c-file-style)
14325         (c-indent-level, comment-column, fill-column, fill-prefix)
14326         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14327         (no-update-autoloads, outline-regexp, page-delimiter)
14328         (paragraph-start, paragraph-separate, sentence-end)
14329         (sentence-end-double-space tab-width, version-control):
14330         Add `safe-local-variable' property.
14332         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14334         * icomplete.el, play/landmark.el: Change nonexistent
14335         `outline-layout' file variable to `allout-layout'.
14337 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14339         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14340         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14341         to gud-comint-buffer.
14342         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14343         gdb-ui.el for gdb-mi.el.
14344         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14345         registers buffer to gdb-get-changed-registers.
14346         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14347         deletion of catchpoints (throw and catch).
14348         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14349         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14350         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14351         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14352         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14354 2006-02-13  Jay Belanger  <belanger@truman.edu>
14356         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14357         expression is a symbol before checking that it is bound.
14359 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14361         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14362         for the minibuffer too, but not if resize-mini-windows will interfere.
14364         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14365         inside `interactive' spec.
14366         (describe-key-briefly-internal, describe-key-internal):
14367         Functions merged back into their callers.
14369 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14371         * info.el (info-xref-visited): Inherit from info-xref too.
14372         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14373         when propertizing Info-current-file and Info-current-node.
14375 2006-02-13  Juri Linkov  <juri@jurta.org>
14377         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14378         (tumme-thumb-name): Fix per-directory format.
14380 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14382         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14384 2006-02-12  Miles Bader  <miles@gnu.org>
14386         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14388 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14390         * tumme.el: Remove history section.  If someone needs the it, it
14391         can always be found in CVS.
14393 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14395         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14396         about the Thumbnail Managing Standard option.
14398 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14400         * subr.el (substitute-key-definition): Doc fix.
14402         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14404         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14406         * info.el (Info-mode): Doc fix.
14408         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14410 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14412         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14413         because on Solaris a POSIX compatible "id" is needed.  Reported by
14414         Magnus Henoch <mange@freemail.hu>.
14416 2006-02-12  Juri Linkov  <juri@jurta.org>
14418         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14419         (tumme) <defgroup>: Change :group to `multimedia'.
14420         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14421         Managing Standard.
14422         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14423         Fix dostring.
14424         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14425         and %y.  Fix docstring.
14426         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14427         (tumme-cmd-create-standard-thumbnail-command): New user options.
14428         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14429         is `standard'.  Fix docstring.
14430         (tumme-thumb-width, tumme-thumb-height): New user options.
14431         (tumme-external-viewer): Try to find various viewers.
14432         (tumme-get-thumbnail-image): Use `create-image' instead of
14433         constructing the `image' structure.
14434         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14435         `standard'.
14436         (tumme-thumb-name): Add file name generation for standard storage.
14437         Simplify code for other storages.
14438         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14439         Add modification time %m and thumbnail-nq8 %q.
14440         Use `tumme-cmd-create-standard-thumbnail-command' if
14441         tumme-thumbnail-storage is `standard'.
14442         (tumme-dired-insert-marked-thumbs): New autoload command.
14443         (tumme-dired-after-readin-hook): New function.
14444         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14445         `tumme-thumb-size'.
14446         (tumme-display-image): Replace size-x %x and size-y %y with
14447         width %w and height %h.
14449         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14450         `tumme-dired-insert-marked-thumbs'.
14452 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14454         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14455         include path).
14456         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14457         matching tag.
14459 2006-02-12  Miles Bader  <miles@gnu.org>
14461         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14462         New variables.
14463         (rcirc-abbrev-nick): New function.
14464         (rcirc-format-response-string): Rewrite to use the formats in
14465         `rcirc-response-formats' and expand escape sequences therein.
14466         A text-property `rcirc-text' is added over the actual response
14467         text to make easy to find inside the returned string.
14468         (rcirc-print): When filling, just look for the `rcirc-text'
14469         text-property to find the appropriate fill prefix, instead of
14470         using hardwired patterns.
14472 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14474         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14475         Managing Standard.
14477 2006-02-11  Kim F. Storm  <storm@cua.dk>
14479         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14480         Don't use insert-buffer; do insert-buffer-substring directly.
14481         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14483 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14485         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14486         with inhibit-read-only.  Suggested by Stefan Monnier.
14487         (revert-buffer): Let insert-file-contents discard
14488         buffer-undo-list.  Simplify code.
14489         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14491 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14493         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14495         * help.el (describe-key-briefly): Now a wrapper for
14496         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14497         to t.  Populate yank-menu if empty.
14498         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14499         (describe-key): Now a wrapper for describe-key-internal.  Bind
14500         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14501         (describe-key-internal): Renamed from describe-key.
14503 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14505         * progmodes/glasses.el (glasses-separator): Doc fix.
14506         (glasses-original-separator): New defcustom.
14507         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14509 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14511         * mwheel.el (mouse-wheel-up-event): Doc fix.
14513 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14515         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14516         (tumme-dir): New function.  Copied from thumbs.el.
14518 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14520         * desktop.el (desktop-outvar): Fix typo.
14521         (desktop-save-buffer-p): Doc fix.
14523         * subr.el (substitute-key-definition): Fix typo.
14525 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14527         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14528         when window-system is mac.
14530         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14532 2006-02-10  Kim F. Storm  <storm@cua.dk>
14534         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14535         indirect-function instead of using condition-case.
14537 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14539         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14540         less `colloquial'...
14542 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14544         * tumme.el: Add a couple of todo items.
14546 2006-02-09  Lars Hansen  <larsh@soem.dk>
14548         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14549         (highlight-changes-mode): Don't change desktop-locals-to-save.
14551 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14553         * image-mode.el (image-toggle-display): Clear image cache if using
14554         filename.
14556 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14558         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14559         a `dired-man' target.
14561         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14562         boundary of symbols.
14564 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14566         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14568 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14570         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14571         `mapcar'; return nil.
14573 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14575         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14576         some other event.
14578 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14580         * net/rcirc.el (rcirc-startup-channels-alist):
14581         Add irc.freenode.net and #emacs as defaults.
14582         (rcirc-ignore-all-activity-flag): Remove variable.
14583         (rcirc-authinfo): New variable.
14584         (rcirc-authinfo-filename): Remove variable.
14585         (rcirc-always-use-server-buffer-flag): New flag.
14586         (rcirc): M-x rcirc will automatically connect without prompting.
14587         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14588         connection in lisp.
14589         (rcirc-process-server-response-1): Remove everything but the nick
14590         portion of the sender so it doesn't need to be done everywhere
14591         else.  Update related code.
14592         (global-map): Remove global keybindings.
14593         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14594         (rcirc-send-input): Split into several functions.
14595         (rcirc-process-input-line, rcirc-process-message)
14596         (rcirc-process-command): New functions.
14597         (rcirc-target-buffer): New function to determine where to route
14598         messages.
14599         (rcirc-user-nick): Save match data.
14600         (rcirc-toggle-ignore-buffer-activity)
14601         (rcirc-update-activity-string): Remove global ignore functionality,
14602         which can be done now by toggling rcirc-track-minor-mode.
14603         (rcirc-track-minor-mode-map): New keymap.
14604         (rcirc-track-minor-mode): New minor-mode.
14605         (ignore): Make the ignore output nicer.  Always print it when
14606         adding or removing nicks.
14607         (rcirc-url-regexp): Improve.
14608         (rcirc-mangle-text): Remove properties before using text in the
14609         modeline.
14610         (rcirc-authenticate): Authentication data comes from
14611         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14612         (rcirc-server-prefix): Inherit from rcirc-server.
14614 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14616         * Makefile.in (compile): Append "|| true" to the end of the `find'
14617         command, like compile-always does.
14619 2006-02-08  Sam Steingold  <sds@gnu.org>
14621         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14622         output from a dead connection.
14624 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14626         * dired.el (dired-mode-map): Add more bindings for tumme.
14628 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14630         * wdired.el (wdired-mode-map): Use remap.
14631         (wdired-get-filename): Massage.
14632         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14633         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14634         `keymap' property rather than `local-map'.
14636 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14638         * tumme.el (tumme-get-thumbnail-image): New utility function.
14639         Suggested by from Chong Yidong.
14640         (tumme-dired-with-window-configuration): Rename from
14641         `tumme-dired'.  Add code to save window configuration.
14642         (tumme-restore-window-configuration): New command to restore the
14643         window configuration that `tumme-dired-with-window-configuration'
14644         saves before it changes the window configuration.
14645         (tumme-show-all-from-dir): New command to display thumbnails for
14646         all files in a directory entered by the user, like M-x thumbs.
14647         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14648         have been created.
14649         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14650         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14651         Remove obsolete test function.
14653 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14655         * vc.el (small-temporary-file-directory): Remove defvar; there's
14656         a defcustom for it in files.el.
14658         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14659         Fix typo in message.
14660         (tumme-gallery-generate): Fix typo in `error' message.
14661         (tumme-display-window-height-correction)
14662         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14663         (tumme-line-up-interactive): Dox fixes.
14664         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14665         (tumme-restore-window-configuration, tumme-format-properties-string)
14666         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14667         Fix typos in docstrings.
14669 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14671         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14673 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14675         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14676         User should use hook if desired.
14678         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14679         buffer if necessary.
14680         (gdb-delete-frame-or-window): New function.
14681         (gdb-breakpoints-mode-map): Bind "q" to it.
14683 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14685         * textmodes/nroff-mode.el: Clean up name space.
14686         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14687         (nroff-mode): Obey the global setting of nroff-electric-mode.
14688         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14690         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14692 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14694         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14696 2006-02-06  Lars Hansen  <larsh@soem.dk>
14698         * generic-x.el (etc-fstab-generic-mode): Add file system types
14699         cifs and usbdevfs.  Allow special chars in file names.
14701 2006-02-05  Jay Belanger  <belanger@truman.edu>
14703         Update copyright notices of the files in lisp/calc.
14705 2006-02-05  Romain Francoise  <romain@orebokech.com>
14707         Update copyright notices of all files in the lisp/play directory.
14709 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14711         * ldefs-boot.el: Regenerate.
14713         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14715 2006-02-05  Kim F. Storm  <storm@cua.dk>
14717         * files.el (magic-mode-regexp-match-limit): New defvar.
14718         (set-auto-mode): Use it to limit magic-mode-alist matching.
14720 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14722         * info.el (Info-index, Info-mode): Improve the description of the
14723         `i' command.
14725         * ldefs-boot.el: Regenerate.
14727 2006-02-03  Werner Lemberg  <wl@gnu.org>
14729         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14730         greedy to find the closing bracket in \*[...] and similar
14731         expressions.  This is a first rough fix -- many additional
14732         refinements are necessary to make nroff mode really usable with groff.
14734 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14736         * international/mule-cmds.el (set-locale-environment):
14737         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14738         libX11.
14740 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14742         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14743         archive are created in archive-tmpdir.
14745 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14747         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14748         (ibuffer-fontification-alist): Use it.
14749         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14750         to "* z" and the Ibuffer Mark menu.
14752         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14754 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14756         * textmodes/table.el (*table--cell-describe-mode)
14757         (*table--cell-describe-bindings): Undo last change since
14758         print-help-return-message is not obsoleted by anything at all.
14760 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14762         * emulation/cua-base.el (cua-mode): Doc fix.
14764 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14766         * dframe.el (dframe-handle-make-frame-visible)
14767         (dframe-handle-iconify-frame, dframe-get-focus)
14768         (dframe-select-attached-frame, dframe-power-click)
14769         (dframe-frame-mode): Fix typos in docstrings.
14771         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14772         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14773         Fix typos in docstrings.
14775         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14776         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14777         (hi-lock-archaic-interface-message-used)
14778         (hi-lock-file-patterns-range): Fix typos in docstrings.
14780         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14781         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14783         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14784         Fix typo in docstring.
14786         * net/newsticker.el (newsticker--decode-iso8601-date)
14787         (newsticker--set-customvar, newsticker--buffer-insert-item)
14788         (newsticker--do-run-auto-mark-filter)
14789         (newsticker--parse-generic-feed): Doc fixes.
14790         (newsticker--retrieval-timer-list, newsticker-url-list)
14791         (newsticker-hide-immortal-items-in-echo-area)
14792         (newsticker-hide-obsolete-items-in-echo-area)
14793         (newsticker-new-item-face, newsticker--enclosure)
14794         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14795         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14796         (newsticker--parse-generic-feed, newsticker--cache-contains)
14797         (newsticker--stat-num-items, newsticker-download-enclosures):
14798         Fix typos in docstrings.
14800         * net/rcirc.el (rcirc-debug): Doc fix.
14801         (rcirc-fill-column, rcirc-receive-message-hooks)
14802         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14803         (rcirc-mode, rcirc-generate-new-buffer-name)
14804         (rcirc-startup-channels, rcirc-ignore-update-automatic)
14805         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14806         Fix typos in docstrings.
14807         (rcirc-print): "?\ " -> "?\s".
14808         (rcirc-cmd-join): Improve argument/docstring consistency.
14810 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
14812         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14813         before narrow-to-region.
14815 2006-02-01  Richard M. Stallman  <rms@gnu.org>
14817         * simple.el (move-beginning-of-line): Scan properly for invis change.
14819         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14821 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
14823         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14824         change bit only when id-format is 'integer.  Reported by Matt
14825         Hodges <M.P.Hodges@rl.ac.uk>.
14827 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
14829         * hilit-chg.el (highlight-changes-initial-state)
14830         (highlight-changes-global-initial-state): Doc fixes.
14831         (highlight-changes-global-modes, global-highlight-changes):
14832         Fix typos in docstrings.
14834 2006-02-01  Kim F. Storm  <storm@cua.dk>
14836         * emulation/cua-base.el (cua-mode): Mention that CUA enables
14837         transient-mark-mode in doc string.
14839 2006-01-31  Richard M. Stallman  <rms@gnu.org>
14841         * replace.el (multi-occur): Doc fix.
14842         (multi-occur-in-matching-buffers): Rename from
14843         multi-occur-by-filename-regexp.  Prefix arg says match
14844         buffer names instead of file names.
14846 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
14848         * bs.el: Allow non-default values of `bs-header-lines-length'.
14849         (bs--running-in-xemacs): Remove (not needed anymore).
14850         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14851         instead of `shrink-window', thus avoiding having to compute the
14852         height of the window.
14853         (bs--up): Wrap around even when there's no header.
14854         (bs--down): Use `forward-line' instead of `next-line'.
14856 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
14858         * image-mode.el (image-toggle-display): Use file name if possible,
14859         instead of unnecessarily allocating a (possibly huge) lisp string.
14861 2006-01-30  John Paul Wallington  <jpw@pobox.com>
14863         * subr.el (toplevel): Define `cl-assertion-failed' condition here
14864         because the `assert' macro signals it at runtime.
14866         * emacs-lisp/cl.el (toplevel): Remove definition of
14867         `cl-assertion-failed' condition.
14869 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
14871         * thumbs.el (thumbs-marked-list): Make buffer-local and
14872         permanent-local.
14873         (thumbs-insert-thumb): Make help-echo non-sticky.
14874         (thumbs-file-alist): Use eolp as check for (non)-image.
14876 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
14878         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14879         (ediff-before-session-group-setup-hooks)
14880         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14881         Fix typos in docstrings.
14883         * window.el (bw-dir, bw-eqdir, balance-windows)
14884         (split-window-keep-point): Fix typos in docstrings.
14886         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14887         (org-quote-string, org-calendar-to-agenda-key)
14888         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14889         (org-show-following-heading, org-tags-column)
14890         (org-use-tag-inheritance, org, org-allow-space-in-links)
14891         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14892         (org-enable-table-editor, org-calc-default-modes)
14893         (org-table-allow-automatic-line-recalculation)
14894         (org-export-html-style, org-export-with-fixed-width)
14895         (org-export-with-sub-superscripts, org-special-keyword)
14896         (org-formula, org-time-grid, org-table-may-need-update)
14897         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14898         (org-goto-quit, org-get-indentation, org-end-of-item)
14899         (org-move-item-down, org-move-item-up)
14900         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14901         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14902         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14903         (org-agenda-log-mode, org-agenda-toggle-diary)
14904         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14905         (org-agenda-file-to-end, org-agenda-no-heading-message)
14906         (org-agenda-get-closed, org-format-agenda-item)
14907         (org-cmp-priority, org-cmp-category, org-cmp-time)
14908         (org-agenda-change-all-lines, org-agenda-diary-entry)
14909         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14910         (org-link-search, org-camel-to-words, org-open-file)
14911         (org-remember-handler, org-table-convert-region)
14912         (org-table-move-row-down, org-table-move-row-up)
14913         (org-table-copy-region, org-table-wrap-region)
14914         (org-table-toggle-vline-visibility)
14915         (org-table-get-vertical-vector, org-table-modify-formulas)
14916         (org-table-get-specials, org-recalc-commands)
14917         (org-table-rotate-recalc-marks, org-table-eval-formula)
14918         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14919         (org-level-color-stars-only, org-insert-heading):
14920         Fix typos in docstrings.
14921         (last-arg): Add defvar.
14923         * makefile.w32-in (WINS): Add erc.
14924         (MH_E_SRC): Update (copied from lisp/Makefile.in).
14926 2006-01-29  Bill Wohler  <wohler@newt.com>
14928         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14929         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14930         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
14931         (mh-autoloads): Don't use comments on otherwise empty lines.
14933 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
14935         * emulation/viper.el (viper-major-mode-modifier-list):
14936         Add insert-state and vi-state entries for erc-mode.
14937         (viper-go-away, viper-set-hooks): Add and remove
14938         viper-comint-mode-hook from erc-mode-hook as appropriate.
14940         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14942 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
14944         * bs.el (bs--format-aux): Implement `middle' alignment as
14945         described in the docstring for `bs-attributes-list'.
14946         (bs--get-name): Simplify.  Don't pad the buffer name.
14948 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
14950         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14951         English aspell dictionary is installed, use the first entry of
14952         ispell-dictionary-alist-1.
14954 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
14956         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14957         Doc fix.
14959 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
14961         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14962         for `process-file', in order to let it work for older Emacsen too.
14964 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
14966         * international/latexenc.el: Add a suitable `coding:' tag.
14967         (latexenc-find-file-coding-system): Undo last change.
14969 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14971         * international/latexenc.el (latexenc-find-file-coding-system):
14972         Make sure latexenc-main-file is a regular file and is readable.
14974 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
14976         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14977         Pass FILE to vc-user-login-name.
14979         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14981 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
14983         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14984         there are no more images to display.
14985         (thumbs-mark, thumbs-unmark): Revert change so that they move to
14986         the next image.
14988 2006-01-26  Richard M. Stallman  <rms@gnu.org>
14990         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14992         * wid-edit.el (advertised-widget-backward): New alias.
14993         (widget-keymap): Use advertised-widget-backward for S-TAB.
14995         * tumme.el: Correct the keywords.
14996         (tumme-dir-max-size): Use defvar.
14997         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14999         * simple.el (move-beginning-of-line): Take account of fields.
15000         (clone-indirect-buffer-other-window): Take args like
15001         clone-indirect-buffer, and work like it.
15003         * help-fns.el (describe-function): Don't pass `nil' as default.
15005         * files.el (risky-local-variable-p): Follow var aliases.
15007         * subr.el (lazy-completion-table): Doc fix.
15009         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15010         global binding of `line'.
15012 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15014         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15015         Tramp.
15017         * vc.el (vc-default-dired-state-info): Pass FILE to
15018         vc-user-login-name.
15019         (vc-default-update-changelog): Don't use vc-user-login-name, we
15020         don't need it here.
15022         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15023         no longer necessary.
15025 2006-01-25  Kenichi Handa  <handa@m17n.org>
15027         * international/mule.el (decode-char): Avoid the overhead of
15028         calling utf-lookup-subst-table-for-decode if
15029         utf-translate-cjk-mode is nil.
15030         (encode-char): Avoid the overhead of calling
15031         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15032         nil.
15034 2006-01-22  Kenichi Handa  <handa@m17n.org>
15036         * international/mule.el (make-subsidiary-coding-system): Reset
15037         `coding-system-define-form' property of subsidiaries to nil.
15038         Avoid duplicated entry in coding-system-alist.
15039         (make-coding-system): Avoid duplicated entry in
15040         coding-system-alist.
15041         (define-coding-system-alias): Likewise.
15043 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15045         * completion.el: Minor fixes in introductory comment.
15046         (completion-def-wrapper): Fix alist.
15048 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15050         * thumbs.el (thumbs-new-image-size): New function.
15051         (thumbs-increment-image-size-element)
15052         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15053         (thumbs-decrement-image-size): Delete.
15054         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15055         temp files and use to resize.
15056         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15057         Use increment argument to enlarge/shrink.  Preserve point.
15058         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15059         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15060         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15061         (thumbs-mark, thumbs-unmark): Preserve point.
15062         (thumbs-modify-image): Keep old temp files and use to modify.
15063         Cleanup old temp files at load time.  Preserve point.
15064         (thumbs-view-image-mode-map): Use new command names.
15066 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15068         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15070         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15071         the nastiest part of the cyclic dependency.
15072         (cal-menu-update): Use dotimes and calendar-increment-month.
15074         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15075         (calendar-week-start-day): Add an :initializer.
15076         (calendar-mode-map): Use suppress-keymap, and command remapping.
15077         (describe-calendar-mode): Setup xref-stack info for the back button.
15078         (calendar-star-date): Insert before delete.
15079         (calendar-set-mode-line): Add file-modified info if applicable.
15080         (calendar-increment-month): New function.
15082 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15084         * font-lock.el (lisp-font-lock-keywords-2):
15085         Recognize "& keywords" only at word boundaries.
15087 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15089         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15090         and permanent-local.
15091         (thumbs-max-image-number): New variable.
15092         (thumbs-do-thumbs-insertion): Use them.
15093         (thumbs-per-line): Change default to 4.
15094         (thumbs-marked-list): Rename from thumbs-markedL.
15095         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15096         (thumbs-rename-images): Use -list instead of L for internal variables.
15097         (thumbs-call-convert): Use call-process instead of shell-command.
15098         (thumbs-insert-thumb): Add filename as help-echo to each image.
15099         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15100         Give dir to thumbs-show-thumbs-list.
15101         (thumbs-show-thumbs-list): Set default-directory to that of images.
15102         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15103         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15104         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15105         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15107 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15109         * ses.el (ses-read-cell): Provide a default value.
15111 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15113         * term/w32-win.el (image-library-alist): Add additional names for
15114         GIF library.
15116 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15118         * international/latexenc.el (latexenc-find-file-coding-system):
15119         Add file-regular-p check.
15121 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15123         * simple.el (clone-buffer): Don't show the new buffer in the same
15124         window.
15126 2006-01-23  Juri Linkov  <juri@jurta.org>
15128         * faces.el (link, link-visited): New faces based on default values
15129         of `info-xref' and `info-xref-visited'.
15131         * info.el (info-xref): Inherit from `link'.
15132         (info-xref-visited): Inherit from `link-visited'.
15134         * cus-edit.el (custom-buffer-create-internal): Use widget type
15135         `custom-manual' instead of `info-link' and don't set properties
15136         `button-face' and `mouse-face' explicitly.
15137         (custom-browse-group-tag, custom-browse-variable-tag)
15138         (custom-browse-face-tag): Inherit from widget class
15139         `custom-group-link' instead of `push-button'.
15140         (custom-button-unraised): Inherit from `underline' face.
15141         (custom-link): Inherit from `link' face.  Fix doc and group.
15142         (custom-add-parent-links, custom-group-value-create): Don't set
15143         properties `button-face' and `mouse-face' explicitly for
15144         `custom-group-link' widget.
15145         (custom-group-link): Add properties `button-face' and `mouse-face'
15146         to widget definition.
15147         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15148         editable-field's :keymap property.
15149         (custom-mode): Fix docstring: substitute keybindings for
15150         `widget-forward' and `widget-backward' from `widget-keymap',
15151         `widget-complete' from `custom-field-keymap', replace old
15152         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15154         * desktop.el (desktop-load-file): Check for `fboundp' before
15155         calling `symbol-function'.
15157         * simple.el (clone-buffer, clone-indirect-buffer)
15158         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15159         `read-string'.  Fix prompts.
15161         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15163 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15165         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15167 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15169         * startup.el (inhibit-splash-screen, initial-scratch-message):
15170         Doc fixes.
15172 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15174         Sync with Tramp 2.0.52.
15176         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15177         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15178         `tramp-unload-tramp' for checklist.
15180         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15181         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15182         (tramp-unload-file-name-handler-alist)
15183         (tramp-unload-tramp): New defuns.
15184         (tramp-advice-PC-expand-many-files): New defadvice.
15185         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15186         removed.
15187         (tramp-handle-expand-file-name): Remove double slash.
15188         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15189         It doesn't matter, because it will be converted later on.
15190         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15191         implementation was just heuristic.
15192         (tramp-post-connection): Set uid and gid properties.
15193         (tramp-convert-file-attributes): Set file's gid change bit.
15194         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15195         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15196         in case of su(do)? methods.  The home directory of the local user
15197         will be taken else.
15198         (tramp-open-connection-telnet)
15199         (tramp-open-connection-rsh, tramp-open-connection-su)
15200         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15201         local shell prompt could hurt.  Reported by Romain Francoise
15202         <romain@orebokech.com>.
15203         (tramp-let-maybe): Add `edebug-form-spec' property.
15204         (tramp-handle-expand-file-name): Bind `default-directory' locally
15205         to "/" in order to avoid problems with UNC shares or Cygwin
15206         mounts.
15207         (tramp-md5-function): Fix typo in error message.
15209         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15211         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15212         for byte-compiler pacification.
15214 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15216         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15217         ID-FORMAT `string'.  This allows us to get rid of
15218         `vc-user-login-name UID'.
15220         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15222 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15224         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15226 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15228         * emacs-lisp/find-func.el (find-definition-noselect)
15229         (find-variable-noselect): Search variables in C source code too.
15230         (find-function-C-source, find-function-noselect, find-function)
15231         (find-function-other-frame, find-variable-noselect, find-variable)
15232         (find-variable-other-frame, find-variable-at-point):
15233         Fix docstrings.
15235 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15237         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15239 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15241         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15242         Default to disabling the "Save affix" question.
15244 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15246         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15247         the first arg to run-python.
15249 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15251         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15252         is not loaded.
15254 2006-01-20  Jay Belanger  <belanger@truman.edu>
15256         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15257         limit is 0.
15259         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15260         the correct variable.
15262 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15264         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15265         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15266         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15267         (org-prefix-has-tag): New variable.
15268         (org-format-agenda-item): Remove tags from headline if
15269         appropriate.
15270         (org-agenda-remove-tags-when-in-prefix): New option.
15271         (org-get-tags-at): New function.
15273 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15275         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15276         (thumbs-find-image): Move image name and number from buffer name
15277         to mode name.  Set thumbs-buffer.  Preserve point so that large
15278         images remain visible.
15279         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15280         order.
15281         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15282         mode name.
15283         (thumbs-next-image, thumbs-previous-image): Make them work.
15285 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15287         * cus-edit.el (custom-buffer-create-internal): State in the text above
15288         the whole buffer buttons that they do not operate on hidden items.
15289         (custom-face-menu): Use `custom-face-save' instead of
15290         `custom-face-save-command'.
15291         (custom-face-save-command): Make it an alias for `custom-face-save'
15292         and declare it obsolete.
15293         (custom-face-save): Doc fix.
15295         * dired.el (dired-no-confirm): Add quote.
15296         (dired-subdir-alist-pre-R): Add quote in
15297         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15299 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15301         * textmodes/table.el (table-mode-indicator): Typo in last change.
15303 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15305         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15306         Fixes bug reported in Nov 2005.
15308         * isearch.el (isearch-forward): Doc fix.
15310         * dired.el (dired-move-to-filename-regexp): Define as alias.
15311         (dired-no-confirm): Use defcustom.
15312         (dired-subdir-alist-pre-R): Put defvar at top level.
15314         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15316         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15317         Mark as risky.
15319         * simple.el (set-mark-command): Doc fix.
15320         (clone-indirect-buffer-other-window):
15321         Read arg like clone-indirect-buffer.
15322         (move-beginning-of-line): Skip invisible newlines.
15324 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15326         * progmodes/cpp.el (cpp-edit-load): Make the order of
15327         listed conditions in a base C code buffer and its associate
15328         CPP Edit buffer the same.
15330 2006-01-19  Kenichi Handa  <handa@m17n.org>
15332         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15333         (rmail-mime-feature): Likewise.
15334         (rmail-require-mime-maybe): Use display-warning to show a warning
15335         message.
15337         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15338         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15340 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15342         * array.el: Move defvars out of eval-when-compile.
15343         (array-make-template): Replace undeclared global var with a local one.
15344         (array-mode): Inline initialization functions.
15345         (array-init-local-variables, array-init-max-row)
15346         (array-init-max-column, array-init-columns-per-line)
15347         (array-init-field-width, array-init-rows-numbered)
15348         (array-init-line-length, array-init-lines-per-row): Remove.
15350         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15351         (doc-mode-map): Define explicitly.
15352         (doctor-txtype): Use mapc.
15354         * textmodes/table.el: Move defvars out of eval-when-compile.
15355         Remove harmful code meant to avoid byte-compiler warnings.
15356         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15357         specification that checks table-fixed-width-mode directly.
15358         (table-recognize-region, table-recognize-cell):
15359         Use restore-buffer-modified-p.
15360         (table-fixed-width-mode): Remove code that refreshes
15361         table-fixed-mode-indicator.
15362         (*table--cell-describe-bindings, *table--cell-describe-mode):
15363         Avoid obsolete name print-help-return-message.
15364         (table--test-cell-list): Don't use replace-regexp from elisp.
15365         (table--point-entered-cell-function, table--point-left-cell-function):
15366         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15368         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15369         that was after the end of file.  Use buffer-file-name variable.
15370         (org-timestamp-change): Use with-current-buffer.
15371         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15372         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15373         `file'.
15375         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15376         (fortran-break-line): Remove unused var `opoint'.
15377         (fortran-abbrev-start): Obey help-event-list.
15379 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15381         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15383 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15385         * progmodes/make-mode.el (makefile-imake-mode): New mode
15386         derived from makefile-mode.
15387         (makefile-imake-mode-syntax-table): New syntax table
15388         derived from makefile-mode-syntax-table.
15389         (makefile-mode): Write about makefile-imake-mode in doc string.
15390         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15391         (makefile-imake-font-lock-keywords): New font lock keywords.
15393         * files.el (auto-mode-alist): Add Imakefile.
15395 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15397         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15398         loading the file rather than when turning on flyspell-mode.
15400 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15402         * cus-edit.el (customize-rogue): Minor doc fix.
15404 2006-01-17  Juri Linkov  <juri@jurta.org>
15406         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15407         instead of the file at the mark as default if the file at the mark
15408         is the same as the file at point or if dired-dwim-target-directory
15409         is not the same as the current directory and the mark is not active.
15411         * log-view.el (log-view-minor-wrap): Use the same logic to get
15412         revisions as `log-view-diff'.
15414         * info.el (Info-revert-find-node): Check for Info-current-file
15415         before preserving new-history.
15417         * man.el (Man-heading-regexp): Add `/'.
15419         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15420         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15422 2006-01-16  Juri Linkov  <juri@jurta.org>
15424         * faces.el (mode-line-faces): New defgroup.
15425         (mode-line-highlight): Move definition after new defgroup.
15426         (mode-line, mode-line-inactive, mode-line-highlight):
15427         Replace :group `modeline' with `mode-line-faces'.
15428         (mode-line-buffer-id): New face.
15429         (modeline-buffer-id): New face alias.
15430         (vertical-border): Remove :group `modeline'.
15432         * bindings.el (propertized-buffer-identification): Use face
15433         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15434         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15435         (mode-line-buffer-identification-keymap): For mouse-1 replace
15436         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15437         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15438         mouse-3.
15440         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15441         Buffer-menu-buffer.  Doc fix.
15442         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15443         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15444         `Buffer-menu-buffer'.
15446         * info.el (Info-mode-line-node-keymap): New defvar.
15447         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15448         Propertize Info-current-node with `mode-line-buffer-id' and
15449         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15451         * time.el (display-time-mail-face): Replace :group `faces' with
15452         `mode-line-faces'.
15454 2006-01-16  Kenichi Handa  <handa@m17n.org>
15456         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15458         * language/european.el (cp1252): New alias for windows-1252.
15460         * international/mule.el (autoload-coding-system): Prepare for EOL
15461         variants.
15463 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15465         * term.el (term-raw-map): Add mapping for insert.
15466         (term-send-insert): New.
15467         (term-mode): Make variables local here instead of doing it in
15468         `term-emulate-terminal'.
15469         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15470         Scroll reverse needs to take into account the scroll region.
15471         Saving and restoring the cursor should save the color attributes too.
15472         (term-reset-terminal): Reset the scroll region.
15473         (term-handle-ansi-escape): Cursor up and down should take into
15474         account the scroll region.
15475         (term-set-scroll-region): Rename from `term-scroll-region'.
15476         Move to 0,0 after setting the region.
15477         (term-handle-scroll): Handle scroll up.
15478         (term-down): Fix off by one error.
15479         (term-delete-lines): Do not delete outside the scroll region.
15480         (term-insert-lines): Take into account the scroll region.
15482 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15484         * textmodes/ispell.el (ispell-internal-change-dictionary)
15485         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15486         (start, end): Move declaration outside of eval-when-compile.
15488         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15489         (flyspell-mode-on): Use it.
15491         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15492         ispell-kill-ispell-hook.
15494 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15496         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15497         (Custom-reset-saved): Do not ask for confirmation in single option
15498         buffers.
15500 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15502         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15504 2006-01-13  Romain Francoise  <romain@orebokech.com>
15506         * add-log.el (add-change-log-entry, change-log-merge):
15507         Conditionally use `hard-newline'.
15509 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15511         * wid-edit.el (widget-field-end): If the overlay is no longer
15512         associated with a buffer, behave as if the overlay didn't exist.
15514         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15515         Make sure the links use the `custom-link' face.
15517 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15519         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15520         (ld-script-mode): Don't set indent-line-function since we don't
15521         have one.
15523 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15525         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15526         application.
15527         (org-file-apps-defaults-gnu): Use mailcap as the default for
15528         selecting an application on a UNIX system.
15529         (org-agenda-show-tags): New command.
15530         (org-table-insert-hline): Keep cursor in current table line.
15531         (org-table-convert): Offset effect of modifying
15532         `org-table-insert-hline'.
15533         (org-format-agenda-item): New optional argument TAG.
15534         (org-compile-prefix-format): Handle %T format for the tag.
15535         (org-expand-wide-chars): New function.
15536         (org-table-insert-row, org-table-insert-hline):
15537         Use `org-expand-wide-chars'.
15538         (org-open-file): Fix bug in program launch.
15539         (org-get-time-of-day): Fix bug with times before 1am.
15540         (org-agenda-menu): Add tags commands.
15542 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15544         * textmodes/ispell.el (ispell-init-process): Include the used
15545         dictionary in ispell process start message.
15546         (ispell-internal-change-dictionary): When flyspell-mode is active
15547         and dictionary is changed, make sure ispell process is restarted
15548         and flyspell word cache cleared out for the current buffer.
15549         (ispell-change-dictionary): Make sure flyspell word cache is
15550         cleared out in all buffers with active flyspell mode when
15551         dictionary is globally changed.
15552         Call ispell-internal-change-dictionary after dictionary change.
15554 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15556         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15558         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15559         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15560         years.  Fix small differences wrt Makefile.in.
15561         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15562         Makefile.in does.
15564 2006-01-12  Bill Wohler  <wohler@newt.com>
15566         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15567         mh-search.el.
15569 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15571         * progmodes/ld-script.el: Update copyright year.
15573 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15575         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15576         Don't add widget if setting undefined.
15578 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15580         * help-fns.el (describe-variable): Remove newlines from void
15581         variable output.
15583 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15585         * wdired.el (wdired-mode-map): Add help echo for
15586         wdired-abort-changes.
15588         * man.el (Man-file-name-regexp): Adjust for a list of files.
15590 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15592         * progmodes/ld-script.el (auto-mode-alist): Support
15593         suffix conventions used in netbsd and eCos.
15595 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15597         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15598         (custom-variable-menu, custom-face-menu, custom-group-menu)
15599         (Custom-mode-menu): Change names of menu items.  (As discussed on
15600         emacs-devel.)
15601         (custom-face-menu): Add "Undo Edits" item.
15603         * startup.el (init-file-user): defcustom -> defvar.
15605         * tooltip.el (tooltip-mode): Doc fix.
15607 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15609         * reveal.el (reveal-post-command): window-buffer signals an error on
15610         dead windows rather than returning nil.
15611         (reveal-open-new-overlays): An overlay might die while we open others.
15613 2006-01-11  Bill Wohler  <wohler@newt.com>
15615         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15616         phrasing in docstring.
15618         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15619         can give some systems gas.  Add new file mh-buffers.el.
15621 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15623         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15624         C preprocessor forward ported from GNU Emacs 21.2.
15626         * progmodes/asm-mode.el (asm-font-lock-keywords):
15627         Use `cpp-font-lock-keywords'.
15629         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15631         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15632         of $ for "\\.ld[s]?".
15634 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15636         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15637         (tcl-indent-line): Return `noindent' if inside a string.
15639         * progmodes/flymake.el (flymake-split-string): Remove more than one
15640         empty string at beg/end of the result.
15641         (flymake-find-buildfile, flymake-find-possible-master-files):
15642         Use expand-file-name.
15643         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15644         since expand-file-name does it for us.  Use directory-file-name.
15645         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15646         (flymake-ler-get-type, flymake-ler-get-text)
15647         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15648         (flymake-current-line-no): Remove spurious interactive spec.
15649         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15650         (flymake-check-include): Remove arg inc-path merged into inc-name.
15651         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15652         Arg regexp-list replaced by a simple regexp.
15653         (flymake-master-make-header-init, flymake-master-tex-init):
15654         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15656 2006-01-10  Simon Josefsson  <jas@extundo.com>
15658         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15659         describing AUTH PLAIN fix.
15661 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15663         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15664         (report-emacs-bug): Don't record initial prompt text.
15665         Instead, add text properties to prompting text.
15666         (report-emacs-bug-hook): Delete prompting text.
15668 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15670         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15671         `dirs'.  Adjust callers.
15673 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15675         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15677 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15679         * reveal.el (reveal-open-new-overlays): New extracted fun.
15680         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15681         using them.  Simplify the code.
15682         (reveal-post-command): Use them.  Fix up obsolete windows in
15683         reveal-open-spots.
15685         * progmodes/flymake.el: Use `require' rather than autoload for
15686         XEmacs's overlays.
15687         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15688         Delete.  Use file-relative-name instead.
15689         (flymake-get-syntax-check-program-args, flymake-perl-init):
15690         Simplify the resulting code.
15692         * log-view.el (log-view-file-re, log-view-message-re): Add support
15693         for DaRCS output.
15695 2006-01-09  Alex Schroeder  <alex@gnu.org>
15697         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15698         identifiers sometimes added in square brackets at the beginning of
15699         subject lines.
15701 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15703         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15704         (Custom-reset-current, Custom-reset-saved): Change question text.
15705         (Custom-reset-standard): Likewise.
15706         (custom-variable-reset-saved): Doc fix.
15708 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15710         * startup.el (init-file-user): Doc fix.
15712 2006-01-07  Alex Schroeder  <alex@gnu.org>
15714         * mail/rmail.el (rmail-current-subject): New function.
15715         (rmail-current-subject-regexp): New function.
15716         (rmail-next-same-subject): Use it.
15718         * mail/rmailsum.el (rmail-summary-by-topic):
15719         Use rmail-current-subject and rmail-current-subject-regexp.
15720         (rmail-summary-next-same-subject): Ditto.
15722         * net/rcirc.el (rcirc-send-input): No longer check whether the
15723         process is open, since not all commands need an open process.
15724         (rcirc-send-string): Check whether the process is open before
15725         sending anything.
15726         (rcirc-ignore-list): New option.
15727         (rcirc-ignore-list-automatic): New variable.
15728         (rcirc-print): Take rcirc-ignore-list into account.
15729         (rcirc-cmd-ignore): New command.
15730         (rcirc-ignore-update-automatic): New function.
15731         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15732         list if ignored nicks.
15733         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15735 2006-01-06  David Reitter  <david.reitter@gmail.com>
15737         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15738         reflect the address to which the report will be sent.
15740 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15742         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15743         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15745 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15747         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15749         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15750         the doc string: "functoin" => "function".
15751         * ldefs-boot.el: Likewise.
15753         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15754         message text: "Duplicat" => "Duplicate".
15756 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15758         * files.el (basic-save-buffer-2): If backing-up failed, reset
15759         buffer-backed-up to nil.
15761 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15763         * progmodes/gud.el (gdb-script-skip-to-head)
15764         (gdb-script-calculate-indentation): Indent for breakpoint command
15765         lists also.
15767 2006-01-05  Bill Wohler  <wohler@newt.com>
15769         * Makefile.in (compile-always): Add mh-autoloads dependency.
15770         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15771         provides it.
15772         (updates): Remove mh-autoloads dependency, since it probably has
15773         already run recently (via recompile).
15775 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15777         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15778         argument `force' to disable the flyspell-last-buffer optimization.
15779         (flyspell-mode-on): Use it.
15781         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15782         flymake-simple-cleanup.
15783         (flymake-allowed-file-name-masks): Use this new default.
15784         All the functions are now called in the right buffer rather than
15785         passing the buffer as argument.
15786         (flymake-process-sentinel): Switch to buffer before calling cleanup.
15787         (flymake-parse-err-lines): Remove redundant buffer arg.
15788         (flymake-get-program-dir): Comment out unused function.
15789         (flymake-start-syntax-check, flymake-start-syntax-check-process):
15790         Remove redundant buffer argument.
15791         (flymake-get-real-file-name, flymake-simple-java-cleanup)
15792         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15794 2006-01-05  Richard M. Stallman  <rms@gnu.org>
15796         * info.el (Info-find-node): Don't record previous node if have none.
15797         (info): Go to directory only if history is empty.
15799         * simple.el (mark): Doc fix.
15801 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15803         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15804         already of desired type.
15805         (mac-ae-list): Coerce parameter to "list" type.
15806         (mac-dispatch-apple-event): Replace cadr part of event with a
15807         dummy position so that event-start returns it.
15809 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
15811         * textmodes/org.el (org-end-of-subtree): New function.
15812         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15813         Use `org-end-of-subtree'.
15814         (org-agenda, org-agenda-convert-date): Protect calls to
15815         `fit-window-to-buffer'.
15816         (org-tags-view): Force matching of sublevels when doing a
15817         todo-only search.  Define the correct redo command, including the
15818         arguments.
15819         (org-agenda-redo): Display message.
15820         (org-check-for-org-mode): New function.
15821         (org-agenda-type): New variable.
15822         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15823         Set `org-agenda-type'.
15824         (org-agenda-check-type): New function.
15825         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15826         (org-agenda-week-view, org-agenda-day-view)
15827         (org-agenda-next-date-line, org-agenda-previous-date-line)
15828         (org-agenda-log-mode, org-agenda-toggle-diary)
15829         (org-agenda-toggle-time-grid, org-agenda-date-later)
15830         (org-agenda-date-prompt, org-agenda-diary-entry)
15831         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15832         (org-agenda-convert-date, org-agenda-menu):
15833         Use `org-agenda-check-type'.
15834         (org-make-overlay, org-delete-overlay)
15835         (org-detatch-overlay, org-move-overlay, org-overlay-put):
15836         New compatibility functions.
15837         (org-calendar-select-mouse): New command.
15839 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
15841         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15842         (Custom-reset-standard): Fix y-or-n-p messages.
15843         (custom-link): New face for links.
15844         (custom-buffer-create-internal, custom-manual): Use it.
15845         (custom-face-save): Push to theme-face before setting face spec.
15847         * wid-edit.el (widget-default-mouse-face-get): New function.
15848         (widget-specify-button): Handle mouse-face like button-face.
15850         * custom.el (load-theme): Clear old theme settings if reloading.
15852 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15854         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15855         "Erase Customization" button back to same position it occupies in
15856         the individual State menus.
15858 2006-01-04  Kim F. Storm  <storm@cua.dk>
15860         * wid-edit.el (key-sequence): Rework widget to read key binding
15861         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
15862         (widget-key-sequence-default-value): Default value for empty sequence.
15863         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
15864         (widget-key-sequence-read-event): New command for C-q.
15865         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15866         (widget-key-sequence-value-to-external): New functions.
15868 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15870         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15871         Use expand-file-name.
15872         (flymake-delete-temp-directory): Use expand-file-name,
15873         file-name-directory, and directory-file-name.
15874         (flymake-strrchr): Delete.
15875         (flymake-start-syntax-check): Don't pass the redundant buffer argument
15876         to the init-f function.
15877         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15878         (flymake-init-find-buildfile-dir)
15879         (flymake-init-create-temp-source-and-master-buffer-copy)
15880         (flymake-simple-make-init-impl, flymake-simple-make-init)
15881         (flymake-master-make-init, flymake-master-make-header-init)
15882         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15883         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15884         (flymake-xml-init): Remove corresponding redundant buffer argument.
15885         (flymake-allowed-file-name-masks): Remove last elems that are equal to
15886         the default anyway.  Clean up regexps.
15888         * progmodes/flymake.el (flymake-temp-source-file-name)
15889         (flymake-master-file-name, flymake-temp-master-file-name)
15890         (flymake-base-dir): New buffer-local vars.
15891         (flymake-buffer-data, flymake-get-buffer-value)
15892         (flymake-set-buffer-value): Replace those hash-tables by the new
15893         buffer-local vars.  Update callers.
15895         * progmodes/flymake.el (flymake-check-start-time)
15896         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15897         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15898         Move definition, so we can remove redundant earlier declaration.
15899         (flymake-replace-regexp-in-string, flymake-split-string)
15900         (flymake-get-temp-dir): Use defalias.
15901         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
15902         (flymake-xemacs-window-edges): Remove unused function.
15903         (flymake-get-point-pixel-pos): Move.
15904         (flymake-pid-to-names, flymake-reg-names)
15905         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15906         Replace by a simple list flymake-processes and by process-buffer.
15907         Update callers.  Other than simplify the code, it uses buffers rather
15908         than buffer-names so it doesn't get confused by uniquify.
15909         (flymake-buffer-data): The global value should just be nil.
15911         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15912         Optimize the body of a defalias like any other code.
15914         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15915         Make sure we've setup font-lock's vars.  It may influence which
15916         function we then call.
15917         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15918         here since it's too late anyway.
15920 2006-01-03  Romain Francoise  <romain@orebokech.com>
15922         * startup.el (fancy-splash-tail, normal-splash-screen):
15923         Update copyright year.
15925 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
15927         * mouse.el (mouse-drag-track): Rename, from
15928         `mouse-drag-region-1'.  Includes optional argument required to
15929         enable post-drag event processing (e.g. delete region keys).
15930         Can be used without this argument to track a mouse region and operate
15931         on it as soon as the drag completes.
15932         (mouse-drag-region): Use `mouse-drag-track'.
15934 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
15936         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15937         Move to `custom-buffer' group.
15939         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15940         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15941         (custom-theme-insert-face-marker, custom-theme-variable-menu)
15942         (custom-theme-face-menu): New variables.
15943         (custom-theme-add-variable, custom-theme-variable-action)
15944         (custom-variable-reset-theme, custom-theme-delete-variable)
15945         (custom-face-reset-theme, custom-theme-face-action)
15946         (custom-theme-delete-face, custom-theme-merge-theme)
15947         (custom-theme-add-face, custom-theme-visit-theme): New functions.
15949 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
15951         * custom.el: Move Custom Themes commentary to start of theme code.
15952         (custom-known-themes): Rename `standard' theme to `changed'.
15953         (custom-push-theme): Caller no longer specifies what theme to use
15954         when doing `reset'---the setting is simply removed from the theme.
15955         Delete MODE from `theme-value' and `theme-settings' properties.
15956         (custom-declare-theme): Ignore &rest args since we don't use them.
15958         (custom-loaded-themes): Delete variable.
15959         (custom-theme-load-themes, custom-theme-loaded-p)
15960         (custom-theme-value): Delete functions.
15962         (custom-declare-theme): Signal error on invalid theme names.
15963         (provide-theme): custom-loaded-themes was deleted.
15964         (load-theme): Load the file unconditionally.
15965         (enable-theme): Call `load-theme' if theme is undefined.
15966         (custom-enabled-themes): Only update value for successful loads.
15967         (disable-theme): Complete from enabled themes when interactive.
15968         (custom-variable-theme-value): Calculate theme value directly.
15970         (custom-theme-reset-variables, custom-reset-variables): Mark as
15971         XEmacs compatibility functions.  We don't actually use these.
15973         * cus-edit.el (custom-variable-state-set):
15974         Use custom-variable-theme-value instead of custom-theme-value.
15975         (custom-face-state-set): Rename `standard' theme to `changed'.
15976         (custom-save-variables, custom-save-faces): Delete unneeded
15977         references to custom-reset-variables.
15978         (custom-save-resets): Delete function.
15979         (custom-save-variables, custom-save-faces): MODE argument deleted.
15980         (custom-save-variables, custom-save-faces): Ignore theme values.
15982         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15983         compatibility function.
15985 2006-01-01  Richard M. Stallman  <rms@gnu.org>
15987         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15988         (Custom-reset-current, Custom-reset-saved): Likewise.
15989         (Custom-reset-standard): Show message if aborted.
15990         (custom-mode): Doc fix, describing those commands.
15992         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15993         put on event-kind property.
15995 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
15997         * custom.el (provide-theme): Ban `user' theme name.
15998         (custom-enabling-themes): New variable.
15999         (enable-theme): Don't enable user if custom-enabling-themes is t.
16000         (custom-enabled-themes): Make it a defcustom.
16001         (custom-theme-recalc-face): No-op if face is undefined.
16003         * cus-edit.el (custom-button-mouse): New variable.
16004         (custom-button-mouse): New face.
16005         (custom-raised-buttons, custom-mode): Use it.
16007         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16009 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16011         * progmodes/gud.el (gud-display-line): Support hl-line in the
16012         source buffer.
16014 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16016         * mouse.el (mouse-drag-window-above): Verify that the found window
16017         overlaps with the given window in the horizontal dimension.
16019 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16021         * Makefile.in (cvs-update): New target.
16023         * makefile.w32-in (cvs-update): Ditto.
16025 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16027         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16028         (custom-new-theme-mode-map): New variable.
16030 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16032         * custom.el (custom-load-themes): Function deleted.
16034         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16035         (custom-save-variables): Don't delete or add custom-load-themes call.
16037 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16039         * cus-start.el: Add `visible-cursor'.
16041         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16042         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16043         (flymake-process-filter): Switch to buffer before calling it instead.
16044         (flymake-post-syntax-check, flymake-highlight-err-lines)
16045         (flymake-delete-own-overlays, flymake-parse-err-lines)
16046         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16047         (flymake-count-lines, flymake-parse-residual):
16048         Remove constant buffer argument.
16049         (flymake-start-syntax-check-for-current-buffer): Remove.
16050         Update callers to use flymake-start-syntax-check instead.
16051         (flymake-display-err-menu-for-current-line):
16052         Remove unused var `mouse-pos'.
16053         (flymake-restore-formatting): Comment out unused function.
16054         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16055         argument, use current-buffer instead.  Update callers.
16057 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16059         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16060         buffer-local because choose-completion-delete-max-match requires
16061         that we set completion-ignore-case (i.e., binding via let is not
16062         sufficient).
16063         (bibtex-complete): Always set completion-ignore-case and
16064         choose-completion-string-functions.  The latter is needed because
16065         choose-completion-string-functions keeps its value if we quit the
16066         *Completions* buffer without requesting a completion.
16068 2005-12-30  Andreas Schwab  <schwab@suse.de>
16070         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16072 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16074         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16076 2005-12-30  Juri Linkov  <juri@jurta.org>
16078         * locate.el (locate-fcodes-file, locate-header-face)
16079         * progmodes/delphi.el (delphi-other-face)
16080         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16082         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16083         group `paren-showing-faces'.
16085         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16086         (goto-address): Fix docstring.
16088         * net/webjump.el (webjump-sample-sites): Update URLs.
16090         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16092         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16094 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16096         * font-lock.el (font-lock-compile-keywords): Signal an error when
16097         font-lock-set-defaults hasn't been called.
16099 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16101         * subr.el (noreturn, 1value): Doc fixes.
16103 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16105         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16106         that assoc-string returns nil.
16108 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16110         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16111         (bibtex-entry-type-str, bibtex-empty-field-re)
16112         (bibtex-search-backward-string, bibtex-preamble-prefix)
16113         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16114         (bibtex-any-valid-entry-type): New variable.
16115         (bibtex-parse-field-name): Simplify.
16116         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16117         (bibtex-preamble-prefix): Include left delimiter.
16118         (bibtex-search-forward-field, bibtex-search-backward-field):
16119         Allow unbounded search past entry boundaries (required by bibtex-pop).
16120         (bibtex-text-in-field-bounds): Use push.
16121         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16122         (bibtex-parse-preamble, bibtex-valid-entry)
16123         (bibtex-beginning-first-field): New functions.
16124         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16125         (bibtex-map-entries): Fix docstring.
16126         (bibtex-flash-head): New arg prompt.  Simplify.
16127         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16128         (bibtex-insert-kill): Simplify.  Always insert text past the
16129         current field or entry.
16130         (bibtex-format-entry): Use bibtex-parse-field.
16131         (bibtex-pop): Use bibtex-beginning-of-entry and
16132         bibtex-end-of-entry to initiate the search.  Insert empty field if
16133         we found ourselves.
16134         (bibtex-print-help-message): New args field and comma.
16135         Handle entry keys.
16136         (bibtex-make-field): Use bibtex-beginning-of-entry.
16137         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16138         invalid entry.
16139         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16140         Handle preambles.  Simplify code for thorough test.
16141         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16142         New arg comma.  Handle entry heads.
16143         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16144         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16145         New arg comma.
16146         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16147         (bibtex-fill-field): Simplify.
16148         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16149         bibtex-parse-field.
16150         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16151         (bibtex-complete): Use bibtex-parse-preamble.
16153 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16155         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16156         Display name of expression instead of convenience variable.
16157         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16159         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16160         toggle-gud-tooltip-dereference.
16161         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16162         (gud-tooltip-tips): ...here when dereferencing.
16164 2005-12-28  Bill Wohler  <wohler@newt.com>
16166         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16168 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16170         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16171         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16172         (vc-annotate-display-autoscale): Adjust call.
16173         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16174         Fix interactive spec.
16175         (vc-annotate-time-span): Remove.
16176         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16177         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16178         (vc-annotate-display-select): Use new name.
16180         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16181         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16182         Correct the construction of span entries.  Simplify.
16183         (vc-annotate-display-select): Fix the nil case.
16184         (vc-annotate): Remove obsolete (and now broken) code.
16185         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16186         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16188 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16190         * subr.el (lazy-completion-table): Correct typo in docstring.
16192         * startup.el (command-line): Use `custom-reevaluate-setting' for
16193         `send-mail-function'.
16195         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16197 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16199         * mail/smtpmail.el (smtpmail-try-auth-methods):
16200         Send credentials together with "AUTH PLAIN" command.
16202 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16204         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16205         mouse-2, go back to previously selected window, so it's selected
16206         when mouse-2 command runs.
16208 2005-12-27  Juri Linkov  <juri@jurta.org>
16210         * descr-text.el (describe-text-sexp): Use square brackets for
16211         button [Show] to distinguish it from the property value `show'.
16212         (describe-property-list): Use `insert-text-button' with
16213         `help-face' type instead of putting face in quotes, because button
16214         is not created automatically for a list of faces.
16215         (describe-text-properties-1): Put button-type value in quotes to
16216         distinguish from plain text "button".
16217         (describe-char): Display code point values in hex.  Don't use
16218         `symbol-name' for `current-input-method' because it is a string.
16219         Use `insert-text-button' with `help-face' type instead of putting
16220         hardcoded face in quotes, because button is not created automatically.
16222 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16224         * progmodes/glasses.el (glasses-face): More specific custom type.
16226         * files.el (set-visited-file-name): Doc fix.
16228         * textmodes/flyspell.el (flyspell-external-point-words):
16229         Use local var buffer-scan-pos to advance scan for next misspelling.
16230         Advance it only after we find the misspelling.
16232 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16234         * textmodes/flyspell.el (flyspell-external-point-words):
16235         New criteria for finding the misspelling in the buffer.
16237 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16239         * help-mode.el (help-insert-string): Set help-xref-stack-item
16240         rather than call help-setup-xref.
16242         * descr-text.el (describe-char): Revert previous changes for
16243         optional buffer argument.
16245 2005-12-27  Juri Linkov  <juri@jurta.org>
16247         * help-mode.el (help-insert-string): New function.  Save buffer
16248         contents in cases where it is impossible to recompute the old contents.
16250         * descr-text.el (describe-char): Set help-xref-stack-item
16251         explicitly after buffer has been generated.
16253 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16255         * cus-start.el (all): Add x-gtk-show-hidden-files.
16257 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16259         * replace.el (perform-replace): Calculate match-again
16260         before skipping read-only matches.
16262         * paren.el (paren-showing-faces): New group.
16263         (show-paren-match, show-paren-mismatch): Move to that group.
16265         * button.el (button): Put into group `basic-faces'.
16267         * progmodes/make-mode.el: Remove faces from group `faces'.
16269         * apropos.el (apropos, apropos-value): Doc fix.
16270         (apropos-documentation): Doc fix.
16272 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16274         * subr.el (lazy-completion-table): Remove argument `args'.
16276         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16277         Don't use the `args' argument of lazy-completion-table.
16279 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16281         * descr-text.el (describe-char): Add optional argument for buffer.
16282         Set buffer appropriately.  Call help-setup-xref.
16283         Suggested by Stefan Monnier.
16285 2005-12-26  Juri Linkov  <juri@jurta.org>
16287         * descr-text.el: Require `help-fns' at runtime.  Don't require
16288         `button' for byte compilation.
16289         (describe-text-widget): Add `help-echo' for first button.
16290         Use `help-info' for second.
16291         (describe-property-list): Use `help-argument-name' instead of `italic'.
16292         (describe-text-category): Add prompt to interactive spec.
16293         Call `help-setup-xref'.
16294         (describe-char): Use `help-character-set'.  Add `help-echo' for
16295         code point.  Use `help-input-method'.  Remove superfluous insert.
16297 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16299         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16300         at point, in case of narrowing.
16302         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16304         * locate.el (locate-header-face): Allow nil in type.
16306         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16308 2005-12-25  Romain Francoise  <romain@orebokech.com>
16310         * battery.el (battery-linux-proc-acpi): Also try
16311         `/proc/acpi/thermal_zone/THM0/temperature'.
16313 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16315         * custom.el (custom-push-theme): Fix docstring.
16317         * cus-edit.el (custom-variable-set, custom-variable-save)
16318         (custom-variable-save): Custom-quote widget values.
16319         (customize-save-variable): Fix custom-push-theme call.
16321 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16323         * w32-fns.el (w32-batch-update-autoloads): New function.
16325         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16326         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16327         from the command line.
16329 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16331         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16332         reset means to remove setting from theme entirely.  Don't keep
16333         expanding theme-settings list; delete old entries if necessary.
16335         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16336         customization" button one line up.
16337         (custom-themed): New face.
16338         (custom-magic-alist): New value, THEMED, for theme settings.
16339         (custom-variable-state-set, custom-face-state-set):
16340         Check theme-value instead of saved-value.
16341         (custom-variable-reset-standard, custom-face-reset-standard):
16342         Remove theme setting entirely.  Recalculate new values.
16343         (custom-variable-set, custom-variable-set)
16344         (custom-variable-reset-saved, custom-variable-reset-backup)
16345         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16346         (custom-variable-save): Fix typos.
16348 2005-12-23  Juri Linkov  <juri@jurta.org>
16350         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16351         Add autoload cookies.
16352         (edebug-outside-d-c-i-n-s-w): New variable.
16353         (edebug-display, edebug-outside-excursion): Use it to save the
16354         original value of default-cursor-in-non-selected-windows.
16355         Set default-cursor-in-non-selected-windows to t while Edebug
16356         is active.
16357         (edebug-mode, edebug-eval-mode): Doc fix.
16359         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16360         with `buffer-substring-no-properties' to remove common substring
16361         highlighting.
16363         * info.el (info-other-window, info): Rename function argument
16364         `file' to `file-or-node'.
16365         (Info-complete-menu-item): Use local variable `complete-nodes' to
16366         keep the global value of `Info-complete-nodes' unchanged for
16367         subsequent completions.
16368         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16370         * simple.el (get-next-valid-buffer, last-buffer)
16371         (next-error-buffer-p, next-error-find-buffer)
16372         (minibuffer-history-sexp-flag): Doc fix.
16374         * savehist.el (savehist-mode-hook): Add `:group'.
16376         * log-view.el: Call autoload for vc-find-version.
16377         (log-view-current-file): Adjust subgroup numbers.
16378         (log-view-current-tag): Add `length'.
16380 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16382         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16384 2005-12-23  Juri Linkov  <juri@jurta.org>
16386         * hi-lock.el (hi-lock-archaic-interface-message-used)
16387         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16388         (hi-lock-mode): Display "Hi" in the mode line only when
16389         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16390         (hi-lock-write-interactive-patterns):
16391         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16392         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16393         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16394         font-lock-add-keywords to t.
16396 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16398         * hi-lock.el (hi-lock-highlight-range): New variable.
16399         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16400         only if font-lock-fontified is non-nil.  Remove overlays.
16401         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16402         font-lock-fontified is non-nil, otherwise use overlays (instead of
16403         text properties).
16404         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16405         New variables.
16406         (hi-lock-string-serialize): New function.
16408 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16410         * menu-bar.el (menu-find-file-existing): New function.
16411         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16413         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16415 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16417         * vc.el: Remove unnecessary leading * in docstrings.
16418         (vc-annotate-mode-map): Move initialization into declaration.
16419         (vc-static-header-alist): Nitpick on the regexp.
16420         (vc-default-init-version): New fun.
16421         (vc-register): Use it.
16422         (vc-insert-headers): Use dolist.
16423         (vc-annotate-get-backend): Remove unused function.
16424         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16425         (vc-annotate-mode): Remove corresponding call.
16426         (vc-annotate-car-last-cons): Simplify.
16427         (vc-annotate-buffers): Remove var.
16428         (vc-annotate-backend): Make it buffer-local.
16429         (vc-annotate): Move the interaction to the interactive spec.
16430         Add a `buf' argument.
16431         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16432         killing&creating a vc-annotate buffer, which is very disruptive when
16433         the buffers are shown in dedicated frames.
16435 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16437         * descr-text.el: Add FSF as maintainer.
16438         (describe-text-mode, describe-text-mode-map)
16439         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16440         help-mode.
16441         (describe-text-widget, describe-text-sexp)
16442         (describe-property-list, describe-text-category)
16443         (describe-text-properties, describe-text-properties-1)
16444         (describe-char): Use help buttons instead of widgets.
16445         (describe-char-unicodedata-file): Make URL link in doc string.
16447 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16449         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16450         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16451         Don't include buttons that write a file when there's no file.
16452         (custom-variable-menu, custom-face-menu, custom-group-menu):
16453         Don't include commands that write a file when there's no file.
16454         (customize-browse): Reword the top-of-buffer help intro.
16455         (custom-buffer-create-internal): Fix previous change.
16456         (customize-changed-options-previous-release): Prev release is 21.1.
16457         (customize-changed-options): Doc fix.
16458         (customize-changed): New alias.
16459         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16460         Say "standard values".
16461         (Custom-reset-standard): Doc fix.
16462         (custom-face-reset-standard): Doc fix.
16464 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16466         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16467         even if font-lock-mode is non-nil since it may be t without having
16468         turned on font-lock-mode-internal.
16469         (font-lock-choose-keywords): Minor optimization.
16470         (font-lock-add-keywords, font-lock-remove-keywords)
16471         (font-lock-set-defaults): Don't call make-local-variable on a variable
16472         that we know to already be local.
16474 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16476         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16477         messages if in the minibuffer.
16479 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16481         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16482         (tex-mode-flyspell-verify, flyspell-get-word)
16483         (flyspell-external-point-words): Don't use point-min/max uselessly.
16485         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16486         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16487         don't need to show it.
16489 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16491         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16493 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16495         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16496         delete-windows-on with an inexistent buffer.
16498 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16500         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16501         Delete defcustom variable :tag names.
16503 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16505         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16506         (log-view-font-lock-keywords): Ajust subgroup numbers.
16507         (log-view-current-tag): Don't hard code the number of subgroups.
16509 2005-12-20  Juri Linkov  <juri@jurta.org>
16511         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16512         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16514         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16515         (menu-bar-non-minibuffer-window-p): Instead of checking
16516         display-multi-frame-p, use selected-frame when menu-updating-frame
16517         is nil.
16519 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16521         * align.el (align-rules-list): Use [ \t] instead of \s-
16522         for column separators in text mode.
16524 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16526         * help-mode.el (help-customize-variable, help-customize-face):
16527         Don't pop help-xref-stack as help-follow no longer pushes
16528         anything on to it.
16530 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16532         * textmodes/org.el (org-agenda-custom-commands): New option.
16533         (org-agenda): Offer custom commands on splash screen.
16534         (org-make-tags-matcher): Parser for Boolean logic added.
16535         (org-agenda-set-tags): New command.
16536         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16537         (org-set-tags): Efficiency improvements.
16538         (org-auto-align-tags): New option.
16539         (org-todo, org-demote, org-promote): Realign tags.
16540         (org-tags-completion-function): Use also "&" and "|" as separators.
16541         (org-org-menu): Agenda commands simplified.
16543 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16545         * cus-edit.el (customize-apropos, customize-apropos-options):
16546         Docstring changes.
16548         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16550 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16552         * longlines.el (longlines-mode): Wrap while widened.
16553         (longlines-decode-region, longlines-encode-region): Compute max
16554         just once.
16556 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16558         * cus-edit.el (mac): New group.
16560         * cus-start.el (all): Add user options in macterm.c.  Add test for
16561         Mac-related built-ins.  Fix test for GTK-related built-ins.
16563         * term/mac-win.el (mac-handle-language-change)
16564         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16565         (mac-services-open-selection, mac-services-mail-selection)
16566         (mac-services-mail-to, mac-services-insert-text)
16567         (mac-dispatch-apple-event): Add docstrings.
16568         (x-get-selection, mac-select-convert-to-string): Select coding
16569         system from `utf-16be' and `utf-16le' using `byteorder'.
16571 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16573         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16574         a "list" (lambda ...) rather than a real completion list.
16576         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16577         lexical-let when encountering ((lambda (...) ...) ...).
16579 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16581         * progmodes/sh-script.el (sh-mode):
16582         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16583         * textmodes/picture.el (picture-mode): Update docstrings.
16585 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16587         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16588         commands enclosed in $(ARGQUOTE)s should not be split between two
16589         lines, as that will break with GNU Make >3.80, when sh.exe is used
16590         and arg quoting is with '..'.
16591         (autoloads): Don't break the quoted --eval expression between
16592         several lines.
16594 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16596         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16597         Capture error from printing circular structures.
16599 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16601         * wid-edit.el (widget-checkbox-action): Clear undo info.
16603 2005-12-16  Bill Wohler  <wohler@newt.com>
16605         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16606         bar, not menubar in comment.
16608 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16610         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16611         After-change-functions should not clobber the match data.
16613 2005-12-16  Juri Linkov  <juri@jurta.org>
16615         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16616         instead of `buffer-substring'.
16617         (completion-common-substring): Doc fix.
16618         (completion-setup-function): Use minibuffer-completion-contents
16619         instead of minibuffer-contents.  Don't set common-string-length
16620         initially.  Remove special handling of partial-completion-mode.
16621         Move computation of completion-base-size into one cond.
16622         Call completion-base-size-function in mainbuf.  In computation of
16623         completion-base-size for file name completion don't move point to
16624         the end of the minibuffer.  Move computation of common-string-length
16625         into one cond.  Start putting faces only when common-string-length>=0.
16626         Add condition to put completions-common-part when
16627         common-string-length>0.
16629         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16630         place point at the first different character in the minibuffer
16631         even if this position is at the beginning of the minibuffer.
16633         * info.el (Info-read-node-name-1): In completion-base-size-function's
16634         lambda return 1 if common-substring or minibuffer-completion-contents
16635         starts with (, and 0 otherwise.
16637         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16638         Use `crm-current-element' for second arg of `display-completion-list'.
16640 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16642         * files.el (set-auto-mode): Look for an interpreter specified on
16643         the first line also if search for mode specification succeeded,
16644         but the mode is not known.
16646 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16648         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16649         (org-open-at-point): Implement tag searches as links.
16650         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16651         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16652         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16653         (org-agenda-dispatch): New commands.
16654         (org-use-tag-inheritance, org-tags-column): New options.
16655         (org-tab-follows-link, org-return-follows-link): New options.
16656         (org-tags): New customize group.
16657         (org-start-icalendar-file): Get local time zone.
16658         (org-tags-completion-function): New function.
16659         (org-set-font-lock-defaults): Make sure links will also be
16660         highlighted inside headlines.
16662 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16664         * term.el (term-emulate-terminal):
16665         Let term-handle-ansi-terminal-messages override what Bash says about
16666         its current directory.
16668 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16670         * bindings.el (last-buffer): Move to simple.el.
16671         * simple.el (last-buffer): Move here.
16672         (get-next-valid-buffer): New function.
16673         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16674         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16676         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16677         * bindings.el (global-map): Ditto.
16679 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16681         * cus-edit.el: Introductory comment change.
16682         (custom-magic-alist): Change message string for the `rogue' state.
16684 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16686         * tooltip.el: Delete defcustom variable :tag names.
16688         * complete.el (partial-completion-mode): Doc fix.
16690         * textmodes/flyspell.el (flyspell-external-point-words):
16691         Use save-excursion to ensure we don't move backward in the
16692         search loop, not even one character.
16693         (flyspell-delete-all-overlays): Use remove-overlays directly.
16695         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16696         (ispell-start-process): Set that variable.
16697         Clear ispell-buffer-local-name.
16698         (ispell-internal-change-dictionary):
16699         Set ispell-current-dictionary after killing process.
16700         (ispell-buffer-local-dict):
16701         Don't set spell-personal-dictionary after killing process.
16702         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16703         (ispell-tex-skip-alists, ispell-html-skip-alists)
16704         (ispell-skip-region-alist): Mark as risky.
16706         * net/newsticker.el (newsticker--retrieval-timer-list)
16707         (newsticker--display-timer, newsticker-running-p)
16708         (newsticker-ticker-running-p): Definitions moved up.
16710 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16712         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16714 2005-12-15  David Ponce  <david@dponce.com>
16716         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16717         (recentf-edit-list, recentf-open-files): Signal an error when
16718         there is no recent file.
16720 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16722         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16723         read-only except for texinfo-format-region evaluation.
16725 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16727         * vc.el (vc-default-previous-version, vc-default-next-version)
16728         (vc-do-command): Doc fixes.
16730 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16732         * textmodes/bibtex.el (bibtex-expand-strings)
16733         (bibtex-autokey-expand-string, bibtex-name-part)
16734         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16735         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16736         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16737         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16738         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16739         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16740         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16741         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16742         (bibtex-beginning-of-last-entry): Remove.
16743         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16744         message if comma is missing but buffer is read-only.
16745         (bibtex-parse-field-text): Handle whitespaces at the end of field
16746         text.  Return 3-element list with beginning and end of field text
16747         and end of field.
16748         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16749         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16750         (bibtex-search-forward-field, bibtex-search-backward-field):
16751         Search always delimited by limits of entry.  Use more efficient
16752         search algorithms.
16753         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16754         bibtex-end-of-name-in-field.
16755         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16756         extracting the content of a field.
16757         (bibtex-text-in-field): Use search limits.
16758         (bibtex-parse-string-prefix): Handle empty string keys based on
16759         bibtex-string-empty-key.
16760         (bibtex-parse-string): Fix docstring.
16761         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16762         (bibtex-preamble-prefix, bibtex-strings): New functions.
16763         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16764         BibTeX entries (consistent with other BibTeX functions).
16765         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16766         (bibtex-search-entry): Fix docstring.  Simplify.
16767         (bibtex-flash-head, bibtex-complete-string-cleanup)
16768         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16769         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16770         (bibtex-parse-entry): New optional arg content.
16771         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16772         Use bibtex-text-in-field-bounds.
16773         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16774         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16775         bibtex-parse-string-postfix.
16776         (bibtex-find-text-internal): New function.
16777         (bibtex-remove-delimiters): Use it.
16778         (bibtex-find-text): Use it.  New optional arg help.
16779         (bibtex-complete): Handle BibTeX string and preamble entries.
16780         (bibtex-Preamble): Fix order of closing delimiters.
16782 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * vc.el (vc-default-revert): New fun.
16786         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16788 2005-12-14  Romain Francoise  <romain@orebokech.com>
16790         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16791         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16792         (font-lock-remove-keywords): Likewise.
16794 2005-12-14  Juri Linkov  <juri@jurta.org>
16796         * log-view.el (log-view-diff): Doc fix.
16798         * isearch.el (isearch-query-replace): Use (mark) instead of
16799         isearch-opoint if mark is active in transient-mark-mode.
16801 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
16803         * isearch.el (isearch-query-replace): Check for isearch-other-end.
16805 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
16807         * progmodes/cpp.el (cpp-face): New widget.
16808         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16810 2005-12-14  Juri Linkov  <juri@jurta.org>
16812         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16813         around `erase-buffer' and `insert'.
16815         * descr-text.el (describe-text-properties): Replace buffer name
16816         "*Help-2*" with "*Help*<2>".
16817         (describe-char): Add functions print-help-return-message,
16818         toggle-read-only.  Use help-setup-xref with nil to not store
16819         describe-char in help-xref-stack.  Use help-make-xrefs to
16820         make [back] button.
16822         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16824         * wdired.el (wdired-old-point): New internal variable.
16825         (wdired-change-to-wdired-mode): Set it buffer-locally.
16826         (wdired-abort-changes): Restore point after aborting changes.
16828 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16830         * vc.el (vc-do-command): Add a new value t for okstatus.
16832         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16833         frame in case of errors.
16835 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16837         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16838         so it comes after "On the Left" in the menu.
16840 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
16842         * cus-edit.el (customize-apropos, customize-apropos-options)
16843         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16845 2005-12-12  Bill Wohler  <wohler@newt.com>
16847         * vc-svn.el (vc-svn-registered): Fix problem of visiting
16848         non-writable Subversion-controlled files by saving window
16849         configuration before calling vc-do-command.  vc-do-command calls
16850         pop-to-buffer on error which is unexpected during registration.
16852 2005-12-12  Jay Belanger  <belanger@truman.edu>
16854         * calc/README: Update the summary of changes.
16856 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16858         * descr-text.el (describe-char): Rework last fix to solve the problem
16859         is the same way it's solved for everything else in that function
16860         (i.e. by extracting the info before setting up the *Help* buffer).
16862 2005-12-12  Kim F. Storm  <storm@cua.dk>
16864         * subr.el (version-regexp-alist): Allow space as separator before
16865         non-numeric part, e.g. "1.0 alpha".
16866         (version-to-list): Interpret .X.Y version as 0.X.Y version.
16868 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
16870         * textmodes/org.el (org-agenda, org-timeline, org-todo):
16871         Implement Logging and the keep-modes setting.
16872         (org-get-category): Make sure a string is returned.
16873         (org-log-done): New function.
16874         (org-log-done, org-closed-string): New options.
16876 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16878         * tooltip.el (tooltip-y-offset): Change default to 20.
16880 2005-12-12  Richard M. Stallman  <rms@gnu.org>
16882         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16884         * frame.el (display-hourglass): Doc fix.
16886         * help.el (help-for-help-internal): Simplify entry for `a'.
16888         * info.el (Info-on-current-buffer): Doc fix.
16889         (info-insert-file-contents): Don't test (featurep 'jka-compr).
16891         * startup.el (inhibit-splash-screen): Make this the real name.
16892         (inhibit-startup-message): Make this the alias.
16893         (command-line): Find only simple.el, and use its directory
16894         to fill in other preloaded files' names.
16895         (command-line): Deactivate the mark if deactivate-mark is set.
16897         * international/mule.el (load-with-code-conversion):
16898         Bind deactivate-mark.
16900         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16902 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
16904         * cus-edit.el (customize-apropos): Avoid listing an option more
16905         than once under different aliases.  No longer list user options
16906         that are not defined with defcustom (unless a prefix arg is given).
16907         Doc fix.
16908         (customize-apropos-options): Doc fix.
16910 2005-12-11  Juri Linkov  <juri@jurta.org>
16912         * frame.el (set-background-color, set-foreground-color)
16913         (set-cursor-color, set-mouse-color, set-border-color):
16914         Add explicit prompts to read colors by `facemenu-read-color'.
16915         (show-trailing-whitespace, blink-cursor-delay)
16916         (blink-cursor-interval, display-hourglass, hourglass-delay):
16917         Remove tags.
16918         (display-hourglass, hourglass-delay): Doc fix.
16919         (cursor-in-non-selected-windows): Capitalize words in tag.
16921         * faces.el (frame-background-mode): Replace `choice-item' keywords
16922         with `const' to not make [default] button.  Change default value tag
16923         from `default' to `automatic'.  Doc fix.
16924         (trailing-whitespace) <defface>: Change group `whitespace' to
16925         `whitespace-faces'.
16927 2005-12-11  Richard M. Stallman  <rms@gnu.org>
16929         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16931 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16933         * term/mac-win.el: Create keymap for mac-apple-event-map.
16935 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
16937         * tooltip.el (tooltip-mode): Move to start of file so that it
16938         appears at top of customize buffer.
16940         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16941         Add the gud groupname.
16942         (gud-tooltip-mode): Add the tooltip groupname.
16943         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
16944         avoid conflict with tooltip-use-echo-area.
16946 2005-12-10  Romain Francoise  <romain@orebokech.com>
16948         * help.el (help-for-help-internal): Add `r' in doc string.
16950 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16952         * align.el (align-regexp, align-highlight-rule):
16953         Use region-beginning and region-end instead of point and mark, so that
16954         repetition (with `repeat-complex-command') recomputes the region
16955         bounds.
16957 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16959         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16960         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16961         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16962         (balance-windows): Rewrite using the above new functions.
16964 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
16966         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16967         react if global-hi-lock-mode seems intended.
16968         (global-hi-lock-mode): Renamed from hi-lock-mode.
16969         (hi-lock-archaic-interface-message-used)
16970         (hi-lock-archaic-interface-deduce): New variables.
16971         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16972         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16973         (hi-lock-find-patterns, hi-lock-font-lock-hook):
16974         Replace hi-lock-buffer-mode with hi-lock-mode.
16976 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
16978         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16979         completion list, even after a partial completion has been
16980         inserted in the current buffer.  If there are more than 1
16981         completion, redisplay the *Completions* buffer; if the
16982         completion is unique, delete the *Completions* window.
16984 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
16986         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16987         strings and long subject lines that were broken into multiple
16988         lines at arbitrary places.  Handle subjects that have "Re: " in
16989         the middle.
16991 2005-12-10  John W. Eaton  <jwe@octave.org>
16993         * emacs/octave-mod.el (octave-electric-space): Don't indent
16994         comments or strings if octave-auto-indent is nil.
16996 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16998         * term/mac-win.el: Require url when compiling.
16999         Call mac-process-deferred-apple-events after loading init files.
17000         (mac-apple-event-map): New defvar.  Define event handlers in it.
17001         (core-event, internet-event): New Apple event class symbols.
17002         (open-application, reopen-application, open-documents)
17003         (print-documents, open-contents, quit-application)
17004         (application-died, show-preferences, autosave-now, get-url):
17005         New Apple event ID symbols.
17006         (about): New HICommand ID symbol.
17007         (mac-event-spec, mac-event-ae): New macros.
17008         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17009         (mac-ae-selection-range, mac-ae-text-for-search)
17010         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17011         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17012         and Services menu events are now defined in mac-apple-event-map.
17013         (mac-drag-n-drop): Remove selection range handling.
17015 2005-12-10  Kenichi Handa  <handa@m17n.org>
17017         * simple.el (zap-to-char):
17018         * isearch.el (isearch-process-search-char): Translate CHAR by
17019         translation-table-for-input.
17021 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17023         * foldout.el (foldout-exit-fold): Properly hide subtree.
17025 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17027         * files.el (save-buffer):
17028         * international/ucs-tables.el (ucs-set-table-for-input):
17029         * mail/mail-extr.el (mail-extract-address-components):
17030         * mail/sendmail.el (mail-mode): Reformat doc string.
17032 2005-12-09  Juri Linkov  <juri@jurta.org>
17034         * isearch.el (isearch-highlight): Change main overlay priority
17035         from 1 to 1001.  Simplify.
17036         (isearch-lazy-highlight-update): Change lazy overlay priority
17037         from 0 to 1000.
17039         * replace.el (replace-highlight): Change overlay priority from
17040         1 to 1001.
17042         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17043         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17045         * compare-w.el (compare-windows-highlight): Change overlay
17046         priority from 1 to 1000.
17048         * menu-bar.el (menu-bar-edit-menu): Add listp around
17049         pending-undo-list to disable menu item "undo" when pending
17050         undo list is empty.
17052         * locate.el (locate): Disable undo in *Locate* buffer.
17054 2005-12-09  Kim F. Storm  <storm@cua.dk>
17056         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17058 2005-12-09  David Ponce  <david@dponce.com>
17060         * recentf.el: Improvement of the menu code.
17061         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17062         instead of menu hook.
17063         (recentf-show-menu, recentf-hide-menu): New functions.
17064         (recentf-menu-customization-changed, recentf-mode): Use them.
17065         (recentf-menu-action, recentf-max-menu-items)
17066         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17067         (recentf-arrange-by-rule-others)
17068         (recentf-arrange-by-rules-min-items)
17069         (recentf-arrange-by-rule-subfilter): Don't use
17070         `recentf-menu-customization-changed'.
17071         (recentf-arrange-rules): Likewise.  Accept functions to compute
17072         sub-menu titles.
17073         (recentf-menu-filter): Likewise.  Doc fix.
17074         (recentf-menu-value-shortcut): Doc fix.
17075         (recentf-dump-variable): Quote atom value.
17076         (recentf-make-menu-items): Update to use it as a menu filter.
17077         (recentf-match-rule): New function.
17078         (recentf-arrange-by-rule): Use it.
17079         (recentf-indirect-mode-rule): New function.
17080         (recentf-build-mode-rules): Use it.
17081         (recentf-dir-rule): New function.
17082         (recentf-arrange-by-dir): Use it.
17083         (recentf-filter-changer-current): Rename from
17084         `recentf-filter-changer-state'.  All references updated.
17085         (recentf-filter-changer-alist): Update filter names.
17086         (recentf-filter-changer-select): New function.
17087         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17088         available in `recentf-filter-changer-alist'.
17089         (recentf-data-cache, recentf-clear-data)
17090         (recentf-update-menu): Remove.  All references updated.
17091         (recentf-match-rule-p, recentf-build-dir-rules)
17092         (recentf-filter-changer-goto-next)
17093         (recentf-filter-changer-get-current)
17094         (recentf-filter-changer-get-next): Remove.
17096 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17098         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17099         buffer "Reset" button to "Reset to Current" for consistency with
17100         the State buttons.
17102 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17104         * ibuf-ext.el (define-ibuffer-filter filename):
17105         If `dired-directory' is a list then really use its car.
17107 2005-12-08  Kim F. Storm  <storm@cua.dk>
17109         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17110         Fix indention of text on right side of replaced rectangle.
17112 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17114         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17115         No need to check gud-comint-buffer is bound.
17116         (gdb): Prevent multiple debugging when first session uses gdba.
17118 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17120         CC Mode update to 5.31.
17122         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17123         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17124         We might do this function properly in the future).
17126         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17127         New macros c-sentence-end and c-default-value-sentence end, to cope
17128         with Emacs 22's new function `sentence-end'.
17130 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17132         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17133         compat issue using `c-put-overlay' and `c-delete-overlay'.
17135         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17136         New compat macros to handle overlays/extents.
17138 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17140         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17141         (for GNU Emacs 20.4).
17143         * progmodes/cc-defs.el:
17144         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17146         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17147         highlighting mechanism so it will work in XEmacs too.
17149         * progmodes/cc-defs.el: Insert c-int-to-char.
17151         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17152         call to the new macro c-int-to-char.  This solves XEmacs's
17153         regarding characters as different from integers.
17155 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17157         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17158         New internal helper.
17160         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17161         construct to make the indirect face lookup work in XEmacs.
17163         (c-cpp-matchers): Append the negation char face to the existing
17164         fontification, so that the cpp face doesn't disappear.
17165         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17166         and strings.
17168         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17169         to map to `font-lock-negation-char-face' in emacsen where it exists.
17171 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17173         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17175         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17176         Rename "c-subword-move-mode" as "c-subword-mode".
17178         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17179         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17181 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17183         * progmodes/cc-mode.el: Added autoload directive for
17184         `c-subword-move-mode' for use in older emacsen.
17186 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17188         * progmodes/cc-mode.el:
17189         (i): Insert a binding for C-c C-backspace into
17190         c-bind-special-erase-keys which works in TTYs.
17191         (ii): Make sure that when file styles are used, any explicitly
17192         given style variables take priority over those in the style.
17193         Do this by calling `hack-local-variables' a second time.
17195         * progmodes/cc-vars.el: Add language specific customization
17196         widgets for AWK to c-doc-comment-style, c-require-final-newline
17197         and c-default-style.  Add a defcustom for awk-mode-hook.
17198         Give c-syntactic-element and c-syntactic-context doc-strings by
17199         directly setting their `variable-documentation' propery.
17200         This allows Emacs 22.1 to read these with C-h v.
17202         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17204 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17206         * progmodes/cc-fonts.el, cc-vars.el
17207         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17208         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17209         Masatake YAMATO.
17211         (c-doc-comment-style): Made GtkDoc default in C mode.
17213         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17214         and C-c C-<delete>.
17216         (c-bind-special-erase-keys): New function for use on
17217         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17219         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17220         <delete> key behavior in XEmacs according to `delete-forward-p'.
17221         C.f. `c-electric-delete'.
17223 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17225         * progmodes/cc-mode.el: Give c-hungry-backspace and
17226         c-hungry-delete-forward permanent key bindings.
17228         * progmodes/cc-cmds.el (c-electric-semi&comma):
17229         Bind c-syntactic-context for calls to "criteria functions", for
17230         consistency with other calls to user functions.
17232         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17233         `current-prefix-arg', since this might be the prefix arg to a
17234         command which calls c-indent-command as a function.  Change the
17235         interactive spec from "p" to "P".
17237         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17238         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17239         was difficult to understand.
17241 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17243         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17244         first char of an identifier.
17246         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17247         +" syntax in C++.
17249 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17251         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17252         auto-fill doesn't split a c-comment's last word from a hanging
17253         "*/" when a space is typed between them after fill-column.
17255         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17257         * progmodes/cc-styles.el (c-set-style)
17258         (c-setup-paragraph-variables): Abort the command if we're not in a
17259         CC Mode buffer.
17261         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17262         with blank comment-prefix, and a blank line as the comment's
17263         second line.
17265 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17267         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17268         Incorporate the patterns added in the Emacs development branch
17269         for the new Emacs 22 face `font-lock-negation-char-face'.
17271         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17272         of "red" since it stands out better in xterms and DOS terminals.
17274         * progmodes/cc-engine.el (c-literal-faces):
17275         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17277 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17279         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17280         forcibly enable c-electric-flag.
17282         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17283         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17284         after the comment-prefix of a C-style comment will close that comment.
17286 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17288         * progmodes/cc-fonts.el (c-basic-matchers-before)
17289         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17290         in Pike.
17292         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17293         digraphs.
17295         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17296         (c-cpp-message-directives, c-cpp-include-directives)
17297         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17298         (c-cpp-expr-directives): Introduce new language constants to
17299         control cpp syntax in a cleaner way.
17301         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17303         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17305         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17306         (c-multiline-string-start-char): New language constants and
17307         variables to specify how newlines in string literals work.
17309         (c-font-lock-invalid-string): Use them.
17311         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17312         unbalanced close brace is entered.  Optimization by avoiding going
17313         back over arbitrarily large blocks.  Removed hints that this
17314         function only would be relevant/useful in AWK.
17316         (c-electric-brace): Indent syntactically after the cleanups since
17317         lineup functions might do it differently then.
17319         * progmodes/cc-engine.el, cc-langs.el
17320         (c-opt-op-identifier-prefix): New language constant and variable.
17322         (c-just-after-func-arglist-p, c-after-special-operator-id)
17323         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17325         * progmodes/cc-align.el, cc-engine.el
17326         (c-after-special-operator-id): New helper to handle C++ operator
17327         identifiers.
17329         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17330         (c-guess-basic-syntax): Handle C++ operator identifiers in
17331         declarations.
17333         * progmodes/cc-langs.el (c-assignment-operators): Add the
17334         trigraph version of ^= too.
17336         * progmodes/cc-langs.el (c-assignment-operators): Add the
17337         trigraph version of |= in C++.
17339         * progmodes/cc-fonts.el (c-font-lock-declarators):
17340         Handle `c-decl-hangon-kwds' after the identifier name.
17342         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17343         whether an arglist is "nonempty", ignore a comment after the open
17344         paren if it isn't followed by a non-comment token on the same line.
17346         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17347         Enable heuristics below the point to cope with classes inside special
17348         brace lists in Pike.
17350 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17352         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17354 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17356         * progmodes/cc-guess.el (cc-guess-install): New function to
17357         install an already guessed style in another buffer.
17359         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17360         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17361         anyway if the change always is undone.
17363 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17365         Implement togglable electricity:
17367         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17368         saying when it should be used.
17370         * progmodes/cc-engine.el: Add the new buffer-local variable,
17371         c-electric-flag.
17373         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17374         c-toggle-auto-newline.
17376         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17377         c-toggle-auto-newline.  Remove the binding for
17378         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17379         c-toggle-electric-state.
17381         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17383         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17384         c-\(forward\|backward\)-subword.
17385         (c-update-modeline): Add the new modeline flag `l' for
17386         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17387         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17388         Make the old name an alias of the new name.
17389         (c-toggle-electric-state): New function.
17390         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17391         Adapt these functions to do electric things only when
17392         c-electric-flag is non-nil.
17393         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17394         new functions from c-electric-brace.
17395         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17396         mode, so that the tentative extra newline doesn't change the
17397         syntax of the following brace.
17398         (c-electric-brace): Restructure by extracting the above functions.
17399         Tidy up the coding somewhat.
17400         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17401         restructure a bit.
17403 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17405         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17406         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17408         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17409         (c-submode-indicators): Change name from `c-auto-hungry-string'
17410         since it's now used to track another submode.
17412         (c-update-modeline): Convert to function and extended to check
17413         `c-subword-move-mode'.
17415         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17416         Convert to compat aliases for `c-forward-subword' and
17417         `c-backward-subword'.
17419         * progmodes/cc-subword.el: New functions and minor mode to handle
17420         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17422         (c-forward-subword, c-backward-subword, c-mark-subword)
17423         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17424         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17425         Functions corresponding to the standard word handling functions.
17427         (c-subword-move-mode): Minor mode that replaces all the standard
17428         word handling functions with their subword equivalences.
17430 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17432         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17433         entry for one-liner-defun.
17435         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17436         name in its def-edebug-spec.
17438         * progmodes/cc-cmds.el (c-electric-brace): Make the
17439         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17440         compacts space before a comment, if this will make things fit on
17441         one line.
17443         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17445         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17447         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17448         clean-up one-liner-defun.
17450         * progmodes/cc-styles.el: Add the new "awk" style.
17452         * progmodes/cc-vars.el: Add description of one-liner-defun to
17453         c-cleanup-list's doc-string.  New user options,
17454         c-max-one-liner-length.  In c-default-style, set the default style
17455         for AWK to "awk".
17457 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17459         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17460         macros inside labels.
17462         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17463         `c-at-statement-start-p' and `c-at-expression-start-p'.
17465         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17466         error if the mark isn't set.
17468         * progmodes/cc-engine.el (c-guess-continued-construct)
17469         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17470         accurately detect functions inside functions.
17472         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17473         like `c-at-statement-start-p' that additionally recognizes commas
17474         and expression parentheses as delimiters.
17476         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17477         to avoid heuristics that doesn't work for unclosed blocks.
17478         (c-at-statement-start-p): New function.
17480         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17481         Objective-C directives, e.g. directives spanning lines should work
17482         reasonably well now.
17484         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17486         (c-forward-objc-directive): New function to move over any ObjC
17487         directive.
17489         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17490         (c-basic-matchers-before): Use it.
17492         (c-font-lock-objc-iip-decl): Remove.
17494         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17495         in the template arglist recognition.
17497         * progmodes/cc-styles.el (c-style-alist): Fix several
17498         inconsistencies in the Whitesmith style.
17500         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17501         New lineup function to get lines after Whitesmith style blocks
17502         correctly indented.
17504         (c-lineup-whitesmith-in-block): Back out the compensation for
17505         opening parens since it's done using `add' lists in the style
17506         definition instead.  Don't use the anchor position since it varies
17507         too much between the syntactic symbols. :P
17509         * progmodes/cc-vars.el (c-valid-offset): Update.
17511         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17512         lists where the offsets are combined according to several
17513         different methods: `first', `min', `max', and `add'.
17514         Report offset evaluation errors with `c-benign-error' so that some kind
17515         of reindentation still is done.
17517         * progmodes/cc-engine.el (c-guess-basic-syntax):
17518         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17519         `arglist-close'.
17521         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17522         situations for `arglist-cont-nonempty' and `arglist-close'.
17524         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17526         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17527         cc-bytecomp-boundp' in a number of places.
17529         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17530         macro related issue.
17532 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17534         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17535         list is now [asdf], a char class [:alpha:].
17536         Include code for char classes.
17537         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17538         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17540         Remove (nearly all of) the cruft associated with AWK Mode's former
17541         concept of "virtual semicolons":
17543         Adapt c-beginning-of-statement, c-end-of-statement (together with
17544         subfunctions) to use the new notion of "virtual semicolon" in
17545         place of the old awkward special handling for AWK.  There remains
17546         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17547         * progmodes/cc-cmds.el:
17548         (c-ascertain-adjacent-literal): In the backwards direction, now
17549         recognises AWK regexp delimiters as string delimiters.
17550         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17551         check more rigorously for "end of macro".
17552         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17553         virtual semicolons;
17554         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17555         out the code for forward movement into ...
17556         (c-end-of-statement): Now contains the code for forward movement,
17557         adapted for virtual semicolons.
17559         * progmodes/cc-engine.el:
17560         (c-ws*-string-limit-regexp): New regexp.
17561         (c-forward-single-comment, c-backward-single-comment): Comment out
17562         the (now redundant) "special" AWK stuff.
17564         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17565         c-string-par-start, c-string-par-separate to be more like Text
17566         Mode than Fundamental Mode.
17568 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17570         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17571         to the fontified region so that fontification doesn't occur
17572         outside it (could happen e.g. when fontifying a line with an
17573         unfinished declaration).
17575 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17577         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17578         start of the file.  ^L now separate sections of the file.
17579         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17580         (c-awk-one-line-possibly-open-string-re)
17581         (c-awk-regexp-one-line-possibly-open-char-class-re)
17582         (c-awk-one-line-possibly-open-regexp-re)
17583         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17584         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17586         Amend the concept of "virtual semicolons" (in the indentation
17587         engine) for languages like AWK, such that they are now
17588         conceptually attached to end of the last token of a statement, not
17589         the end of the line.  (In AWK Mode, however, the pertinent text
17590         property is still physically set on the EOL.)  Remove the specific
17591         tests for awk-mode, thus facilitating the introduction of other
17592         language modes where EOLs can end statements.
17593         (Note: The funtionality in cc-cmds.el, specifically
17594         c-beginning/end-of-statement has yet to be amended.)
17596         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17597         New macros.
17599         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17600         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17601         c-vsemi-status-unknown-p-fn (in a new page).
17603         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17604         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17605         numerous awkward forms like
17606         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17607         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17608         variable before-ws-ip, the place just after char-before-ip appears.
17610         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17611         a comment.
17613 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17615         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17616         `c-tentative-buffer-changes'.
17618         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17619         convert to macro to choose between Emacs and XEmacs at compile time.
17621         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17623         (c-tentative-buffer-changes): New macro to handle temporary buffer
17624         changes in a convenient way.
17626         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17627         for `c-tentative-buffer-changes'.
17629         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17630         the checks for paren sexps between the point and the keyword, to
17631         avoid some false alarms.
17633         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17634         Fixed a situation where an error could be thrown for unbalanced
17635         parens.  Changed to make use of c-keyword-member' to avoid some
17636         repeated regexp matches.
17638         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17639         These language variable are no longer necessary.
17641         (c-block-stmt-kwds): New language constant used by
17642         c-looking-at-inexpr-block'.
17644         (c-guess-basic-syntax): Remove an optional check that looked at
17645         the existence of the now removed language variables.
17647         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17648         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17649         object instantiation expressions as declarations in some contexts.
17650         This bug only affected languages where the declarator can't be
17651         enclosed in parentheses.
17653         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17654         insert newlines before and after substatement braces.
17656         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17657         function declaration headers and the handling of C++ style member
17658         init lists.
17660         (c-just-after-func-arglist-p): Rewritten to use
17661         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17663         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17665         (c-guess-basic-syntax): Adapt case 5B for the new
17666         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17667         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17668         covers all cases now).
17670         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17672 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17674         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17675         c-string-par-start/separate c-sentence-end-with-esc-eol,
17676         initialised in c-setup-paragraph-variables, used in string
17677         scanning subroutines of c-beginning-of-statement.
17679         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17680         which precedes the newly inserted `{'.
17682 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17684         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17685         function for declaration level blocks.  It should now cope with
17686         templates better and also be a lot more comprehensible.
17688         (c-looking-at-decl-block): The new function.
17690         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17691         for compatibility.
17693         (c-add-class-syntax, c-guess-continued-construct)
17694         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17696         (c-decl-block-key): Change to tell apart ambiguous and
17697         unambiguous keywords.  Pike specials are now handled directly in
17698         the code instead.
17700         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17701         New language constants and variables to make the backward skip in
17702         `c-looking-at-decl-block' as tight as possible.
17704         (c-nonsymbol-token-char-list): New language constant.
17706         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17707         find balanced template arglists backwards.
17709         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17710         making char classes for `c-syntactic-skip-backward'.
17712         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17713         16D - can't be a class-close at that point.
17715         * progmodes/cc-engine.el (c-guess-basic-syntax)
17716         (c-add-class-syntax): Don't narrow out the enclosing declaration
17717         level.  This makes everything a lot easier, and it was actually
17718         only four small places that needed it to work.  Some places that
17719         previously did `widen' are removed now, which has the effect that
17720         `c-guess-basic-syntax' never will look at things outside the
17721         current narrowment now.  The anchor position for `topmost-intro'
17722         is affected by this, but it was so bogus it was basically useless
17723         before, and now it's equally bogus but in a slightly different way.
17725         (c-narrow-out-enclosing-class): Gone.
17727         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17728         the narrowed region.
17730         (c-least-enclosing-brace): Remove silly optional argument.
17732         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17733         the point could be left directly after an open paren when finding
17734         the beginning of the first decl in the block.
17736         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17737         Specify which submatch to use.
17739         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17741         (c-decl-start-re): No longer any need for special treatment of
17742         ObjC due to the above.
17744         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17745         presumably follows C in that regard.
17747         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17748         New language constants to specify operator tokens inside
17749         identifiers in a more high level way.
17751         (c-opt-identifier-prefix-key): New internal language constant.
17753         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17754         (c-identifier-start, c-identifier-key): Now completely calculated
17755         from other constants.
17757         (c-identifier-last-sym-match): Decommission since it's no longer used.
17759         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17761         * progmodes/cc-engine.el (c-forward-name): Remove the
17762         optimization when c-identifier-key is equal to c-symbol-key since
17763         it doesn't work in byte compiled files.  Don't record empty
17764         regions as identifiers.
17766         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17767         simplify access to `c-operators' and its likes.
17769         (c-operator-list, c-all-op-syntax-tokens)
17770         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17771         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17772         (c-primary-expr-regexp, c-cast-parens): Use it.
17774         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17775         an explicit language in functions.
17777         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17778         variant of adornment.
17780         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17781         variable.
17783         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17784         the Pike value.
17786         * progmodes/cc-engine.el (c-on-identifier)
17787         (c-simple-skip-symbol-backward): Small fix for handling "-"
17788         correctly in `skip-chars-backward'.  Affected the operator lfun
17789         syntax in Pike.
17791         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17792         diagnostic message about precompiled language vars not being used.
17794         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17795         "__attribute__" is followed by a parenthesis.
17797         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17798         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17799         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17801         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17802         Internal cleanups to properly detect the declared identifiers in
17803         various declarations.
17805         (c-decl-start-kwds): New language constant to recognize
17806         declarations that can start anywhere.  Used for class declarations
17807         in Pike.
17809         (c-specifier-key, c-not-decl-init-keywords)
17810         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17811         (c-find-decl-spots): Implement `c-decl-start-kwds'.
17813         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17814         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17815         handling of the compiler specific extension keywords into a new
17816         language constant `c-decl-hangon-kwds' that defines keyword
17817         clauses to be ignored in declarations.
17819         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17820         past unrecognized tokens when handling `c-colon-type-list-kwds'.
17821         Necessary to stop at the declared identifier in e.g. IDL valuetype
17822         declarations.
17824         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17825         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17826         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17827         (c-forward-decl-or-cast-1): Recognize the declared identifier in
17828         class and enum declarations as such and not as part of the type.
17830         (c-forward-decl-or-cast-1, c-forward-label): Relax the
17831         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17833         (c-forward-decl-or-cast-1): Don't disregard sure signs of
17834         declarations when there's some syntax error later on.
17836         (c-complex-decl-matchers): Did away with a reference to
17837         `c-specifier-key'.
17839         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17840         value - this variable is always dynamically bound.
17842         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17843         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17844         * cc-cmds.el, cc-defs.el: Change the policy for marking up
17845         functions that might do hidden buffer changes: All such internal
17846         functions are now marked instead of those that don't.
17848         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17849         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17850         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17851         (c-literal-type): Allow these functions to make hidden buffer changes,
17852         so that they are free to use text property caching later on.
17854         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17855         (c-electric-brace, c-electric-slash, c-electric-star)
17856         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17857         (c-electric-paren, c-electric-continued-statement, c-indent-command)
17858         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17859         (c-context-line-break): Add `c-save-buffer-state' calls to comply
17860         with the changed semantics of the functions above.
17862         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17863         when macros occur in obscure places.  Optimized the sexp movement
17864         a bit.
17866 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17868         Enhancements for c-beginning-of-statement to work in AWK Mode:
17870         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17871         (completed statement) with `}' (statement completed by closing
17872         brace or semicolon) and `$' (statement completed by EOL).
17874         (c-awk-virtual-semicolon-ends-prev-line-p)
17875         (c-awk-virtual-semicolon-ends-line-p)
17876         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17877         (c-awk-at-statement-end-p): New functions.
17879         * progmodes/cc-cmds.el: Simplify the structure of functions
17880         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
17881         two functions and c-beginning-of-statement to handle AWK Mode.
17883         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17884         c-backward-single-comment for AWK mode.  Attempt to clarify their
17885         doc-strings.
17887         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17889 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17891         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17892         label handling.  Labels are now recognized in a uniform and more
17893         robust way, regardless of context.  Text properties are put on all
17894         labels to recognize the following declarations better.
17895         Multiword labels are handled both in indentation and fontification for
17896         the benefit of language extensions like Qt.  For consistency, keywords
17897         in labels are now fontified with the label face instead.
17898         That also applies to "case" and "default".
17900         (c-beginning-of-statement-1): Fix some bugs in the label
17901         handling.  Disregard `c-nonlabel-token-key' in labels that begin
17902         with `c-label-kwds'.
17904         (c-find-decl-spots): Support that the callback adds more
17905         `c-decl-end' spots to find.
17907         (c-forward-decl-or-cast-1): Don't treat a list of plain
17908         identifiers followed by a colon as a declaration.
17910         (c-forward-label): New function to recognize labels.
17912         (c-guess-basic-syntax): Replace uses of `c-label-key' with
17913         `c-forward-label'.  Moved the label recognition cases (14 and 15)
17914         earlier since they aren't so context sensitive now.  Handle labels
17915         on the top level gracefully.  Moved access label recognition to
17916         the generic label case (CASE 15) - removed CASE 5E.
17918         (c-font-lock-declarations): Add recognition of labels in the
17919         same round since we need to handle labels in parallell with other
17920         declarations to recognize both accurately.  It should also improve
17921         speed.
17923         (c-simple-decl-matchers, c-basic-matchers-after):
17924         Move `c-font-lock-labels' so that it only is used on decoration level 2
17925         since `c-font-lock-declarations' handles it otherwise.
17927         (c-complex-decl-matchers): Remove the simplistic recognition of
17928         access labels.
17930         (c-decl-prefix-re): Remove the kludges that was necessary to cope
17931         with labels earlier.
17933         (c-decl-start-re): New language variable to make
17934         `c-font-lock-declarations' stop for the special protection labels
17935         in Objective-C that start with `@'.
17937         (c-label-key): Remove since it's no longer used.
17939         (c-recognize-colon-labels, c-label-prefix-re): New language
17940         constants to support recognition of generic colon-terminated labels.
17942         (c-type-decl-end-used): `c-decl-end' is now used whenever there
17943         are colon terminated labels.
17945         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17946         first argument starts with a special brace list.
17948         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17949         (c-font-lock-declarations): Break out the declaration and cast
17950         recognition from `c-font-lock-declarations' to a new function, so
17951         that it can be used in the indentation engine.
17953         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17954         up to the start of the literal.  Fixed bug with the point on the
17955         wrong side of the search limit that could happen when the start
17956         position is inside a literal.
17958         * progmodes/cc-engine.el (c-parse-state)
17959         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17960         so that it's kept a little bit back to increase the hit rate.
17962         (c-parse-state): Change the macro handling and fixed some
17963         glitches.  Macro context is checked more often than necessary now,
17964         but otoh less garbage conses are generated.
17966         * progmodes/cc-engine.el (c-parse-state)
17967         (c-invalidate-state-cache): Cache the last position where
17968         `c-state-cache' applies.  This can speed up refontification quite
17969         a bit in blocks where there are many non-brace parens before the point.
17971         (c-state-cache-end): New variable for this.
17973         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17974         cache variable.
17976         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17977         get close initial continue positions when the start position is
17978         inside a literal or macro.  Do not call the callback for spots
17979         before the start position (which can happen e.g. for `c-decl-end'
17980         spots inside comments).  Optimize better in special cases when the
17981         region is a single line inside a literal or macro (typically when
17982         the current line is refontified).
17984         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17985         to `c-add-stmt-syntax' - there's no need to explicitly whack off
17986         entries from the paren state.
17988         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17989         special case for "else if" clauses.
17991         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17992         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17994         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17995         New language variable to recognize the gcc extension with statement
17996         blocks inside expressions.
17998         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17999         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18000         no longer used and hence removed.
18002         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18003         to `c-add-stmt-syntax'.
18005         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18006         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18007         This fixes bogus label recognition.
18009         * progmodes/cc-engine.el (c-add-type, c-check-type)
18010         (c-forward-name, c-forward-type): Improve storage of template
18011         types in `c-found-types' so that they can be recognized better.
18013         (c-syntactic-content): Add option to skip past nested parens.
18015         * progmodes/cc-engine.el (c-forward-name):
18016         Set `c-last-identifier-range' all the time.  It's less work that way.
18017         Handle that there might not be an identifier to store in
18018         `c-last-identifier-range'.
18020         (c-forward-type): Handle that `c-last-identifier-range' might be
18021         nil from `c-forward-name'.
18023         * progmodes/cc-defs.el (c-safe-scan-lists)
18024         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18026         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18027         to work even if the form fails.
18029         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18030         down in a large file in one go.
18032         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18034         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18035         function which is like `c-lineup-math' but returns nil instead of
18036         `c-basic-offset' when it doesn't match.
18038         (c-lineup-math): Change to use `c-lineup-assignments'.
18040 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18042         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18043         c-beginning-of-statement.  New subfunctions
18044         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18046 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18048         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18049         hardcoded char classes whereever possible.  Changed a couple of
18050         places to use skip by syntax instead of skip by char class.
18052         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18053         Fix a bug in the regexp that caused extreme backtracking.
18055         * progmodes/cc-langs.el (c-block-comment-starter)
18056         (c-block-comment-ender): New language constants to specify in a
18057         single place how block comments look.
18059         (c-comment-start-regexp, c-block-comment-start-regexp)
18060         (comment-start, comment-end, comment-start-skip)
18061         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18062         (c-syntactic-ws, c-nonempty-syntactic-ws)
18063         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18064         `c-line-comment-starter', `c-block-comment-starter' and
18065         `c-block-comment-ender'.
18067         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18068         New language constants to break up things a bit.
18070         (c-simple-ws): New language constant for simple whitespace.
18072         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18074         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18075         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18076         newlines.  Allow and ignore nil elements in the list.
18078 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18080         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18081         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18083         * progmodes/cc-cmds.el: Tidy up the comments in
18084         c-beginning-of-statement and subfunctions.
18086         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18087         more flexible c-put-char-property and c-clear-char-properties.
18088         Add the author's email address.
18090         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18092         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18093         closing "*/" of a block comment.
18095         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18096         subfunctions) so that it works at BOB and EOB.
18098         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18099         c-beginning-of-statement, including new variable
18100         c-block-comment-start-regexp.
18102 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18104         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18105         symbols from `*-font-lock-extra-types' so that there's no need to
18106         use `regexp-opt' on those lists.
18108         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18109         `c-type-modifier-kwds' is empty.
18111         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18112         there are several strings on the same line.
18114         * progmodes/cc-engine.el (c-literal-limits): Remove the
18115         compatibility function for older emacsen.  `c-literal-limits-fast'
18116         has now taken the place of this function.
18118         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18119         with older emacsen: We now require `pps-extended-state'.
18121 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18123         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18124         which obviates the need to hack sentence-end.  This now handles
18125         escaped newlines in strings correctly.  Correct minor bugs in
18126         c-move-over-sentence and in c-beginning-of-statement.
18128         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18129         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18130         that movement over macros and code are rigorously separated from
18131         eachother.  Correct a few incidental bugs.
18133         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18134         Improve its doc-string.  Improve the handling of certain specific cases.
18136 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18138         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18139         (c-guess-basic-syntax): Change the way class-level labels are
18140         recognized; they can now contain essentially any symbols.
18142         (c-opt-extra-label-key): New language variable to cope with the
18143         special protection label syntax in Objective-C.
18145         (c-opt-access-key): Remove; this is now handled better by
18146         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18148         (c-complex-decl-matchers): Update to handle that
18149         `c-opt-access-key' no longer exists.
18151         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18152         improved label recognition in `c-beginning-of-statement-1'.
18154         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18155         Recognize bitfields better.
18157         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18158         Remove some cruft and fixed a bug that could cause it to go to a
18159         position further down.
18161         * progmodes/cc-langs.el, cc-engine.el
18162         (c-beginning-of-statement-1): Improve detection of labels in
18163         declaration contexts.
18165         (c-beginning-of-decl-1): Use it.
18167         (c-nonlabel-token-key): New language constant and variable needed
18168         by `c-beginning-of-statement-1'.
18170         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18171         manifested itself due to the correction in `c-forward-sexp'.
18173         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18174         Make these behave as documented when used at the buffer limits.
18176         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18177         (c-type-decl-end-used): Made this a language variable.
18179         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18180         correctly when `combine-after-change-calls' is used together with
18181         temporary narrowings.
18183         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18184         Report labels correctly when the start point is immediately after the
18185         colon.
18187         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18188         Remove since it isn't used anymore.
18190         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18191         bracket arglists such as template parens in C++.
18193         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18194         in the last check-in.  Some optimization.
18196         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18197         where it could stop at the same level in a preceding sexp when
18198         PAREN-LEVEL is set.
18200         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18201         text property lookup only when it's needed.
18203         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18204         Change the policy for paren marked angle brackets to be more
18205         persistent; once marked they remain marked even when they're found
18206         to be unbalanced in the searched region.  This should keep the
18207         paren syntax around even when individual lines are refontified in
18208         multiline template arglists.
18210         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18211         to control markup so that incorrect angle bracket arglists aren't
18212         marked in contexts where the correct value for
18213         `c-disallow-comma-in-<>-arglists' isn't known.
18215         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18216         argument has become `c-parse-and-markup-<>-arglists'.
18218         (c-remove-<>-arglist-properties): Remove - no longer used.
18220         (c-after-change-check-<>-operators): New function used on
18221         `after-change-functions' to avoid that "<" and ">" characters that
18222         are part of longer operators have paren syntax.
18224         (c-<>-multichar-token-regexp): New language variable used by
18225         `c-after-change-check-<>-operators'.
18227         (c-after-change): Call `c-after-change-check-<>-operators'.
18229         (c-font-lock-<>-arglists): Use the context properties set by
18230         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18231         correctly to avoid doing invalid markup.
18233         (c-font-lock-declarations): Remove code that undoes the invalid
18234         markup done by `c-font-lock-<>-arglists'.
18236         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18237         after `c-font-lock-declarations'.
18239         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18240         Add paren-level feature.
18242         (c-guess-basic-syntax): Improve the anchor position for
18243         `template-args-cont' in nested template arglists.  There's still
18244         much to be desired in this area, though.
18246 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18248         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18249         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18251 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18253         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18254         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18256         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18257         it doesn't work no longer are supported.
18259         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18260         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18261         requires support for the syntax-table' text property, which rules
18262         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18263         cruft associated with those versions.
18265         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18266         for the `syntax-table' text property, which rules out Emacs 19 and
18267         XEmacs < 21.4.  Removed various compatibility cruft associated
18268         with those versions.
18270         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18271         support for the `syntax-table' text property.
18273         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18274         variable and use an extra quoted face name instead.  All the
18275         emacsen flavors handle that correctly.
18277         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18278         (c-font-lock-declarators, c-font-lock-declarations)
18279         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18280         property to mark the items in in declarator lists to handle
18281         refontification inside multiline declarations better.
18283         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18284         construct like "a * b = c;" as a declaration.
18286 2005-12-08  Kim F. Storm  <storm@cua.dk>
18288         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18289         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18290         select either meta, hyper, or super modifier for rectangle commands.
18291         (cua--rectangle-modifier-key): New defvar.
18292         (cua--M/H-key): Use it.  Remove special case for `space'.
18293         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18294         on X, to meta otherwise.  Always bind C-return to toggle
18295         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18297         * emulation/cua-rect.el (cua-help-for-rectangle):
18298         Use cua--rectangle-modifier-key.  Handle super modifier too.
18299         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18300         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18302         * ido.el: Move Acknowledgements and History after Commentary.
18303         Minor changes to Commentary.
18305         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18306         keymap if cua--prefix-override-timer is `shift'.
18307         (cua--shift-control-prefix): New function; emulate "type prefix
18308         key twice" functionality to handle shifted prefix key override.
18309         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18310         New commands.
18311         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18313 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18315         * textmodes/org.el (org-insert-heading): Try to do items before
18316         headings.
18317         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18318         (org-insert-item): New function.
18319         (org-renumber-ordered-list): Don't skip to higher level lists.
18321 2005-12-08  Juri Linkov  <juri@jurta.org>
18323         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18325         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18327         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18329         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18330         the constructed function name fun-1.
18332         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18333         because such links don't lead to parent documentation.
18335 2005-12-08  Kenichi Handa  <handa@m17n.org>
18337         * descr-text.el (describe-char): Use *Help-2* buffer if the
18338         current buffer is *Help*.  Call describe-text-properties while
18339         setting the original buffer.
18341 2005-12-07  Bill Wohler  <wohler@newt.com>
18343         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18344         and causes problems with non-MH users (such as Gnus users).
18346 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18348         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18349         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18350         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18351         command "info sources".  Move calls to GDB command "list".
18352         (gdb-find-file-hook): Just use gdb-source-file-list.
18353         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18354         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18355         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18356         (gdb-data-list-register-values-handler): Use correct trigger name.
18358 2005-12-07  Kim F. Storm  <storm@cua.dk>
18360         * ido.el (ido-completion-map): Rename from ido-mode-map.
18361         (ido-common-completion-map, ido-file-completion-map)
18362         (ido-file-dir-completion-map, ido-buffer-completion-map):
18363         Rename from ido-mode-....-map.
18364         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18365         (ido-setup-completion-map): Rename from ido-define-mode-map.
18366         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18367         to ido-completion-map.
18369 2005-12-07  Kenichi Handa  <handa@m17n.org>
18371         * international/mule-cmds.el
18372         (set-display-table-and-terminal-coding-system): If the coding
18373         system specified in `unibyte-display' property is different from
18374         the arg coding-system, don't setup standard-display-table.
18376 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18378         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18379         that comments end at \n, regardless of selective-display.
18381 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18383         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18384         (gdb-version): New variables.
18385         (gdb-source-file-list, gdb-register-names)
18386         (gdb-changed-registers): New variables for use with GDB 6.4+.
18387         (gdb-ann3): Replace with...
18388         (gdb-init-1, gdb-init-2): ...two new functions.
18389         (gdba, gdb-prompt): Call gdb-init-1.
18390         (gdb-get-version): New function.  Call gdb-init-2 from here.
18391         (gud-watch): Make it work with mouse events too.
18392         (gdb-post-prompt): Don't add to queue until GDB version is known.
18393         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18394         (gdb-locals-mode): Use gdb-version.
18395         (gdb-memory-format-map, gdb-memory-unit-map)
18396         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18397         (gdb-locals-font-lock-keywords-1)
18398         (gdb-locals-font-lock-keywords-2): New variables.
18399         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18400         (gdb-set-gud-minor-mode-existing-buffers-1)
18401         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18402         (gdb-var-update-1, gdb-var-update-handler-1)
18403         (gdb-data-list-register-values-handler)
18404         (gdb-data-list-register-values-custom)
18405         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18406         (gdb-stack-list-locals-handler, gdb-get-register-names):
18407         New functions for use with GDB 6.4+.
18408         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18409         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18410         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18411         (gdb-stack-list-locals-regexp)
18412         (gdb-data-list-register-names-regexp): New regexps for use with
18413         GDB 6.4+.
18415 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18417         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18419 2005-12-06  Nozomu Ando  <nand@mac.com>
18421         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18422         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18423         <seallan@verizon.net>.
18425 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18427         * frame.el (set-frame-parameter): Add doc string.
18429 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18431         * textmodes/org.el (org-occur-highlights): New variable.
18432         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18433         (org-highlight-sparse-tree-matches): New option.
18434         (org-do-occur): New function.
18435         (org-get-heading): Make it work also at beginning of line.
18436         (org-category-table): New variable.
18437         (org-get-category-table, org-get-category)
18438         (org-camel-to-words, org-link-search): New functions.
18439         (org-select-this-todo-keyword): New variable.
18440         (org-todo-list): New command.
18441         (org-shiftright, org-shiftleft): New commands.
18442         (org-agenda-todo): Add prefix argument.
18443         (org-show-hierarchy-above): New option.
18444         (org-show-todo-tree): Numerical prefix creates tree for specific
18445         TODO keyword.
18446         (org-outline-level): New function, to assign a level to plain
18447         lists items.
18448         (org-cycle-include-plain-lists): New option.
18449         (org-mode): Use `org-outline-level' as value of `outline-level'.
18450         (org-cycle): Temporarily switch `outline-regexp' if
18451         `org-cycle-include-plain-lists' is non-nil.
18452         (org-start-icalendar-file): Fix format bug.
18453         (org-agenda-get-day-entries): Create category table.
18454         (org-agenda-get-todos, org-agenda-get-timestamps)
18455         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18456         (org-agenda-get-blocks): Use `org-get-category'.
18457         (org-context-in-file-links): Rename from
18458         `org-line-numbers-in-file-links'.
18460 2005-12-06  Romain Francoise  <romain@orebokech.com>
18462         * window.el (balance-windows): Delete extraneous third arg in call
18463         to `enlarge-window'.
18465 2005-12-06  Kenichi Handa  <handa@m17n.org>
18467         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18469 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18471         * progmodes/gdb-ui.el (gdb-var-create-handler)
18472         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18473         (gdb-var-list-children-handler, gdb-var-update-handler):
18474         Current buffer is already gdb-partial-output-buffer, don't
18475         make it current again.
18477 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18479         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18480         (list-buffers-noselect): Use it.
18482 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18484         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18485         (mail-yank-ignored-headers): Use regexp-opt.
18486         (mail-mode-map): Move initialization into declaration.
18487         (mail-sent-via): Remove unused shadowed var `to-line'.
18488         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18489         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18490         (mail-do-fcc): Use dolist and push.
18491         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18492         (mail-yank-ignored-headers): Don't autoload.
18494 2005-12-05  Kenichi Handa  <handa@m17n.org>
18496         * international/mule-cmds.el (set-language-info-internal): New fun.
18497         (set-language-info): Call set-language-info-internal to update
18498         language-info-alist.  If LANG-ENV is the current one, call
18499         set-language-environment to make INFO effective now.
18500         (set-language-info-alist): Likewise.
18501         (locale-language-names): With locale "en", use English
18502         lang. env. but set the default codings to iso-8859-1.
18504 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18506         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18507         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18508         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18509         for plain strings.
18510         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18511         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18512         Create registers buffer if necessary.  Echo new state in minibuffer.
18513         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18515 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18517         * info.el (Info-fontify-node): Match external links using
18518         non-directory part of filename.
18520 2005-12-04  Juri Linkov  <juri@jurta.org>
18522         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18523         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18524         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18525         because there is no customization option for it.
18527         * font-lock.el (lisp-font-lock-keywords-1):
18528         Add define-global-minor-mode.
18530         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18532         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18533         properties on the constructed variable names.
18535         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18536         Put `definition-name' properties on the constructed function names
18537         next-sym and prev-sym.
18539         * emacs-lisp/find-func.el (find-function-regexp):
18540         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18541         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18542         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18543         and easy-menu-define.
18545         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18546         easy-mmode-define-global-mode and define-global-minor-mode.
18547         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18549         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18550         instead of easy-mmode-define-global-mode.
18552         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18553         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18555         * cus-edit.el (customize-group, customize-group-other-window):
18556         Filter out autoloaded options from the group completion list by
18557         using heuristics that autoloaded groups don't have `custom-autoload'
18558         property on their symbols (they have only `custom-loads').
18560         * simple.el (completion-setup-function): Put completions-common-part
18561         face on complete completion string too (i.e. completion string
18562         without completions-first-difference face).
18564         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18566 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18568         * view.el (view-mode): Doc fix.
18570         * disp-table.el (standard-display-european): Add to the warning
18571         message a reference to the doc string.
18573         * play/yow.el (apropos-zippy): Call print-help-return-message,
18574         similar to other Help and Apropos commands.
18576         * help.el (print-help-return-message): If pop-up-frames is
18577         non-nil, set up help-return-method to delete the help window and,
18578         possibly, its frame as well, and don't display message about
18579         scrolling the help window.  Doc fix.
18580         (help-return-method): Doc fix.
18582 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18584         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18585         whereby names of length one or names starting with a
18586         symbol-constituent character would not be returned.
18588 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18590         * subr.el (atomic-change-group): Add edebug and indentation spec.
18592 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * completion.el (save-completions-file-name): Fix typo in last change.
18596 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18598         * info.el: Move back/forward history to the beginning of the tool bar.
18600 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18602         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18603         Add fset of allout-real-isearch-abort during compile to fix
18604         byte-compilation warnings.
18605         (allout-mode-p): Move definition of this macro above all uses, or
18606         byte compilation in barren Emacs (eg, during Emacs build) will
18607         lack the definition.
18608         (allout-mode): Move this variable above any uses, or byte
18609         compilation will fail.
18610         (allout-resolve-xref): Remove use of personal file-reference function.
18611         (allout-toggle-current-subtree-encryption): Do the current (ie,
18612         visible containing) topic, rather than nearest around point.  Doc fix.
18613         (allout-toggle-subtree-encryption): New function, workhorse that
18614         works on nearest topic containing point.
18615         (allout-encrypt-string): Signal requirement for newer version of pgg.
18616         (allout-resumptions): Doc fix.
18618 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18620         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18622 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18624         * textmodes/flyspell.el (flyspell-external-point-words):
18625         Consider a misspelling as found in the string search if: (a) misspelling
18626         and found string lengths match, or (b) misspelling is found as
18627         element in a boundary-chars separated longer string, or (c)
18628         ispell-program-name is really ispell and misspelling is found as
18629         part of a TeX string.  After successful match move beginning of
18630         search region to end of match.  Warn about not found misspellings
18631         once the process is done.
18632         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18634 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18636         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18637         tool bar (removed inadvertently).
18639 2005-12-02  Juri Linkov  <juri@jurta.org>
18641         * log-view.el (log-view-diff): Clarify doc string.
18643 2005-12-01  Bill Wohler  <wohler@newt.com>
18645         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18646         triggers lm-verify errors.
18648 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18650         * simple.el (transient-mark-mode, line-number-mode)
18651         (column-number-mode, size-indication-mode): Remove `:require nil'.
18653 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18655         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18656         in the margin also.
18657         (gdb-breakpoints-mode-map): Use D instead of d for
18658         gdb-delete-breakpoint.
18659         (gdb-get-frame-number): Require a number to match on.
18660         (gdb-threads-mode-map): Add follow-link binding.
18662 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18664         * isearch.el (isearch-mode-map): Avoid exiting search on
18665         language-change event.
18667 2005-11-30  Romain Francoise  <romain@orebokech.com>
18669         * speedbar.el (speedbar-default-position): New defcustom.
18670         (speedbar-frame-reposition-smartly): Use it.
18672         * dframe.el (dframe-reposition-frame-emacs): Fix position
18673         computation for `left' location.
18674         Update copyright year.
18676 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18678         * help.el (help-map): Move initialization into declaration.
18680         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18682         * help-fns.el (help-argument-name): Don't autoload.
18683         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18684         to be re-loaded when customizing the `help' group.
18686 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18688         * help-fns.el (describe-function-1): Fill arglist output.
18690 2005-11-30  Kim F. Storm  <storm@cua.dk>
18692         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18693         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18694         after revert-buffer (or anything else which kills all local variables).
18696         * apropos.el (apropos-parse-pattern): Doc fix.
18697         Set apropos-regexp directly, rather than expecting callers to do so.
18698         (apropos-command, apropos, apropos-value, apropos-documentation):
18699         Simplify calls to apropos-parse-pattern.
18701 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18703         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18704         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18705         (hi-lock-write-interactive-patterns): Use comment-region.
18707         * longlines.el (longlines-mode): Add mail-setup-hook.
18709         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18711         * simple.el (sendmail-user-agent-compose, next-line):
18712         Conditionally use hard-newline.
18714 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18716         * international/latexenc.el (latex-inputenc-coding-alist):
18717         Reword doc string.
18719 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18721         * help.el (describe-key-briefly, describe-key): Recognize default
18722         bindings.
18724 2005-11-29  Romain Francoise  <romain@orebokech.com>
18726         * view.el (view-inhibit-help-message): New defcustom.
18727         (view-mode-enter): Use it.
18729 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18731         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18732         Preserve user position.
18734 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18736         * font-lock.el: Throw error if facemenu is not loaded to prevent
18737         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18739         * loadup.el: Add comment explaining why facemenu must be loaded
18740         before font-lock.
18742 2005-11-28  Jay Belanger  <belanger@truman.edu>
18744         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18745         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18747         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18749         * calc/calc-embed.el (calc-do-embedded): Update help message.
18751         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18753 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18755         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18757         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18758         called-interactively-p.
18759         (elp-profilable-p): Rename from elp-not-profilable-p.
18760         Invert result and take into account macros and autoloaded functions.
18761         (elp-instrument-function): Update call.
18762         (elp-instrument-package): Update call.  Add completion.
18763         (elp-pack-number): Use match-string.
18764         (elp-results-jump-to-definition-by-mouse): Merge into
18765         elp-results-jump-to-definition and then remove.
18766         (elp-output-insert-symname): Make help echo text single-line.
18768         * replace.el (query-replace-map): Move initialization into declaration.
18769         (occur-engine): Use with-current-buffer.
18770         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18771         (occur-mode-mouse-goto): Replace with an alias.
18773 2005-11-28  Juri Linkov  <juri@jurta.org>
18775         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18777         * term/w32-win.el: Bind [S-tab] to [backtab].
18779         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18780         `Info-find-file' to t.
18782         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18783         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18784         and same-window-regexps.
18785         (occur-next-error): Don't move point for arg 0.
18787 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
18789         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18791 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18793         * log-edit.el (log-edit-changelog-use-first): New var.
18794         (log-edit-changelog-ours-p): Use it.
18795         (log-edit-insert-changelog): Set it with new arg `use-first'.
18796         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18797         (log-edit-hook): Add them to the list of suggested options.
18799         * textmodes/flyspell.el (flyspell-last-buffer): New var.
18800         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18801         redundant work.
18802         (flyspell-mode-on): Use add-hook for after-change-functions.
18803         (flyspell-mode-off): Use remove-hook for after-change-functions.
18804         (flyspell-changes): Make it buffer-local.
18805         (flyspell-after-change-function): Make it non-interactive.  Use push.
18806         (flyspell-post-command-hook): Check input-pending-p while processing
18807         the potentially long list of buffer changes.
18809 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18811         * buff-menu.el (list-buffers-noselect): Display the selected
18812         frame's buffer list, not the global one.
18814 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18816         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18817         that (list last-input-event) works as in interactive spec.
18819 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18821         * loadup.el ("facemenu"): Load facemenu before font-lock, because
18822         `facemenu-keymap' needs to be defined when font-lock is loaded.
18823         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18825 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18827         * completion.el: Remove useless leading * in defcustom docstrings.
18828         (save-completions-file-name): Use ~/.emacs.d if available.
18829         (completion-standard-syntax-table): Rename from
18830         cmpl-standard-syntax-table and fold initialization into declaration,
18831         thus removing cmpl-make-standard-completion-syntax-table.
18832         (completion-lisp-syntax-table, completion-c-syntax-table)
18833         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18834         (cmpl-saved-syntax, cmpl-saved-point): Remove.
18835         (symbol-under-point, symbol-before-point)
18836         (symbol-under-or-before-point, symbol-before-point-for-complete)
18837         (add-completions-from-c-buffer): Use with-syntax-table.
18838         (make-completion): Don't return a list of completion entries.
18839         Update callers.
18840         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18841         (completion-initialize): Rename from initialize-completions.
18842         (completion-find-file-hook): Rename from cmpl-find-file-hook.
18843         (kill-emacs-save-completions): Collect stats here.
18844         (save-completions-to-file, load-completions-from-file):
18845         Use with-current-buffer.
18846         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
18847         into a function.  Move all calls to toplevel.
18848         (completion-lisp-mode-hook): New fun.
18849         (completion-c-mode-hook, completion-setup-fortran-mode):
18850         Set the syntax-table here.  Use local-set-key.
18851         (completion-saved-bindings): New var.
18852         (dynamic-completion-mode): Make it into a proper minor mode.
18853         (load-completions-from-file): Remove unused var `num-uses'.
18855         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18856         constructor if it is explicitly overridden.
18858         * complete.el (PC-completion-as-file-name-predicate):
18859         Use minibuffer-completing-file-name.
18860         (partial-completion-mode): Use find-file-not-found-functions.
18861         (PC-lisp-complete-symbol): Use with-syntax-table.
18862         (PC-look-for-include-file): Remove dead setq.
18863         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18864         (PC-complete): Use with-current-buffer.
18866         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18867         escape single quotes.
18869 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18871         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18872         of `if' whose condition always returned nil.  Doc fix.
18874         * buff-menu.el (Buffer-menu-revert-function): Make the selected
18875         window's buffer the current buffer around the call to
18876         `list-buffers-noselect'.  This is necessary to mark that buffer
18877         with a `.' in the Buffer Menu when called from Lisp, for instance
18878         by Auto Revert Mode.
18880 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18882         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18883         attaching to it.
18884         (gdb-pre-prompt): Make sure gdb-error is reset.
18886         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18887         with a child process, detect it.
18888         (gud-speedbar-buttons): Match regexp more carefully.
18890 2005-11-27  Richard M. Stallman  <rms@gnu.org>
18892         * mouse.el (mouse-drag-move-window-bottom):
18893         Use adjust-window-trailing-edge.
18895 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18897         * simple.el (blink-matching-open): Ignore
18898         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18899         (blink-matching-paren-on-screen): Update docstring.
18901         * paren.el (show-paren-mode): No longer change
18902         `blink-matching-paren-on-screen'.
18904 2005-11-27  John Paul Wallington  <jpw@pobox.com>
18906         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18907         (gdb-threads-select, gdb-edit-register-value):
18908         Use `posn-set-point' instead of `mouse-set-point' because the
18909         latter is not fbound when configured without X.
18911 2005-11-27  Kim F. Storm  <storm@cua.dk>
18913         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18914         existing face when partially highlighting a TAB in a rectangle.
18916 2005-11-26  Kim F. Storm  <storm@cua.dk>
18918         * ido.el (ido-mode-map): Doc fix.
18919         (ido-mode-common-map, ido-mode-file-map)
18920         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18921         (ido-define-mode-map): Rewrite.  Select one of the new maps as
18922         parent for ido-mode-map instead of building from scratch.
18923         (ido-init-mode-maps): New defun to initialize new maps.
18924         (ido-mode): Call it.
18925         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18926         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18928 2005-11-26  John Paul Wallington  <jpw@pobox.com>
18930         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18931         `mouse-set-point' because the latter is not fbound when configured
18932         without X.
18934 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
18936         * files.el (file-relative-name): Doc fix.
18938 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
18940         * progmodes/octave-inf.el (inferior-octave-startup): Force a
18941         non-empty string for secondary prompt PS2.
18943 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18945         * progmodes/compile.el (compilation-setup): Fix last change.
18947 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
18949         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18950         (gdb-mouse-toggle-breakpoint-margin)
18951         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18952         Add gdb-server-prefix to keep out of command history.
18953         (gdb-edit-register-value): New function.
18954         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18955         (gdb-info-registers-custom): Use above map.
18957 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
18959         * custom.el (enable-theme): Signal error if argument is not a
18960         theme.  Don't recalculate a face if it's not loaded yet.
18962         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18963         the `user' theme is in effect.
18965         * info.el (Info-on-current-buffer): Record actual filename in
18966         Info-current-file, instead of t, or a fake filename if a non-file
18967         buffer.  Make autoload.
18968         (Info-find-node, Info-revert-find-node): No need to check for
18969         Info-current-file nil.
18970         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18971         Info-current-file is now never `t'.
18972         (Info-fontify-node): Many simplifications due to Info-current-file
18973         always being valid.  Use Info-find-file to find node filename.
18975 2005-11-25  David Kastrup  <dak@gnu.org>
18977         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18978         new character, then delete" in order to preserve markers.
18980 2005-11-25  David Ponce  <david@dponce.com>
18982         * recentf.el (recentf-arrange-by-rule): Handle a special
18983         `auto-mode-alist'-like "strip suffix" rule.
18984         (recentf-build-mode-rules): Handle second level auto-mode entries.
18986 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
18988         * viper-keym.el (viper-ESC-key): Use different values in terminal and
18989         window modes.
18991         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18992         jde-javadoc-checker-report-mode.
18994         * ediff-wind (ediff-make-wide-display): Slight simplification.
18996         * ediff.el (ediff-date): Change the date of last update.
18998 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19000         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19001         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19002         (hi-lock-mode): New global minor mode.
19003         (turn-on-hi-lock-if-enabled): New function.
19004         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19005         Change arguments to regexp and face instead of a font-lock pattern.
19006         Directly set face property, instead of refontifying.
19007         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19008         (hi-lock-find-patterns): Use line-number-at-pos.
19010         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19011         arguments for hi-lock-set-pattern.
19012         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19013         Call font-lock-fontify-buffer.
19014         (hi-lock-find-file-hook, hi-lock-current-line)
19015         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19017         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19018         turned off.
19020         * progmodes/compile.el (compilation-setup): Don't fiddle with
19021         font-lock-defaults.
19023 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19025         * progmodes/gdb-ui.el (gdb-var-create-handler)
19026         (gdb-var-list-children-handler): Find values for all variable
19027         objects.  gud-speedbar-buttons decides whether to display them.
19029 2005-11-24  Romain Francoise  <romain@orebokech.com>
19031         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19032         buffer name with a space.
19034 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19036         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19037         `org-export-local-list-max-depth'.  Change default value to 3.
19038         (org-auto-renumber-ordered-lists)
19039         (org-plain-list-ordered-item-terminator): New options.
19040         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19041         (org-get-indentation, org-get-string-indentation)
19042         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19043         New functions.
19044         (org-move-item-down, org-move-item-up): New commands.
19045         (org-export-as-html): New classes for CSS support.  Bug fix in
19046         regular expression detecting fixed-width regions.  Respect
19047         `org-local-list-ordered-item-terminator'.
19048         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19049         also a list item.
19050         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19051         New item moving functions.
19053 2005-11-24  Juri Linkov  <juri@jurta.org>
19055         * isearch.el (isearch-repeat): With empty search ring set
19056         `isearch-error' to the error string instead of signaling error
19057         with the function `error'.
19059 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19061         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19063 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19065         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19066         and variable.
19067         (gdb-var-create-handler, gdb-var-list-children-handler):
19068         Don't match on "char **...".
19069         (gdb-var-update-handler): Find values for all variable objects.
19070         (gdb-info-frames-custom): Identify frames by leading "#".
19072         * progmodes/gud.el (gud-speedbar-menu-items): Add
19073         gdb-speedbar-auto-raise as radio button.
19074         (gud-speedbar-buttons): Raise speedbar if requested.
19075         Don't match on "char **...".
19076         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19077         Make it editable.
19079 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19081         * info.el (Info-fontify-node): Handle the case where
19082         Info-current-file is t.
19084 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19086         * simple.el (blink-matching-open): Fix off-by-one in last change.
19088 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19090         * term/mac-win.el: Don't change default directory.
19092 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19094         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19095         buffers correctly.  (It used to throw an error in such buffers.)
19096         Make it ask for confirmation in group buffers and other Custom
19097         buffers containing more than one customization item.
19099 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19101         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19102         property on mail and url overlays.
19103         (goto-address-at-point): Use `posn-set-point' instead of
19104         `mouse-set-point' because the latter is not fbound when configured
19105         without X.
19107 2005-11-22  Lars Hansen  <larsh@soem.dk>
19109         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19110         (ls-lisp-classify, ls-lisp-format): Delete call to
19111         ls-lisp-parse-symlink.
19112         (ls-lisp-handle-switches): Handle symlinks to directories as
19113         directories when ls-lisp-dirs-first in non-nil.
19115 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19117         * startup.el (command-line): Make sure that loaddefs.el is handled
19118         correctly in load-history.
19120 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19122         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19123         (gdb-struct-string, gdb-array-string): New constants.
19124         (gdb-info-locals-handler): Use them.
19125         (gdb-reset): Reset gdb-var-list to nil.
19127 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19129         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19130         in patterns.
19132 2005-11-21  Juri Linkov  <juri@jurta.org>
19134         * custom.el (defcustom): Update link types in docstring.
19136 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19138         * custom.el (defgroup): Add doc-string-elt info.
19140         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19142 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19144         * newcomment.el (comment-enter-backward): Fix last fix.
19146         * simple.el (blink-matching-open):
19147         * paren.el (show-paren-function): Allow new paren-class info.
19149 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19151         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19152         handled automagically.
19154 2005-11-20  Andreas Schwab  <schwab@suse.de>
19156         * descr-text.el (describe-char): When copying overlays put them
19157         over the full char description instead of just the first character
19158         of it.
19160 2005-11-20  Juri Linkov  <juri@jurta.org>
19162         * simple.el (what-cursor-position):
19163         * descr-text.el (describe-char): Use Lisp-readable syntax
19164         for octal and hex.  Reorder decimal, octal and hex values.
19165         Remove excess whitespace in the output.  Use `=' in `column='
19166         like in `point=' and `Hscroll='.
19168         * international/mule-cmds.el (encoded-string-description):
19169         Use Lisp-readable syntax for hex.
19171 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19173         * newcomment.el (comment-enter-backward): Handle the case where the
19174         comment is closed by EOB.
19176 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19178         * longlines.el (longlines-before-revert-hook)
19179         (longlines-after-revert-hook): New functions.
19180         (longlines-mode): Turn off longlines temporarily when reverting.
19181         Add a message-setup-hook.
19182         (longlines-decode-buffer): New function.
19183         (longlines-wrap-line): Preserve marker positions.
19185 2005-11-19  Andreas Schwab  <schwab@suse.de>
19187         * emacs-lisp/shadow.el: Handle compressed files.
19189 2005-11-19  Romain Francoise  <romain@orebokech.com>
19191         * net/browse-url.el (browse-url-default-browser): Signal an error
19192         if no usable browser can be found, rather than try to load w3.
19194 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19196         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19197         replacing existing properties.
19198         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19199         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19200         tty specs.
19201         (rcirc-server-prefix, rcirc-server): New faces.
19202         (rcirc-url-regexp): Generate with rx macro.
19203         (rcirc-last-server-message-time): New variable.
19204         (rcirc-filter): Record time of last message.
19205         (rcirc-keepalive): Kill processes that did not send a message
19206         since the last ping.
19207         (rcirc-mode): Give rcirc-topic a local binding here.
19209 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19211         * subr.el (read-passwd): Fontify the prompt as we do with other
19212         prompts.
19214 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19216         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19217         binding buffer-read-only to nil.
19219 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19221         * complete.el (partial-completion-mode):
19222         Mention completion-auto-help in the doc string.
19224         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19225         more Lisp-ish way.
19227 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19229         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19230         digits, not 8, to avoid misalignment for files larger than 100MB.
19232 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19234         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19235         Mention "keyboard shortcuts" in the help text.
19237 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19239         * startup.el (fancy-splash-default-action): Discard only
19240         mouse-down and succeeding mouse-up events in the splash screen
19241         window so that drag-n-drop event can be processed.
19243 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19245         * longlines.el (longlines-mode): Add hacks for mail-mode and
19246         message-mode.
19248 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19250         * textmodes/org.el (org-table-sort-lines): New command.
19251         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19252         (org-add-file): Command removed, use `org-agenda-file-to-front'
19253         instead.
19254         (org-export-icalendar): Use `org-icalendar-combined-name'.
19255         (org-cycle-agenda-files, org-agenda-file-to-end)
19256         (org-agenda-file-to-front): New commands.
19257         (org-table-tab-jumps-over-hlines, org-export-html-style):
19258         New options.
19259         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19260         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19261         New functions.
19262         (org-fill-paragraph): Call `org-table-align' in tables.
19263         (org-mode): Call `org-set-autofill-regexps'.
19264         (org-export-as-html): Support for local handformatted lists.
19265         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19266         (org-export-local-list-max-depth): New option.
19267         (org-html-expand): Use `org-html-protect'.
19269 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19271         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19272         to "p".
19273         (gdb): Move definition of gud-pp to...
19275         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19276         speedbar.
19277         (gdb-find-watch-expression): New function.
19279 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19281         * faces.el (face-attribute, set-face-attribute): Mention existence
19282         of `:ignore-defface' setting in docstring.
19284 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19286         * simple.el (completion-setup-function): Fix last change.
19288 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19290         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19291         Use `posn-set-point' instead of `mouse-set-point' because the
19292         latter is not fbound when configured without X.
19294         * comint.el (comint-insert-input): Likewise.
19296 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19298         * simple.el (hard-newline): New variable.
19299         (sendmail-user-agent-compose, next-line): Use it.
19301         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19302         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19303         (mail-mail-reply-to, mail-mail-followup-to)
19304         (mail-position-on-field, mail-signature, mail-yank-original)
19305         (mail-attach-file): Likewise.
19307         * mail/mailheader.el (mail-header-format)
19308         (mail-header-format-function): Likewise.
19310         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19312 2005-11-17  Juri Linkov  <juri@jurta.org>
19314         * font-lock.el (font-lock-faces): Rename this defgroup from
19315         `font-lock-highlighting-faces'.
19316         (font-lock-comment-face, font-lock-comment-delimiter-face)
19317         (font-lock-string-face, font-lock-doc-face)
19318         (font-lock-keyword-face, font-lock-builtin-face)
19319         (font-lock-function-name-face, font-lock-variable-name-face)
19320         (font-lock-type-face, font-lock-constant-face)
19321         (font-lock-warning-face, font-lock-negation-char-face)
19322         (font-lock-preprocessor-face)
19323         (font-lock-regexp-grouping-backslash)
19324         (font-lock-regexp-grouping-construct): Rename :group from
19325         `font-lock-highlighting-faces' to `font-lock-faces'.
19327         * cus-edit.el (lisp, c, tex):
19328         * progmodes/ada-mode.el (ada):
19329         * progmodes/asm-mode.el (asm):
19330         * progmodes/cperl-mode.el (cperl-faces):
19331         * progmodes/cpp.el (cpp):
19332         * progmodes/dcl-mode.el (dcl):
19333         * progmodes/f90.el (f90):
19334         * progmodes/fortran.el (fortran):
19335         * progmodes/icon.el (icon):
19336         * progmodes/idlwave.el (idlwave-misc):
19337         * progmodes/m4-mode.el (m4):
19338         * progmodes/make-mode.el (makefile):
19339         * progmodes/meta-mode.el (meta-font):
19340         * progmodes/modula2.el (modula2):
19341         * progmodes/octave-mod.el (octave):
19342         * progmodes/pascal.el (pascal):
19343         * progmodes/perl-mode.el (perl):
19344         * progmodes/prolog.el (prolog):
19345         * progmodes/ps-mode.el (PostScript-edit):
19346         * progmodes/scheme.el (scheme):
19347         * progmodes/sh-script.el (sh-script):
19348         * progmodes/simula.el (simula):
19349         * progmodes/tcl.el (tcl):
19350         * textmodes/nroff-mode.el (nroff):
19351         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19352         * textmodes/sgml-mode.el (sgml):
19353         * textmodes/texinfo.el (texinfo):
19354         Add :link (custom-group-link font-lock-faces) to defgroup.
19356         * hi-lock.el (hi-lock): Rename this defgroup from
19357         `hi-lock-interactive-text-highlighting'.  Change parent group from
19358         `faces' to `font-lock'.  Add link to the manual.
19359         (hi-lock-mode, hi-lock-file-patterns-range)
19360         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19361         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19362         (hi-lock-faces): Add :group `faces'.
19364         * cus-edit.el (custom-variable-prompt): Clarify the code.
19366         * faces.el (face-read-string): Set the default value arg of
19367         completing-read.
19369 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19371         * rfn-eshadow.el (file-name-shadow-properties)
19372         (file-name-shadow-tty-properties, file-name-shadow-mode):
19373         Remove autoloads, because the file is now preloaded.
19375 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19377         * printing.el (easy-menu-intern): Don't define.
19378         (pr-get-symbol): Use easy-menu-intern only if defined.
19380         * simple.el (blink-matching-open): Simplify a bit.
19381         (completion-setup-function): Fix the case of partial-completion-mode
19382         when the minibuffer's contents start with "-".
19383         Obey completion-base-size-function even when
19384         minibuffer-completing-file-name is non-nil.
19386 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19388         * net/eudcb-ph.el (eudc-ph-open-session):
19389         Use set-process-query-on-exit-flag.
19391         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19393         * international/ucs-tables.el (ucs-set-table-for-input):
19394         Use make-local-variable, not make-variable-buffer-local.
19396         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19397         Improve warning message text.
19399         * savehist.el (savehist-save-hook): Add :group.
19401         * menu-bar.el (menu-bar-help-menu):
19402         Rename Find Extra Packages to External Packages.
19404         * cus-edit.el (Custom-reset-standard): Verify that
19405         :custom-standard-value prop exists before calling it.
19407         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19409 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19411         * wid-edit.el (color): Enclose %t in %{...%}.
19413         * cus-edit.el (face): Enclose %t in %{...%}.
19415 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19417         * savehist.el (savehist-mode-hook): Re-add the var.
19418         (savehist-mode): Use it.
19420 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19422         * textmodes/flyspell.el: Fix commenting convention.
19423         Remove unnecessary leading * in custom docstrings.
19424         (flyspell-emacs): Remove unused var.
19425         (flyspell-delete-region-overlays): Use remove-overlays.
19426         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19427         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19428         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19429         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19430         (make-flyspell-overlay): Don't locally reuse a global name.
19431         (flyspell-highlight-incorrect-region)
19432         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19433         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19434         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19435         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19436         Wrap calls to accept-process-output inside with-local-quit since it's
19437         often called from a post-command-hook.
19438         (flyspell-correct-word, flyspell-auto-correct-word):
19439         Use ispell-send-string.
19440         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19442         * calendar/diary-lib.el (diary-list-entries): Also hide the
19443         terminating newline.
19445 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19447         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19448         window-system, to allow fonts on tty.
19450 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19452         * progmodes/gud.el (gud-speedbar-item-info): New function.
19453         (gud-install-speedbar-variables): Use it to display data type
19454         of watch expression as a tooltip in speedbar.
19456 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19458         * font-core.el (global-font-lock-mode): Add :version keyword,
19459         because default was changed.
19461         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19463         * startup.el (command-line): Use `custom-reevaluate-setting' for
19464         `file-name-shadow-mode'.
19466         * loadup.el: Preload rfn-eshadow.
19468         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19469         Add :version keyword.
19470         (file-name-shadow-properties, file-name-shadow-tty-properties)
19471         (file-name-shadow): Add :version keyword.
19473         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19474         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19475         in the custom-group property of the symbol frames and the fringe
19476         group got no link to its parent group frames.
19477         Doc fix.
19479 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19481         * progmodes/gud.el (gud-stop-subjob): New function.
19482         (gud-menu-map, gud-tool-bar-map): Use it.
19484 2005-11-16  Kim F. Storm  <storm@cua.dk>
19486         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19487         than kill it.
19488         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19489         to a more useful/logical place.
19491 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19493         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19494         go buttons complementary.
19496 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19498         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19499         (rfn-eshadow-sifn-equal): New function.
19500         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19502 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19504         * viper-utils.el (viper-non-word-characters-reformed-vi):
19505         Quote `-' in string.
19507         * viper.el (viper-emacs-state-mode-list): Ensure that
19508         rcirc-mode buffers come up in Emacs state.
19510         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19511         operation.
19513 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19515         * term.el (term-termcap-format): Fix typos.
19516         (term-down): Fix the negative argument case.
19518 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19520         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19521         2005-08-15.
19522         (gdb-ann3): New command gud-go.
19523         (menu): Accomodate gdb-mi.el.
19524         (gdb-assembler-custom): Make buffer of selected window current
19525         so that set-window-point works.
19527         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19528         buttons and include new ones.
19530 2005-11-16  Kim F. Storm  <storm@cua.dk>
19532         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19533         (gud-menu-map): Use it.
19535 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19537         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19538         that works correctly for Custom and that does not override a user
19539         who disables it.
19541         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19542         (help-xref-interned, help-follow): Make hyperlinks for variables
19543         that are unbound, but have a non-nil variable-documentation property.
19545         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19546         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19547         Use the `variable-documentation' property to give the mode hook a
19548         docstring and expand that docstring.
19550 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19552         * savehist.el (savehist-mode): Don't bother with
19553         `custom-set-minor-mode'.
19554         (savehist-coding-system): Check XEmacs version.
19555         (history-length): Declare also at run time.
19556         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19557         Don't set the customize state.
19558         (savehist-minibuffer-hook): Special case for when
19559         minibuffer-history-variable is equal to t.
19561 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19563         * files.el (write-file): Refresh VC status.
19565         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19566         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19567         than fundamental-mode to see if the mode was set.
19569 2005-11-14  Romain Francoise  <romain@orebokech.com>
19571         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19572         dummy function in `eval-when-compile' to avoid compiler warning.
19573         Require `man' at compile time.
19575 2005-11-14  Jay Belanger  <belanger@truman.edu>
19577         * calc-alg.el (calcFunc-write-out-power): Rename it to
19578         calcFunc-powerexpand.
19579         (math-write-out-power): Rename it to math-powerexpand; have it
19580         handle negative exponents.
19581         (calc-writeoutpower): Rename it to calc-powerexpand.
19583         * calc-ext.el: Change calcFunc-writeoutpower and
19584         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19585         autoloads.
19586         Add calcFunc-ldiv to autoloads.
19588         * calc-arith.el (calcFunc-ldiv): New function.
19590         * calc.el (calc-left-divide): New function.
19592 2005-11-14  Juri Linkov  <juri@jurta.org>
19594         * cus-edit.el (custom-variable-prompt): Set the default value arg
19595         of completing-read.
19597         * cus-dep.el (custom-make-dependencies): Reverse the list of
19598         found dependencies.
19600 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19602         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19603         Highlighting" entry, it is on by default now.
19604         (menu-bar-options-save): Do not save global-font-lock-mode.
19606 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19608         * textmodes/flyspell.el (flyspell-large-region):
19609         Call flyspell-accept-buffer-local-defs.
19611 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19613         * textmodes/flyspell.el (flyspell-notify-misspell):
19614         Fix misspelling of "Misspelling".
19615         (flyspell-process-localwords): New function.
19616         (flyspell-large-region): Call flyspell-process-localwords and
19617         flyspell-delete-region-overlays.
19618         (flyspell-delete-region-overlays): New function.
19619         (flyspell-delete-all-overlays): Call that.
19621 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19623         * help.el (help-for-help-internal): Improve doc of C-h a.
19624         (describe-key): Improve prompt; doc fix.
19626 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19628         * vc-svn.el (vc-svn-registered): Catch all errors.
19630         * cus-dep.el (custom-make-dependencies): Typo.
19632 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19634         * net/tramp-util.el (top): Fix compilation warning.
19636 2005-11-13  Kim F. Storm  <storm@cua.dk>
19638         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19640 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19642         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19643         (gud-speedbar-buttons): Match on "const char *" too.
19645         * progmodes/gdb-ui.el (gdb-var-create-handler)
19646         (gdb-var-list-children-handler): Match on "const char *" too.
19647         (gdb-var-evaluate-expression-handler): Match on empty string.
19648         (gdb-var-update-handler): Only call
19649         gdb-var-evaluate-expression-handler when required.
19651 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19653         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19654         selected window.  This still doesn't work for speedbar.
19655         (gud-speedbar-buttons): Handle string expressions properly.
19657         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19658         (gdb-var-create-handler): Handle string expressions properly.
19659         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19660         Handle string expressions properly.  Move "type" field into regexp.
19662 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19664         * bookmark.el (bookmark-maybe-message): New function to reduce
19665         code duplication: invokes `message' iff baud-rate is high enough.
19666         (bookmark-write-file): Use above instead of an inline conditional.
19667         (bookmark-load): Same.
19669 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19671         * bookmark.el (bookmark-write-file): Don't visit the destination
19672         file, just write the data to it using write-region.  This is
19673         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19674         change to avoid visiting the file in the first place.
19676 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19678         * hi-lock.el (hi-lock-mode): Set the default value of
19679         font-lock-defaults.
19681 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19683         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19684         arg to `file-attributes'.
19685         (find-lisp-format): The UID and GID can now be strings.
19687 2005-11-12  Kim F. Storm  <storm@cua.dk>
19689         * help.el (help-map): Bind C-h d to apropos-documentation.
19691         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19692         when point is at end-of-buffer.
19694         * apropos.el (apropos-match-face): Doc fix.
19695         (apropos-sort-by-scores): Add new choice `verbose'.
19696         (apropos-documentation-sort-by-scores): New defcustom.
19697         (apropos-pattern): Now contains the pattern entered by the user.
19698         (apropos-pattern-quoted): New defvar.
19699         (apropos-regexp): New defvar, containing the regexp corresponding
19700         to apropos-pattern.
19701         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19702         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19703         interactive calls; returns list of words for a word list, and
19704         string for a regexp.
19705         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19706         parses a list of words or regexp as returned by apropos-read-pattern.
19707         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19708         (apropos-score-doc): Return a very high score if the string
19709         entered by the user matches literally.
19710         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19711         (apropos-command): Doc fix.  Use apropos-read-pattern and
19712         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19713         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19714         apropos-parse-pattern.
19715         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19716         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19717         apropos-documentation-sort-by-scores.  Call apropos-print with
19718         nosubst=t.
19719         (apropos-documentation-internal): Pass doc string through
19720         substitute-key-definition before adding text properties.
19721         Highlight substring matching literal user input if possible.
19722         (apropos-documentation-check-doc-file): Remove locals beg and end.
19723         Fix calculation of score (as added twice).  Pass doc string through
19724         substitute-key-definition before adding text properties.
19725         (apropos-documentation-check-elc-file): Pass doc string through
19726         substitute-key-definition before adding text properties.
19727         Highlight substring matching literal user input if possible.
19728         (apropos-print): Add new arg NOSUBST; if set, command and variable
19729         doc strings have already been passed through substitute-key-definition.
19730         Add code to handle apropos-accumulator items without score element
19731         for backwards compatibility (e.g. with woman package).
19732         Only show scores if apropos-sort-by-scores is `verbose'.
19734 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19736         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19737         Add jka-compr-load-suffixes to load-suffixes.
19739         * jka-compr.el: Require jka-cmpr-hook.
19740         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19741         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19742         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19743         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19744         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19745         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19746         (jka-compr-uninstall): Remove entries from
19747         jka-compr-added-to-file-coding-system-alist after they are used.
19748         (jka-compr-error): Remove unused var `curbuf'.
19749         (jka-compr-file-local-copy): Remove unused var `notfound'.
19751 2005-11-10  Romain Francoise  <romain@orebokech.com>
19753         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19755 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19757         * progmodes/gud.el (gud-menu-map): Move parentheses.
19758         (gdb): New command gud-pv.
19760 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19762         * tar-mode.el: Remove spurious or unnecessary leading stars
19763         in docstrings.
19764         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19765         (tar-parse-octal-integer-safe): Use mapc.
19766         (tar-header-block-summarize): Remove unused var `ck'.
19767         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19768         cleared before.  Obey default-enable-multibyte-characters.
19769         Use mapconcat.  Simplify setting of tar-header-offset.
19770         (tar-mode-map): Move initialization inside delcaration.
19771         (tar-flag-deleted): Use `abs'.
19772         (tar-expunge-internal): Remove unused var `line'.
19773         (tar-expunge-internal): Don't hardcode point-min==1.
19774         (tar-expunge): Widen while doing set-buffer-multibyte.
19775         (tar-rename-entry): Use file-name-coding-system.
19776         (tar-alter-one-field): Don't hardcode point-min==1.
19777         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19778         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19780 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19782         * add-log.el (add-log-current-defun): Handle class::method
19783         notation of c++.  Fix incorrect comment.
19785 2005-11-10  Alan Mackenzie  <acm@muc.de>
19787         * help-fns.el (describe-variable): Make C-h v work when a variable
19788         has variable documentation yet is unbound.
19790 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19792         * man.el (Man-highlight-references): Set an empty
19793         string to `Man-arguments' if it is nil.
19794         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19796 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19798         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19799         commenting conventions.
19801         * cus-dep.el (custom-make-dependencies): Simplify.
19802         Better follow the commenting conventions.
19804 2005-11-09  Richard M. Stallman  <rms@gnu.org>
19806         * apropos.el (apropos-pattern): Rename from apropos-regexp.
19807         (apropos-orig-pattern): Rename from apropos-orig-regexp.
19808         All uses changed.
19809         (apropos-rewrite-regexp): Doc fix.
19810         (apropos-variable, apropos-command, apropos, apropos-value):
19811         Change prompt; carry through the argument renaming.
19813 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
19815         * find-lisp.el: Require dired.
19816         (find-lisp-find-dired-internal): Do not call
19817         `abbreviate-file-name' on DIR.
19819 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
19821         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19823 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
19825         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19826         when using the speedbar.
19827         (gdb): New command gud-pp.
19828         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19830 2005-11-09  Juri Linkov  <juri@jurta.org>
19832         * replace.el (occur-excluded-properties): New defcustom.
19833         (occur-1, occur-engine, occur-accumulate-lines): Use it.
19835 2005-11-08  Jay Belanger  <belanger@truman.edu>
19837         * calc/calc-units.el (math-convert-units): Replace any composite
19838         unit by its definition.
19840 2005-11-08  Lars Hansen  <larsh@soem.dk>
19842         * emacs-lisp/autoload.el (update-directory-autoloads):
19843         Add obsolete function alias.
19845 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19847         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19848         comment-indent-function.
19849         (lisp-comment-indent): Replace by an alias for comment-indent-default.
19851         * reveal.el (reveal-post-command): Rework the handling of
19852         reveal-open-spots, so as to be more reliable.  There were several
19853         tricky corner cases where an open spot might be lost, or where
19854         a closed spot might end up on the list of open spots.
19855         Only reveal text that's ellipsised.
19857 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
19859         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19861 2005-11-07  John Paul Wallington  <jpw@gnu.org>
19863         * ibuffer.el (ibuffer): Search iconified frames too when
19864         getting Ibuffer buffer's window.
19866 2005-11-06  Richard M. Stallman  <rms@gnu.org>
19868         * progmodes/compile.el (compilation-internal-error-properties):
19869         save-excursion around the computation of MARKER.
19871 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
19873         * textmodes/flyspell.el (flyspell-external-point-words):
19874         flyspell-get-word returns a list, not just a string.
19876 2005-11-06  John Paul Wallington  <jpw@pobox.com>
19878         * ibuffer.el (ibuffer): Search all visible frames when getting
19879         Ibuffer buffer's window.
19881 2005-11-07  Masatake YAMATO  <jet@gyve.org>
19883         * man.el (Man-reference-regexp): Accept spaces between
19884         `Man-name-regexp' and `Man-section-regexp'.
19885         (Man-apropos-regexp): New variable.
19886         (Man-abstract-xref-man-page): Use value for `Man-target-string'
19887         if available.
19888         (Man-highlight-references, Man-highlight-references0):
19889         Handle the case when `Man-arguments' includes "-k".
19890         (Man-highlight-references0): Rename the argument `TARGET-POS' to
19891         `TARGET'. `TARGET' can be a number, function or nil.
19893 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
19895         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19896         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19897         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19898         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19899         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19900         (gdb-send-item): Use buffer-local-value and simplify.
19902 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
19904         * startup.el (command-line): Use `custom-reevaluate-setting' for
19905         `global-font-lock-mode'.
19907         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19908         by default, except in batch mode or when the -D option is given.
19910         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19911         specified keyword args on to `define-minor-mode'.  Update docstring.
19913 2005-11-05  Romain Francoise  <romain@orebokech.com>
19915         * replace.el (occur-engine): Add marker at end of line, too.
19917 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19919         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19920         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19921         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19922         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19923         argument to all these routines, so the passphrase can be managed
19924         externally and passed in to the system.
19925         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19926         pgg-add-passphrase-to-cache function.
19928         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19929         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19930         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19931         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19932         argument to all these routines, so the passphrase can be managed
19933         externally and passed in to the system.
19934         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19935         function.
19937 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
19939         * font-lock.el: Don't deal with font-lock-face-attributes here,
19940         move the code ...
19942         * startup.el (command-line): ... here.  Use face-spec-set instead
19943         of custom-declare-face.
19945         * faces.el (face-spec-set): Reset the face if spec is not nil.
19947 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19949         * newcomment.el (comment-region-internal): Box more tightly in the
19950         common case where there's no TAB in the boxed text.
19952 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19954         * info.el (info-tool-bar-map): Use images prev-node, next-node and
19955         up-node.
19957 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
19959         * newsticker.el: Commentary updated.  Code formatting changed.
19960         (newsticker-version): Change to "1.9".
19961         (newsticker, newsticker-feed): Doc fix.
19962         (newsticker-url-list): Doc fix.  Add option "Weekly".
19963         (newsticker-retrieval-interval): Add option "Weekly".
19964         (newsticker-headline-processing): Doc fix.
19965         (newsticker-auto-mark-filter): Remove.
19966         (newsticker-auto-mark-filter-list): New.
19967         (newsticker-layout, newsticker-sort-method): Doc fix.
19968         (newsticker-hide-old-items-in-newsticker-buffer)
19969         (newsticker-heading-format, newsticker-item-format)
19970         (newsticker-desc-format): Doc fix.
19971         (newsticker-show-all-rss-elements): Remove.
19972         (newsticker-show-all-news-elements): New.
19973         (newsticker-faces, newsticker-ticker): Doc fix.
19974         (remove-from-invisibility-spec): Code formatting.
19975         (newsticker--process-ids): New.
19976         (newsticker-mode): Doc fix.
19977         (newsticker-mode): Change mode-line-format.
19978         (newsticker-start): Remove debug output.
19979         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
19980         (newsticker-w3m-show-inline-images): Code formatting.
19981         (newsticker-next-item): Call `force-mode-line-update'.
19982         (newsticker-previous-item): Call `force-mode-line-update'.
19983         (newsticker-next-feed): Call `force-mode-line-update'.
19984         (newsticker-previous-feed): Call `force-mode-line-update'.
19985         (newsticker-mark-all-items-at-point-as-read): Code formatting.
19986         (newsticker-show-old-items): Do not show descs.
19987         (newsticker-hide-entry): Hide too much.
19988         (newsticker-hide-entry, newsticker-show-entry)
19989         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19990         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19991         (newsticker-toggle-auto-narrow-to-item): Code formatting.
19992         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19993         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19994         (newsticker-get-news): Call `force-mode-line-update'.
19995         Collect process ids.
19996         (newsticker--sentinel): Change coding system handling.
19997         Move image retrieval to new functions newsticker--get-logo-url-*.
19998         Move feed parsing to new functions newsticker--parse-*.
19999         Update list of process ids.
20000         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20001         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20002         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20003         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20004         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20005         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20006         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20007         (newsticker--decode-coding-string): Remove.
20008         (newsticker--decode-numeric-entities): Check input.  Format code.
20009         (newsticker--remove-whitespace): Check input.
20010         (newsticker--do-forget-preformatted): Doc fix.
20011         (newsticker--decode-rfc822-date): Allow for missing time.
20012         (newsticker--update-process-ids): New.
20013         (newsticker--image-sentinel): Change comment.
20014         (newsticker--image-read): Change error message.
20015         (newsticker--imenu-goto): Doc fix.  Show headline title.
20016         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20017         (newsticker--buffer-do-insert-text): Clean whitespace in
20018         html-rendered headline title.  Code formatting.
20019         Call `newsticker--buffer-print-extra-elements'.
20020         (newsticker--buffer-print-extra-element): Remove.
20021         (newsticker--buffer-print-extra-elements): New.
20022         (newsticker--buffer-do-print-extra-element): New.
20023         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20024         large sizes.
20025         (newsticker--run-auto-mark-filter)
20026         (newsticker--do-run-auto-mark-filter):
20027         Use `newsticker-auto-mark-filter-list'.
20029 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20031         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20032         (rcirc-print): Force redisplay before running hooks.  Do long
20033         buffer truncation after making new text read-only.  Deal with nil
20034         text when decoding strings.  If TARGET is nil, use either the
20035         currently selected buffer, if it is an rcirc buffer and of the
20036         same process or the process buffer.
20037         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20038         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20039         (rcirc-short-buffer-name): Add variable.
20040         (rcirc-kill-buffer-hook): Recompute short buffer names.
20041         Remove nick from private channel.
20042         (rcirc-send-input): Send command text to current-buffer.
20043         Don't clear overlay arrow here.
20044         (rcirc-short-buffer-name): Return a short buffer name.
20045         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20046         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20047         buffer-name abbreviations.
20048         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20049         Do not touch nick-table when killing a parted channel.
20050         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20051         Clear arrow from current buffer if it is now hidden.
20052         (rcirc-current-buffer): Add variable.
20053         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20054         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20055         Remove -face from names.
20056         (rcirc-update-activity-string): Print "DND" when globally ignoring
20057         activity.
20058         (rcirc-ignore-buffer-activity-flag): Rename from
20059         rcirc-ignore-channel-activity.
20060         (rcirc-ignore-all-activity-flag): Doc fix.
20061         (rcirc-channels): Remove variable.
20062         (rcirc-kill-buffer-hook):
20063         (rcirc-get-buffer-create): Add nick to private channel.
20064         (rcirc-multiline-edit-submit): Remove tabs.
20065         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20066         folded.
20067         (rcirc-remove-nick-channel): Bug fix.
20068         (rcirc-toggle-ignore-buffer-activity): Rename from
20069         rcirc-toggle-ignore-channel-activity.
20070         (rcirc-record-activity): Add buffers to the front of the list.
20071         (rcirc-update-activity): Remove killed buffers from list.
20072         (rcirc-process-server-response-1): Remove last argument if it is
20073         null before calling handler.
20074         (rcirc): Add "rcirc" defcustom prefix.
20075         (rcirc-prompt): Simplify default prompt.
20076         Use custom-initialize-default.
20077         (rcirc-private-chats): Remove variable.
20078         (rcirc-prompt): Change initialization.
20079         (rcirc-version): Remove function.
20080         (rcirc-id-string): Add constant.
20081         (rcirc-last-buffer): Remove variable.
20082         (rcirc-buffer-alist): Add variable.
20083         (rcirc-connect): Update variable setup.
20084         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20085         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20086         default.
20087         (rcirc-handler-generic): Trigger activity.
20088         (rcirc-send-message): Create the buffor of the target.
20089         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20090         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20091         (rcirc-multiline-edit-cancel): Remove function.
20092         (rcirc-set-last-buffer): Remove function.
20093         (rcirc-get-any-buffer): Add function.
20094         (rcirc-join-channels): Don't print /join text.
20095         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20096         messages.
20097         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20098         (rcirc-handler-NOTICE): Recognize CTCP responses.
20099         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20100         constructing TOPIC string for buffers we are not JOINed.
20101         (rcirc-handler-CTCP-response): Add handler.
20102         (rcirc-multiline-edit-submit): Restore the window-configuration
20103         before adjusting point.
20104         (rcirc): Add customization group.
20105         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20106         (rcirc-user-full-name, rcirc-startup-channels-alist)
20107         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20108         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20109         (rcirc-input-ring-size, rcirc-read-only-flag)
20110         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20111         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20112         Change defvar to defcustom.
20113         (rcirc-update-prompt): Add optional ALL arg, which will update
20114         prompts in all rcirc buffers.  Regexp quote replacement text.
20115         (rcirc-fill-column): Accept frame-width as a value.
20116         (rcirc-set-changed): Add function.
20117         (rcirc-next-active-buffer): Write more meaningful messages.
20118         (rcirc-faces): Add customization group.
20119         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20120         (rcirc-nick-in-message-face, rcirc-prompt-face)
20121         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20122         (with-rcirc-process-buffer): Move before first usage.
20123         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20124         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20125         (rcirc-debug): Rename from `rcirc-log'.
20126         (rcirc-format-response-string): Do not print `-' chars for a
20127         NOTICE with no sender.  Simplify output of server responses.
20129 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20131         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20132         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20133         Make urls mouse and RET clickable.
20135 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20137         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20139 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20141         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20142         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20143         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20144         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20145         argument to all these routines, so the passphrase can be managed
20146         externally and passed in to the system.
20147         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20148         pgg-add-passphrase-to-cache function.
20150         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20151         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20152         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20153         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20154         argument to all these routines, so the passphrase can be managed
20155         externally and passed in to the system.
20156         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20157         function.
20159 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20161         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20162         from goto-address-url-regexp.
20164 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20166         * textmodes/org.el (org-read-date, org-goto-calendar)
20167         (org-recenter-calendar, org-agenda-goto-calendar):
20168         Temporarily clear `calendar-move-hook'.
20170 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20172         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20173         merging.
20175         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20176         have merge clashes.
20178 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20180         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20181         Undo previous change.
20183         * startup.el (command-line): Use `custom-reevaluate-setting' for
20184         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20185         tty-register-default-colors on Mac.
20187 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20189         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20190         (gdb-buffer-type): Make it automatically buffer local...
20191         (gdb-get-create-buffer): ...and set it accordingly.
20192         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20193         actually work.
20195 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20197         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20198         not red.
20200 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20202         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20203         case GUD buffer is not visible.
20204         (gdb-goto-breakpoint): Try to force display in source buffer.
20205         (gdb-frame-gdb-buffer): Copy other similar functions.
20206         (gdb-restore-windows): Don't display source if not asked for.
20207         (gdb-assembler-buffer-name): Don't capitalise.
20209 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20211         * wid-edit.el (key-sequence): New widget type.
20213         * simple.el (set-mark-command-repeat-pop): New variable.
20214         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20215         if set-mark-command-repeat-pop is true.
20217         * info.el (Info-fontify-node): Don't display extra "see" if there
20218         already is one here.
20220         * mouse.el: Fix special handling of DEL after dragging a region:
20221         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20222         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20224         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20226         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20227         not to assume it pertains to an affix.
20229         * textmodes/flyspell.el (flyspell-post-command-hook):
20230         Bind deactivate-mark to prevent deactivation.
20232 2005-11-03  Lars Hansen  <larsh@soem.dk>
20234         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20235         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20236         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20238 2005-11-03  Romain Francoise  <romain@orebokech.com>
20240         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20241         Update copyright years.
20243 2005-11-03  Sam Steingold  <sds@gnu.org>
20245         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20246         Use system-type instead of window-system because window-system is not
20247         correctly defined during loadup.
20249 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20251         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20252         (xml-parse-tag): Join strings separated by a comment properly.
20254 2005-11-02  Andreas Schwab  <schwab@suse.de>
20256         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20258 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20260         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20261         (byte-optimize-pure-func): Quote the eval'd value.
20263         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20264         Rename from perl-font-lock-syntactic-face-function.
20265         Change the calling convention so it can be used as a font-lock MATCHER.
20266         Do the parse-partial-sexp loop outselves.
20267         (perl-font-lock-syntactic-keywords): Use it.
20268         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20270 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20272         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20273         disassembly buffer too.
20274         (gdb-exited): Remove overlay arrows when execution has finished.
20275         (gdb-info-frames-custom, gdb-info-threads-custom)
20276         (gdb-info-registers-custom): Don't add inappropriate text
20277         properties if inferior is not active.
20279 2005-11-02  Glenn Morris  <rgm@gnu.org>
20281         * progmodes/fortran.el (fortran-blink-match):
20282         Use `blink-matching-delay'.
20284 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20286         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20288 2005-11-02  Lars Hansen  <larsh@soem.dk>
20290         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20291         "Permission denied".
20293 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20295         * textmodes/flyspell.el (flyspell-external-point-words):
20296         Pass nil to flyspell-get-word.
20298 2005-11-02  Kim F. Storm  <storm@cua.dk>
20300         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20301         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20303 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20305         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20306         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20307         (calendar-mouse-print-dates): Add optional `event' argument.
20308         Update interactive-spec.
20309         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20310         Use `calendar-event-to-date' instead of `event'.
20312 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20314         * progmodes/ld-script.el (ld-script-builtins):
20315         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20316         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20317         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20319 2005-11-01  Romain Francoise  <romain@orebokech.com>
20321         * vc-sccs.el: Update copyright year.
20322         * ezimage.el: Likewise.
20324 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20326         * info.el (Info-fontify-node): Use `string-width' for fontifying
20327         underlined titles.
20329 2005-11-01  Juri Linkov  <juri@jurta.org>
20331         * info.el (Info-fontify-node): Downcase node header keywords Node,
20332         Prev, Next, Up before comparison.
20333         (Info-history): Insert absolute directory name, and put invisible
20334         property on it.
20336 2005-11-01  Juri Linkov  <juri@jurta.org>
20338         * info.el (Info-file-supports-index-cookies): New variable.
20339         (Info-find-node-2): Check makeinfo version for index cookie support.
20340         (Info-index-nodes): Search for nodes with index cookies only when
20341         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20342         with "Index" in the node name.
20343         (Info-index-node): Search index cookie in the current node only when
20344         Info-file-supports-index-cookies is t.  Otherwise, check the word
20345         "Index" in the node name.
20346         (Info-find-emacs-command-nodes): Remove code that searches nodes
20347         with "Index" node name in the top menu.
20349 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20351         * progmodes/scheme.el (scheme-mode-variables): Use the default
20352         comment-indent-function.
20354         * faces.el (face-attribute): Handle the case where a face inherits from
20355         a non-existent face.
20357         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20358         for octal and hexa output, and merge the char into the paren.
20359         (kill-new): Use push.
20360         (copy-to-buffer): Use with-current-buffer.
20361         (completion-setup-function): Move code in loop to remove redundancy.
20362         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20363         those inherited from minibuffer-local-completion-map.
20365         * savehist.el (savehist-mode) <defcustom>:
20366         Use custom-set-minor-mode if available.
20367         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20368         and emit a message if applicable.
20370 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20372         * savehist.el: Sync up to version 19.
20373         (savehist-mode): New minor mode.
20374         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20375         (savehist-length): Remove (use history-length instead).
20376         (savehist-file-modes): Rename from savehist-modes.
20377         (savehist-save-hook, savehist-loaded): New vars.
20378         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20379         old format to new format.
20380         (savehist-install): Allow savehist-autosave-interval to be nil.
20381         (savehist-save): Run the new hook.  Be more careful to only trim the
20382         history variables.
20383         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20384         (savehist-printable): Print into a buffer rather than char-by-char.
20386 2005-11-01  John Wiegley  <johnw@newartisans.com>
20388         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20389         toggle-ignore keybinding (C-a).  The author said it had been
20390         disabled much earlier due to a possible incompatibility, but after
20391         many months of usage I have encountered no problems (and it is a
20392         rather useful option, especially for switching to " *temp*").
20394         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20395         support for OS/X's AddressBook, by calling out to the open source
20396         program "contacts" (installable through Fink).
20398         * net/eudc.el (eudc-expand-inline): If the
20399         `eudc-multiple-match-handling-method' is set to `all', delete the
20400         query string before inserting the query result.
20402         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20403         flag, to prevent Eshell from using the system ls when
20404         `eshell-ls-insert-directory' is in used.
20405         (eshell-ls-insert-directory): Disable font-lock in directory
20406         buffer so that Eshell's own fontification is seen.  This broke
20407         recently due to changes in font-lock, so this goes back to version
20408         21 behavior.
20410 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20412         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20413         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20414         (gdb-many-windows): Doc fix.
20416 2005-10-31  Romain Francoise  <romain@orebokech.com>
20418         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20420 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20422         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20423         that global-font-lock-mode can be enabled by default.
20425         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20426         (font-lock-add-keywords, font-lock-remove-keywords)
20427         (font-lock-fontify-buffer): Remove autoload cookies.
20429         * jit-lock.el (jit-lock-register): Likewise.
20431         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20433 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20435         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20436         intact if there is no gud-comint-buffer.
20438 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20440         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20441         old prompt comint-prompt-read-only is t and GDB commands are
20442         issued from tool bar etc.
20444 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20446         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20448 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20450         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20451         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20453 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20455         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20456         starting at beginning of line.  Fontification is messed up when
20457         `open-paren-in-column-0-is-defun-start' set to t.
20458         Reported by John Paul Wallington <jpw@pobox.com>.
20460 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20462         * comint.el (comint-send-input): Call `comint-update-fence' when
20463         `comint-process-echoes' and `comint-prompt-read-only' are both
20464         non-nil, to avoid leftover read-only newline.
20466 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20468         * textmodes/flyspell.el (flyspell-external-point-words):
20469         Detect when WORD can't be checked properly because
20470         flyspell-get-word finds just part of it, and move on.
20472         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20473         boundarychar for Polish.
20474         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20475         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20477 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20479         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20480         (gdb-registers-font-lock-keywords): Delete.
20481         (gdb-registers-mode): Don't fontify.
20482         (gdb-info-registers-custom): Use text properties instead as, in
20483         future, changed register values will use font-lock-warning-face.
20484         (gdb-local-font-lock-keywords): Rename to...
20485         (gdb-locals-font-lock-keywords): ...for consistency.
20487 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20489         * vc.el (vc-switch-backend): Better error message if the buffer is
20490         not visiting a file under version control.
20492         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20494 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20496         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20497         ~/.emacs.d/.emacs.
20499 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20501         * replace.el (occur-mode-mouse-goto): Always go to other window.
20502         (occur-mode-goto-occurrence): Always switch in same window.
20504         * simple.el (undo): Display message at end, not at start.
20506         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20507         New arg REUSE-CELL.
20508         (cancel-timer-internal): New function.
20509         (timer-event-handler): Use cancel-timer-internal,
20510         and pass the cell it returns to timer-activate...
20512         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20513         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20514         (jit-lock-after-change): Test memory-full.
20516 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20518         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20519         part of the decoded armor to find the key-identifier.
20520         (pgg-gpg-lookup-key-owner): New function to return the
20521         human-readable identifier of a key owner.
20522         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20523         key itself.
20524         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20525         the key value) if we have a key and can match it against a secret
20526         key.  Also, added a note pointing out fact that the prompt only
20527         indicates the first matching key.
20529         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20530         pgg-decrypt-region.
20531         (pgg-pending-timers): A new hash for tracking the passphrase cache
20532         timers, so that new ones supercede old ones.
20533         (pgg-add-passphrase-to-cache): Rename from
20534         `pgg-add-passphrase-cache' to reduce confusion (all callers
20535         changed).  Modified to cancel old timers when new ones are added.
20536         (pgg-remove-passphrase-from-cache): Rename from
20537         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20538         changed).  Modified to cancel old timers when their keys are
20539         removed from the cache.
20540         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20541         XEmacs, an indirection to delete-itimer.
20542         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20543         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20544         users can only check cache without risk of prompting.  Correct bug in
20545         notruncate behavior.
20546         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20547         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20548         Add informative docstrings.
20549         (pgg-decrypt): Convey provided passphrase in subordinate call to
20550         pgg-decrypt-region.
20552         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20553         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20554         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20555         `passphrase' argument, so the passphrase can be managed externally
20556         and then passed in to the system.
20558         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20559         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20560         so the passphrase cache can be used reliably with identifiers
20561         besides a pgp packet's key id.
20563         * pgg-gpg.el (pgg-pgp-encrypt-region)
20564         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20565         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20566         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20567         argument to all these routines, so the passphrase can be managed
20568         externally and passed in to the system.
20570         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20571         `notruncate' argument, so the passphrase cache can be used
20572         reliably with identifiers besides a pgp packet's key id.
20574 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20576         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20577         symmetric encryption.
20578         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20579         encrypted session key.
20580         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20581         message ask for the passphrase in a proper way.
20583         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20584         New user commands for symmetric encryption.
20586 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20588         * textmodes/conf-mode.el (conf-assignment-sign)
20589         (conf-assignment-regexp): Fix docstrings.
20590         (conf-mode-initialize): New function.
20591         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20592         recognize recursive calls.
20593         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20594         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20595         (conf-xdefaults-mode): Use define-derived-mode and
20596         conf-mode-initialize.
20598 2005-10-29  Romain Francoise  <romain@orebokech.com>
20600         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20602 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20604         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20605         part of the decoded armor to find the key-identifier.
20606         (pgg-gpg-lookup-key-owner): New function to return the
20607         human-readable identifier of a key owner.
20608         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20609         key itself.
20610         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20611         the key value) if we have a key and can match it against a secret
20612         key.  Also, added a note pointing out fact that the prompt only
20613         indicates the first matching key.
20615         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20616         pgg-decrypt-region.
20617         (pgg-pending-timers): A new hash for tracking the passphrase cache
20618         timers, so that new ones supercede old ones.
20619         (pgg-add-passphrase-to-cache): Rename from
20620         `pgg-add-passphrase-cache' to reduce confusion (all callers
20621         changed).  Modified to cancel old timers when new ones are added.
20622         (pgg-remove-passphrase-from-cache): Rename from
20623         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20624         changed).  Modified to cancel old timers when their keys are
20625         removed from the cache.
20626         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20627         XEmacs, an indirection to delete-itimer.
20628         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20629         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20630         users can only check cache without risk of prompting.  Correct bug in
20631         notruncate behavior.
20632         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20633         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20634         Add informative docstrings.
20635         (pgg-decrypt): Convey provided passphrase in subordinate call to
20636         pgg-decrypt-region.
20638 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20640         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20641         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20642         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20643         `passphrase' argument, so the passphrase can be managed externally
20644         and then passed in to the system.
20646         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20647         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20648         so the passphrase cache can be used reliably with identifiers
20649         besides a pgp packet's key id.
20651         * pgg-gpg.el (pgg-pgp-encrypt-region)
20652         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20653         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20654         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20655         argument to all these routines, so the passphrase can be managed
20656         externally and passed in to the system.
20658         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20659         `notruncate' argument, so the passphrase cache can be used
20660         reliably with identifiers besides a pgp packet's key id.
20662 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20664         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20665         symmetric encryption.
20666         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20667         encrypted session key.
20668         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20669         message ask for the passphrase in a proper way.
20671         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20672         New user commands for symmetric encryption.
20674 2005-10-28  Bill Wohler  <wohler@newt.com>
20676         * help-mode.el (help-url): New button type.  Calls browse-url.
20677         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20678         Similar to Info nodes: URL `url'.
20679         (help-make-xrefs): Create help-url buttons for
20680         help-xref-url-regexp matches.
20682 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20684         * tool-bar.el (tool-bar-add-item-from-menu)
20685         (tool-bar-local-item-from-menu): Fix doc strings.
20687 2005-10-28  Romain Francoise  <romain@orebokech.com>
20689         * ldefs-boot.el: Update.
20691         * subr.el (locate-library): Move from help-fns.el.
20692         * help-fns.el (locate-library): Move to subr.el.
20694 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20696         * net/tramp.el (tramp-completion-mode): defvar moved up.
20698         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20700         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20702         * files.el (find-file-noselect): Use %d to format large file size.
20704         * bindings.el (mode-line-format): Add %e.
20706         * loadup.el ("facemenu"): Load unconditionally.
20707         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20708         ("x-dnd"): Load, when appropriate.
20710         * startup.el (command-line): Call before-init-hook earlier.
20711         Warn about some bad characters in -u user name.
20713         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20714         (flyspell-external-point-words): Error if misspelled word is not found.
20715         Set flyspell-large-region-beg at end of word.
20717 2005-10-28  Andreas Schwab  <schwab@suse.de>
20719         * view.el (View-revert-buffer-scroll-page-forward):
20720         Use view-page-size-default.
20722 2005-10-28  Juri Linkov  <juri@jurta.org>
20724         * international/quail.el (quail-get-current-str): Translate last
20725         raw character for deterministic input methods.
20727 2005-10-27  Jay Belanger  <belanger@truman.edu>
20729         * calc/calc-ext.el: Add functions to autoloads.
20730         (math-identity-matrix-p, math-ident-row-p): New functions.
20732         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20733         multiplication by an identity matrix; don't turn multiplication by
20734         an inverse matrix into division.
20735         (math-div-symbol-fancy): Replace division by matrices with
20736         multiplication by inverse.
20738         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20740         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20741         (calc-writeoutpower): New functions.
20743 2005-10-27  Romain Francoise  <romain@orebokech.com>
20745         * replace.el (occur-engine): Include colon in mouse-face highlight.
20747         * dired-x.el: Change Maintainer field.
20749 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20751         * longlines.el (longlines-mode): Bind after-change-functions to
20752         nil during initial decoding and final encoding.
20754 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20756         * term.el (term-emulate-terminal, term-handle-colors-array)
20757         (term-handle-ansi-escape): Specify the terminfo capabilities
20758         implemented.
20760 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20762         * info.el (Info-fontify-node): Fix detection of sentence-break
20763         before *Note.
20765 2005-10-26  Romain Francoise  <romain@orebokech.com>
20767         * smerge-mode.el: Add `tools' to file keywords.
20769 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20771         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20772         when the fringe is not available.
20774         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20775         (def-gdb-auto-update-trigger): Simplify construction.
20776         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20777         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20778         defined explicitly.
20779         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20780         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20781         defined explicitly.
20782         (gdb-info-locals-custom): Remove as it's a no-op.
20784 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
20786         * longlines.el (longlines-mode): Remove narrowing before
20787         performing the initial decoding or final encoding.
20789 2005-10-25  Romain Francoise  <romain@orebokech.com>
20791         * emacs-lisp/find-func.el (find-library-name): Also strip
20792         extension if library name ends in .el, to take advantage of
20793         `find-library-suffixes'.
20795 2005-10-25  Richard M. Stallman  <rms@gnu.org>
20797         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20799 2005-10-25  Juri Linkov  <juri@jurta.org>
20801         * textmodes/texinfo.el (texinfo-mode): Change charset of one
20802         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20804 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20806         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20807         (blackbox-redefine-key): Add argument `map'.
20809         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20810         regions when moving the jit-lock-context-unfontify-pos boundary.
20812 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20814         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20816 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20818         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20820 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20822         * play/blackbox.el (blackbox-redefine-key): New function.
20823         (blackbox-mode-map): Use it to remap existing bindings for cursor
20824         motion instead of binding literal keys.
20826 2005-10-25  Glenn Morris  <rgm@gnu.org>
20828         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20829         diary does not end in a newline.  Do not assume a blank line at
20830         the start of the diary file.
20832 2005-10-25  Kenichi Handa  <handa@m17n.org>
20834         * international/quail.el (quail-translate-key): If the input
20835         method is deterministic and failed to handle the last key, restart
20836         the key handling loop from an appropriate key.
20838 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
20840         * vc.el (vc-dired-mode): Extend comment for binding of
20841         `directory-listing-before-filename-regexp'.
20843 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20845         * textmodes/texinfo.el (texinfo-mode):
20846         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20847         not to unnecessarily expose emacs-mule's internal char codes.
20849 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
20851         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20852         Display hand pointer and help-echo on disabled icon too.
20853         (gdb-mouse-until): New function.
20854         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20856 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
20858         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20859         with 2005-10-23 change to doctor.el.
20861         * finder.el (finder-mode-map): Add follow-link binding.
20863 2005-10-25  Kim F. Storm  <storm@cua.dk>
20865         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20866         to gdb-mouse-toggle-breakpoint-fringe.
20867         (gdb-mouse-toggle-breakpoint-margin): Rename from
20868         gdb-mouse-toggle-breakpoint.  Fix doc.
20869         (gdb-mouse-toggle-breakpoint-fringe): New defun.
20870         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
20871         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20872         string properties also for fringe breakpoint bitmaps.
20874 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
20876         * textmodes/org.el (org-start-icalendar-file): Fix format form.
20878 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20880         * simple.el (completion-common-substring):
20881         Use `completion-common-substring' prior to `completion-base-size'.
20883 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
20885         * savehist.el: Require CL while compiling.
20886         (savehist-history-variables): Remove.
20887         (savehist-save-minibuffer-history, savehist-additional-variables)
20888         (savehist-minibuffer-history-variables): New vars.
20889         (savehist-save): Use them.
20890         (savehist-uninstall, savehist-minibuffer-hook): New funs.
20891         (savehist-install): New fun, extracted from savehist-load.
20892         (savehist-load): Use them.
20894 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20896         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20897         a dummy doc-string-elt property.
20898         (defalias, defvaralias, define-category): Add a docstring property.
20900         * image.el (defimage):
20901         * widget.el (define-widget):
20902         * custom.el (defface, defcustom): Add `doc-string' declaration.
20904         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20905         (defadvice): Add `doc-string' declaration.
20907         * emacs-lisp/byte-run.el (macro-declaration-function):
20908         Handle `doc-string' declarations.
20909         (define-obsolete-function-alias, define-obsolete-variable-alias):
20910         Add `doc-string' declaration.
20912 2005-10-24  Kenichi Handa  <handa@m17n.org>
20914         * international/utf-7.el (utf-7): Add autoload cookie.
20916         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20918 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
20920         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20921         list of directories passed to batch-update-autoloads.  Add "." to
20922         the list of the echoed directories.
20924         * pgg-def.el:
20925         * pgg-gpg.el:
20926         * pgg-parse.el:
20927         * pgg-pgp.el:
20928         * pgg-pgp5.el:
20929         * pgg.el: Moved here from the gnus subdirectory.
20931 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
20933         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20934         in case comint-prompt-read-only is set to t.
20936         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20937         in case comint-prompt-read-only is set to t.
20939 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
20941         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20942         Now a string.
20943         (icalendar-import-format): Handle CLASS, STATUS, URL.
20944         Rename `subject' to `summary'.
20945         (icalendar-import-format-summary): Rename from
20946         `icalendar-import-format-subject'.
20947         (icalendar-import-format-url, icalendar-import-format-status)
20948         (icalendar-import-format-class): New variables.
20949         (icalendar--rris): Take variable argument list.
20950         (icalendar--datestring-to-isodate): Remove unnecessary
20951         calendar-style check when converting dates with explicit month names.
20952         (icalendar-export-region): Change return type of conversion
20953         subroutines.  Bury current buffer unless error occurred.
20954         (icalendar--convert-to-ical)
20955         (icalendar--parse-summary-and-rest): New functions.
20956         (icalendar--convert-ordinary-to-ical)
20957         (icalendar--convert-weekly-to-ical)
20958         (icalendar--convert-yearly-to-ical)
20959         (icalendar--convert-block-to-ical)
20960         (icalendar--convert-cyclic-to-ical)
20961         (icalendar--convert-anniversary-to-ical): Change return type.
20962         Strip trailing blanks from subject.
20963         (icalendar--convert-sexp-to-ical): Change return type.
20964         Strip trailing blanks from subject.  Handle simple sexp
20965         entries as generated by icalendar.el.
20966         (icalendar--convert-float-to-ical)
20967         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20968         (icalendar-import-file): Doc fix.
20969         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20970         Correct call to icalendar--rris.
20971         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
20972         `summary'.
20973         (icalendar--add-diary-entry): Rename `subject' to `summary'.
20975 2005-10-24  Romain Francoise  <romain@orebokech.com>
20977         * server.el (server-sentinel): Set query-on-exit flag to nil on
20978         new client processes (it isn't inherited from the server process).
20980         * replace.el (occur-engine): Rearrange text properties.
20982 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20984         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20985         case-fold-search is nil.
20986         (debug-help-follow): Use help-xref-interned directly.
20988 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
20990         * thumbs.el (thumbs-image-type): Add .pbm.
20992 2005-10-23  Richard M. Stallman  <rms@gnu.org>
20994         * faces.el (inhibit-face-set-after-frame-default): New variable.
20995         (set-face-attribute): Bind it.
20996         (face-set-after-frame-default): Test it.
20998         * help-fns.el (describe-simplify-lib-file-name): New function.
20999         (describe-function-1, describe-variable): Use it.
21001         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21003         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21004         Eliminate nil as possible value.
21005         (tooltip-hide-delay): Reduce internal-border-width.
21007         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21008         (menu-bar-file-menu) <new-file>: Likewise.
21010         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21012         * international/mule.el (load-with-code-conversion):
21013         Pass full file name to `eval-buffer' unless preloading.
21015         * textmodes/flyspell.el (flyspell-large-region):
21016         Call ispell-check-version.
21018         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21019         Fix the make-variable-buffer-local call that was supposed
21020         to be for this variable.
21021         (ispell-aspell-supports-utf8): Doc fix.
21022         (ispell-find-aspell-dictionaries): Preserve elements of
21023         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21024         (ispell-aspell-find-dictionary): Return nil on error.
21026         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21027         (doctor-symptoms): Likewise.
21029         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21031 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21033         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21034         (custom-raised-buttons): Add :set spec.
21035         (custom-button-unraised, custom-button-pressed-unraised):
21036         New faces, so that custom-raised-buttons actually does something.
21037         (custom-mode): Use custom-button and custom-button-pressed.
21039         * wid-edit.el (widget-specify-button): Don't ignore
21040         widget-mouse-face on graphic terminals.
21041         (widget-move-and-invoke): Cleanup.
21043 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21045         * whitespace.el (whitespace-cleanup): Doc fix.
21047 2005-10-23  Romain Francoise  <romain@orebokech.com>
21049         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21050         `eval-after-load' to avoid evaluating their result.
21052 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21054         * files.el (directory-listing-before-filename-regexp):
21055         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21057         * dired.el (dired-move-to-filename-regexp): Remove.
21058         All occurrences replaced by `directory-listing-before-filename-regexp'.
21060         * dired-x.el, locate.el, vc.el:
21061         Replace `dired-move-to-filename-regexp' by
21062         `directory-listing-before-filename-regexp'.  In vc.el it is
21063         overwritten locally; maybe this can be handled in files.el too.
21065         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21066         replaced by `directory-listing-before-filename-regexp'.
21068 2005-10-23  Andreas Schwab  <schwab@suse.de>
21070         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21071         and eval-next-after-load.
21073 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21075         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21076         exist, create it.
21078 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21080         * allout.el: Remove autoloads for mailcrypt and crypt++.
21081         Require pgg, pgg-gpg during compilation.
21082         (allout-version): Increment version number to 2.1, and use a literal
21083         rather than RCS Id.
21084         (allout-default-encryption-scheme): Remove.
21085         (allout-passphrase-verifier-handling)
21086         (allout-passphrase-verifier-string)
21087         (allout-file-passphrase-verifier-string)
21088         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21089         (allout-passphrase-hint-handling): Rename and simplify.
21090         (allout-init): Use `find-file-hook' if available, otherwise
21091         `find-file-hooks'.
21092         (allout-mode): Use `write-file-functions' if available, otherwise
21093         `local-write-file-hooks' and, instead of making auto-save-hook
21094         buffer local, make the write-file-hook activity contingent to
21095         allout-mode.
21096         (allout-mode): Use key-binding substitution in the docstring.
21097         (allout-kill-line): Spell-out kill ring data structure mutation
21098         instead of using byte-compiler-complaint-provoking `pop'.
21099         (allout-insert-listified): Use `insert' rather than `insert-string'
21100         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21101         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21102         (allout-encrypt-string): Totally revamped vis new underlying
21103         encryption facilities.
21104         (allout-mc-activate-passwd): Remove.
21105         (allout-obtain-passphrase): New, more or less replaces
21106         allout-mc-activate-passwd.
21107         (allout-encrypted-key-info): More or less replaces
21108         allout-encrypted-text-type.
21109         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21110         (my-mark-marker): Use `(featurep 'xemacs)'.
21112 2005-10-23  Lars Hansen  <larsh@soem.dk>
21114         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21115         (byte-compile-file-form-defmumble, byte-compile-defun)
21116         (byte-compile-defmacro): Use it.
21117         (byte-compile-form): Don't call byte-compile-set-symbol-position
21118         when a byte-compile handler is called.
21120 2005-10-22  Romain Francoise  <romain@orebokech.com>
21122         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21124         * subr.el (eval-after-load): Convert library name to an absolute
21125         file name using locate-library, since load-history no longer has
21126         library names in it.
21128 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21130         * files.el (make-temp-file): Move from subr.el.
21131         * subr.el (make-temp-file): Move to files.el.
21133         * window.el (get-buffer-window-list): Move from subr.el.
21134         * subr.el (get-buffer-window-list): Move to window.el.
21136         * image.el (image-load-path): Use eval-at-startup to initialize.
21138         * subr.el (eval-at-startup): New macro.
21140         * subr.el: Much rearrangement of functions and division
21141         into pages.  No code changes.
21143 2005-10-22  Kenichi Handa  <handa@m17n.org>
21145         * tar-mode.el (tar-extract): Be sure to call
21146         find-operation-coding-system if set-auto-coding doesn't find a
21147         coding system.
21149 2005-10-22  Kim F. Storm  <storm@cua.dk>
21151         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21152         Change users.
21153         (image-type-file-name-regexps): New defconst.
21154         (image-type-from-data): Simplify loop.
21155         (image-type-from-buffer): New defun.
21156         (image-type-from-file-header): Use it instead of image-type-from-data.
21157         Use image-search-load-path instead of only looking in data-directory.
21158         (image-type-from-file-name): New defun.
21159         (image-search-load-path): Change `pathname' to `filename'.
21160         Make PATH arg optional, default to image-load-path.
21162 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21164         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21166         * textmodes/paragraphs.el (sentence-end-base): New variable.
21167         (sentence-end): Use sentence-end-base.
21169 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21171         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21172         property independently from the font-lock-multiline variable.
21174 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21176         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21178         * startup.el (command-line): Convert library names
21179         in `load-history' to absolute file names.
21181         * subr.el (symbol-file): Doc fix.
21183         * loadhist.el (file-loadhist-lookup): Call locate-library
21184         instead of find-library-name.  Don't try converting
21185         abs file names to library names, since load-history no longer
21186         has library names in it.
21187         (file-dependents, file-provides, file-requires): Doc fixes.
21189 2005-10-21  Juri Linkov  <juri@jurta.org>
21191         * progmodes/etags.el (tags-table-mode): New function.
21192         (tags-verify-table): Replace initialize-new-tags-table with
21193         tags-table-mode.
21195         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21196         default value.
21197         (desktop-modes-not-to-save): Add tags-table-mode to the
21198         default value.
21200         * info.el (Info-index-next): Add total number of index
21201         alternatives to the message.
21203         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21204         backward only space (instead of space and period) before looking
21205         at sentence end.
21207         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21208         Add the old variable value as 4th default-value arg of read-string.
21210 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21212         * cus-face.el (custom-declare-face): Make face from X resources
21213         also on Mac.
21215         * disp-table.el (standard-display-g1, standard-display-graphic):
21216         Refuse to use string glyphs also on Mac.
21217         (standard-display-european): Don't set terminal coding system also
21218         on Mac.
21220         * frame.el (display-screens): Use x-display-screens also on Mac.
21222 2005-10-21  Romain Francoise  <romain@orebokech.com>
21224         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21226 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21228         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21229         and $? into sexps.
21231         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21232         warning face on open-paren-in-column-0.
21234         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21235         boundary case.  Fix typo.
21236         Suggested by Martin Rudalics <rudalics@gmx.at>.
21238 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21240         * textmodes/org.el (org-combined-agenda-icalendar-file)
21241         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21242         (org-export-icalendar-this-file)
21243         (org-export-icalendar-all-agenda-files)
21244         (org-export-icalendar-combine-agenda-files): New commands.
21245         (org-export-icalendar, org-print-icalendar-entries)
21246         (org-start-icalendar-file, org-finish-icalendar-file)
21247         (org-ical-ts-to-string): New functions.
21248         (org-read-date, org-goto-calendar)
21249         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21250         call to `calendar'.
21251         (orgtbl-setup): Remove the :keys arguments from the menu description.
21252         (org-after-save-iCalendar-file-hook): New variable.
21254 2005-10-21  Kenichi Handa  <handa@m17n.org>
21256         * language/vietnamese.el (tcvn-5712): Make it an alias of
21257         vietnamese-tcvn coding-system.
21259 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21261         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21262         group id is given.
21264 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21266         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21267         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21268         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21269         whose line is either continued or ends with a comment.
21271 2005-10-20  Romain Francoise  <romain@orebokech.com>
21273         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21275         * replace.el (occur-engine): Add follow-link property.
21277         * font-core.el (font-lock-mode): Doc fix.
21279 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21281         * net/rcirc.el: New file.
21283 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21285         * term.el (term-term-name): Initialize to "eterm-color".
21287 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21289         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21290         for encryption functionality.
21291         Move allout customization subgroup from `editing' to `outlines' group.
21292         Fix commentary keywords to legitimate ones.
21293         Update author info (using my current email address, obscurified).
21294         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21295         (allout-encrypted-topic-p, allout-encrypted-text-type)
21296         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21297         (allout-situate-encryption-key-verifier)
21298         (allout-get-encryption-key-verifier, allout-verify-key)
21299         (allout-next-topic-pending-encryption)
21300         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21301         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21302         (outline-key-verifier-handling, outline-key-hint-handling)
21303         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21304         (allout-file-key-verifier-string, allout-encryption-scheme)
21305         (allout-key-verifier-string, allout-key-hint-string)
21306         (allout-after-save-decrypt): New variables.
21307         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21308         (allout-after-saves-handler): New hook functions.
21309         (allout-post-command-business): Do allout-after-save-decrypt.
21310         (allout-enable-file-variable-adjustment): Custom var to enable
21311         mechanism for adding and adjusting settings of Emacs file variables.
21312         (allout-adjust-file-variable, allout-file-vars-section-data):
21313         New functions, implement the mechanism.
21314         (outlineify-sticky): Use the file vars mechanism.
21315         (allout-inhibit-protection, allout-during-write-cue)
21316         (allout-override-protect, allout-before-change-protect): Remove.
21317         (allout-flag-region, allout-open-topic): Adjust read-only text.
21318         (allout-open-line-not-read-only): Add to facilitate read-only
21319         text based protection.
21320         (allout-kill-line): Revise to adjust read-only text, clue the
21321         user about the inhibition.
21322         (allout-unprotected): Use unwind-protect.
21323         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21324         topic deeper than the offspring depth of the previous topic -
21325         avoiding confusing "containment discontinuities".
21326         (allout-reindent-bodies): Fix retention of body relative hanging
21327         indent during promotion of collapsed bodies.
21328         (allout-open-topic): Make it easy to open new topic with same
21329         bullet as current topic - topic creation functions provided with
21330         any universal argument provokes now prompt for bullet, defaulting
21331         to the bullet of the previous topic.
21332         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21333         Plain bullet alternates `.' period and `,' comma only.  All other
21334         bullets are relegated to special status (but customizable).
21335         (allout-end-of-entry): Rename from allout-end-of-current-entry
21336         since it actually operates w.r.t. most immediately containing
21337         entry, visible or not.
21338         (allout-hide-current-entry, allout-show-current-entry): Use the
21339         revised version.
21340         (allout-old-expose-topic): Solidify deprecation.
21341         (allout-end-of-subtree): Add so we can span concealed as well
21342         as visible topics.
21343         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21344         (allout-end-of-current-heading): Tweak to just respect the first line.
21345         (allout-get-body-text): Add.
21346         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21347         when invoked interactively.
21348         (allout-up-current-level): Use `interactive-p'.
21349         (allout-mode, allout-init): Miscellaneous docstring and
21350         operational refinements, as well as hookups of new encryption stuff.
21351         (allout-beginning-of-current-entry): Now works as advertised.
21352         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21353         (allout-isearch-rectification): Refine condition for isearching.
21354         (allout-isearch-abort, allout-enwrap-isearch)
21355         (allout-flag-region, my-region-active-p): Relocate some macros.
21356         (allout-title): Fallback title is (buffer-name), not
21357         non-existing (current-buffer-name).
21358         (subst-char-in-string): Define if absent (for some XEmacs versions).
21360 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21362         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21363         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21364         (mail-citation-prefix-regexp, mail-signature-file)
21365         (mail-default-headers, mail-bury-selects-summary)
21366         (mail-send-nonascii): Add autoload cookies.
21368 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21370         * frame.el (blink-cursor-mode): Add `mac' to the list of
21371         window-system's that support blinking cursor.
21373 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21375         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21377 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21379         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21380         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21381         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21383 2005-10-20  Kim F. Storm  <storm@cua.dk>
21385         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21386         (ido-set-current-directory): Don't add / after final @.
21387         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21388         Explicitly handle ange-ftp completion oddities.
21389         (ido-make-file-list): Don't rotate list at tramp root to avoid
21390         triggering tramp file handler for expand-file-name via get-file-buffer.
21392 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21394         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21396 2005-10-19  Jay Belanger  <belanger@truman.edu>
21398         * calc/calc-units.el (math-standard-units): Add units, adjust
21399         symbols and update values.
21400         (math-unit-prefixes): Add more prefixes.
21402 2005-10-19  Romain Francoise  <romain@orebokech.com>
21404         * bookmark.el (bookmark-menu-heading): New face.
21405         (bookmark-bmenu-list): Use it.
21406         Don't fiddle with `baud-rate' at top-level.
21408 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21410         * image.el (create-image, find-image): Mention max-image-size in
21411         docstring.
21413 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21415         * savehist.el (savehist-load): Revert to checking XEmacs.
21417         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21418         Various docstring and line-width fixups.
21419         (conf-mode): Use cond.
21420         Set font-lock-defaults.  Don't set comment-use-syntax.
21422 2005-10-18  David Ponce  <david@dponce.com>
21424         * tree-widget.el (tree-widget-button-click): New function.
21425         (tree-widget-button-keymap): Use it.
21427 2005-10-18  Romain Francoise  <romain@orebokech.com>
21429         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21430         (bookmark-bmenu-hide-filenames): Add follow-link property.
21431         Improve help-echo text.
21433         * ffap.el (find-file-at-point): Doc fix.
21435 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21437         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21439 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21441         Install to the CVS repository what I forgot to install in my
21442         2005-10-16 changes.
21444         * progmodes/python.el (python-complete-symbol): Pass the common
21445         prefix substring of completion to `display-completion-list'.
21447         * textmodes/org.el (org-complete): Ditto.
21449 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21451         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21453         * woman.el (WoMan-xref-man-page): New button type derived
21454         from `Man-abstract-xref-man-page'.
21455         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21457         * man.el (Man-abstract-xref-man-page): New button type.
21458         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21459         (Man-highlight-references): Add new optional argument `xref-man-type'.
21461 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21463         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21465 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21467         * cus-edit.el (Custom-move-and-invoke): Delete.
21468         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21470         * wid-edit.el (widget-move-and-invoke): New function, from
21471         Custom-move-and-invoke.
21473 2005-10-17  Bill Wohler  <wohler@newt.com>
21475         Move all remaining images from lisp/toolbar to etc/images, move
21476         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21477         the low resolution images in their own directory (low-color).
21479         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21480         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21481         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21482         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21483         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21484         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21485         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21487         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21488         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21489         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21490         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21491         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21492         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21493         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21494         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21495         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21496         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21497         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21498         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21499         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21500         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21501         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21503         To conform with convention, replace the underscore (_) in the
21504         following image names with dash (-) or (/) as appropriate.
21506         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21507         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21508         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21509         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21510         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21511         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21512         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21513         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21514         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21515         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21516         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21517         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21518         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21519         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21520         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21522         * info.el (info-tool-bar-map): Replace underscores in image names
21523         with dashes.
21525         * makefile.w32-in (WINS): Remove toolbar.
21527         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21529         * tool-bar.el: Move to lisp from toolbar.  Now that
21530         toolbar is empty, it should be deleted when folks run "cvs up -P".
21532 2005-10-18  Jay Belanger  <belanger@truman.edu>
21534         * calc/calc-store.el (calc-store-into): Get the proper variable name
21535         to display in message.
21537 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21539         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21540         expressions display in speedbar for all buffers when debugging.
21541         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21543         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21544         (speedbar-insert-button, speedbar-make-button):
21545         Use add-text-properties.
21546         (speedbar-update-localized-contents)
21547         (speedbar-update-directory-contents)
21548         (speedbar-update-special-contents): Use dolist.
21549         (speedbar-buffer-easymenu-definition): Add a menu separator.
21551 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21553         * makefile.w32-in: Use $(lisp) consistently.
21554         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21555         for shell specific generation of mh-autoloads.
21557 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21559         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21561 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21563         * jit-lock.el (jit-lock-fontify-now):
21564         Move jit-lock-context-unfontify-pos to avoid wasted work.
21566 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21568         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21569         `tramp-completion-mode' for checking if we are in completion mode.
21570         (tramp-completion-handle-file-name-all-completions): Reorder code
21571         in order to complete for file names only in case there are no
21572         method/user/host completions.  This is necessary for cooperation
21573         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21575 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21577         * longlines.el (longlines-search-forward)
21578         (longlines-search-backward): Match any number of spaces.
21580 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21582         * diff-mode.el (diff-mode): Doc fix.
21584 2005-10-16  David Reitter  <david.reitter@gmail.com>
21586         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21587         as default on darwin and windows systems.
21589 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21591         * arc-mode.el (archive-zip-extract): Doc fix.
21593 2005-10-16  Romain Francoise  <romain@orebokech.com>
21595         * mouse.el (mouse-1-click-follows-link): Doc fix.
21597 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21599         * savehist.el: Don't require CL at runtime.
21600         (savehist-xemacs): Remove.
21601         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21602         (savehist-no-conversion): Use (featurep 'xemacs).
21603         (savehist-load): Check existence of start-itimer rather than XEmacs.
21604         Use an idle timer.
21605         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21606         `delete-if-not'.
21608 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21610         * savehist.el: Newer version.
21611         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21612         (savehist-last-checksum, savehist-no-conversion): New vars.
21613         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21614         New functions.
21615         (savehist-load, savehist-save): Use them.
21616         (savehist-delimit): Remove.
21618 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21620         * progmodes/compile.el (compilation-goto-locus): Display the
21621         compilation buffer first and the source buffer second, in case they're
21622         in overlapping frames.  Don't raise the compilation frame if it was the
21623         selected window upon entry.  Pass the `other-window' arg to
21624         pop-to-buffer.
21626         * info.el (Info-fontify-node): Use dolist.
21627         Change add-text-properties to put-text-property.
21629 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21631         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21632         bound of search.
21634 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21636         * dabbrev.el (dabbrev-completion): Pass the common
21637         prefix substring of completion to `display-completion-list'.
21639         * filecache.el (file-cache-minibuffer-complete)
21640         (file-cache-complete): Ditto.
21642         * tempo.el (tempo-display-completions): Ditto.
21644         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21646         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21648         * eshell/em-hist.el (eshell-list-history): Ditto.
21650         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21652         * mail/mailalias.el (mail-complete): Ditto.
21654         * progmodes/etags.el (complete-tag): Ditto.
21656         * progmodes/make-mode.el (makefile-complete): Ditto.
21658         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21660         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21662         * progmodes/pascal.el (pascal-complete-word)
21663         (pascal-show-completions): Ditto.
21665         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21667         * simple.el (completion-common-substring): New variable.
21668         (completion-setup-function): Use `completion-common-substring'
21669         to put faces.
21671 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21673         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21674         (x-get-selection, mac-select-convert-to-string): Convert from/to
21675         UTF-16 clipboard data as in native byte order, no BOM.
21677 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21679         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21680         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21681         (gud-sentinel): Use speedbar-frame to check for speedbar.
21683 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21685         * savehist.el: New file.
21687 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21689         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21690         Fix bug in \bf fontification.
21692 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21694         * pcvs.el (cvs-edit-log-files): New var.
21695         (cvs-mode-edit-log): New arg `file'.
21696         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21697         Instead force the use of the original file and nothing else.
21698         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21699         the cvs-minor-wrap-function is set.
21700         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21702 2005-10-14  Bill Wohler  <wohler@newt.com>
21704         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21705         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21706         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21707         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21708         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21709         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21710         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21711         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21712         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21713         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21714         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21715         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21716         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21717         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21718         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21720         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21721         appropriately (for example, gud-break to gud/break).
21723 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21725         * longlines.el (longlinges-search-function)
21726         (longlines-search-forward, longlines-search-backward): New functions.
21727         (longlines-mode): Set isearch-search-fun-function to
21728         longlinges-search-function.
21730         * mouse.el (mouse-drag-region-1): Handle the case where a
21731         double-click event is bound to an arbitrary function.
21733 2005-10-14  David Ponce  <david@dponce.com>
21735         * recentf.el (recentf-track-opened-file)
21736         (recentf-track-closed-file, recentf-update-menu)
21737         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21738         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21739         mouse-1-click-follows-link.
21741 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21743         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21744         Gnome file-manager.png.  Suggested by
21745         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21747         * toolbar/README: Add diropen.xpm.
21749 2005-10-13  Bill Wohler  <wohler@newt.com>
21751         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21752         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21754 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21756         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21757         Don't waste the byte-compiler's time on constant data.
21759 2005-10-13  Kenichi Handa  <handa@m17n.org>
21761         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21762         byte with `escape-glyph' face.
21764         * international/fontset.el (ccl-encode-unicode-font):
21765         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21766         Handle the case that ucs-mule-to-mule-unicode translates a character to
21767         ASCII (usually for IPA characters).
21769 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21771         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21772         Don't hide the underline of titles if font-lock-mode is disabled.
21774 2005-10-12  Bill Wohler  <wohler@newt.com>
21776         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21777         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21778         files in MH-E-SRC have been updated.
21779         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21781 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21783         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21784         (mixal-mode-syntax-table): Add \n as end-comment.
21785         (mixal-operation-codes-alist): Immediately initialize to full value.
21786         (mixal-add-operation-code): Remove.
21787         (mixal-describe-operation-code): Make the arg non-optional.
21788         Use the interactive spec instead.
21789         Use mixal-operation-codes-alist rather than mixal-operation-codes.
21790         (mixal-font-lock-keywords): Don't highlight comments here any more.
21791         (mixal-font-lock-syntactic-keywords): New var.
21792         (mixal-mode): Use it.  Fix comment-start-skip.
21794 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21796         * startup.el (command-line-x-option-alist): -nb => -nbi.
21798 2005-10-12  Kim F. Storm  <storm@cua.dk>
21800         * startup.el (fancy-splash-default-action): Discard mouse click in
21801         the splash screen window, as it has no sensible meaning in the
21802         next window to be selected.  Fixes error reported by Jan D.
21804 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21806         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21808 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21810         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21811         Try to fix up minor layout issues like indentation, line break, etc...
21812         (mixal-mode-syntax-table): Don't try to specify comment syntax,
21813         because it doesn't work.
21814         (mixal-operation-codes): Add some more codes.
21815         (mixal-font-lock-keywords): Process comments here.
21816         (mixal-mode): mixasm no longer needs -g option.
21818 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21820         * progmodes/sh-script.el (sh-tmp-file):
21821         Use mktemp -t.  Finish support for es and rc shells.
21823 2005-10-11  Jay Belanger  <belanger@truman.edu>
21825         * calc/calcalg2.el (calc-integral): With an argument, compute the
21826         definite integral.
21828 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
21830         * mouse.el (mouse-drag-region-1): Don't try to catch a
21831         double-click when doing follow-link (it's overridden anyway).
21833 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
21835         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21836         (autoload-print-form-outbuf): Add docstring.
21838 2005-10-11  Juri Linkov  <juri@jurta.org>
21840         * info.el (Info-mode-menu): Delete menu item "Edit".
21841         (Info-mode): Delete description of Info-edit from docstring,
21842         and rearrange descriptions of Info commands in the order
21843         they are documented in the Info manual.
21845 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21847         * calendar/appt.el (appt-check): Use diary-selective-display var.
21849 2005-10-10  Richard M. Stallman  <rms@gnu.org>
21851         * net/newsticker.el (newsticker-start, newsticker-show-news):
21852         Add autoload cookies.
21854 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
21856         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21858 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
21860         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21862 2005-10-10  Jay Belanger  <belanger@truman.edu>
21864         * calc/calc-arith.el (math-check-known-scalarp)
21865         (math-check-known-matrixp): Check the values of arguments that are
21866         variables.
21867         (math-check-known-square-matrixp): New function.
21868         (math-known-square-matrixp): Use math-check-known-square-matrixp.
21869         (math-super-types): Add sqmatrix type.
21871         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21872         mode name `square' to `sqmatrix'.
21874         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21875         mode name `square' to `sqmatrix'.
21877 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21879         * progmodes/etags.el (select-tags-table-mode): Don't use
21880         selective-display.
21881         (tags-select-tags-table): Pass `button' to the action function.
21882         (select-tags-table): Place the side-info on button properties rather
21883         than in hidden text.  Abbreviate file names.
21884         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21885         (select-tags-table-select): Add `button' argument.
21886         Get side-info from the button property rather than from hidden text.
21888 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
21890         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21891         (gud-speedbar-buttons): Preserve point if possible.
21892         (gud-sentinel): Restore previous speedbar display type.
21894         * progmodes/gdb-ui.el (gdba): Improve diagram.
21895         (def-gdb-auto-update-handler, gdb-info-locals-handler)
21896         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21897         Call get-buffer-window once.
21899 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21901         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21902         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21903         (pascal-indent-command): Remove unused var `ind'.
21904         (pascal-indent-case): Remove unused var `oldpos'.
21905         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21906         since it's now used as a proper minor mode map.
21907         (pascal-outline): Rename to pascal-outline-mode.
21908         (pascal-outline-mode): Use define-minor-mode.
21909         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21910         selective-display.
21912 2005-10-10  Andreas Schwab  <schwab@suse.de>
21914         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21915         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
21917         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21918         outside source directory.
21920 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
21922         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21923         C-x' as a prefix.
21924         (orgtbl-mode-map): Full keymap instead of sparse, because all
21925         `self-insert-command' keys are redefined in this map.
21926         (org-export-as-html): Specify charset for HTML file, by taking it
21927         from the coding system.
21929 2005-10-10  Kenichi Handa  <handa@m17n.org>
21931         * textmodes/flyspell.el (flyspell-check-word-p):
21932         If unread-command-events is non-empty, don't call sit-for.
21934 2005-10-09  Richard M. Stallman  <rms@gnu.org>
21936         * font-lock.el (font-lock-syntactic-keywords)
21937         (font-lock-keywords): Doc fixes.
21939         * textmodes/flyspell.el (flyspell-external-point-words):
21940         Simplify logic, and don't try to check for consecutive appearances
21941         of one incorrect word.
21943 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
21945         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21946         separator.
21948         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21949         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21950         (gud-expansion-speedbar-buttons): New function.
21951         (gud-speedbar-buttons): Check for gud-comint-buffer.
21953 2005-10-09  Bill Wohler  <wohler@newt.com>
21955         * Makefile.in (updates): Add mh-loaddefs dependency.
21957 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
21959         * speedbar.el (speedbar-file-key-map): Fix typo.
21961 2005-10-09  Daniel Brockman  <daniel@brockman.se>
21963         * cus-start.el (line-spacing): Add custom spec.
21965 2005-10-09  Romain Francoise  <romain@orebokech.com>
21967         * textmodes/ispell.el (ispell-check-version): Fix last change.
21969 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21971         * term/x-win.el: Remove -i, --icon-type from comment.
21973         * startup.el (command-line-x-option-alist): Remove options -i,
21974         -itype, --icon-type, added -nb, --no-bitmap-icon.
21976 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
21978         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21979         instead of :active.
21981 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21983         * textmodes/ispell.el (ispell-check-version):
21984         Ignore hyphen, and all that follows, in aspell's version text.
21986 2005-10-08  Jay Belanger  <belanger@truman.edu>
21988         * calc/calc-arith.el (math-known-square-matrixp): New function.
21989         (math-pow-fancy): Check for matrices before distributing exponent
21990         across products.
21992         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21993         fullscreen keypad.  Suggested by Luc Teirlinck.
21994         (calc-keypad-show-input): Add space for formatting.
21996         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21997         Add square matrix option.
21999         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22000         of checking calc-matrix-mode when deciding how to expand.
22002         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22004 2005-10-08  Lars Hansen  <larsh@soem.dk>
22006         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22007         Add error handling.
22008         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22010 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22012         Sync with Tramp 2.0.51.
22014         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22015         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22016         Insert special handling for `last-coding-system-used', again
22017         it still seems to be necessary (unlike stated before).
22018         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22019         (tramp-password-prompt-regexp): There might be other words before
22020         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22021         (tramp-chunksize): Improve docstring.
22022         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22023         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22024         Christian Joergensen <bugs@razor.dk>.
22026 2005-10-07  Glenn Morris  <rgm@gnu.org>
22028         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22029         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22030         precision'.
22032 2005-10-07  Romain Francoise  <romain@orebokech.com>
22034         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22035         (ibuffer-do-shell-command-pipe-replace)
22036         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22037         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22038         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22039         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22040         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22041         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22042         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22043         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22044         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22045         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22046         Autoload file sans suffix.
22048         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22050 2005-10-07  David Ponce  <david@dponce.com>
22052         * recentf.el (recentf-menu-open-all-flag): New option.
22053         (recentf-digit-shortcut-command-name): New function.
22054         (recentf--shortcuts-keymap): New variable.
22055         (recentf-menu-shortcuts): New variable.
22056         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22057         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22058         (recentf-menu-value-shortcut): New function.
22059         (recentf-make-menu-item): Use it.  No more in-lined.
22060         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22061         (recentf-open-most-recent-file): Rename from
22062         `recentf-open-file-with-key'.  Don't depend on key binding.
22063         (recentf-mode-map): New variable.
22064         (recentf-mode): Use it.
22066 2005-10-06  Bill Wohler  <wohler@newt.com>
22068         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22070         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22071         (MH-E-SRC): New.  Used by mh-autoloads.
22072         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22073         files in MH-E-SRC have been updated.
22074         (compile, recompile, bootstrap): Depend on mh-autoloads.
22076 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22078         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22079         gud-break and gud-remove icons when the fringe is not available.
22081         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22082         Typo.
22084 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22086         * play/zone.el (zone): Wrap body with save-window-excursion.
22088 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22090         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22091         Use the new `list-only' arg to diary-list-entries.
22093         * calendar/diary-lib.el: Use overlays rather than selective-display.
22094         (diary-selective-display): New var.
22095         (diary-header-line-format): Use it.
22096         (diary-list-entries): Add argument `list-only'.
22097         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22098         Replace \^M by invisible overlays.
22099         (diary-unhide-everything): Replace \^M by invisible overlays.
22100         (print-diary-entries): Look for overlays rather than \^M.
22101         Add a space to the temp buffer name.
22102         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22103         Put the buffer in diary-mode.
22104         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22105         (diary-anniversary): Make the year arg optional.
22106         (diary-time-regexp): New const.
22107         (diary-font-lock-keywords): Use it to accept a few more time formats.
22109         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22111 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22113         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22114         Fix bug introduced 2005-07-03: Use (car (last ...))
22115         to faithfully reproduce replaced artist-last.
22116         (artist-set-arrow-points-for-poly): Likewise.
22117         Suggested by Johan Bockg\e,Ae\e(Brd.
22119 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22121         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22122         * wid-edit.el (widget):
22123         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22124         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22126 2005-10-06  Kenichi Handa  <handa@m17n.org>
22128         * international/mule-cmds.el (set-language-environment):
22129         Fix setting up of case-table for unibyte mode.
22131         * simple.el (what-cursor-position): If the character is displayed
22132         by some `display' text property, show that.  Don't use
22133         single-key-description for eight-bit characters in multibyte mode.
22135 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22137         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22138         (gdb-ann3): Set it.
22139         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22140         (gdb-info-frames-custom): Use inverse-video for first five
22141         characters of selected frame only.
22142         (gdb-get-frame-number): Select frame even when point is on frame
22143         number.
22145 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22147         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22148         Put `font-lock-function-name-face'.
22149         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22150         and `font-lock-variable-name-face'
22151         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22152         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22153         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22154         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22155         (gdb-local-font-lock-keywords): New font lock keywords definition.
22156         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22157         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22158         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22160 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22162         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22163         (ediff-merge-region-is-non-clash-to-skip): Previously called
22164         ediff-merge-region-is-non-clash.
22166         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22167         Use insert-buffer-substring.
22169         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22170         selecting files to patch.  Also bug fixes.
22172         * ediff-util.el (ediff-setup): Bug fix.
22173         (ediff-next-difference): Never skip clashes that differ in white
22174         space only.
22176         * ediff-wind.el (ediff-setup-control-frame)
22177         (ediff-destroy-control-frame): Check the menubar feature.
22179         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22180         (viper-refresh-mode-line): Use make-local-variable to localize
22181         some vars instead of make-variable-buffer-local.  Suggested by
22182         Stefan Monnier.
22184         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22185         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22186         Use make-local-variable instead of make-variable-buffer-local.
22187         Suggested by Stefan Monnier.
22189         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22190         (viper-comint-mode-hook): Use make-local-variable on
22191         require-final-newline.
22192         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22194 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22196         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22197         also the second char of a comment-start sequence.
22198         (scheme-sexp-comment-syntax-table): New var.
22199         (lambda, define): Set their scheme-doc-string-elt property.
22200         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22201         Use lisp-font-lock-syntactic-face-function now that it properly
22202         handles |...| symbols.
22203         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22204         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22206         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22207         bit from # to |.
22208         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22210         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22211         (lisp-doc-string-elt-property): New var.
22212         (lisp-font-lock-syntactic-face-function): Use it.
22213         Rewrite to recognize docstrings even for forms not at toplevel.
22215         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22216         annotation on the | part of #| rather than on the # part.
22217         (scheme-font-lock-syntactic-face-function): New function, to
22218         distinguish strings from |...| symbols.
22219         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22220         syntax-table so that #|...|# is properly highlighted.
22222         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22223         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22225 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22227         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22228         and C-e.
22230         * emacs-lisp/eldoc.el: Move comments into docstrings.
22231         (eldoc-message-commands): Initialize in its declaration.
22232         Add move-beginning-of-line and move-end-of-line.
22233         (eldoc-add-command, eldoc-add-command-completions)
22234         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22236         * outline.el (outline-mark-subtree): Activate the mark.
22238         * calendar/appt.el (appt-time-regexp): New var.
22239         (appt-add, appt-make-list): Use it.
22240         (appt-convert-time): Clean up.
22242         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22243         Don't set any syntax-table property here.
22244         (tex-font-lock-verb): New function.  Do it here.
22245         (tex-font-lock-syntactic-keywords): Use it.
22247 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22249         * wid-edit.el (widget-file-complete): Get the widget start point
22250         the right way.  Default directory to `/' if file has none.
22252         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22254         * textmodes/flyspell.el (flyspell-mode-on):
22255         Call ispell-maybe-find-aspell-dictionaries.
22257         * textmodes/ispell.el (ispell-word, ispell-region):
22258         Call ispell-maybe-find-aspell-dictionaries.
22259         (ispell-accept-buffer-local-defs):
22260         Don't call ispell-maybe-find-aspell-dictionaries.
22262 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22264         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22266 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22268         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22269         instead of `fboundp' in order to allow for anonymous functions.
22271 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22273         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22274         case the user clicks on the link while another window is selected.
22275         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22277         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22278         functionality.
22279         (dframe-help-echo): Save point in case mouse tracking is off.
22281 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22283         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22285 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22287         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22288         not change the global value of those vars.
22290         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22291         make-local-variable which we do not need any more.
22293 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22295         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22296         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22297         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22298         (speedbar-path-line): Define obsolete aliases.
22299         (speedbar-line-directory): Doc fix.
22301         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22302         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22303         instead of speedbar-line-path.
22305 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22307         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22308         to nil if dropping on a window.  Handle dropping on a minibuffer window
22309         like dropping on a non-window part of Emacs.
22311 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22313         * net/ange-ftp.el: Use with-current-buffer.
22314         (ange-ftp-insert-directory): Do not follow symlinks any more.
22316         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22317         Remove interactive spec.
22319 2005-10-03  Kim F. Storm  <storm@cua.dk>
22321         * ido.el (ido-mode): Use custom-initialize-set.
22323 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22325         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22326         Use insert-buffer-substring.
22328         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22329         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22331 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22333         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22334         in last change.
22335         (ange-ftp-insert-directory): Fix up the search for the case where
22336         `file' is absolute.
22338 2005-10-02  Romain Francoise  <romain@orebokech.com>
22340         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22342 2005-10-02  Andreas Schwab  <schwab@suse.de>
22344         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22345         directory component in the session info.
22347 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22349         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22351         * simple.el (next-error-internal): New function.
22353         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22354         (compilation-start): Pass new arg to compilation-buffer-name.
22355         (compile-goto-error): Use next-error-internal.
22357 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22359         * speedbar.el: Remove RCS tag.
22360         (speedbar-check-read-only): Handle non-existent files.
22362         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22364         * info.el (Info-speedbar-hierarchy-buttons)
22365         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22367 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22369         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22370         Do not match newline.
22371         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22372         (bibtex-summary): Remove unnecessary save-excursion.
22373         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22375 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22377         * term/mac-win.el: Add charset info for "iso10646-1".
22378         Modify default fontset to use ATSUI-compatible fonts for some charsets
22379         if available.
22381 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22383         * speedbar.el: Re-apply arch tag.
22384         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22385         M. Ludlam.
22386         Reapply two changes from Emacs CVS' version of speedbar lost
22387         during the merge:
22388         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22389         (speedbar-frame-parameters): Improve customize type.
22391 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22393         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22394         (ange-ftp-file-directory-p): Fix the symlink case.
22395         (ange-ftp-insert-directory): When listing a single file, get a list of
22396         the parent buffer and extract the relevant line.  Inspired from a patch
22397         by Katsumi Yamaoka <yamaoka@jpl.org>.
22398         (ange-ftp-file-name-sans-versions): Simplify.
22400 2005-09-30  Bill Wohler  <wohler@newt.com>
22402         Move MH-E image files from toolbar and mail directories into
22403         etc/images.
22405         * mail/reply2.*: Move to etc/images/mail/reply*.
22407         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22408         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22409         etc/images.
22411         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22412         * toolbar/reply*: Move to etc/images/mail.
22414         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22416 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22418         * speedbar.el: New version 1.0pre3.
22420         Frame management code (including timer, and mouse click specifics)
22421         moved to dframe.el:
22422         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22423         (speedbar-timer): Removed.  Use dframe-timer.
22424         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22425         (speedbar-activity-change-focus-flag): Removed.  Use
22426         dframe-activity-change-focus-flag.
22427         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22428         dframe-update-speed.
22430         (speedbar-current-frame): New macro.  Use this instead of the
22431         variable speedbar-frame.
22433         (speedbar-use-images, speedbar-expand-image-button-alist)
22434         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22436         (speedbar-find-image-on-load-path): Removed.  Replaced by
22437         defezimage in ezimage.el.
22438         (speedbar-expand-image-button-alist): Removed.  Replaced by
22439         ezimage-expand-image-button-alist in ezimage.el.
22441         (speedbar-ignored-directory-regexp)
22442         (speedbar-add-ignored-directory-regexp)
22443         (speedbar-ignored-directory-expressions)
22444         (speedbar-line-directory, speedbar-buffers-line-directory)
22445         (speedbar-directory-line, speedbar-buffers-line-directory):
22446         Renamed, replacing `path' with `directory'.
22448         (speedbar-create-directory, speedbar-expand-line-descendants)
22449         (speedbar-toggle-line-expansion)
22450         (speedbar-contract-line-descendants): New commands.
22452         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22453         (speedbar-use-tool-tips-flag): New options.
22455         (speedbar-check-read-only, speedbar-require-version)
22456         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22457         (speedbar-handle-delete-frame, speedbar-try-completion)
22458         (speedbar-update-localized-contents): New functions.
22460         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22461         (speedbar-object-read-only-indicator): New variables.
22463         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22464         New hooks.
22466         (speedbar-separator-face): New face.
22468         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22469         (speedbar-ignored-modes): Add fundamental-mode.
22470         (speedbar-directory-unshown-regexp): Add . directories.
22472         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22473         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22474         `]' for full expand/close.
22475         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22477         (speedbar-check-vc): Support hidden files.
22478         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22479         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22480         state is nil, it is not checked out.
22482         (speedbar-line-text, speedbar-line-token): Support expand buttons
22483         with no text.
22484         (speedbar-refresh): Universal argument acts as power-click.
22485         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22486         that buffer to get variable values.
22488         And many other bugfixes.
22490         * dframe.el, ezimage.el, sb-image.el: New files.
22492         * sb-*.xpm: Remove files.  New image files installed into
22493         etc/images/ezimage.
22495 2005-09-30  Kenichi Handa  <handa@m17n.org>
22497         * ps-mule.el (ps-mule-show-warning): If a character is in
22498         ps-print-translation-table, don't treat it as non-printable.
22500 2005-09-30  David Ponce  <david@dponce.com>
22502         * tree-widget.el (tree-widget-themes-load-path): New variable.
22503         (tree-widget-themes-directory): Doc fix.
22504         (tree-widget-image-formats) [Emacs]: Doc fix.
22505         (tree-widget--locate-sub-directory): New function.
22506         (tree-widget-themes-directory): Use it.
22508         * recentf.el (recentf-filename-handlers): Rename from
22509         `recentf-filename-handler'.  Allow a list of functions.
22510         (recentf-menu-items-for-commands): Fix :help strings.
22511         (recentf-apply-filename-handlers): New function.
22512         (recentf-expand-file-name): Use it.
22513         (recentf-cleanup): Remove duplicates too.
22515 2005-09-29  Juri Linkov  <juri@jurta.org>
22517         * faces.el: Rearrange face definitions to be in the same order as
22518         their face descriptions in "(emacs)Standard Faces".
22520         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22522         * tooltip.el (tooltip): Add group `basic-faces'.
22524         * buff-menu.el (Buffer-menu-buffer): Remove group
22525         `font-lock-highlighting-faces'.
22527         * progmodes/compile.el (compilation-error, compilation-warning)
22528         (compilation-info, compilation-line-number, compilation-column-number):
22529         Change group from `font-lock-highlighting-faces' to `compilation'.
22531         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22532         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22533         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22534         (vhdl-font-lock-reserved-words-face)
22535         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22536         `font-lock-highlighting-faces'.
22538         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22540 2005-09-28  Kim F. Storm  <storm@cua.dk>
22542         * emulation/cua-base.el: Set CUA move property on additional commands:
22543         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22544         forward-sexp, backward-sexp, forward-list, backward-list.
22546 2005-09-28  Romain Francoise  <romain@orebokech.com>
22548         * comint.el (comint-show-output): Really set point at the
22549         beginning of the output when not using `comint-use-prompt-regexp'.
22551 2005-09-27  Jay Belanger  <belanger@truman.edu>
22553         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22554         in TeX mode.
22556 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22558         * textmodes/org.el (org-table-sum): Fix format string.
22560         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22561         Quote face names.
22563 2005-09-26  Romain Francoise  <romain@orebokech.com>
22565         * isearch.el (isearch-forward-regexp): Close doc string.
22567 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22569         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22571         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22573         * progmodes/compile.el (compilation-error-properties):
22574         When getting the file from the previous error message,
22575         correctly decode the new data format.
22577         * progmodes/cc-cmds.el (c-electric-paren):
22578         Call old-blink-paren only for close-paren.
22580 2005-09-24  Andreas Schwab  <schwab@suse.de>
22582         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22583         condition.
22585 2005-09-25  Romain Francoise  <romain@orebokech.com>
22587         * dired-aux.el (dired-copy-file-recursive):
22588         * dired.el (dired-delete-file):
22589         * ediff-mult.el (ediff-dir-diff-copy-file):
22590         * ediff-util.el (ediff-test-save-region):
22591         * forms.el (forms-mode):
22592         * ido.el (ido-file-internal, ido-delete-file-at-head):
22593         * log-edit.el (log-edit-done):
22594         * ses.el (ses-yank-resize):
22595         * play/gomoku.el (gomoku-human-plays, gomoku)
22596         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22597         (gomoku-offer-a-draw):
22598         * play/landmark.el (lm-human-resigns, lm):
22599         * net/eudcb-ldap.el (eudc-ldap-check-base):
22600         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22601         * progmodes/ebrowse.el (ebrowse-find-pattern):
22602         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22603         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22604         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22606         * vc.el (vc-delete-file):
22607         * play/gomoku.el (gomoku-terminate-game, gomoku)
22608         (gomoku-prompt-for-move, gomoku-human-takes-back):
22609         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22610         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22612 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22614         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22615         color rxvt terminals by using the code xterm.el used to use before
22616         2005-04-09 in order to match the colors used by rxvt.
22618 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22620         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22621         colors rxvt-unicode terminals by using the same code as xterm.el.
22623 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22625         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22626         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22627         new symbol used for the tex-verbatim face.
22629 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22631         * woman.el (woman-file-name):
22632         * wid-edit.el (widget-file-prompt-value)
22633         (widget-coding-system-prompt-value):
22634         * w32-fns.el (set-w32-system-coding-system):
22635         * vc.el (vc-version-diff, vc-annotate):
22636         * textmodes/reftex-auc.el (reftex-arg-cite)
22637         (reftex-arg-index-tag):
22638         * textmodes/refer.el (refer-get-bib-files):
22639         * textmodes/artist.el (artist-figlet-choose-font):
22640         * terminal.el (terminal-emulator):
22641         * replace.el (occur-read-primary-args):
22642         * rect.el (string-rectangle, string-insert-rectangle):
22643         * ps-print.el (ps-print-preprint):
22644         * progmodes/pascal.el (pascal-goto-defun):
22645         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22646         * progmodes/compile.el (compilation-find-file):
22647         * printing.el (pr-interactive-n-up):
22648         * play/animate.el (animate-birthday-present):
22649         * net/rcompile.el (remote-compile):
22650         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22651         * mail/rmailsum.el (rmail-summary-search-backward)
22652         (rmail-summary-search):
22653         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22654         (rmail-output-read-file-name):
22655         * mail/rmail.el (rmail-search, rmail-search-backwards):
22656         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22657         * locate.el (locate):
22658         * international/quail.el (quail-show-keyboard-layout):
22659         * international/mule.el (set-buffer-file-coding-system)
22660         (revert-buffer-with-coding-system, set-file-name-coding-system)
22661         (set-terminal-coding-system, set-keyboard-coding-system)
22662         (set-next-selection-coding-system):
22663         * international/mule-diag.el (describe-coding-system)
22664         (describe-font, describe-fontset):
22665         * international/mule-cmds.el (universal-coding-system-argument)
22666         (search-unencodable-char, describe-input-method)
22667         (set-language-environment, describe-language-environment):
22668         * international/codepage.el (codepage-setup):
22669         * international/code-pages.el (codepage-setup):
22670         * info.el (Info-search, Info-follow-reference)
22671         (Info-search-backward):
22672         * emacs-lisp/advice.el (ad-read-advised-function)
22673         (ad-read-advice-class, ad-clear-cache, ad-activate)
22674         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22675         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22676         (ad-read-regexp):
22677         * ediff-util.el (ediff-toggle-regexp-match):
22678         * ediff-ptch.el (ediff-prompt-for-patch-file):
22679         * dired-aux.el (dired-diff):
22680         * diff.el (diff):
22681         * cus-edit.el (custom-variable-prompt):
22682         * calendar/timeclock.el (timeclock-ask-for-project):
22683         * calc/calcalg3.el (calc-get-fit-variables):
22684         * calc/calc-store.el (calc-edit-variable)
22685         (calc-permanent-variable):
22686         * vc-mcvs.el (vc-mcvs-register):
22687         * shadowfile.el (shadow-define-literal-group):
22688         * woman.el (woman-file-name):
22689         * vc.el (vc-version-diff, vc-merge):
22690         * textmodes/reftex-index.el (reftex-index-complete-tag):
22691         * format.el (format-decode-buffer, format-decode-region):
22692         * emulation/viper-cmd.el (viper-read-string-with-history):
22693         * emacs-lisp/debug.el (cancel-debug-on-entry):
22694         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22695         * ediff.el (ediff-merge-revisions)
22696         (ediff-merge-revisions-with-ancestor, ediff-revision):
22697         * completion.el (interactive-completion-string-reader):
22698         * calc/calc-prog.el (calc-user-define-formula):
22699         Follow convention for reading with the minibuffer.
22701 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22703         * progmodes/python.el (python-describe-symbol): Add globals() and
22704         locals() to the arguments of emacs.ehelp.
22706 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22708         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22709         New function, code extracted from ispell-valid-dictionary-list.
22710         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22711         Call it.
22713 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22715         * subr.el (version-regexp-alist): Extend valid syntax for version
22716         strings: allow any of the characters -,_,+ to separate the
22717         alpha/beta/rc part from the version part.  Doc fix.
22718         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22720 2005-09-23  David Reitter  <david.reitter@gmail.com>
22722         * mail/mailclient.el: New file.
22724 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22726         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22727         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22728         Doc fixes.
22730         * progmodes/cc-mode.el (c-font-lock-init):
22731         Specify font-lock-lines-before.
22733 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22735         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22736         whole conflict.
22738 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22740         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22741         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22742         of `remap' feature when available.  Additional key bindings for
22743         better tty support.
22744         (org-mode-restart, org-force-self-insert): New commands.
22745         (org-time-stamp-inactive): New command.
22746         (org-remap): New function.
22747         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22748         (org-enable-fixed-width-editor): Move to `org-structure'
22749         customization group.
22750         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22751         blank field after field motion commands.
22753 2005-09-23  Kenichi Handa  <handa@m17n.org>
22755         * international/mule-cmds.el (set-language-environment):
22756         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22757         have to call utf-translate-cjk-load-tables.
22759 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22761         * mouse.el (mouse-move-drag-overlay): Fix last change.
22763 2005-09-22  David Ponce  <david@dponce.com>
22765         * tree-widget.el (tree-widget-value-create): Fix previous change.
22767 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22769         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22771 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22773         * mouse.el (mouse-move-drag-overlay): New function.
22774         (mouse-drag-region-1): Use it.
22775         Try to simplify a bit the state handling.  Handle clicks on links
22776         inside intangible areas.
22777         (mouse-save-then-kill): Minor simplification.
22778         (mouse-secondary-overlay): Make it always non-nil instead of
22779         recreating it each time.
22780         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22781         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22782         Simplify accordingly.
22784 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22786         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22788 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
22790         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22791         (ediff-file-name-sans-prefix): Treat nil as an empty string.
22792         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22793         to patch.
22795         * ediff-util.el: Use insert-buffer-substring.
22797         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22799         * emulation/viper-cmd.el (viper-change-state): Don't move over the
22800         field boundaries in the minibuffer.
22801         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22802         (viper-minibuffer-post-command-hook): New hook.
22803         (viper-line): Don't move cursor at bolp.
22805         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22807         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22808         avoid compiler warnings.
22810         * emulation/viper-macs.el (ex-map): Better messages.
22812         * emulation/viper-utils.el (viper-beginning-of-field): New function.
22814         * emulation/viper.el: Replace make-variable-buffer-local with
22815         viper-make-variable-buffer-local everywhere, to avoid warnings.
22817 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22819         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22820         Delete unused var `old-selected-window'.
22821         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22822         (mouse-drag-secondary): Delete unused var `start-frame'.
22824 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22826         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22828 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22830         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22831         Re-indent within 80 columns.  Use inhibit-read-only.
22833 2005-09-19  Romain Francoise  <romain@orebokech.com>
22835         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22837 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22839         * font-lock.el (font-lock-default-fontify-region): Don't add a line
22840         unconditionally, since the after-change-function already did it.
22842 2005-09-19  Miles Bader  <miles@gnu.org>
22844         * net/newsticker.el: Get rid of CVS keyword.
22846 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22848         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22849         The prompt is formatted later.
22851 2005-09-19  David Ponce  <david@dponce.com>
22853         * tree-widget.el (tree-widget-value-create): Save the converted
22854         tree :node widget.
22856 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
22858         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22859         variable `message'.
22861 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
22863         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22864         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
22865         <slawomir.nowaczyk.847@student.lu.se>.
22867 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
22869         * image.el (image-load-path): Use symbol `data-directory' instead
22870         of its value, for backward compatibility with packages that bind
22871         it during `find-image'.  Suggested by Katsumi Yamaoka.
22872         (image-search-load-path): Handle symbols whose values are strings.
22874 2005-09-18  Romain Francoise  <romain@orebokech.com>
22876         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22877         with-current-buffer form in save-excursion.
22879 2005-09-18  Deepak Goel  <deego@gnufans.org>
22881         * apropos.el (apropos-command): Fix `message' call: first arg
22882         should be a format spec.  In this and all other cases that appear
22883         below and elsewhere in the source code, I made a change only when
22884         two conditions were satisfied: [1] I can think of a possibility
22885         that the arguments would cause an error, for example, the code in
22886         question relies on external variables such as filenames.  [2] I
22887         was sure that the arg to `message' could not have been nil in the code.
22889         * textmodes/tildify.el (tildify-region): Ditto.
22891         * textmodes/reftex-index.el (reftex-index-change-entry)
22892         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22893         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22894         * textmodes/org.el (org-complete, org-deadline, org-schedule)
22895         (org-priority, org-table-sum):
22896         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22897         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22898         (flyspell-word, flyspell-display-next-corrections):
22899         * textmodes/bibtex.el (bibtex-print-help-message):
22900         * textmodes/artist.el (artist-key-set-point-poly):
22901         * term/mac-win.el (mac-services-insert-text):
22902         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22903         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22904         (vhdl-port-paste-testbench, vhdl-compose-new-component)
22905         (vhdl-compose-configuration):
22906         * progmodes/sh-script.el (sh-blink, sh-show-indent)
22907         (sh-set-indent, sh-learn-line-indent):
22908         * progmodes/ps-mode.el (ps-mode-target-column):
22909         * progmodes/idlwave.el (idlwave-make-tags)
22910         (idlwave-scan-library-catalogs):
22911         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22912         * progmodes/gud.el (gud-jdb-analyze-source):
22913         * progmodes/flymake.el (flymake-log):
22914         * progmodes/ebnf2ps.el (ebnf-generate-region):
22915         * progmodes/cmacexp.el (c-macro-expansion):
22916         * progmodes/ada-xref.el (ada-treat-cmd-string):
22917         * progmodes/ada-mode.el (ada-create-case-exception-substring)
22918         (ada-justified-indent-current, ada-batch-reformat):
22919         * play/zone.el (zone):
22920         * play/landmark.el (lm-move):
22921         * play/decipher.el (decipher-show-alphabet):
22922         * net/newsticker.el (newsticker--display-jump)
22923         (newsticker--display-scroll):
22924         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22925         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22926         * mail/feedmail.el (feedmail-dump-message-to-queue):
22927         * eshell/esh-proc.el (eshell-remove-process-entry):
22928         * emulation/ws-mode.el (ws-last-error):
22929         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22930         (viper-record-kbd-macro):
22931         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22932         * emacs-lisp/lisp-mnt.el (lm-report-bug):
22933         * emacs-lisp/find-func.el (find-function-noselect):
22934         * calendar/timeclock.el (timeclock-status-string)
22935         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22936         (timeclock-when-to-leave-string):
22937         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22938         * calc/calc-units.el (calc-enter-units-table):
22939         * calc/calc-mode.el (calc-mode-record-mode):
22940         * woman.el (woman-mini-help):
22941         * wdired.el (wdired-change-to-wdired-mode):
22942         * vc.el (vc-retrieve-snapshot):
22943         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22944         * startup.el (display-startup-echo-area-message):
22945         * simple.el (set-goal-column):
22946         * ses.el (ses-command-hook, ses-recalculate-cell):
22947         * server.el (server-process-filter):
22948         * printing.el (pr-interface-txt-print, pr-interface-printify)
22949         (pr-interface-ps):
22950         * pcvs.el (cvs-help):
22951         * log-edit.el (log-edit, log-edit-mode-help):
22952         * iswitchb.el (iswitchb-possible-new-buffer):
22953         * isearch.el (isearch-edit-string):
22954         * image-mode.el (image-mode, image-minor-mode):
22955         * ibuf-macs.el (define-ibuffer-filter):
22956         * hi-lock.el (hi-lock-find-patterns):
22957         * files.el (toggle-read-only):
22958         * ediff-util.el (ediff-copy-diff)
22959         (ediff-write-merge-buffer-and-maybe-kill):
22960         * echistory.el (Electric-history-undefined):
22961         * dnd.el (dnd-insert-text):
22962         * dired-aux.el (dired-query):
22963         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22964         * bookmark.el (bookmark-bmenu-locate):
22965         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22966         Fix `message' calls to ensure first arg is a format string.
22967         The change was made only when these two conditions were satisfied:
22968         [1] when there is a possibility that the arguments would cause an error
22969         for example, if the code in question relies on external variables
22970         such as filenames, and
22971         [2] if the arg to `message' could not have been nil in the code.
22973         * pcomplete.el (pcomplete--help): Fix `message' format spec.
22974         Not having a %s would be weird, though not technically wrong.
22976 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22978         * term/mac-win.el (mac-add-charset-info): Doc fix.
22980 2005-09-17  Romain Francoise  <romain@orebokech.com>
22982         * shell.el (shell-resync-dirs): Handle echoing processes more
22983         reliably.  Don't insert resync command if `comint-process-echoes'
22984         is non-nil.
22986 2005-09-17  Magnus Henoch  <mange@freemail.hu>
22988         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22989         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22990         aspell versions >= 0.60.
22991         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22992         only if ispell-aspell-supports-utf8 is non-nil.
22994 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22996         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22997         buffer-local value to lisp-indent-function.
22999 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23001         * progmodes/glasses.el (glasses-make-readable): If
23002         glasses-separator differs from underscore, put appropriate
23003         overlays over underscore characters.
23004         (glasses-convert-to-unreadable): If glasses-separator differs from
23005         underscore, try to convert glasses-separator characters to
23006         underscores.
23008 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23010         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23011         Use with-syntax-table and dolist.
23013 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23015         * textmodes/reftex-auc.el:
23016         * textmodes/reftex-cite.el:
23017         * textmodes/reftex-dcr.el:
23018         * textmodes/reftex-global.el:
23019         * textmodes/reftex-parse.el:
23020         * textmodes/reftex-ref.el:
23021         * textmodes/reftex-sel.el:
23022         * textmodes/reftex-toc.el:
23023         * textmodes/reftex-vars.el:
23024         * textmodes/reftex.el: Small changes to remove compiler warnings.
23026         * textmodes/reftex-index.el: Likewise.
23027         (reftex-query-index-phrase): More efficient use of markers.
23029 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23031         * image.el (image-load-path): New variable.
23032         (image-search-load-path): New function.
23033         (find-image): Search for images in `image-load-path'.
23035 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23037         * follow.el: Change Maintainer field.
23039 2005-09-15  David Ponce  <david@dponce.com>
23041         * recentf.el (recentf-save-file-modes): New option.
23042         (recentf-save-list): Use it.
23044 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23046         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23047         (mode-line-mule-info, mode-line-modified): Move bindings from
23048         mouse-3 to mouse-1.
23050 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23052         * simple.el (sendmail-user-agent-compose): Revert last change.
23054 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23056         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23057         Use with-current-buffer.
23058         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23059         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23060         (ange-ftp-insert-directory): Remove unused var `short'.
23061         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23063         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23064         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23066         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23067         (check-calendar-holidays, diary-list-entries): Autoload.
23068         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23069         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23071         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23072         which mistakenly removed a call to display-buffer.
23074 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23076         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23078 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23080         * progmodes/hideshow.el
23081         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23082         (hs-allow-nesting): New user var.
23083         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23084         (hs-hide-block-at-point): When nesting allowed,
23085         if there is already an overlay in place, delete it.
23086         (hs-safety-is-job-n): Delete func; remove call sites.
23087         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23088         (hs-overlay-at): New func.
23089         (hs-already-hidden-p, hs-show-block): Use it.
23090         (hs-hide-all): Don't pre-clean if nesting allowed.
23091         (hs-show-all): Temporarily disallow
23092         nesting around call to `hs-discard-overlays'.
23094 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23096         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23097         Delete unused local var.
23099 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23101         * help-fns.el (describe-categories): "?\ " -> "?\s".
23102         (help-do-arg-highlight): Recognize also ARG-n, as in
23103         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23105         * international/codepage.el (dos-unsupported-char-glyph):
23106         * net/newsticker.el (tool-bar-map, w3-mode-map)
23107         (w3m-minor-mode-map):
23108         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23109         (ent-alist):
23110         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23112 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23114         * custom.el (custom-push-theme): Handle the case where a symbol is
23115         bound but face properties have not yet been assigned.
23117         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23118         Fix behavior if noerase is `t' and there is no mail buffer.
23120         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23121         if `continue' is nil, rather than signal an error.
23123 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23125         * font-lock.el (font-lock-keywords): Add autoload.
23127         * help-fns.el (describe-variable): Rearrange to put source link
23128         in a predictable place.
23130         * net/newsticker.el: New file.
23132 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23134         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23135         (calendar-basic-setup): Use the new nil arg.
23136         (number-of-diary-entries): Move to diary-lib.el.
23138         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23139         (diary-list-entries): Use with-syntax-table and dolist.
23140         Rename from list-diary-entries.
23141         Use number-of-diary-entries if `number' is nil.
23142         (diary, diary-view-entries): Use this new name and new nil arg value.
23143         (number-of-diary-entries): Move from calendar.el.
23144         (diary-unhide-everything): New function.
23145         (include-other-diary-files, fancy-diary-display)
23146         (diary-show-all-entries, make-diary-entry): Use it.
23147         (diary-mail-entries): Use buffer-string.
23148         (mark-diary-entries): Fix long standing paren typo.
23149         (diary-sexp-entry): Use count-lines.
23150         (make-diary-entry): Avoid `previous-line'.
23151         (diary-mode-map): New var.
23152         (diary-mode): Redraw cal after saving.  Setup header-line.
23153         (fancy-diary-display-mode): Use local-set-key.
23155         * startup.el (command-line): Try calling various terminal-init-foo-bar
23156         functions by stripping hyphenated suffixes from $TERM.
23158         * files.el (normal-mode): Check boundness of font-lock-keywords.
23160 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23162         * progmodes/compile.el: Don't decide a file's directory
23163         until the user actually tries to go there.
23164         (compilation-next-error-function):
23165         Pass compilation-find-file the directory from the file-struct.
23166         (compilation-internal-error-properties): Separate local FILE-STRUCT
23167         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23168         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23169         Expand it, and if nil, use default-directory.
23170         (compilation-get-file-structure): Don't mix specified directory
23171         with default directory.  Put specified directory into
23172         file-struct.  Don't make the file name absolute.
23174         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23175         (compile-command): Add autoload.
23176         (compilation-disable-input): Add autoload.
23178 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23180         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23181         strings of the variables it can override.
23182         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23183         %Q and %q, for fully-qualified domain name and unqualified host name.
23185 2005-09-11  Kim F. Storm  <storm@cua.dk>
23187         * emacs-lisp/authors.el (authors-aliases): Update list.
23188         (authors-fixed-entries): Update mldrag.el entry.
23190 2005-09-10  Alan Mackenzie  <acm@muc.de>
23192         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23193         from the region narrowed to.
23195 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23197         * textmodes/ispell.el (ispell-check-version): Signal an error if
23198         aspell version is less than 0.60.
23200 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23202         * progmodes/octave-inf.el (inferior-octave-startup):
23203         Resync current dir at the end.
23205 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23207         * woman.el (woman-topic-at-point-default):
23208         Rename to woman-use-topic-at-point-default.
23209         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23210         (woman-file-name): Reflect renames above.  Automatically use the
23211         word at point as topic if woman-use-topic-at-point is non-nil.
23212         Otherwise offer it as default but don't insert it in the
23213         minibuffer.  Also use `test-completion' instead of `assoc' as
23214         suggested by Stefan Monnier.
23216 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23218         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23219         the attempt to do it over Tramp.  This is not yet supported.
23221 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23223         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23224         (menu-bar-non-minibuffer-window-p): New functions.
23225         ("Split Window", "Save As..."): Use them.
23226         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23227         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23228         Use menu-bar-menu-frame-live-and-visible-p.
23229         ("Save Buffer", "Insert File", "Open Directory...")
23230         ("Open File...", "Visit New File..."):
23231         Use menu-bar-non-minibuffer-window-p.
23232         (kill-this-buffer-enabled-p, dired <menu-enable>):
23233         Use menu-bar-non-minibuffer-window-p.
23235 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23237         * cus-start.el (all): Don't complain about fringe-related
23238         built-ins if fringes are not supported.  Ditto about
23239         selection-related built-ins.  Fix the test for GTK-related built-ins.
23241         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23242         ("Postscript Print Buffer", "Print Region", "Save As...")
23243         ("Save", "Insert File...", "Open Directory...")
23244         ("Open File...", "Visit New File..."")
23245         ("Truncate Long Lines in this Buffer"): Don't look at
23246         menu-updating-frame if this display does not support multiple frames.
23248 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23250         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23252 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23254         * woman.el: Format- and whitespace-related changes.
23256 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23258         * woman.el: Fix my email address.
23260 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23262         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23263         (sh-mode): Locally set skeleton-pair-default-alist.
23265         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23267         * progmodes/flymake.el: Require `compile' unconditionally.
23269         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23271         * woman.el (woman-file-name): Provide a default, not initial input.
23273         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23275         * font-lock.el (font-lock-support-mode): Doc fix.
23277         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23279 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23281         * simple.el (blink-matching-open): Get rid of text props from
23282         the string shown in echo area.  Don't permanently set point.
23283         Some rearrangements.
23285 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23287         * recentf.el (recentf-filename-handler): Add custom choice
23288         `abbreviate-file-name'.
23290         * msb.el (msb--very-many-menus): Fix typo.
23292         * disp-table.el (standard-display-european): Don't set
23293         enable-multibyte-characters to nil.
23295 2005-09-08  David Ponce  <david@dponce.com>
23297         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23298         (recentf-expand-file-name): Doc fix.
23299         (recentf-dialog-mode-map): Define digit shortcuts.
23300         (recentf--files-with-key): New variable.
23301         (recentf-show-digit-shortcut-filter): New function.
23302         (recentf-open-files-items): New function.
23303         (recentf-open-files): Use it.
23304         (recentf-open-file-with-key): New command.
23306 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23308         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23309         Suggested by Kim F. Storm.
23310         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23311         (Buffer-menu-make-sort-button): Use global keymap.
23313 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23315         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23316         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23317         necessary any longer with the remapped command.
23318         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23319         formatting time only.
23321         * net/tramp.el (tramp-action-password)
23322         (tramp-multi-action-password): Compile the password prompt from
23323         `method', `user' and `host'.  Sometimes it isn't obvious which
23324         password to enter, for example with remote files offered by
23325         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23326         <robert@chezmarshall.freeserve.co.uk>.
23328 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23330         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23331         Fix regexp for when "s///" is at the beginning of line.
23333 2005-09-07  Jay Belanger  <belanger@truman.edu>
23335         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23336         when in matrix mode.
23338 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23340         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23341         non-anonymous functions.
23343 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23345         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23346         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23348         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23349         can't be moved; don't signal an error.
23351 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23353         * cus-theme.el (custom-theme-write-faces): Save the current face
23354         spec, not the defface spec.
23356         * custom.el (custom-known-themes): Clarify meaning of "standard".
23357         (custom-push-theme): Save old values in the standard theme.
23358         (disable-theme): Correct typo.
23359         (custom-face-theme-value): Deleted unused function.
23360         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23362 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23364         * progmodes/compile.el (compilation-goto-locus): Take into account
23365         iconified frames when determining whether the buffer is
23366         already visible.
23367         Don't reset window height if the window already existed.
23369 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23371         * custom.el (load-theme): Rename from require-theme.
23372         Add interactive spec.
23373         (enable-theme): Rename from custom-enable-theme.
23374         Add interactive spec.
23375         (disable-theme): Rename from custom-disable-theme.
23376         Add interactive spec.
23377         (custom-make-theme-feature): Doc fix.
23378         (custom-theme-directory): Doc fix.
23379         (provide-theme): Call enable-theme.
23381 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23383         * obsolete/lazy-lock.el (lazy-lock-mode):
23384         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23385         font-lock-mode if it's off.  Print a warning instead.
23387         * progmodes/compile.el (compilation-start): Ignore errors if the
23388         process died before we get to send-eof.
23390         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23391         Undo last change.  Enclosing the result in quotes broke things on Unix
23392         since tex-send-command passes it through shell-quote-argument.
23393         (tex-send-command): Pass `file' through convert-standard-filename
23394         when possible.
23395         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23396         info in a transcript.
23398 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23400         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23401         fix compilation warning.  Reorder the key definitions to group
23402         together keys emitted by the current version of xterm.
23404         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23405         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23406         Reorder predicates to correct min-color usage.
23408 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23410         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23411         Kill local variables when longlines-mode is turned off.
23413 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23415         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23417         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23419         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23421         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23422         (font-lock-lines-before): Change default to being inactive.
23423         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23424         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23426 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23428         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23429         Deactivate temporarily advice if active (not needed for Emacs 22,
23430         but for backwards compatibility).
23431         (tramp-exists-file-name-handler): Rewrite.  First implementation
23432         was too simple.
23433         (tramp-advice-make-auto-save-file-name):
23434         Call `tramp-handle-make-auto-save-file-name' (again, just for
23435         backwards compatibility).
23437 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23439         * progmodes/vhdl-mode.el
23440         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23441         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23442         (vhdl-set-default-project): New function (easier setting of default).
23443         (vhdl-port-copy): Handle extended identifiers for generics.
23444         (vhdl-compiler-alist): Better description for error message regexp.
23445         (vhdl-make): Query for target, use previous as default.
23446         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23447         (vhdl-font-lock-keywords-2): Fix fontification for record
23448         el. assign.
23449         (vhdl-speedbar-make-subpack-line): Add package body link.
23450         (vhdl-generate-makefile-1): Not include itself as dependency.
23451         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23452         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23453         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23454         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23455         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23456         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23457         (vhdl-import-project): Add string argument for `error'.
23458         (vhdl-compose-configuration)
23459         (vhdl-compose-configuration-architecture): Add configuration
23460         declaration generation.
23461         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23462         (vhdl-trailer-re): Add "record" keyword (better indentation).
23463         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23464         "[^ \t-\"]+".
23465         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23466         (vhdl-testbench-entity-file-name)
23467         (vhdl-testbench-architecture-file-name): Allow separate
23468         customization of testbench file names.
23469         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23470         (vhdl-get-visible-signals): Allow newline within alias declaration.
23471         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23472         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23473         (member-ignore-case): Alias for missing function in XEmacs.
23474         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23475         (vhdl-update-sensitivity-list): Ignore case on read signals.
23476         (vhdl-replace-string): Adjust case only for file names.
23477         (vhdl-update-sensitivity-list): Fix search for read signals.
23478         (vhdl-update-sensitivity-list): Exclude formal parameters.
23479         (vhdl-get-visible-signals): Include aliases of signals.
23480         (vhdl-get-visible-signals): Fix signal name searching.
23481         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23482         (vhdl-fixup-whitespace-region): Fix for character
23483         literals (e.g. `:').
23485 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23487         * ansi-color.el (comint-last-output-start):
23488         * bs.el (font-lock-verbose):
23489         * diff-mode.el (add-log-buffer-file-name-function):
23490         * dired-x.el (vm-folder-directory):
23491         * faces.el (help-xref-stack-item):
23492         * files.el (font-lock-keywords):
23493         * find-lisp.el (dired-buffers, dired-subdir-alist):
23494         * ido.el (cua-inhibit-cua-keys):
23495         * log-view.el (cvs-minor-wrap-function):
23496         * outline.el (font-lock-warning-face):
23497         * simple.el (compilation-current-error):
23498         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23499         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23500         * tooltip.el (comint-prompt-regexp):
23501         * w32-fns.el (explicit-shell-file-name):
23502         * term/mac-win.el (mac-charset-info-alist)
23503         (mac-services-selection, mac-system-script-code):
23504         * term/tty-colors.el (msdos-color-values):
23505         * term/w32-win.el (xlfd-regexp-registry-subnum):
23506         * term/x-win.el (x-keysym-table, x-selection-timeout)
23507         (x-session-id, x-session-previous-id):
23508         * textmodes/ispell.el (mail-yank-prefix):
23509         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23510         * textmodes/org.el (calc-embedded-close-formula)
23511         (calc-embedded-open-formula)
23512         (font-lock-unfontify-region-function):
23513         * textmodes/reftex-global.el (isearch-next-buffer-function)
23514         (TeX-master):
23515         * textmodes/reftex.el (font-lock-keywords):
23516         * textmodes/tex-mode.el (font-lock-comment-face)
23517         (font-lock-doc-face):
23518         * textmodes/texinfo.el (outline-heading-alist):
23519         Add defvars.
23521         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23522         (artist-spray-chars, artist-mode-init, artist-replace-string)
23523         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23524         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23525         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23527         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23528         (conf-align-assignments): "?\ " -> "?\s".
23530         * textmodes/reftex-index.el (TeX-master): Add defvar.
23531         (reftex-index-phrases-marker): Move up defvar.
23533         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23534         (reftex-toc-include-labels-indicator)
23535         (reftex-toc-include-index-indicator)
23536         (reftex-toc-max-level-indicator): Move up declarations.
23538         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23539         of args to `tramp-run-real-handler', even if it's empty in this case.
23541 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23543         * dired.el (dired-move-to-filename-regexp): Add date format for
23544         Mac OS X 10.3 in East Asian locales.
23546 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23548         * files.el (make-auto-save-file-name): Add file name handler call
23549         if applicable.
23551         * net/tramp.el (tramp-file-name-handler-alist)
23552         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23553         (tramp-handle-make-auto-save-file-name): Rename from
23554         `tramp-make-auto-save-file-name'.
23555         (tramp-exists-file-name-handler): New defun.
23556         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23557         `make-auto-save-file-name' is not a magic file name operation.
23559 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23561         * files.el (risky-local-variable-p):
23562         Match `-predicates' and `-commands.
23564         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23565         (custom-save-all): Visit the file if necessary;
23566         kill the buffer if we created it.
23567         (custom-save-delete): Don't visit file or kill buffer here.
23569 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23571         * textmodes/org.el (org-special-keyword): New face.
23572         (org-table-copy-down, org-table-eval-formula)
23573         (org-table-recalculate, org-init-section-numbers):
23574         Use `string-to-number' instead of `string-to-int'.
23575         (org-get-location): Use `insert-buffer-substring' instead of
23576         `insert-buffer'.
23577         (org-modify-diary-entry-string): New function.
23578         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23579         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23580         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23581         active region.
23582         (org-export-as-html): Handle QUOTE keyword.
23583         (org-quote-string): New option.
23584         (org-bookmark-jump-unhide): New function, used for
23585         `bookmark-after-jump-hook'.
23586         (org-diary-default-entry): Apply only when not called through
23587         `org-agenda'.
23589 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23591         * net/eudc.el (mode-popup-menu):
23592         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23593         * progmodes/ada-mode.el (compile-auto-highlight)
23594         (skeleton-further-elements):
23595         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23596         * progmodes/cmacexp.el (msdos-shells):
23597         * progmodes/compile.el (font-lock-extra-managed-props)
23598         (font-lock-keywords, font-lock-maximum-size)
23599         (font-lock-support-mode):
23600         * progmodes/grep.el (font-lock-lines-before):
23601         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23602         * progmodes/mixal-mode.el (compile-command):
23603         * progmodes/perl-mode.el (font-lock-comment-face)
23604         (font-lock-doc-face, font-lock-string-face):
23605         * progmodes/prolog.el (comint-prompt-regexp):
23606         * progmodes/sh-script.el (font-lock-comment-face)
23607         (font-lock-set-defaults, font-lock-string-face):
23608         * progmodes/sql.el (font-lock-keyword-face)
23609         (font-lock-set-defaults, font-lock-string-face):
23610         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23611         (itimer-version, lazy-lock-defer-contextually)
23612         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23613         Add defvars.
23615         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23616         (cperl-electric-keyword, cperl-electric-pod)
23617         (cperl-electric-backspace, cperl-forward-re)
23618         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23619         (vc-rcs-header, vc-sccs-header): Add defvars.
23621         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23622         (font-lock-syntactic-keywords, gud-find-expr-function):
23623         Add defvars.
23625         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23626         (gdb-frame-parameters): Declare before use.
23628         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23629         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23630         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23631         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23633         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23634         (idlwave-help-with-source): Use `insert-buffer-substring', not
23635         `insert-buffer'.
23637 2005-08-29  Juri Linkov  <juri@jurta.org>
23639         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23640         Put outline-back-to-heading function call inside save-excursion.
23642 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23644         * man.el (Man-init-defvars, Man-translate-references)
23645         (Man-support-local-filenames, Man-highlight-references):
23646         * progmodes/sql.el (sql-interactive-mode):
23647         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23649         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23650         (compilation-mode-font-lock-keywords): Add defvars.
23651         (checkdoc-interactive-loop): "?\ " -> "?\s".
23653         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23654         (font-lock-doc-face, font-lock-string-face)
23655         (font-lock-keywords-case-fold-search): Add defvars.
23656         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23658         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23659         Don't pass X and Y (they are ignored anyway).
23660         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23661         (mouse-delete-window): Make arguments optional.
23663         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23664         (caesar-translate-table, minor-modes, news-buffer-save)
23665         (news-group-name, news-minor-modes): Add defvars.
23667         * emacs-lisp/lselect.el (mouse-highlight-priority)
23668         (x-lost-selection-functions, zmacs-regions):
23669         * emacs-lisp/pp.el (font-lock-verbose):
23670         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23671         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23672         (ses-mode-map):
23673         * emacs-lisp/tcover-unsafep.el (safe-functions):
23674         * international/mule-cmds.el (mac-system-coding-system)
23675         (mac-system-locale):
23676         * language/ethio-util.el (rmail-current-message)
23677         (rmail-message-vector):
23678         * language/thai-util.el (thai-auto-composition-mode):
23679         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23680         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23681         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23682         (vm-primary-inbox, vm-spool-files):
23683         * mail/rmail.el (deleted-head, font-lock-fontified)
23684         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23685         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23686         (total-messages):
23687         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23688         (rmail-summary-mode-map):
23689         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23690         (rmail-last-label, rmail-last-multi-labels)
23691         (rmail-summary-vector, rmail-total-messages):
23692         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23693         * mail/rmailsum.el (msgnum):
23694         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23695         (rmail-current-message):
23696         * obsolete/fast-lock.el (font-lock-face-list):
23697         * obsolete/rnewspost.el (mail-reply-buffer):
23698         * obsolete/scribe.el (compile-command):
23699         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23701 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23703         * ibuf-ext.el (ibuffer-auto-update-changed):
23704         Use `frame-or-buffer-changed-p' to check whether we need to update.
23705         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23706         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23707         as a `frame-or-buffer-changed-p' state vector instead.
23709 2005-08-27  Romain Francoise  <romain@orebokech.com>
23711         * textmodes/makeinfo.el (makeinfo-compile):
23712         Use `compilation-start'.  Set `next-error-function' according to
23713         `disable-errors'.
23714         (makeinfo-next-error): New function.
23715         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23716         (makeinfo-buffer): Likewise.
23718         * progmodes/compile.el (compilation-start): Add autoload cookie.
23720         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23721         * textmodes/sgml-mode.el: Likewise.
23722         * progmodes/python.el: Likewise.
23724 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23726         * simple.el (blink-matching-paren-distance): Document the meaning
23727         of nil value, and allow to customize to nil.
23729         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23730         command.com, not command.exe.
23732 2005-08-26  John Wiegley  <johnw@newartisans.com>
23734         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23735         code around a bit so that an extraneous nil argument is not added
23736         to a command when no args are given.
23738         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23739         double-quoted argument resolves to nil, return it as an empty
23740         string rather than as nil.  This made it impossible to pass "" to
23741         a shell script as a null string argument.
23743 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23745         * outline.el (outline-invent-heading): New fun.
23746         (outline-promote, outline-demote): Use it.
23747         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23748         (outline-end-of-subtree): Remove unused var `opoint'.
23750 2005-08-26  David Reitter  <david.reitter@gmail.com>
23752         * menu-bar.el (truncate-lines, write-file, print-buffer)
23753         (ps-print-buffer-faces, ps-print-buffer, split-window):
23754         Disable menu items when the frame they refer to is invisible, or when
23755         they refer to a buffer and the minibuffer is selected.
23757 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23759         * progmodes/flymake.el (flymake-highlight-err-lines):
23760         Use save-excursion around flymake-highlight-line to preserve point.
23762 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23764         * progmodes/octave-mod.el: Change Author and Maintainer address.
23765         (octave-maintainer-address): Change Kurt's email address.
23766         * progmodes/octave-inf.el: Change Author and Maintainer address.
23767         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23769 2005-08-26  Kim F. Storm  <storm@cua.dk>
23771         * subr.el (version-list-<, version-list-<=, version-list-=):
23772         Rename from integer-list-*.
23773         (version-list-not-zero): Likewise.  Fix while loop.
23774         (version=): Use version-list-= instead of string-equal.
23776 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23778         * outline.el (outline-promote): Try shortening the heading.
23779         As last resort, read the heading to use.
23780         (outline-demote): As last resort, read the heading to use.
23782 2005-08-26  Romain Francoise  <romain@orebokech.com>
23784         * progmodes/compile.el (compilation-start): Doc fix.
23786         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23787         (antlr-font-lock-additional-keywords): Fix reference to
23788         `antlr-font-lock-literal-regexp' erroneously changed during the
23789         mass face rename.
23790         (antlr-run-tool): Use `compilation-start'.
23792         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23793         instead of the obsolete `compile-internal'.
23795 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
23797         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23798         (number, original-date):
23799         * calendar/cal-china.el (date):
23800         * calendar/cal-coptic.el (date):
23801         * calendar/cal-french.el (date):
23802         * calendar/cal-hebrew.el (date, entry, number, original-date):
23803         * calendar/cal-islam.el (date, number, original-date):
23804         * calendar/cal-iso.el (date):
23805         * calendar/cal-julian.el (date):
23806         * calendar/cal-mayan.el (date):
23807         * calendar/cal-menu.el (date, event):
23808         * calendar/cal-persia.el (date):
23809         * calendar/lunar.el (date):
23810         * calendar/solar.el (date): Add defvars.
23812         * emerge.el:
23813         * ibuffer.el:
23814         * info-xref.el:
23815         * obsolete/bg-mouse.el:
23816         * obsolete/sun-curs.el:
23817         * obsolete/swedish.el: Move the `defvar's to the top level.
23819         * smerge-mode.el (smerge-refined-change): Add :group.
23821 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23823         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23824         (smerge-keep-n): Remove props.
23825         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23826         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23827         now that it's done in smerge-keep-n.
23828         (smerge-refined-change): New face.
23829         (smerge-refine-chopup-region, smerge-refine-highlight-change)
23830         (smerge-refine): New funs.
23831         (smerge-basic-map): Bind smerge-refine.
23833 2005-08-25  Juri Linkov  <juri@jurta.org>
23835         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23836         compilation-process-setup-function and compilation-disable-input
23837         in grep-mode instead of let-bindings in grep.
23839         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23840         Delete "Automatic File De/compression" (auto-compression-mode).
23842 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
23844         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23845         Silence warning about non-existent variable.
23847 2005-08-25  Richard M. Stallman  <rms@gnu.org>
23849         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23850         Rename "Describe Key" to "Describe Key or Mouse Operation".
23852         * mail/mailalias.el (build-mail-aliases): Delete comments
23853         from the contents before processing them.
23855         * isearch.el (isearch-edit-string): Erase the Search prompt
23856         if user enters an empty string and there is no default.
23858         * comint.el (comint-file-name-prefix): Add autoload.
23860 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
23862         * subr.el (play-sound): Rearrange to avoid warning.
23864 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
23866         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23867         New hook.
23868         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23870 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23872         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23874         * custom.el (custom-theme-set-variables): Sort minor modes last.
23876 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23878         * subr.el (version-separator, version-regexp-alist): New vars used by
23879         version comparison funs.
23880         (integer-list-<, integer-list-=, integer-list-<=)
23881         (integer-list-not-zero): New funs for integer list comparison.
23882         (version-to-list, version=, version<, version<=): New funs for version
23883         comparison.
23885 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
23887         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23888         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23889         time to silence the byte-compiler.
23891         * ibuffer.el (ibuffer-compile-make-eliding-form)
23892         (ibuffer-check-formats): Use `with-no-warnings' to hide references
23893         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23894         so it's silly to get warnings for it).
23895         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23896         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23897         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23898         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23899         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23900         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23901         Defvar at compile time.
23902         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23903         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23904         Declare them before use.
23906         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23907         (info-xref-good, info-xref-bad): Defvar at compile time.
23909         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23910         Use `let*' instead of `let'.
23912         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23913         (*mouse-y*, menu, char): Defvar at compile time.
23914         (sc::menu): Declare it before use.
23915         (sc::pack-one-line): Use `let', not `let*'.
23917         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23918         (mail-send-hook): Defvar at compile time.
23920         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23921         Defvar at compile time.
23923         * term/sun-mouse.el (current-global-mousemap)
23924         (current-local-mousemap): Declare them before use.
23926 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
23928         * bookmark.el (bookmark-after-jump-hook): New hook.
23929         (bookmark-jump): Run `bookmark-after-jump-hook'.
23931 2005-08-23  Juri Linkov  <juri@jurta.org>
23933         * faces.el (minibuffer-prompt): Doc fix.
23935 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
23937         * progmodes/xscheme.el: Trivial changes to silence warnings.
23938         (xscheme-previous-mode, xscheme-previous-process-state):
23939         Add defvars.
23940         (xscheme-last-input-end, xscheme-process-command-line)
23941         (xscheme-process-name, xscheme-buffer-name)
23942         (xscheme-expressions-ring-max, xscheme-expressions-ring)
23943         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23944         (xscheme-control-g-synchronization-p)
23945         (xscheme-control-g-disabled-p, xscheme-string-receiver)
23946         (default-xscheme-runlight, xscheme-runlight)
23947         (xscheme-runlight-string, xscheme-process-filter-state)
23948         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23949         Move to beginning of file.
23950         (scheme-interaction-mode-commands-alist)
23951         (scheme-interaction-mode-map, scheme-debugger-mode-map):
23952         Declare them before use.  Note: the initialization code for the
23953         variables has not been moved because it uses functions that reference
23954         the variables.
23955         (xscheme-control-g-message-string, xscheme-process-filter-alist)
23956         (xscheme-prompt-for-expression-map): Declare them before use.
23957         (scheme-debugger-mode-commands): "?\ " -> "?\s".
23959 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
23961         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23963 2005-08-22  Juri Linkov  <juri@jurta.org>
23965         * faces.el (set-face-underline): Delete this duplicate function
23966         and make an obsolete alias to set-face-underline-p.
23967         (set-face-underline-p): Use docstring of set-face-underline.
23968         (describe-face): Create hyperlink to parent face.
23970         * info.el (Info-insert-dir): Use save-excursion around
23971         insert-buffer-substring.
23972         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23973         (Info-escape-percent): Delete function.
23974         (Info-fontify-node): Replace Info-escape-percent by
23975         replace-regexp-in-string with REP arg set to lambda that
23976         duplicates `%' and preserves text properties.
23978         * progmodes/compile.el (compilation-disable-input): Doc fix.
23979         (define-compilation-mode): Doc fix and refill.
23980         (kill-compilation): Use `mode-name' in the error message.
23981         (compilation-find-file): Use `compilation-error' in the
23982         read-file-name's prompt.
23984 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
23986         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23987         (smerge-auto-leave): Make undo re-enable the mode.
23988         (debug-ignored-errors): Add the user-error of impossible resolution.
23989         (smerge-resolve): Move things around a bit, in preparation for later.
23990         (smerge-diff): Don't fail if the buffer has no associated file.
23991         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23992         (smerge-conflict-overlay): New function.
23993         (smerge-match-conflict): Don't add text properties here.
23994         (smerge-find-conflict): Instead, add an overlay here.
23995         Also check for the case where we're inside a conflict already, so as to
23996         obviate the need for font-lock-multiline, which is unbearably slow with
23997         large conflicts and ciomplex font-lock patterns.
23998         (smerge-remove-props): Remove overlay rather than text-properties.
23999         (smerge-mode): Don't set font-lock-multiline.
24000         Remove overlays when turned off.
24002 2005-08-21  Kim F. Storm  <storm@cua.dk>
24004         * ido.el (ido-ignore-item-p): Use save-match-data.
24005         Bind case-fold-search to ido-case-fold locally.
24007 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24009         * files.el (normal-mode): If font lock is on, turn it off and on.
24011         * subr.el (replace-regexp-in-string): Doc fix.
24013         * startup.el (command-line-1): Don't suppress startup screen
24014         due to existing processes.
24016         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24018         * progmodes/compile.el (compilation-disable-input): Default to nil.
24020 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24022         * progmodes/compile.el (compilation-disable-input): New defcustom.
24023         (compilation-start): If compilation-disable-input is non-nil, send
24024         EOF to the compilation process.
24026 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24028         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24029         Run the argument of tex-shell-cd-command through
24030         convert-standard-filename, to get the correct style of slashes on
24031         Windows, and enclose the result in quotes, in case the file name
24032         includes whitespace or other special characters.
24034 2005-08-19  Andreas Schwab  <schwab@suse.de>
24036         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24037         process.
24039 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24041         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24043 2005-08-18  Kim F. Storm  <storm@cua.dk>
24045         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24047 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24049         * scroll-lock.el: New file.
24051 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24053         * dired.el (dired-move-to-end-of-filename):
24054         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24056 2005-08-18  Kim F. Storm  <storm@cua.dk>
24058         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24059         rather than toggle mode when custom value is nil.
24060         (ido-everywhere): Fix defun doc string.
24062 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24064         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24065         as tag instead of "Inviolable".
24067 2005-08-17  Kim F. Storm  <storm@cua.dk>
24069         * windmove.el (windmove-coordinates-of-position): Remove.
24070         (windmove-coordinates-of-window-position): Remove.
24071         (windmove-reference-loc): Use posn-at-point instead.
24073         * subr.el (insert-for-yank-1): Doc fix.
24075         * ido.el (ido-enter-matching-directory): Rename from
24076         ido-enter-single-matching-directory.  Change `slash' choice to
24077         `only'.  Add `first' choice.
24078         (ido-exhibit): Adapt to above changes.
24080 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24082         * Makefile.in: Expand comment about building loaddefs.el.
24084 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24086         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24087         Comment use of defadvice.
24089         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24091 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24093         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24094         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24095         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24096         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24097         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24098         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24099         for backward compatibility for faces that did not appear in the
24100         previous Emacs release.
24102         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24104 2005-08-15  Kim F. Storm  <storm@cua.dk>
24106         * emulation/cua-base.el (cua-delete-region): Return t if
24107         deleted region was non-empty.
24108         (cua-replace-region): Inhibit overwrite-mode for
24109         self-insert-command if replaced region was non-empty.
24110         (cua--explicit-region-start, cua--status-string): Make them
24111         buffer-local at top-level...
24112         (cua-mode): ...rather than when mode is enabled.
24114 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24116         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24117         Set t for Emacs 21, 22, and so on.
24119 2005-08-15  David Ponce  <david@dponce.com>
24121         * tree-widget.el: Update Commentary header.
24122         (tree-widget-theme): Doc fix.
24123         (tree-widget-space-width): New option.
24124         (tree-widget-image-properties): Look up in the default theme too.
24125         (tree-widget--cursors): Only for images with arrow pointer shape.
24126         (tree-widget-lookup-image): Pointer shape is hand by default.
24127         (tree-widget-icon): Rename generic icon widget from
24128         `tree-widget-control'.
24129         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24130         derive from `tree-widget-icon'.
24131         (tree-widget-handle): Improve default look and feel of the text
24132         representation.
24133         (tree-widget): Rename :*-control properties to :*-icon properties.
24134         Add :action and :help-echo properties.
24135         (tree-widget-after-toggle-functions): Move.
24136         (tree-widget-close-node, tree-widget-open-node): Remove.
24137         (tree-widget-before-create-icon-functions): New hook.
24138         (tree-widget-value-create): Update to allow customization of icons
24139         and nodes at run-time via that new hook.
24140         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24141         (tree-widget-icon-action, tree-widget-icon-help-echo)
24142         (tree-widget-action, tree-widget-help-echo): New functions.
24144 2005-08-15  Kim F. Storm  <storm@cua.dk>
24146         * ido.el (ido-buffer-internal): Use with-no-warnings.
24147         (ido-make-merged-file-list): Use while-no-input.
24149 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24151         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24152         (flyspell-large-region): Fix doc and custom type.
24154 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24156         * files.el (interpreter-mode-alist): Doc fix.
24158         * mail/rmail.el (rmail-nonignored-headers): New variable.
24159         (rmail-clear-headers): Use it.
24160         (rmail-reply): Better handling of mail-followup-to header.
24162         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24163         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24164         don't try to refer to executable-font-lock-keywords.
24165         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24166         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24167         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24168         (sh-mode): Set comment-start-skip, local-abbrev-table,
24169         imenu-case-fold-search.
24170         (sh-set-shell): Don't set them here.
24171         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24172         Don't cache the results in the original alist; don't ever modify
24173         that alist.
24175         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24177         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24178         empty.
24180 2005-08-15  Andreas Schwab  <schwab@suse.de>
24182         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24184         * dired.el, info.el, mail/rmail.el: Revert last change.
24186 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24188         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24189         modification in `eval-after-load' form.
24190         * info.el: Likewise.
24191         * mail/rmail.el: Likewise.
24193 2005-08-14  Juri Linkov  <juri@jurta.org>
24195         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24196         Remove highlighting of "Compilation started".  Highlight only
24197         the word "finished" in "Compilation finished".  Add highlighting
24198         of "interrupt", "killed", "terminated" and the exit code.
24199         (compilation-start): Add newline after header.  Use exactly the
24200         same time stamp format as the finishing message.
24201         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24203         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24204         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24205         Add highlighting of "interrupt", "killed", "terminated".
24207         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24208         enabled and the current command is self-insert-command, call it
24209         explicitly with overwrite-mode bound to nil, to not allow it
24210         to delete the character after the selected region.
24212 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24214         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24215         move-end-of-line, end-of-line, and beginning-of-line to the list
24216         of commands after which the echo area is updated.
24218 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24220         * cus-edit.el (custom-save-all, custom-save-delete):
24221         Bind recentf-exclude to exclude custom-file.
24223 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24225         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24226         to go to the bottom of the mail message.  Added to
24227         `rmail-summary-mode-map' with key "/".
24228         (rmail-summary-show-message): New (internal) function for use by
24229         both `rmail-summary-beginning/end-of-message'.
24230         (rmail-summary-beginning-of-message): Change to use
24231         rmail-summary-show-message.
24233         * mail/rmail.el (rmail-end-of-message): New command to go to the
24234         end of the current message.  Added to `rmail-mode-map' with key "/".
24235         (rmail-beginning-of-message): Fix to work as documented.
24236         (rmail-mode): Change documentation.
24238         * progmodes/compile.el (compilation-start): Add the line
24239         "Compilation started" with compilation start time.
24240         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24242 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24244         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24245         of menu items.
24247 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24249         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24251         * battery.el (battery-status-function): Don't use ignore-errors.
24253 2005-08-11  Lute Kamstra  <lute@gnu.org>
24255         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24256         define-obsolete-variable-alias.
24258 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24260         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24261         (ange-ftp-send-cmd): Revert last change, and expand
24262         the comment explaining the problem.
24264 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24266         * ldefs-boot.el: Update.
24268         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24269         item to "Time, Load and Mail".  Change help echo text.
24271         * time.el (display-time-use-mail-icon, display-time-format)
24272         (display-time-string-forms): Shorten first line of docstrings.
24274 2005-08-10  Lars Hansen  <larsh@soem.dk>
24276         * desktop.el (desktop-buffer-mode-handlers):
24277         Make non-customizable.  Add autoload cookie.  Change initial value to
24278         nil; add elements in respective modules instead.  Fix doc string.
24279         (desktop-load-file): New function.
24280         (desktop-minor-mode-handlers): New autoloaded variable.
24281         (desktop-create-buffer): Call minor mode handlers.
24282         Use desktop-load-file to load major and minor mode modules prior to
24283         checking for a handler.
24284         (desktop-save): Don't add nil to desktop-minor-modes for minor
24285         modes with nil function in desktop-minor-mode-table.  Don't delete
24286         desktop file before rewriting it.
24287         (desktop-locals-to-save): Add autoload cookie.  Don't make
24288         automatically buffer-local.  Add variables column-number-mode,
24289         size-indication-mode, indent-tabs-mode,
24290         indicate-buffer-boundaries, indicate-empty-lines and
24291         show-trailing-whitespace.
24292         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24293         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24294         (desktop-clear-preserve-buffers-regexp): Delete.
24295         (desktop-clear-preserve-buffers): Update initial value and docstring.
24296         (desktop-save-buffer): Fix doc string.
24298         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24299         (hilit-chg-desktop-restore): New function.
24300         (highlight-changes-mode): Add highlight-changes-mode to
24301         desktop-locals-to-save.
24303         * dired.el: Add handler to desktop-buffer-mode-handlers.
24304         (dired-restore-desktop-buffer): Remove autoload cookie.
24305         (dired-mode): Add autoload cookie.
24307         * info.el: Add handler to desktop-buffer-mode-handlers.
24308         (Info-restore-desktop-buffer): Remove autoload cookie.
24309         (Info-mode): Add autoload cookie.
24311         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24312         (mh-restore-desktop-buffer): Remove autoload cookie.
24313         (mh-folder-mode): Add autoload cookie.
24315         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24316         (rmail-restore-desktop-buffer): Remove autoload cookie.
24318 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24320         * hexl.el (hexl-address-region):
24321         (hexl-ascii-region, hexl-font-lock-keywords):
24322         (hexl-highlight-line-range): Use the term "region"
24323         instead of "area" for consistency with the other symbols
24324         defined in hexl.el.
24326 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24328         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24329         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24330         out by Juri Linkov).  Add `display-battery-mode'.
24332 2005-08-09  Juri Linkov  <juri@jurta.org>
24334         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24335         Remove `-text' from face variable names.
24336         (compilation-error-file-name, compilation-warning-file-name)
24337         (compilation-info-file-name): Delete faces.
24338         (compilation-line-number, compilation-column-number):
24339         Remove face underlining.
24340         (compilation-message-face): Set to `underline' value by default.
24341         (compilation-error-face, compilation-warning-face)
24342         (compilation-info-face): Remove `-file-name' from face names.
24343         (compilation-error-text-face, compilation-warning-text-face)
24344         (compilation-info-text-face): Delete face variables.
24345         (compilation-text-face): Delete function.
24347         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24348         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24349         (grep-error-face): Set to `compilation-error' instead of
24350         `compilation-error-face' (which is redefined to `grep-hit-face' in
24351         grep buffers).
24352         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24353         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24355         * dired-aux.el (dired-do-query-replace-regexp):
24356         Use `query-replace-read-args'.
24358         * replace.el (query-replace-read-from, query-replace-read-to)
24359         (query-replace-read-args): Rename arg `string' to `prompt'.
24361         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24363 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24365         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24366         uploading files.
24367         (ange-ftp-canonize-filename): Handle file names beginning with ~
24368         correctly.
24370 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24372         * textmodes/fill.el (canonically-space-region)
24373         (fill-context-prefix, fill-french-nobreak-p)
24374         (fill-delete-newlines, fill-comment-paragraph)
24375         (justify-current-line): "?\ " -> "?\s".
24377 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24379         * textmodes/fill.el (fill-nonuniform-paragraphs):
24380         Improve argument/docstring consistency.
24382 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24384         * textmodes/ispell.el (ispell-word): More fboundp checks.
24386         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24387         (find-file-noselect-1): Call it here, only if RAWFILE.
24388         (normal-mode): Always set some major mode.
24389         (save-some-buffers-action-alist): Change some explanation strings.
24390         (file-name-non-special): In the `quote' method, use unwind-protect.
24392 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24394         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24395         (ispell-have-aspell-dictionaries): New variable.
24396         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24397         (ispell-get-aspell-config-value): New function.
24398         (ispell-aspell-find-dictionary): New function.
24399         (ispell-aspell-add-aliases): New function.
24400         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24401         appropriate.  Don't look for ispell dictionaries if we use aspell.
24402         (ispell-menu-map): Don't build a submenu of dictionaries.
24404 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24406         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24407         (sql-read-passwd): Use read-passwd.
24409         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24410         (idlwave-toolbar-is-possible): Add defvars.
24412         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24413         Avoid warnings.
24415         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24416         (idlwave-system-class-info, idlwave-executive-commands-alist):
24417         Use defvar.
24419         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24421         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24422         Avoid warnings.
24424         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24425         and content-type: headers.
24427         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24429         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24430         and rename some of them to be more self-explanatory.
24432         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24434         * startup.el (command-line-1): Implement -scriptload.
24436         * replace.el (occur-engine): Initial *Occur* output not undoable.
24438         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24439         and improve help strings.
24441         * isearch.el (isearch-repeat): When changing direction,
24442         mark search successful.
24444         * ediff-init.el: Use (featurep 'xemacs).
24446         * comint.el (send-invisible): Identify buffer, if not selected.
24448         * align.el: Delete autoload for c-guess-basic-syntax.
24450 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24452         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24453         Improve argument/docstring consistency.  Doc fixes.
24454         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24455         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24456         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24457         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24458         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24459         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24460         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24461         Defvar at compile time.
24463 2005-08-09  Juri Linkov  <juri@jurta.org>
24465         * info.el: Replace `info' with upper-case `Info' where appropriate.
24466         (info-title-1, info-title-2, info-title-3, info-title-4)
24467         (info-menu-header): Move up face definitions.
24468         (info-menu-star): Rename from `info-menu-5'.
24469         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24470         (Info-fontify-visited-nodes): Fix docstring.
24471         (Info-hide-note-references): Fix docstring.
24472         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24473         menu items in the same way as on cross-references.
24474         (info-apropos): Fix sorting order and formatting to be like in the
24475         stand-alone Info browser.  Display error messages for 1 sec.
24476         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24477         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24478         from the menu bar.
24479         (Info-insert-dir): Restore point after calling
24480         `insert-buffer-substring'.
24482 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24484         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24485         (recompute-lucid-menubar): Add defvars.
24487         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24489         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24491         * net/net-utils.el (run-dig): Rename from `dig'.
24493         * play/gametree.el (gametree-mode): Use make-local-variable,
24494         not make-variable-buffer-local.
24496         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24498         * ansi-color.el (ansi-color-make-extent)
24499         (ansi-color-set-extent-face): Use fboundp, not functionp.
24501         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24502         not make-variable-buffer-local.
24504         * bookmark.el (Info-current-file): Add defvar.
24505         (bookmark-jump-noselect): Use with-no-warnings.
24507         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24509         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24511         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24513         * find-file.el (ada-procedure-start-regexp)
24514         (ada-package-start-regexp): Add defvars.
24516         * info.el (Info-insert-dir): Use insert-buffer-substring.
24518         * xml.el (xml-att-def-re): Add defvar.
24520         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24521         calling convention.
24523         * subr.el (while-no-input): Return t if there is input.
24525 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24527         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24529 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24531         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24532         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24534 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24536         * cmuscheme.el (scheme-start-file): Replace reference to
24537         `user-emacs-directory' by "~/.emacs.d/".
24539 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24541         * info.el (Info-dir-remove-duplicates): Avoid case folding
24542         in loop; instead, keep downcased strings for comparison.
24543         Suggested by Helmut Eller.
24545 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24547         Sync with Tramp 2.0.50.
24549         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24550         XEmacs case; not necessary anymore.
24551         (tramp-user-regexp): Allow "@" as part of user name.
24552         (tramp-handle-set-visited-file-modtime)
24553         (tramp-handle-insert-file-contents)
24554         (tramp-handle-write-region): No special handling for
24555         `last-coding-system-used, because this is done in
24556         `tramp-accept-process-output' now.
24557         (tramp-accept-process-output): New defun.
24558         (tramp-process-one-action, tramp-process-one-multi-action)
24559         (tramp-wait-for-regexp, tramp-wait-for-output)
24560         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24561         Howells <dhowells@redhat.com>.
24562         (clear-visited-file-modtime): Defadvice removed.  The check for
24563         unset buffer's modtime does not need to be based on
24564         `tramp-buffer-file-attributes'.  Suggested by RMS.
24565         (tramp-message): Insert "\n" if not being at beginning of line.
24566         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24567         sequence with same logic.
24568         (tramp-completion-handle-expand-file-name): Discard call of
24569         `tramp-drop-volume-letter'.  It is not necessary, and there have
24570         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24571         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24572         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24573         should always be visible.
24574         (tramp-handle-insert-directory, tramp-setup-complete)
24575         (tramp-set-process-query-on-exit-flag)
24576         (tramp-append-tramp-buffers): Pacify byte-compiler.
24577         (tramp-bug): Delete non-existing variables from list.
24578         Apply `tramp-load-report-modules' as pre-hook.
24579         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24580         `shell-prompt-pattern' because of non-7bit characters.
24581         Reported by Sebastian Luque <sluque@mun.ca>.
24582         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24583         (tramp-match-string-list): Remove function.
24584         (tramp-wait-for-regexp): Remove call of that function.
24585         Suggested by Kim F. Storm <storm@cua.dk>.
24586         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24587         instead of octal character code ?\600.  The latter resulted in a
24588         syntax error with XEmacs.
24590         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24591         XEmacs case; not necessary anymore.
24592         (tramp-smb-handle-write-region): No special handling for
24593         `last-coding-system-used, because this is done in
24594         `tramp-accept-process-output' now.
24595         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24597 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24599         * wid-edit.el (widget-choice-value-create):
24600         Unconditionally respect user choice.  Set :explicit-choice back to nil
24601         when no longer needed.
24602         (widget-choice-action): Unconditionally respect user choice.
24603         Eliminate :explicit-choice-value.
24605         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24607         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24608         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24609         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24610         running new function `toggle-indicate-empty-lines'.
24611         Rename "Customize" item to "Customize fringe".
24612         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24613         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24614         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24615         Delete "Empty lines only" item.
24616         (menu-bar-showhide-fringe-ind-customize): New function.
24617         (menu-bar-showhide-fringe-ind-mixed)
24618         (menu-bar-showhide-fringe-ind-box)
24619         (menu-bar-showhide-fringe-ind-right)
24620         (menu-bar-showhide-fringe-ind-left)
24621         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24622         instead of `fringe-indicators'.
24624 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24626         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24627         Change the date of last update.
24629 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24631         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24632         (viper-exec-yank, viper-put-back): Don't display modification msg
24633         if in the minibuffer.
24635         * viper-init.el (viper-replace-overlay-cursor-color)
24636         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24637         Make variables frame local.
24639         * viper-util.el (viper-append-filter-alist): Use append instead of
24640         nconc.
24642         * viper.el (viper-vi-state-mode-list)
24643         (viper-emacs-state-mode-list): Move help-mode and
24644         completion-list-mode from the first list to the second.
24645         (viper-mode): Docstring.
24646         (viper-go-away, viper-non-hook-settings): Don't localize
24647         minor-mode-alist in newer Emacsen.  Add advice to
24648         set-cursor-color.  Don't bind "\C-c\\".
24650 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24652         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24653         (scheme-macro-expand-command): New user options.
24654         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24655         (scheme-form-at-point, scheme-start-file)
24656         (scheme-interactively-start-process): New functions.
24657         (scheme-get-process): New function, extracted from `scheme-proc'.
24658         (run-scheme): Call `scheme-start-file' to get start file, and pass
24659         it to `make-comint'.
24660         (switch-to-scheme, scheme-proc):
24661         Call `scheme-interactively-start-process' if no Scheme buffer/process
24662         is available.
24664 2005-08-06  Juri Linkov  <juri@jurta.org>
24666         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24667         Use `compilation-text-face', `compilation-info-text-face' and
24668         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24669         (compilation-error): New face.
24670         (compilation-error-file-name): Inherit from
24671         `compilation-error' instead of `font-lock-warning-face'.
24672         (compilation-warning-file-name): Inherit from
24673         `compilation-warning' instead of `font-lock-warning-face'.
24674         (compilation-info, compilation-error-file-name)
24675         (compilation-warning-file-name, compilation-info-file-name)
24676         (compilation-line-number, compilation-column-number): Doc fix.
24677         (compilation-error-text-face, compilation-warning-text-face)
24678         (compilation-info-text-face): New face variables.
24679         (compilation-line-face, compilation-column-face)
24680         (compilation-enter-directory-face)
24681         (compilation-leave-directory-face): Doc fix.
24682         (compilation-text-face): New function.
24684         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24685         instead of 1 to display binary file names as info file links.
24686         (grep-error-face): Use `compilation-error-face' instead of
24687         `font-lock-keyword-face'.
24688         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24689         and `compilation-warning-text-face' instead of
24690         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24691         instead of `grep-error-face'.
24693 2005-08-05  Kenichi Handa  <handa@m17n.org>
24695         * international/code-pages.el: Add autoload cookies for all coding
24696         systems.
24698 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24700         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24702 2005-08-04  Juri Linkov  <juri@jurta.org>
24704         * progmodes/compile.el (compilation-mode-map):
24705         * progmodes/grep.el (grep-mode-map):
24706         Bind TAB to `compilation-next-error' and [backtab] to
24707         `compilation-previous-error'.
24709         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24710         matching line numbers, column numbers and their ranges with regexp
24711         matching only line numbers.
24712         (grep-context-face): New face variable.
24713         (grep-mode-font-lock-keywords): Use it.
24715         * faces.el (read-face-name): Delete duplicate faces.
24717 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24719         * thumbs.el (thumbs-find-image): Don't make variables
24720         automatically buffer local.
24721         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24722         (thumbs-image-num): Make automatically buffer local.
24723         (thumbs-show-thumbs-list): Use `make-local-variable', not
24724         `make-variable-buffer-local'.
24725         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24727         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24728         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24729         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24730         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24731         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24732         (feelings-about, foullst, found, hello, history, howareyoulst)
24733         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24734         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24735         (neglst, obj, object, owner, please, problems, qlist)
24736         (random-adjective, relation, remlst, repetitive-shortness)
24737         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24738         (shortlst, something, sportslst, stallmanlst, states, subj)
24739         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24740         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24741         Defvar at compile time.
24743         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24744         not `make-variable-buffer-local'.
24746 2005-08-02  Kim F. Storm  <storm@cua.dk>
24748         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24749         rectangle overlay in selected window.
24751 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24753         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24754         instead of display group.  Make `indicate-buffer-boundaries'
24755         customizable through Custom.
24757 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24759         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24760         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24761         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24762         (gdb-put-string): Fix typos in docstrings.
24764 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24766         Update copyright notices of files in progmodes directory for
24767         release of Emacs 22.1.
24769         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24771         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24772         Don't barf if the GUD buffer has been killed.
24774 2005-08-01  Kim F. Storm  <storm@cua.dk>
24776         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24778 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24780         * simple.el (next-error-follow-minor-mode):
24781         make-variable-buffer-local -> make-local-variable.
24783         * emacs-lisp/cl-extra.el: Require CL also when compiling.
24785         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24786         (byte-compile-form-make-variable-buffer-local): New functions to warn
24787         about misuses of make-variable-buffer-local where make-local-variable
24788         was meant.
24790 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
24792         * bs.el (bs-attributes-list): Doc fix.
24793         (bs): Update url-link.
24795         * desktop.el (desktop-save-buffer): Fix typos in docstring.
24796         (desktop-load-default): Simplify.
24798         * ibuffer.el (ibuffer-columnize-and-insert-list)
24799         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24800         (ibuffer-unmark-all, ibuffer-toggle-marks)
24801         (ibuffer-unmark-forward, ibuffer-unmark-backward)
24802         (ibuffer-compile-make-format-form, ibuffer-format-column)
24803         (ibuffer-current-buffers-with-marks)
24804         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24805         (ibuffer): Doc fix.
24806         (ibuffer-mode): Fix typo in docstring.
24807         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24808         with `define-obsolete-variable-alias'.
24809         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
24811 2005-07-29  Kenichi Handa  <handa@m17n.org>
24813         * international/mule-cmds.el (select-message-coding-system):
24814         Be sure to use LF for end-of-line.  If no coding system is decided,
24815         return iso-8859-1-unix.
24817 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24819         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24820         (ange-ftp-pending-error-line): New vars.
24821         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24822         to handle the non-fatal no-route-to-host messages.
24823         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24825 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
24827         * isearch.el (isearch-mode-map, isearch-other-meta-char)
24828         (isearch-quote-char, isearch-printing-char)
24829         (isearch-text-char-description): "?\ " -> "?\s".
24830         (isearch-lazy-highlight-cleanup)
24831         (isearch-lazy-highlight-initial-delay)
24832         (isearch-lazy-highlight-interval)
24833         (isearch-lazy-highlight-max-at-a-time)
24834         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24835         Declare with define-obsolete-*-alias macros.
24836         (isearch-forward): Fix typo in docstring.
24837         (search-invisible, search-ring-yank-pointer)
24838         (regexp-search-ring-yank-pointer): Doc fixes.
24840         * recentf.el (recentf-menu-append-commands-p): Declare with
24841         `define-obsolete-variable-alias'.
24842         (recentf-max-saved-items, recentf-menu-filter)
24843         (recentf-arrange-by-rule-subfilter): Doc fixes.
24844         (recentf-menu-append-commands-flag)
24845         (recentf-initialize-file-name-history, recentf-expand-file-name)
24846         (recentf-clear-data): Fix typos in docstrings.
24848 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
24850         * progmodes/gdb-ui.el: Smarten comments.
24851         (gdb-info-breakpoints-custom): Use nowarn when finding file.
24853 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
24855         * term/apollo.el (terminal-init-apollo): New function containing
24856         all former top level forms in the file.
24857         * term/bobcat.el (terminal-init-bobcat):
24858         * term/cygwin.el (terminal-init-cygwin):
24859         * term/iris-ansi.el (terminal-init-iris-ansi):
24860         * term/linux.el (terminal-init-linux):
24861         * term/news.el (terminal-init-news):
24862         * term/rxvt.el (terminal-init-rxvt):
24863         * term/sun.el (terminal-init-sun):
24864         * term/tvi970.el (terminal-init-tvi970):
24865         * term/vt100.el (terminal-init-vt100):
24866         * term/vt102.el (terminal-init-vt102):
24867         * term/vt125.el (terminal-init-vt125):
24868         * term/vt200.el (terminal-init-vt200):
24869         * term/vt201.el (terminal-init-vt201):
24870         * term/vt220.el (terminal-init-vt220):
24871         * term/vt240.el (terminal-init-vt240):
24872         * term/vt300.el (terminal-init-vt300):
24873         * term/vt320.el (terminal-init-vt320):
24874         * term/vt400.el (terminal-init-vt400):
24875         * term/vt420.el (terminal-init-vt420):
24876         * term/wyse50.el (terminal-init-wyse50):
24877         * term/xterm.el (terminal-init-xterm): Likewise.
24879         * term/README: Describe the terminal-init-* functionality.
24881         * startup.el (command-line): After loading the terminal initialization
24882         file call the corresponding terminal initialization function.
24884 2005-07-27  Kenichi Handa  <handa@m17n.org>
24886         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24887         negative.
24889         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24890         (ps-mule-composition-prologue): Fix for the case that
24891         RelativeCompose is false.
24893 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24895         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24897         * descr-text.el (describe-char): Handle the case where the list of
24898         chars is displayed in a separate frame.
24899         Be a bit more discriminating when looking for the char.
24901 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
24903         * bookmark.el (bookmark-automatically-show-annotations)
24904         (bookmark-read-annotation-text-func): Doc fixes.
24905         (bookmark-save): Improve argument/docstring consistency.
24906         (bookmark-get-bookmark, bookmark-get-bookmark-record)
24907         (bookmark-alist-from-buffer)
24908         (bookmark-upgrade-file-format-from-0)
24909         (bookmark-grok-file-format-version)
24910         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24911         (bookmark-read-annotation-mode)
24912         (bookmark-insert-current-bookmark, bookmark-jump)
24913         (bookmark-exit-hook): Fix typos in docstrings.
24914         (bookmark-exit-hooks): Define as obsolete alias.
24915         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24916         not `bookmark-exit-hooks'.  Fix docstring.
24917         (bookmark-bmenu-select): "?\ " -> "?\s".
24919 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
24921         * startup.el (command-line): Fix typo.
24923 2005-07-24  Richard M. Stallman  <rms@gnu.org>
24925         * tooltip.el (tooltip-mode): Test emacs-basic-display,
24926         not emacs-quick-startup.
24928 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
24930         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24931         (reb-next-match, reb-show-subexp): Use `with-selected-window'
24932         instead of `reb-with-current-window'.
24933         (reb-prev-match): Likewise.  Also, don't move left if the search
24934         was unsuccessful.
24935         (reb-initialize-buffer): New function.
24936         (re-builder, reb-change-syntax): Use it.
24938         * man.el (Man-goto-page): Make second argument NOERROR optional.
24940 2005-07-23  Richard M. Stallman  <rms@gnu.org>
24942         * man.el (Man-bgproc-sentinel): Check here for failure to find
24943         any man page in the output, and report the error here.
24944         (Man-arguments): Make it permanent local.
24945         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
24946         (Man-mode): Pass t for NOERROR.
24948         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24949         (grep-mode-font-lock-keywords):
24950         Don't use compilation-...-face for messages that are not file names.
24952         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24953         Don't use compilation-...-face for messages that are not file names.
24955 2005-07-22  Juri Linkov  <juri@jurta.org>
24957         * startup.el (normal-splash-screen): Update menu name.
24959         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24961 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
24963         * term/xterm.el: Load term/rxvt if the terminal is actually an
24964         rxvt terminal.
24965         (xterm-rxvt-set-background-mode): Remove, not used anymore.
24967         * term/rxvt.el (function-key-map): Use substitute-key-definition
24968         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
24970         * term/cygwin.el: New file.
24972 2005-07-22  Kim F. Storm  <storm@cua.dk>
24974         * image-file.el (insert-image-file, image-file-yank-handler):
24975         Fix last change to maintain a (unique) yank-handler on yanked images.
24977 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
24979         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24980         of the file size (as in "177B" for 177 bytes).  This happens with
24981         "ls -lh" on FreeBSD.
24983 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
24985         * hilit-chg.el (highlight-changes-global-initial-state)
24986         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24987         (hilit-chg-fixup, highlight-changes-mode):
24988         Fix typos in docstrings.
24989         (highlight-changes-global-modes, highlight-changes-rotate-faces):
24990         Doc fixes.
24992 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
24994         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24995         mode function using `eval-after-load'.
24997 2005-07-21  Kim F. Storm  <storm@cua.dk>
24999         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25000         included when reporting an Emacs crash, and tell about the DEBUG file.
25002         * image-file.el (insert-image-file): Add yank-handler.
25003         (image-file-yank-handler): Yank handler to make unique copies of
25004         images when they are yanked into a buffer next to each other.
25006 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25008         * comint.el (comint-use-prompt-regexp, comint-send-input)
25009         (comint-source-default, comint-extract-string)
25010         (comint-get-source, comint-word, comint-completion)
25011         (comint-source, comint-prompt-read-only, comint-update-fence):
25012         Fix typos in docstrings.
25013         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25014         Declare with define-obsolete-*-alias macros.
25015         (comint-previous-matching-input-from-input)
25016         (comint-next-matching-input-from-input)
25017         (comint-previous-matching-input, comint-next-matching-input)
25018         (comint-forward-matching-input):
25019         Improve argument/docstring consistency.
25021         * desktop.el (desktop-clear-preserve-buffers-regexp):
25022         Also preserve the *server* buffer.
25024         * simple.el (clone-indirect-buffer): Doc fix.
25025         (fixup-whitespace, just-one-space)
25026         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25027         (next-error, next-error-highlight)
25028         (next-error-highlight-no-select, next-error-last-buffer)
25029         (next-error-buffer-p, next-error-find-buffer, next-error)
25030         (previous-error, next-error-no-select, previous-error-no-select)
25031         (open-line, split-line, minibuffer-prompt-width, kill-new)
25032         (binary-overwrite-mode): Fix typos in docstrings.
25033         (set-fill-column): Fix typo in message.
25035         * skeleton.el (skeleton-proxy-new): Doc fix.
25037         * strokes.el (strokes-load-hook): Doc fix.
25038         (strokes-grid-resolution, strokes-get-grid-position)
25039         (strokes-renormalize-to-grid, strokes-read-stroke)
25040         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25041         (strokes-global-map): Fix typos in docstrings.
25042         (strokes-help): Doc fix.  Fix help message and pass it through
25043         `substitute-command-keys'.
25045         * tempo.el (tempo-insert-prompt, tempo-interactive)
25046         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25047         (tempo-insert-string-functions, tempo-local-tags)
25048         (tempo-define-template, tempo-insert-template)
25049         (tempo-insert-prompt-compat, tempo-is-user-element)
25050         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25051         Fix typos in docstrings.
25053         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25054         (vcursor-key-bindings, vcursor-use-vcursor-map)
25055         (vcursor-find-window, vcursor-scroll-down)
25056         (vcursor-disable, vcursor-beginning-of-buffer)
25057         (vcursor-end-of-buffer): Fix typos in docstrings.
25058         (vcursor-relative-move, vcursor-get-char-count):
25059         Improve argument/docstring consistency.
25061         * version.el: "?\ " -> "?\s".
25063         * wid-edit.el (widget-default-create, widget-after-change)
25064         (widget-default-format-handler, widget-checklist-add-item)
25065         (widget-radio-add-item, widget-choose, widget-specify-secret)
25066         (widget-field-value-create, widget-field-value-get)
25067         (widget-editable-list-format-handler)
25068         (widget-editable-list-entry-create, widget-group-value-create)
25069         (widget-documentation-link-add)
25070         (widget-documentation-string-value-create): "?\ " -> "?\s".
25071         (widget-convert-text): Doc fix.
25072         (widget-narrow-to-field, widget-field-find)
25073         (widget-url-link-action, widget-emacs-library-link-action)
25074         (widget-color-notify): Fix typos in docstrings.
25076         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25077         (x-select-text, set-w32-system-coding-system)
25078         (w32-add-charset-info): Fix typos in docstrings.
25080         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25081         (cua-enable-cua-keys, cua-use-hyper-key)
25082         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25083         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25085         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25087         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25088         `defalias' instead of faking it.
25090         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25091         (eshell-ls-missing, eshell-ls-dired-initial-args)
25092         (eshell-ls-use-in-dired): Fix typos in docstrings.
25094 2005-07-20  Kim F. Storm  <storm@cua.dk>
25096         * emulation/cua-base.el (cua-mode): Improve doc string.
25098 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25100         * abbrev.el (expand-region-abbrevs): Doc fix.
25101         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25102         Improve argument/docstring consistency.
25104         * arc-mode.el (archive-get-descr, archive-alternate-display):
25105         Doc fixes.
25106         (archive-l-e): Improve argument/docstring consistency.
25107         (archive-tmpdir, archive-unixdate, archive-unixtime)
25108         (archive-chmod-entry): Fix typos in docstrings.
25109         (archive-unflag, archive-unflag-backwards)
25110         (archive-unmark-all-files): "?\ " -> "?\s".
25112         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25113         (Buffer-menu-not-modified, Buffer-menu-execute)
25114         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25115         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25117         * composite.el (compose-string, encode-composition-rule)
25118         (compose-last-chars): Fix typos in docstrings.
25120         * desktop.el (desktop-enable, desktop-basefilename):
25121         Declare with `define-obsolete-variable-alias'.
25122         (desktop-internal-v2s): Don't quote keywords.
25123         (desktop-clear): "?\ " -> "?\s".
25125         * dired.el (dired-align-file, dired-flag-backup-files)
25126         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25127         (dired-listing-switches, dired-ls-F-marks-symlinks)
25128         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25129         (dired-directory, dired-faces, dired, dired-revert)
25130         (dired-mode, dired-summary, dired-view-file)
25131         (dired-copy-filename-as-kill, dired-delete-file)
25132         (dired-no-confirm, dired-unmark-all-marks)
25133         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25134         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25135         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25136         Fix typos in message strings.
25138         * dired-x.el (virtual-dired): Declare with `defalias'.
25139         (dired-mark-unmarked-files, dired-local-variables-file)
25140         (dired-omit-here-always): Doc fix.
25141         (dired-omit-mode, dired-find-subdir)
25142         (dired-enable-local-variables, dired-clean-up-buffers-too)
25143         (dired-extra-startup, dired-mark-extension, dired-jump)
25144         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25145         (dired-smart-shell-command, dired-guess-shell-alist-user)
25146         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25147         (dired-x-bind-find-file, dired-x-submit-report):
25148         Fix typos in docstrings.
25149         (dired-mark-unmarked-files): "?\ " -> "?\s".
25151         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25153         * faces.el (describe-face): "?\ " -> "?\s".
25154         (read-all-face-attributes, read-face-font, modify-face)
25155         (face-attr-construct, italic): Fix typos in docstrings.
25156         (frame-update-face-colors): Declare with
25157         `define-obsolete-function-alias'.
25159         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25160         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25161         (magic-mode-alist, buffer-file-numbers-unique)
25162         (write-file-functions, get-free-disk-space):
25163         Fix typos in docstrings.
25164         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25165         (write-contents-hooks, write-file-hooks):
25166         Declare with `define-obsolete-variable-alias'.
25168         * forms-d2.el (arch-rj): Fix typo in docstrings.
25169         (arch-tocol): Likewise.  "?\ " -> "?\s".
25171         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25172         Fix typo in docstring.
25173         (set-screen-width, set-screen-height): Delete redundant info in
25174         doctrings.
25175         (new-frame, screen-height, screen-width): Declare with
25176         `define-obsolete-function-alias'.
25177         (delete-frame-hook, blink-cursor): Declare with
25178         `define-obsolete-variable-alias'.
25180         * paths.el (prune-directory-list): Fix typos in docstring.
25182         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25183         (cvs-prefix-get): Fix typos in docstrings.
25185         * ps-print.el (ps-extend-face-list, ps-extend-face)
25186         (ps-print-background-image): Fix typos in docstrings.
25187         (ps-default-fg, ps-default-bg): Doc fixes.
25189         * s-region.el (s-region-bind): Doc fix.
25190         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25192         * textmodes/org.el (org-table-formula-substitute-names)
25193         (org-table-get-vertical-vector): Doc fixes.
25194         (org-table-recalculate): Remove unused argument to `message'.
25196 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25198         * textmodes/org.el (org-table-column-names)
25199         (org-table-column-name-regexp)
25200         (org-table-named-field-locations): New variables.
25201         (org-archive-subtree): Protect `this-command' when calling
25202         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25203         the kill buffer.
25204         (org-complete): Remove fixed-formula completion.
25205         (org-edit-formulas-map): New variable.
25206         (org-table-edit-formulas): New command.
25207         (org-finish-edit-formulas, org-abort-edit-formulas)
25208         (org-show-variable, org-table-get-vertical-vector): New functions.
25209         (org-table-maybe-eval-formula): Handle `:=' fields.
25210         (org-table-get-stored-formulas, org-table-store-formulas)
25211         (org-table-get-formula, org-table-modify-formulas)
25212         (org-table-replace-in-formulas): Handle named field formulas.
25213         (org-table-get-specials): Store locations of named fields.
25215 2005-07-19  Juri Linkov  <juri@jurta.org>
25217         * progmodes/grep.el (grep-regexp-alist)
25218         (grep-mode-font-lock-keywords, grep-process-setup):
25219         Use default GNU grep match color "01;31m" instead of "01;41m".
25220         (grep-regexp-alist, grep-mode-font-lock-keywords):
25221         Use `\\[[0-9]*m' instead of `\\[00m'.
25222         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25223         sgr_start where its handling is more important.  Use the real
25224         length of sgr_start instead of constant 8.
25225         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25226         specially.  Delete all remaining escape sequences.
25227         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25228         (grep-regexp-alist): Make hyperlink only for binary file name
25229         instead of the whole line.
25230         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25231         (grep-mode): Add autoload.
25233         * emacs-lisp/find-func.el (find-function-regexp):
25234         Add `define-compilation-mode'.
25236 2005-07-19  Juri Linkov  <juri@jurta.org>
25238         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25239         (compare-windows-sync-string-size, compare-windows-recenter)
25240         (compare-windows-highlight, compare-windows): Add version 22.1.
25241         (compare-windows) <defface>: Inherit from lazy-highlight instead
25242         of duplicating its default value.
25244         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25245         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25247         * descr-text.el (describe-char): Create link buttons for `charset'
25248         and `code point'.  Add the current input method name with a link
25249         button to `to input' field.  Print face names of display table
25250         characters in `The display table entry is displayed by' section
25251         instead of printing face-id in the `display' field.
25252         Guess hardcoded faces and create a link button for them.
25253         Skip empty fields when calculating max-width.
25254         Treat `widget-create' specially while inserting strings from the
25255         collected field list.
25256         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25258         * diff-mode.el (diff-file-header): Change foreground color from
25259         yellow to green on light backgrounds.
25260         (diff-context): Inherit from `shadow' only for color/grayscale
25261         with more than 88 colors.
25262         (diff-indicator-removed, diff-indicator-added)
25263         (diff-indicator-changed): New faces.
25264         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25265         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25266         font-lock-comment-delimiter-face and font-lock-comment-face.
25267         Add `#' to ^[^...] in the rule for `diff-context-face'.
25269         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25270         a button-like box.  Inherit from `highlight' on low colors.
25271         (shadow): Use shades of gray only for color/grayscale with
25272         more than 88 colors.  Use green for light backgrounds with
25273         8 colors, and yellow for dark backgrounds with 8 colors.
25275         * font-lock.el (font-lock-regexp-grouping-backslash):
25276         Don't inherit from escape-glyph (use bold for all cases).
25278         * info.el (info-xref-visited): Use light foreground color `violet'
25279         for dark backgrounds instead of dark color `magenta3'.
25280         (info-title-1): Use `yellow' color for dark backgrounds.
25282         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25283         too-light magenta2.
25285         * replace.el (match): Use slightly more light RoyalBlue3 instead
25286         of dark RoyalBlue4.
25288         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25290 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25292         * novice.el (disabled-command-hook): Declare it with
25293         `define-obsolete-variable-alias'.
25295         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25296         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25297         (desktop-load-default): Add release to obsolescence info.
25298         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25299         (desktop-append-buffer-args, desktop-read):
25300         Fix typos in docstrings.
25301         (desktop-kill): Fix typo in message.
25302         (desktop-save): Doc fix.
25304 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25306         * viper-cmd.el (viper-escape-to-state): Bug fix.
25307         (viper-envelop-ESC-key): Change the definition of fast
25308         keysequence so it'll work with keyboard macros.
25310         * ediff.el (ediff-patch-buffer): Change the docstring.
25312 2005-07-19  Kenichi Handa  <handa@m17n.org>
25314         * international/mule-cmds.el (select-safe-coding-system): Try to
25315         use an auto-coding (if any) before anything else.  If the found
25316         auto-coding is invalid, show a warning message.
25318         * international/mule.el (find-auto-coding): New function created
25319         by modifying the body of set-auto-coding.
25320         (set-auto-coding): Use find-auto-coding to find a coding.
25322 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25324         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25325         not isearch-mode-end-hook-error.
25326         (allout-before-change-protect): Fix error message.
25328 2005-07-18  Juri Linkov  <juri@jurta.org>
25330         * allout.el (allout-mode):
25331         * calculator.el (calculator-copy):
25332         * custom.el (custom-known-themes):
25333         * dired.el (dired-desktop-buffer-misc-data)
25334         (dired-restore-desktop-buffer):
25335         * dired-x.el (dired-omit-marker-char):
25336         * files.el (basic-save-buffer):
25337         * font-core.el (font-lock-mode):
25338         * calendar/calendar.el (calendar-goto-hebrew-date)
25339         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25340         (calendar-goto-persian-date):
25341         * language/ethio-util.el (ethio-sera-to-fidel-region):
25342         * textmodes/picture.el (picture-mode):
25343         Delete duplicate duplicate words.
25345 2005-07-18  Juri Linkov  <juri@jurta.org>
25347         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25348         chars * ? } |.
25349         (isearch-fallback): Don't call `isearch-process-search-char'.
25350         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25351         (isearch-process-search-char): Call `isearch-fallback' for regexp
25352         chars * ? } |.
25353         (isearch-return-char): Make obsolete with `make-obsolete' instead
25354         of simply documenting it as obsolete in the docstring.
25355         (isearch-fallback): Refill docstring.
25357         * international/isearch-x.el
25358         (isearch-process-search-multibyte-characters): Remove unneeded
25359         `concat'.  Add intermediate values to `junk-hist' instead of
25360         `minibuffer-history'.  Test the length of `str'.
25362 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25364         * allout.el (allout-resolve-xref): Fix typos in error strings.
25365         (allout-before-change-protect): Remove unneeded `concat'.
25367         * array.el (array-mode, array-reconfigure-rows)
25368         (untabify-backward): Fix typos in docstrings.
25369         (array-reconfigure-rows): Use `insert-buffer-substring', not
25370         `insert-buffer'.
25372         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25373         * progmodes/ada-mode.el (ada-make-body):
25374         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25376         * dired.el (dired-log):
25377         * tar-mode.el (tar-subfile-save-buffer):
25378         * play/zone.el (zone-pgm-stress-destress):
25379         Use `insert-buffer-substring', not `insert-buffer'.
25381 2005-07-17  Simon Josefsson  <jas@extundo.com>
25383         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25385 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25387         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25388         Add plain auth method.
25389         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25391 2005-07-17  Kim F. Storm  <storm@cua.dk>
25393         * ido.el (dired-other-window): Add ido property.
25395 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25397         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25398         Fix typo in docstring.
25399         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25400         `insert-file-literally'.
25402         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25403         info and delete redundant message.  Doc fix.
25404         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25405         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25407 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25409         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25410         (byte-compile-and): Use byte-compile-and-recursion.
25411         (byte-compile-or-recursion): New function.
25412         (byte-compile-or): Use that.
25413         (byte-compile-if): Guard the else-clause too.
25414         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25416         * isearch.el (isearch-mode-end-hook-quit): New variable.
25417         (isearch-done): Bind it.
25418         (isearch-mode-end-hook): Doc fix.
25420         * allout.el (allout-isearch-did-quit): Variable deleted.
25421         (allout-real-isearch-abort): Function name no longer used.
25422         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25423         (allout-isearch-rectification): isearch-mode always exists.
25424         Don't set allout-isearch-did-quit.
25425         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25426         allout-isearch-did-quit.
25427         (allout-enwrap-isearch): Just add the hook.
25428         (allout-isearch-abort): Function deleted.
25429         (allout-pre-command-business): Avoid warning.
25431         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25432         Correctly avoid warnings.
25433         (pascal-outline): Likewise.
25435         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25437         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25439         * play/tetris.el (tetris-mode): Avoid warning.
25441         * play/snake.el (snake-mode): Avoid warning.
25443         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25444         (gamegrid-set-display-table): Avoid warning.
25445         (gamegrid-set-timer): Likewise.
25446         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25447         (gamegrid-add-score-with-update-game-score-1): Take FILE
25448         as argument.
25449         (gamegrid-add-score-with-update-game-score): Pass that argument.
25450         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25452         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25454         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25455         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25457         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25458         and insert-file.
25460         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25461         (sc-ask): Avoid warnings.
25463         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25464         (eshell-hist-initialize): Use that var the natural way.
25466         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25468         * emacs-lisp/re-builder.el (reb-cook-regexp):
25469         Avoid warning calling lre-compile-string.
25470         (reb-color-display-p): Avoid warning.
25472         * calculator.el (calculator-last-input): Guard uses
25473         of event-key and key-press-event-p.
25474         (event-key, key-press-event-p): Delete definitions.
25476         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25477         (find-gc-source-directory, find-gc-subrs-callers)
25478         (find-gc-noreturn-list, find-gc-source-files)
25479         (find-gc-subrs-called): Vars renamed and defvar'd.
25481         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25482         (checkdoc-overlay-put, checkdoc-delete-overlay)
25483         (checkdoc-overlay-start, checkdoc-overlay-end)
25484         (checkdoc-mode-line-update, checkdoc-char=):
25485         Define such that compiler knows they are defined.
25486         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25487         (checkdoc-read-event): Delete.  Use read-event directly.
25489         * whitespace.el (whitespace-make-overlay)
25490         (whitespace-overlay-put, whitespace-delete-overlay)
25491         (whitespace-overlay-start, whitespace-overlay-end):
25492         Define such that compiler knows they are defined.
25493         (whitespace): Move conditional inside.
25495         * tempo.el (tempo-insert-template): Suppress warning.
25497         * ediff-diff.el (longlines-mode): Add defvar.
25499 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25501         * server.el: Bind "C-x #" in a way that works even if C-x is
25502         redefined to a command key, not a prefix key.
25504 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25506         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25507         cl-make-type-test till execution time.
25509 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25511         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25512         arg ARG and use it.
25514 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25516         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25518 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25520         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25521         a defcustom with two :set or :type keywords.
25523 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25525         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25526         Don't give ^M comment-end syntax.
25528 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25530         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25531         Don't consider gdbmi (gdb-mi.el has its own update functions).
25532         (gdb-var-delete): Make it work for gdbmi as well.
25533         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25535         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25536         (gud-speedbar-menu-items): Correct logic for enabling items.
25538 2005-07-15  Kim F. Storm  <storm@cua.dk>
25540         * ido.el: Fix commentary.
25541         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25542         Use with-no-warnings around ffap-guesser.
25543         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25544         Let bind minibuffer-completing-file-name to t.
25546 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25548         * startup.el (site-run-file, keyboard-type): Doc fixes.
25549         (command-line): Check for "--basic-display" argument; also for
25550         "--quick", not "--bare-bones" (which was renamed).
25551         (fancy-splash-text): Add missing item "Getting New Versions".
25552         (normal-splash-screen): Fix typos and improve consistency with
25553         `fancy-splash-text'.  Update copyright year.
25555         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25556         valid binding for `help-char'.
25558         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25560 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25562         * term.el (term-mode): Disable cua-mode for term buffers.
25564 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25566         * add-log.el (add-log-mailing-address, change-log-merge):
25567         Doc fixes.
25568         (change-log-get-method-definition): Fix typo in docstring.
25570 2005-07-14  Kim F. Storm  <storm@cua.dk>
25572         * emulation/cua-base.el:
25573         (cua--pre-command-handler-1, cua--pre-command-handler)
25574         (cua--post-command-handler-1, cua--post-command-handler):
25575         Split in two.  Check (buffer local) value of cua-mode.
25576         (cua-selection-mode): New command.
25578 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25580         * custom.el (custom-initialize-safe-set)
25581         (custom-initialize-safe-default): Doc fixes.
25583         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25584         and simplify :init-value again.
25586         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25587         and simplify :init-value again.  Delete autoload.
25589         * startup.el (command-line): Use `custom-reevaluate-setting' again
25590         for tooltip-mode.
25592         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25593         a defcustom with two :initialize keywords.
25595 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25597         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25598         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25599         (allout-post-command-business, allout-flag-region)
25600         (isearch-reenable-font-lock, allout-yank)
25601         (allout-insert-latex-header, allout-insert-latex-trailer)
25602         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25603         (allout-latex-verb-quote): Fix typos in docstrings.
25604         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25605         (allout-unprotected, allout-prefix-data):
25606         Improve argument/docstring consistency.
25607         (allout-chart-subtree): Fix argument spec.
25608         (allout-open-topic): Rename `use_sib_bullet' argument to
25609         `use-sib-bullet'.  Doc fix.
25611         * whitespace.el (whitespace-check-buffer-leading)
25612         (whitespace-check-buffer-trailing)
25613         (whitespace-check-buffer-indent)
25614         (whitespace-check-buffer-spacetab)
25615         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25616         (whitespace-check-leading-whitespace)
25617         (whitespace-check-trailing-whitespace)
25618         (whitespace-check-spacetab-whitespace)
25619         (whitespace-check-indent-whitespace)
25620         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25621         (whitespace-modes): Fix typos in docstrings.
25622         (defgroup, defcustom): Doc fixes.
25624         * winner.el (winner-mode, winner-boring-buffers)
25625         (winner-pending-undo-ring): Doc fixes.
25626         (winner-ring): Remove unneeded `progn'.
25627         (winner-equal): `defsubst' it.
25628         (winner-redo): Fix message.
25630 2005-07-13  Kim F. Storm  <storm@cua.dk>
25632         * simple.el (line-move-1): Always use vertical-motion to
25633         do the last (or only) line move to ensure some movement.
25634         Undo 2005-06-23 change--don't check for overlays.
25636 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25638         * term/mac-win.el (ccl-encode-mac-roman-font)
25639         (ccl-encode-mac-centraleurroman-font)
25640         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25641         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25642         Change charset-id boundary of dimension to ?\xef.
25643         (mac-char-fontspec-list): New constant.
25644         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25645         argument.  Nil uses itself as family in font-spec.  Previous
25646         behavior for nil is now provided by non-nil non-string argument.
25647         All callers changed.  Add font-specs for Mac fonts to
25648         "fontset-default" unless iso8859-1 fonts are installed.
25650 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25652         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25653         a continuation line if the \ is preceded by SPC or TAB.
25654         (sh-get-indent-info): Simplify.
25655         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25656         Use with-current-buffer.
25658         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25659         when the matched text is empty.
25661 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25663         * startup.el (command-line): Revert to previous handling of
25664         tooltip-mode.  Explain in comment why the complexity is needed.
25666         * tooltip.el (tooltip-mode): Revert to previous implementation of
25667         its defcustom.
25669         * frame.el (blink-cursor-mode): Revert to previous implementation
25670         of its defcustom.  Update comment.
25672 2005-07-12  Lars Hansen  <larsh@soem.dk>
25674         * desktop.el: Update e-mail address.
25676 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25678         * term/mac-win.el (mac-services-mail-selection)
25679         (mac-services-mail-to): New functions.
25680         (mac-application-menu-map): Bind them.
25682 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25684         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25686 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25688         * custom.el (custom-reevaluate-setting): Doc fix.
25690 2005-07-11  Jay Belanger  <belanger@truman.edu>
25692         * calc/calc.el (calc-embedded-announce-formula-alist)
25693         (calc-embedded-open-close-plain-alist)
25694         (calc-embedded-open-close-mode-alist): Add checks for additional
25695         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25697 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25699         * custom.el (custom-enable-theme): Don't add theme to
25700         `custom-enabled-themes' with `push' because there is no
25701         setf-method for `delq'.
25703 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25705         * custom.el (custom-declare-variable): Doc fix.
25707         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25708         from the alists.
25710         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25711         Do nothing if edebug-active.
25713         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25714         (edebug-display): Do it here instead.
25716 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25718         * cus-face.el (custom-theme-set-faces): Make it work.
25719         (custom-reset-faces): Doc fix.
25720         (custom-theme-reset-internal-face, custom-theme-face-value):
25721         Functions deleted.
25723         * custom.el (custom-push-theme): Maintain list of the settings
25724         of a given theme in its theme-settings property.
25725         Maintain position of old settings in the theme-value
25726         or theme-face property.
25727         (custom-enabled-themes): New variable.
25728         (custom-theme-enabled-p): New function.
25729         (provide-theme): Update custom-enabled-themes.
25730         Disable and reenable the `user' theme.
25731         (require-theme): Doc fix.
25732         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25733         (custom-theme-value, custom-theme-variable-value): Likewise.
25734         (custom-theme-reset-internal): Likewise.
25735         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25736         (custom-enable-theme, custom-disable-theme): New functions.
25737         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25738         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25739         (custom-theme-reset-variables): Simplify.
25740         (deftheme, custom-declare-theme, custom-make-theme-feature):
25741         Definitions moved.
25743 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25745         * longlines.el (longlines-show-region)
25746         (longlines-unshow-hard-newlines): Recognize hard newlines by
25747         non-nil hard property, instead of t.
25749 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25751         * viper-cmd.el (viper--key-maps): New variable.
25752         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25753         emulation-mode-map-alists.
25754         (viper-envelop-ESC-key): Use viper-subseq.
25755         (viper-search-forward/backward/next): Disable debug-on-error.
25757         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25758         (viper-ESC-key): New defcustoms.
25760         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25762         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25763         (viper-subseq): Copy of subseq from cl.el.
25765         * viper.el (viper-go-away, viper-set-hooks): Use
25766         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25768         * viper-mous.el (viper-current-frame-saved): Use defvar.
25770         * viper-init.el: Get rid of -face in face names.
25772         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25773         Make it work with longlines mode.
25775         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25777         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25779         * ediff-init.el: Get rid of -face in face names.
25781 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25783         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25784         and with-timeout-unsuspend.
25786         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25787         and with-timeout-unsuspend.
25789         * emacs-lisp/timer.el (with-timeout-timers): New variable.
25790         (with-timeout): Bind that variable to record timers.
25791         (with-timeout-suspend, with-timeout-unsuspend): New functions.
25793         * emacs-lisp/debug.el (debug-help-follow): New function.
25794         (debugger-mode-map): Use that instead of help-follow.
25795         (debugger-setup-buffer): Use eval-buffer-list
25796         to handle eval-buffer frames.
25798 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
25800         * timezone.el (timezone-parse-date): Change first regexp
25801         so it will not mistakenly match dates with no time zone.
25803 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
25805         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25807 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
25809         * custom.el (custom-initialize-safe-set)
25810         (custom-initialize-safe-default): New functions.
25812         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25813         and simplify :init-value.
25815         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25816         and simplify :init-value.  Delete obsolete comment.
25818         * startup.el (command-line): Use `custom-reevaluate-setting' to
25819         handle `tooltip-mode'.  Delete obsolete comment.
25821         * files.el (set-visited-file-name): Avoid calling
25822         `file-name-nondirectory' with a nil argument.
25824 2005-07-09  Richard M. Stallman  <rms@gnu.org>
25826         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25827         was called with nil for the buffer, handle the read position right.
25828         Handle read position for eval-region, too.
25830 2005-07-09  Juri Linkov  <juri@jurta.org>
25832         * fringe.el (fringe-mode): Add period in docstring.
25833         (fringe-query-style): Build prompt depending on `all-frames' arg.
25835         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25836         to not create links to unrelated functions in the Help buffer.
25838         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25839         Doc fix.
25841         * simple.el (next-error-hook): New variable.
25842         (next-error): Use it.  Doc fix.
25844         * textmodes/ispell.el (ispell-command-loop): Add current
25845         dictionary name and program name to mode-line-format.
25846         (ispell-region, ispell-process-line): Add current dictionary name
25847         and program name to messages.
25849 2005-07-08  Jay Belanger  <belanger@truman.edu>
25851         * calc/calc.el (calc-embedded-announce-formula-alist)
25852         (calc-embedded-open-close-formula-alist)
25853         (calc-embedded-open-close-word-alist)
25854         (calc-embedded-open-close-plain-alist)
25855         (calc-embedded-open-close-new-formula-alist)
25856         (calc-embedded-open-close-mode-alist)
25857         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25858         (calc-embedded-mode-hook): New variables.
25860         * calc/calc-embed.el (calc-embedded-firsttime)
25861         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25862         New variables.
25863         (calc-do-embedded): Use calc-embedded-firsttime,
25864         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25865         determine whether or not to run hooks.
25866         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25867         calc-embedded-firsttime-formula appropriately.
25868         Set calc-embedded delimiter variables according to mode.
25870 2005-07-08  Richard M. Stallman  <rms@gnu.org>
25872         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25873         Check for "emacs", etc., as entire symbol, not just as word.
25874         (checkdoc-file-comments-engine): Use regexp-quote on FN.
25876         * files.el (set-visited-file-name): Report the error
25877         for "empty filename" earlier.
25878         (kill-some-buffers): Ignore buffers already dead.
25880         * fringe.el (fringe-mode): Doc fix.
25882         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25883         Check for (featurep 'xemacs) and turn off warnings in what it guards.
25884         Use unwind-protect to ensure byte-compile-unresolved-functions
25885         is updated.
25887         * whitespace.el (whitespace-buffer-leading-cleanup):
25888         Simplify w/ skip-chars-forward.
25889         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25891         * mail/rmail.el (rmail-only-expunge): Fix paren error.
25892         Unconditionally try to leave point at the same old place.
25894 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
25896         * comint.el (comint-postoutput-scroll-to-bottom)
25897         (comint-show-maximum-output): Take scroll-margin into consideration.
25899 2005-07-08  Kim F. Storm  <storm@cua.dk>
25901         * ido.el (ido-use-filename-at-point): New choice `guess'.
25902         (ido-file-internal): Try ffap-guesser if selected.
25904         * ido.el (ido-before-fallback-functions): New hook.
25905         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25906         (ido-read-file-name): Run it.
25908 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25910         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25911         strings rather than a list of symbols to the completion function.
25913 2005-07-07  Jay Belanger  <belanger@truman.edu>
25915         * calc/calc-units.el (math-apply-units): Change the places in
25916         which units are simplified.
25918 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
25920         * cus-edit.el (customize-option, customize-option-other-window):
25921         Make them handle aliases.
25923         * custom.el (custom-variable-p): Make it recursively follow
25924         aliases.  Mention that in the docstring.
25926 2005-07-07  Richard M. Stallman  <rms@gnu.org>
25928         * cus-start.el (exec-path): Use `directory' instead of `file'.
25929         Fix tag for nil.
25931 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25933         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25934         when called non-interactively.  Doc fix.
25936 2005-07-07  Lute Kamstra  <lute@gnu.org>
25938         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25939         new address as well.
25941 2005-07-07  Kenichi Handa  <handa@m17n.org>
25943         * international/mule.el (make-coding-system):
25944         Describe `ascii-incompatible' property in the docstring.
25945         (set-file-name-coding-system): Signal an error if coding-system is
25946         ascii-incompatible.
25947         (set-keyboard-coding-system): Likewise.
25949         * international/mule-cmds.el (set-default-coding-systems):
25950         Don't set default-file-name-coding-system and
25951         default-keyboard-coding-system if coding-system is ASCII-incompatible.
25953         * international/utf-16.el: Declare that all UTF-16-based coding
25954         systems are ASCII-incompatible.
25956 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
25958         * progmodes/gud.el: Require font-lock for displaying errors.
25959         Used by gdb-ui.el.
25961 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
25963         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25964         values for the pattern lists which are `read'able but not
25965         `append'able (like symbols).
25967 2005-07-06  Richard M. Stallman  <rms@gnu.org>
25969         * progmodes/flymake.el (flymake-float-time): Instead of
25970         with-no-warnings, test for XEmacs.
25971         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25972         to avoid warning.
25974 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
25976         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25978 2005-07-05  Lute Kamstra  <lute@gnu.org>
25980         * battery.el: Add support for Darwin (with much debugging help
25981         from Samuel Lauber <sam124@operamail.com>).
25982         (battery-status-function, battery-echo-area-format)
25983         (battery-mode-line-format): Add support for pmset on Darwin.
25984         (battery-load-low, battery-load-critical): New user options.
25985         (battery-pmset): New function.
25987 2005-07-05  Lute Kamstra  <lute@gnu.org>
25989         Update FSF's address in GPL notices.
25991         * textmodes/page-ext.el: Update FSF's address.
25993 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
25995         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25996         filling from using prefix when filling a single-line docstring.
25998         * progmodes/flymake.el: Remove useless eval-when-compile.
26000         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26002 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26004         * textmodes/org.el (org-file-apps-defaults-gnu):
26005         Rename from org-file-apps-defaults-linux.
26006         (org-default-apps): Don't test system-type for `linux'.
26007         (org-file-apps): Doc fix.
26009 2005-07-04  David Ponce  <david@dponce.com>
26011         * tree-widget.el: Improve header Commentary section.
26012         (tree-widget) [defgroup]
26013         (tree-widget-image-enable, tree-widget-themes-directory)
26014         (tree-widget-theme, tree-widget-image-properties-emacs)
26015         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26016         (tree-widget-image-formats, tree-widget-control)
26017         (tree-widget-empty-control, tree-widget-leaf-control
26018         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26019         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26020         (tree-widget-keep, tree-widget-after-toggle-functions)
26021         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26022         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26023         :help-echo message.
26024         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26025         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26026         (tree-widget--cursors): New constant.
26027         (tree-widget-lookup-image): New function split from
26028         `tree-widget-find-image'.  Clearer implementation.
26029         (tree-widget-find-image): Use it.
26030         (tree-widget-button-keymap): Use `set-keymap-parent'.
26031         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26032         Define the sub-widgets here.
26033         (tree-widget-node): Check that :node is not a tree-widget.
26034         (tree-widget-get-super, tree-widget-open-control)
26035         (tree-widget-close-control, tree-widget-empty-control)
26036         (tree-widget-leaf-control, tree-widget-guide)
26037         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26038         (tree-widget-no-handle, tree-widget-value-delete)
26039         (tree-widget-map): Remove.
26040         (tree-widget-children-value-save): Doc fix.  Simplified.
26041         (tree-widget-value-create): Update according to previous changes.
26043 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26045         * textmodes/org.el: Leading space replaced by TABS.
26046         (org-recalc-marks, org-table-rotate-recalc-marks)
26047         (org-table-get-specials): Treat "^" and "_" marks.
26048         (org-table-justify-field-maybe): Optional argument NEW.
26049         (org-table-eval-formula): Parsing of the format simplified.
26050         New modes C,I.  Honor the %= parameter in the current table.
26051         Avoid unnecessary re-align by using the NEW argument to
26052         `org-table-justify-field-maybe'.
26053         (org-calc-default-modes): Default for date-format mimicks org-mode.
26054         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26056 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26058         * cus-face.el (custom-theme-set-faces): Make it handle face
26059         aliases whose alias declarations are pre- or autoloaded.
26061 2005-07-04  Juri Linkov  <juri@jurta.org>
26063         * faces.el (read-face-name): Put the code for getting a face name
26064         from the buffer before adding the faces from the `face' property.
26065         Use `completing-read-multiple' instead of `completing-read'.
26066         Require `crm'.  Add default value and post-process the returned
26067         list of faces.
26069         * emacs-lisp/crm.el (crm-find-current-element)
26070         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26072         * emacs-lisp/lisp-mode.el (eval-defun-1):
26073         * emacs-lisp/edebug.el (edebug-eval-defun):
26074         Remove unnecessary quotes.
26076 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26078         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26079         (prolog-indent-level): Fix typo in docstring.
26081         * info.el (Info-history, Info-history-forward)
26082         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26084         * add-log.el (add-change-log-entry):
26085         * comint.el (comint-dynamic-list-input-ring)
26086         (comint-dynamic-list-completions):
26087         * dabbrev.el (dabbrev-expand):
26088         * delim-col.el (delimit-columns-rectangle-line):
26089         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26090         (diff-unified->context):
26091         * ediff-init.el (ediff-abbrev-jobname):
26092         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26093         (ediff-replace-session-activity-marker-in-meta-buffer):
26094         * info.el (Info-summary):
26095         * lpr.el (printify-region):
26096         * printing.el (pr-create-interface):
26097         * ps-print.el (ps-print-quote):
26098         * ses.el (ses-column-widths, ses-print-cell)
26099         (ses-adjust-print-width, ses-center):
26100         * shell.el (shell-file-name-quote-list):
26101         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26102         (strokes-fill-current-buffer-with-whitespace)
26103         (strokes-xpm-for-stroke, strokes-list-strokes)
26104         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26105         * term.el (term-dynamic-list-input-ring)
26106         (term-dynamic-list-completions):
26107         * calc/calc.el (math-format-stack-value):
26108         * emacs-lisp/edebug.el (edebug-display-freq-count):
26109         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26110         (delphi-new-comment-line):
26111         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26112         * progmodes/executable.el (executable-set-magic):
26113         * progmodes/python.el (inferior-python-mode):
26114         * progmodes/scheme.el (scheme-mode-syntax-table):
26115         * progmodes/sh-script.el (sh-maybe-here-document):
26116         * progmodes/sql.el (sql-copy-column):
26117         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26118         * textmodes/bibtex.el (bibtex-mode):
26119         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26120         (sgml-auto-attributes):
26121         * textmodes/table.el (table-insert, table-shorten-cell)
26122         (table--generate-source-scan-lines, table-delete-row)
26123         (*table--cell-delete-char, table--spacify-frame)
26124         (table--horizontally-shift-above-and-below)
26125         (table--cell-insert-char, table--cell-blank-str)
26126         (table--fill-region-strictly):
26127         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26128         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26130         * add-log.el (change-log):
26131         * apropos.el (apropos):
26132         * comint.el (comint-completion, comint-source):
26133         * dabbrev.el (dabbrev):
26134         * delim-col.el (columns):
26135         * diff-mode.el (diff-mode):
26136         * ediff.el (ediff):
26137         * ediff-diff.el (ediff-diff):
26138         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26139         * ediff-mult.el (ediff-mult):
26140         * ediff-ptch.el (ediff-ptch):
26141         * ediff-wind.el (ediff-window):
26142         * facemenu.el (facemenu):
26143         * indent.el (indent):
26144         * info.el (info):
26145         * jka-cmpr-hook.el (compression, jka-compr):
26146         * lpr.el (lpr):
26147         * outline.el (outlines):
26148         * pcmpl-cvs.el (pcmpl-cvs):
26149         * pcmpl-rpm.el (pcmpl-rpm):
26150         * printing.el (printing):
26151         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26152         (ps-print-vertical, ps-print-headers, ps-print-font)
26153         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26154         (ps-print-background, ps-print-printer, ps-print-page)
26155         (ps-print-miscellany):
26156         * ses.el (ses):
26157         * shell.el (shell, shell-directories, shell-faces):
26158         * startup.el (initialization):
26159         * strokes.el (strokes):
26160         * term.el (term):
26161         * uniquify.el (uniquify):
26162         * w32-vars.el (w32):
26163         * calc/calc.el (calc):
26164         * emacs-lisp/bytecomp.el (bytecomp):
26165         * emacs-lisp/cl-indent.el (lisp-indent):
26166         * emacs-lisp/edebug.el (edebug):
26167         * emacs-lisp/elp.el (elp):
26168         * emacs-lisp/testcover.el (testcover):
26169         * emacs-lisp/trace.el (trace):
26170         * emulation/viper-ex.el (viper-ex):
26171         * emulation/viper-mous.el (viper-mouse):
26172         * mail/mailalias.el (mailalias):
26173         * mail/supercite.el (supercite, supercite-frames)
26174         (supercite-attr, supercite-cite, supercite-hooks):
26175         * net/rcompile.el (remote-compile):
26176         * net/rlogin.el (rlogin):
26177         * obsolete/ooutline.el (outlines):
26178         * progmodes/delphi.el (delphi):
26179         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26180         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26181         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26182         (ebnf-optimization):
26183         * progmodes/etags.el (etags):
26184         * progmodes/executable.el (executable):
26185         * progmodes/idlwave.el (idlwave):
26186         * progmodes/pascal.el (pascal):
26187         * progmodes/prolog.el (prolog):
26188         * progmodes/python.el (python):
26189         * progmodes/scheme.el (scheme):
26190         * progmodes/sh-script.el (sh, sh-script):
26191         * progmodes/sql.el (SQL):
26192         * progmodes/tcl.el (tcl):
26193         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26194         * textmodes/enriched.el (enriched):
26195         * textmodes/makeinfo.el (makeinfo):
26196         * textmodes/sgml-mode.el (sgml):
26197         * textmodes/table.el (table-hooks):
26198         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26199         * textmodes/texinfo.el (texinfo):
26200         * textmodes/two-column.el (two-column):
26201         Finish `defgroup' description with period.
26203         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26204         * eshell/esh-var.el (eshell-var):
26205         * progmodes/vhdl-mode.el (vhdl-testbench):
26206         * textmodes/org.el (org): Fix typos in docstrings.
26208         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26209         consistency.
26211         * progmodes/flymake.el (flymake-find-file): Remove.
26212         (flymake-float-time): Use `with-no-warnings'.
26213         (flymake-check-start-time, flymake-check-was-interrupted)
26214         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26215         (flymake-new-err-info): `defvar' at compile time.
26217 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26219         * replace.el (occur-hook): Doc fix.
26220         (occur-1): Don't call `occur-hook' if there are no matches.
26222 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26224         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26225         global-map, save the same map.
26226         (global-map): Don't alter it at top level.
26227         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26228         Then alter it here instead.
26229         (tpu-edt-off): Set global-map to the saved one.
26231         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26232         All references simplified.
26233         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26234         (zmacs-regions): Add defvar.
26235         (repeat-complex-command-map): Everything about that deleted.
26237         * textmodes/artist.el (artist-key-is-drawing)
26238         (artist-key-endpoint1, artist-key-poly-point-list)
26239         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26240         (artist-key-compl-table, artist-rb-save-data)
26241         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26242         Don't put them in eval-when-compile.
26243         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26245         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26246         Use with-no-warnings.
26248         * net/browse-url.el (dos-windows-version): Add defvar.
26250         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26252         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26253         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26254         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26255         Add defvar.
26256         (rmail-summary-beginning-of-message): Use with-no-warnings.
26257         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26259         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26260         Use with-no-warnings.
26262         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26263         (c-mark-function): Add point-moving-unit property.
26264         (vi-goto-line): Use with-no-warnings.
26266         * emulation/edt.el (edt-last-copied-word): Add defvar.
26267         (zmacs-region-stays): Likewise.
26268         (edt-mark-section-wisely): Use c-mark-function for C.
26269         Use makr-defun for Fortran.
26270         (time-string): defvar deleted.
26271         (edt-display-the-time): Don't set time-string.
26273         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26275         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26276         Don't warn when name is not constant
26277         or for defining the group `emacs'.
26279         * tooltip.el (gud-tooltip-mode): Add defvar.
26281         * startup.el (default-frame-background-mode): Add defvar.
26283         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26285         * info.el (tool-bar-map): Add defvar.
26287         * dired.el (dnd-protocol-alist): Add defvar.
26289         * dired-aux.el (dired-query): Display question with answer, when
26290         the user answers.
26292         * custom.el (custom-add-option): Doc fix.
26294         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26296 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26298         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26299         bogus name from the last change.
26301 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26303         * custom.el (custom-declare-variable): Fix typos in comment.
26304         (custom-known-themes): Doc fix.
26305         (custom-theme-directory): New defcustom.
26306         (require-theme): Make it check `custom-theme-directory'.
26308         * cus-theme.el (custom-new-theme-mode): New function.
26309         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26310         (custom-theme-description): Add compiler defvars.
26311         (customize-create-theme): Add doc to the "*New Custom Theme*"
26312         buffer.  Use `custom-new-theme-mode'.
26313         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26314         and save it to the `custom-theme-directory'.  Make this the
26315         default directory of the buffer.
26317 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26319         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26320         Fix unbalanced parentheses.
26322 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26324         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26325         into flymake-mode and delegate to flymake-mode.
26327         * find-file.el (ff-which-function-are-we-in): Clean up.
26329 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26331         * replace.el (occur-rename-buffer): Fix docstring.
26333         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26334         (edt-last-copied-word, edt-learn-macro-count)
26335         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26336         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26337         (time-string, zmacs-region-stays):
26338         * emulation/edt-mapper.el (edt-save-function-key-map)
26339         (EDT-key-name): `defvar' to silence the byte-compiler.
26341 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26343         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26344         font-lock-regexp-backslash.  Doc fix.
26345         (font-lock-regexp-backslash-grouping-construct): Rename from
26346         font-lock-regexp-backslash-construct.  Doc fix.
26347         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26348         grouping constructs.
26350 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26352         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26353         updating all the prerequisites.
26355 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26357         * textmodes/org.el (org-agenda-start-on-weekday)
26358         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26359         (org-agenda-use-time-grid, org-archive-location)
26360         (org-allow-space-in-links, org-usenet-links-prefer-google)
26361         (org-enable-table-editor, org-export-default-language)
26362         (org-export-html-show-new-buffer, org-fill-paragraph)
26363         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26364         (org-goto-quit, org-occur, org-eval-in-calendar)
26365         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26366         (org-agenda-diary-entry, org-remember-help)
26367         (org-table-convert-region, org-at-table-p)
26368         (org-table-move-row-down, org-table-move-row-up)
26369         (org-table-copy-region, org-table-toggle-vline-visibility)
26370         (org-table-get-stored-formulas, org-table-get-specials)
26371         (org-recalc-commands, org-table-eval-formula)
26372         (org-table-formula-substitute-names, orgtbl-make-binding)
26373         (org-format-org-table-html, org-format-table-table-html)
26374         (org-format-table-table-html-using-table-generate-source)
26375         (org-customize): Fix typos in docstrings.
26376         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26377         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26378         (org-back-to-heading): Doc fixes.
26379         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26380         (org-agenda-change-all-lines, org-get-header):
26381         Improve argument/docstring consistency.
26382         (orgtbl-error): Fix error message.
26384         * progmodes/flymake.el (flymake-find-possible-master-files)
26385         (flymake-master-file-compare, flymake-get-line-err-count)
26386         (flymake-highlight-line, flymake-gui-warnings-enabled):
26387         Fix typos in docstrings.
26388         (flymake-parse-line, flymake-get-project-include-dirs-function)
26389         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26390         Doc fixes.
26391         (flymake-get-project-include-dirs-function)
26392         (flymake-make-err-menu-data):
26393         Improve argument/docstring consistency.
26395 2005-07-01  Lute Kamstra  <lute@gnu.org>
26397         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26398         Catch errors with ignore-errors.  Use temporary buffer.
26399         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26401         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26402         background color faces.
26403         (facemenu-set-foreground, facemenu-set-background):
26404         Use facemenu-set-face-from-menu.
26405         (facemenu-set-face-from-menu): Treat face names that start with
26406         "fg:" or "bg:" as special.
26407         (facemenu-add-new-color): Don't create faces.  Simplify.
26409 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26411         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26412         (crm-find-current-element): Likewise.
26414 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26416         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26418 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26420         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26421         (archive-mouse-extract): Make it an obsolete alias.
26422         (archive-mode-map): Don't use archive-mouse-extract any more.
26423         (archive-mode, archive-extract): write-contents-hooks ->
26424         write-contents-functions.
26425         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26426         first arg.
26427         (archive-rename-entry): Update the call.
26428         (archive-zip-summarize): Remove unused var `method'.
26429         (archive-lzh-summarize): Remove unused var `creator'.
26431         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26432         dedicated frame upon exit.
26434         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26435         (archive-zip-extract, archive-zip-expunge)
26436         (archive-zip-update, archive-zip-update-case): Use executable-find.
26437         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26438         Use restore-buffer-modified-p.
26439         (archive-extract, archive-add-new-member, archive-write-file-member):
26440         Use with-current-buffer.
26441         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26443 2005-06-30  Andreas Schwab  <schwab@suse.de>
26445         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26447 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26449         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26451 2005-06-30  Juri Linkov  <juri@jurta.org>
26453         * faces.el (vertical-border): Inherit from mode-line-inactive
26454         only on tty.
26456 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26458         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26459         example, -NLINES in the `occur' docstring).
26461         * replace.el (occur-1): When no matches are found, do not set the
26462         `buffer-read-only' and modified flags for the occur buffer,
26463         because it is deleted.
26465         * emulation/cua-base.el (cua-check-pending-input)
26466         (cua-repeat-replace-region, cua-mode, cua-debug)
26467         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26468         Fix typos in docstrings.
26470         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26471         (cua-cut-region-to-global-mark)
26472         (cua--cut-rectangle-to-global-mark):
26473         Remove period from end of messages.
26475         * emulation/cua-rect.el (cua-do-rectangle-padding):
26476         Remove period from end of messages.
26477         (cua--rectangle-seq-format): Fix typo in docstring.
26478         (cua-sequence-rectangle, cua-fill-char-rectangle):
26479         Improve argument/docstring consistency.
26481 2005-06-29  Juri Linkov  <juri@jurta.org>
26483         * faces.el (default-frame-background-mode): New internal variable.
26484         (frame-set-background-mode): Use it.
26486         * startup.el (normal-top-level): Set default-frame-background-mode
26487         instead of frame-background-mode.  Before setting it, test for its
26488         nil value.  Remove tests for frame-background-mode and frame
26489         parameter `reverse'.  Add test for "unspecified-fg".
26491         * term/xterm.el (xterm-rxvt-set-background-mode):
26492         * term/rxvt.el (rxvt-set-background-mode):
26493         Set default-frame-background-mode instead of frame-background-mode.
26495 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26497         * simple.el (set-variable): Warn about obsolete user variables.
26499         * imenu.el (imenu--completion-buffer):
26500         * mouse.el (mouse-buffer-menu-alist):
26501         * msb.el (msb-invisible-buffer-p):
26502         * calendar/diary-lib.el (diary-header-line-format):
26503         * emacs-lisp/pp.el (pp-buffer):
26504         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26505         * textmodes/picture.el (picture-replace-match):
26506         Change space constants followed by a sexp to "?\s ".
26508         * play/decipher.el (decipher-loop-with-breaks):
26509         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26510         constants "protected" from end of line by a comment to "?\s".
26512 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26514         * font-lock.el (save-buffer-state): Use `declare'.
26516         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26517         reset the syntax-table to cperl-mode-syntax-table.
26518         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26519         "foo_print_bar" is not matched as a reserved keyword.
26521 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26523         * textmodes/org.el (orgtbl-setup): New function, for delayed
26524         setup for the orgtbl commands.
26525         (org-calc-default-modes): New option.
26526         (orgtbl-make-binding): Use `defun' to get better help display.
26527         (org-diary): Call `org-compile-prefix-format'.
26528         (org-table-formula-substitute-names): New function.
26529         (org-agenda-day-view, org-agenda-week-view): New commands.
26530         (org-agenda-toggle-week-view): Command removed.
26531         (org-tbl-menu): Split off from org-org-menu.
26532         (org-mode): Move removal of outline-mode menus to here.
26533         (org-table-formula-debug): New option.
26534         (org-table-insert-row): Keep first field if just "#" or "*".
26535         (org-mode): Paragraph regexps fixed.
26536         (org-table-recalculate-regexp): New constant.
26537         (org-table-justify-field-maybe): Avoid replace if not necessary.
26538         (org-copy-special, org-cut-special): Use `call-interactively'.
26539         (org-table-copy-region): Take region from `interactive' call.
26540         (org-trim): Return string even if no match.
26541         (org-formula): New face.
26542         (org-set-font-lock-defaults): No longer highlight "FIXME".
26543         But highlight formula-related fields in table.
26544         (org-table-p): Use regexp, not fontification.
26545         (org-table-align): Handle white space at end of line.
26546         (org-table-formula-evaluate-inline): New option.
26547         (org-mode): Auto-wrapping in comment lines turned off.
26548         (org-table-copy-down): Evaluate only in copied field, not in
26549         destination.
26550         (org-table-current-formula): Variable removed.
26551         (org-table-store-formulas, org-table-get-stored-formulas)
26552         (org-table-modify-formulas, org-table-replace-in-formulas)
26553         (org-table-maybe-eval-formula): New functions.
26554         (org-table-get-formula): Modify to use stored formulas.
26555         (org-table-insert-column, org-table-delete-column)
26556         (org-table-move-column): Call `org-table-modify-formulas'.
26557         (org-complete): Add completion for keyword formulas.
26558         (orgtbl-mode): Pull orgtbl-mode-map to start of
26559         minor-mode-map-alist.
26561 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26563         * progmodes/python.el (python-check): Require `compile' before
26564         modifying its variables.
26566         * newcomment.el (comment-indent-default): Don't get fooled by an early
26567         end of buffer.
26569 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26571         * ps-print.el (ps-print-version): Fix version number.
26573 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26575         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26577 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26579         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26580         (flyspell-local-mouse-map): Declaration deleted.
26581         (flyspell-mouse-map): Bind only mouse-2.
26582         (flyspell-mode-map): Don't test flyspell-use-local-map.
26583         (flyspell-overlay-keymap-property-name): Var deleted.
26584         (flyspell-mode-on): Don't make local bindings for
26585         flyspell-mouse-map and flyspell-mode-map.
26586         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26588         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26590         * progmodes/compile.el (compilation-next-error-function):
26591         Don't switch buffers; operate on the current buffer.
26593         * progmodes/compile.el (compilation-error-file-name)
26594         (compilation-warning-file-name, compilation-info-file-name)
26595         (compilation-line-number, compilation-column-number): New faces.
26596         (compilation-error-face, compilation-warning-face)
26597         (compilation-info-face, compilation-line-face)
26598         (compilation-column-face): Use them.
26600         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26602         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26604         * bindings.el (global-map): Bind insertchar and its variants.
26606 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26608         * textmodes/artist.el (artist-text-overwrite)
26609         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26611 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26613         * ps-print.el: It was not working the page selection for printing.
26614         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26615         (ps-print-version): New version 6.6.7.
26616         (ps-end-sheet): New fun.
26617         (ps-header-sheet, ps-end-job): Call it.
26619 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26621         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26623 2005-06-27  Lute Kamstra  <lute@gnu.org>
26625         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26626         background color faces.
26627         (facemenu-get-face): Delete function.
26628         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26629         (facemenu-add-new-color): Make second argument mandatory.
26630         Create the appropriate face and return it.  Simplify.
26631         (facemenu-set-foreground, facemenu-set-background): Don't check if
26632         color is defined.  Use return value of facemenu-add-new-color.
26634 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26636         * progmodes/gud.el (gud-filter): Add missing argument to
26637         with-selected-window.
26639 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26641         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26642         a :require to the defcustom.
26644         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26645         defcustoms corresponding to minor modes.
26647 2005-06-26  David Ponce  <david@dponce.com>
26649         * recentf.el: Require tree-widget instead of wid-edit.
26650         (recentf-filename-handler): Fix widget :type.
26651         (recentf-cancel-dialog, recentf-open-more-files)
26652         (recentf-open-files-action): Doc fix.
26653         (recentf-dialog-goto-first): New function.
26654         (recentf-dialog-mode-map): Set parent keymap first.
26655         (recentf-dialog-mode): Define with define-derived-mode.
26656         Don't display continuation lines in dialogs.
26657         (recentf-edit-list): Rename from recentf-edit-selected-items.
26658         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26659         Simplify.
26660         (recentf-edit-list-validate): New function.
26661         (recentf-edit-list): Update accordingly.
26662         (recentf-open-files-item-shift): Remove.
26663         (recentf-open-files-item): Convert menu elements into tree and
26664         link widgets.  Don't create the widgets.
26665         (recentf-open-files): Update accordingly.
26666         (recentf-save-list): Untabify.
26668 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26670         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26671         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26672         partially contained in the active region.  Do not take active
26673         region into account when called from Lisp, unless INTERACTIVE arg
26674         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26675         avoid trouble with fields.  Make marker point nowhere when no
26676         longer used.  Always return nil.  Doc fix.
26677         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26678         into account when called from Lisp, unless INTERACTIVE arg is
26679         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26680         avoid trouble with fields.  Make marker point nowhere when no
26681         longer used.  Always return nil.  Doc fix.
26682         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26683         interchangeable.  Do not take active region into account when
26684         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26685         message in echo area when called from Lisp, unless INTERACTIVE arg
26686         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26687         Return the number of matches.  Doc fix.
26688         (occur): Doc fix.
26689         (perform-replace): Make comment follow double space convention for
26690         the sake of `outline-minor-mode'.
26692         * faces.el (facep): Doc fix.
26694 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26696         * facemenu.el (facemenu-enable-faces-p): New function.
26697         (facemenu-background-menu, facemenu-foreground-menu)
26698         (facemenu-face-menu): Add menu-enable property.
26700         * jka-compr.el (jka-compr-insert-file-contents):
26701         Special handling if cannot find the uncompression program.
26703         * cus-face.el (custom-face-attributes): Add autoload.
26705         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26706         Bind comment-indent-function locally.
26708         * window.el (save-selected-window): Use save-current-buffer.
26710         * subr.el (with-selected-window): Use save-current-buffer.
26712         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26713         and with-current-buffer.
26715 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26717         * simple.el (line-move-1): Fix previous change.
26719 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26721         * replace.el (occur-1): Set `buffer-read-only' and the
26722         buffer-modified flag before running `occur-hook' to protect
26723         against unintentional buffer switches that can lead to data loss.
26725 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26727         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26728         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26729         initial error.
26731         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26732         after fresh input.
26733         (gdb-var-create-handler): Put name of expression in quotes.
26735 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26737         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26738         elements of RING in order, and without bogus nil elements.
26740 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26742         * simple.el (set-variable): Args renamed; doc fix.
26743         (line-move-1): When there are overlays around, use vertical-motion.
26745         * faces.el (escape-glyph): Use brown against light background.
26746         (nobreak-space): Rename from no-break-space.
26747         Fix previous change.
26749         * dired-aux.el (dired-do-copy): Fix arg prompt.
26751         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26753 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26755         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26756         rather than "Distributor".
26758 2005-06-23  Lute Kamstra  <lute@gnu.org>
26760         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26761         (debug-on-entry): Use it.  New interactive declaration that uses
26762         function-called-at-point.
26764 2005-06-23  Kim F. Storm  <storm@cua.dk>
26766         * subr.el (save-match-data): Add comment about using evaporate arg
26767         to set-match-data.
26769 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26771         * cus-edit.el (customize-face)
26772         (customize-face-other-window): Handle face aliases.
26774         * faces.el (face-documentation, set-face-attribute)
26775         (face-spec-set): Handle face aliases.
26777 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26779         * help-mode.el (help-make-xrefs): If a symbol representing a face
26780         name is not followed by the word "face", it could still be a
26781         function or variable name, so don't bypass other checks.
26783 2005-06-22  Juri Linkov  <juri@jurta.org>
26785         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26786         Replace aliased functions with calls where second arg `inherit' is t.
26788 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
26790         * progmodes/gdb-ui.el (gdb-error): New variable.
26791         (gdb-error): New function.
26792         (gdb-annotation-rules): Act on error-begin and error annotations.
26793         (gdb-concat-output): Use font-lock-warning-face for errors.
26795 2005-06-22  Miles Bader  <miles@gnu.org>
26797         * bindings.el (propertized-buffer-identification): Use renamed
26798         `Buffer-menu-buffer' face.
26800         * faces.el (vertical-border): Rename from `vertical-divider'.
26801         (escape-glyph): Change dark-background color back to `cyan'.
26803 2005-06-21  Juri Linkov  <juri@jurta.org>
26805         * faces.el (face-user-default-spec): Try getting `customized-face'
26806         prior to `saved-face'.
26807         (frame-background-mode): Refill docstring.
26809         * emacs-lisp/lisp-mode.el (eval-defun-1):
26810         * emacs-lisp/edebug.el (edebug-eval-defun):
26811         Set `saved-face' temporarily to nil before calling form.
26812         Set `customized-face' to the new spec after that.
26814 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
26816         * subr.el (1value, lambda, key-substitution-in-progress):
26817         Doc fixes.
26819         * autoinsert.el (auto-insert-alist):
26820         * ses.el (ses-call-printer):
26821         * subr.el (noreturn):
26822         * emacs-lisp/lisp.el (check-parens):
26823         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26824         * net/browse-url.el (browse-url-mosaic):
26825         * progmodes/cc-defs.el (c-safe-scan-lists):
26826         * progmodes/ebnf-abn.el (ebnf-abn-lex):
26827         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26828         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26829         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26830         * progmodes/ebnf-iso.el (ebnf-iso-lex):
26831         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26833 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
26835         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26837 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
26839         * calendar/appt.el (appt-make-list): Activate the package, if
26840         not already active (for backwards compatibility).
26842 2005-06-20  Kim F. Storm  <storm@cua.dk>
26844         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
26846 2005-06-20  Miles Bader  <miles@gnu.org>
26848         * faces.el (vertical-divider): New face.
26850 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
26852         * simple.el (kill-whole-line): Doc fix.
26853         (next-error-buffer-p, next-error-find-buffer)
26854         (clone-indirect-buffer): Fix typos in docstrings.
26855         (comment-line-break-function): Doc fix: don't say variable
26856         is automatically buffer-local (it isn't).
26858 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
26860         * net/tramp-ftp.el (top):
26861         * net/tramp-smb.el (top):
26862         * net/tramp-util.el (top):
26863         * net/tramp-uu.el (top):
26864         * net/tramp-vc.el (top):
26865         * net/tramp.el (top): Revert copyright years back to original
26866         ones.  Tramp has a life outside GNU Emacs.
26868 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
26870         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26872 2005-06-18  Juri Linkov  <juri@jurta.org>
26874         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26875         end of first regexp to limit the match to the position between
26876         line number and source line with same separator character as used
26877         between file name and line number.  In the second regexp limit
26878         mouse-face area to file name and line number by adding new group
26879         for them and referring it in HYPERLINK arg.
26880         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26881         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26882         previous line where grep markers may be already removed.
26884 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
26886         * progmodes/ps-mode.el: Update version and maintainer's email address.
26888 2005-06-18  Steve Youngs  <steve@xemacs.org>
26890         * net/browse-url.el (browse-url-browser-function)
26891         (browse-url-default-browser): Add firefox.
26892         (browse-url-firefox-program, browse-url-firefox-arguments)
26893         (browse-url-firefox-startup-arguments)
26894         (browse-url-firefox-new-window-is-tab): New defcustoms.
26895         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26897 2005-06-17  Richard M. Stallman  <rms@gnu.org>
26899         * startup.el (command-line): Warn if specified user name has
26900         no home directory.
26902         * term.el (term-get-old-input, term-input-filter, term-input-sender)
26903         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26905         * longlines.el (longlines-mode, longlines-show-hard-newlines):
26906         Doc fixes.
26908         * faces.el (underline): Try bold if terminal doesn't support underline.
26910         * mail/sendmail.el (mail-setup-with-from): New variable.
26911         (mail-insert-from-field): New function.
26912         (sendmail-send-it): Call it.
26913         (mail-setup): Optionally call it here.
26915         * term/linux.el: Call tty-no-underline.
26917 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
26919         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26921 2005-06-17  Miles Bader  <miles@gnu.org>
26923         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26924         (ediff-current-diff-C, ediff-current-diff-Ancestor)
26925         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26926         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26927         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26928         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26929         Remove "-face" suffix from face names.
26930         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26931         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26932         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26933         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26934         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26935         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26936         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26937         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26938         New backward-compatibility aliases for renamed faces.
26939         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26940         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26941         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26942         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26943         (ediff-even-diff-face-A, ediff-even-diff-face-B)
26944         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26945         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26946         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26947         Use renamed ediff faces.
26949         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26950         Remove "-face" suffix from face names.
26951         (eshell-test-ok-face, eshell-test-failed-face):
26952         New backward-compatibility aliases for renamed faces.
26953         (eshell-run-test): Use renamed eshell-test faces.
26955         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26956         face name.
26957         (eshell-prompt-face): New backward-compatibility alias for renamed
26958         face.
26959         (eshell-emit-prompt): Use renamed eshell-prompt face.
26961         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26962         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26963         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26964         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26965         Remove "-face" suffix from face names.
26966         (eshell-ls-directory-face, eshell-ls-symlink-face)
26967         (eshell-ls-executable-face, eshell-ls-readonly-face)
26968         (eshell-ls-unreadable-face, eshell-ls-special-face)
26969         (eshell-ls-missing-face, eshell-ls-archive-face)
26970         (eshell-ls-backup-face, eshell-ls-product-face)
26971         (eshell-ls-clutter-face):
26972         New backward-compatibility aliases for renamed faces.
26973         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26975         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26976         Remove "-face" suffix from face name.
26977         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26978         instead of literal face.
26980 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
26982         * emacs-lisp/warnings.el (display-warning, lwarn)
26983         (warning-minimum-log-level): Doc fixes.
26984         (warning-minimum-level, warning-minimum-log-level):
26985         Add :debug to :type choices.
26987         * progmodes/ada-mode.el (ada-format-paramlist)
26988         (ada-get-indent-case, ada-check-matching-start)
26989         (ada-check-defun-name, ada-goto-matching-decl-start)
26990         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26991         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26992         (ada-make-subprogram-body): Follow error conventions.
26993         (ada-case-exception-file, ada-indent-comment-as-code)
26994         (ada-indent-handle-comment-special, ada-indent-renames)
26995         (ada-indent-return, ada-search-directories-internal)
26996         (ada-tab-policy, ada-case-exception-substring)
26997         (ada-other-file-alist, ada-matching-start-re)
26998         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26999         (ada-imenu-generic-expression, ada-compile-goto-error)
27000         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27001         (ada-popup-menu, ada-add-extensions, ada-mode)
27002         (ada-region-selected, ada-create-case-exception)
27003         (ada-create-case-exception-substring, ada-after-keyword-p)
27004         (ada-activate-keys-for-case, ada-adjust-case-region)
27005         (ada-adjust-case-buffer, ada-format-paramlist)
27006         (ada-scan-paramlist, ada-insert-paramlist)
27007         (ada-indent-newline-indent)
27008         (ada-indent-newline-indent-conditional)
27009         (ada-justified-indent-current, ada-goto-previous-word)
27010         (ada-indent-current, ada-get-indent-open-paren)
27011         (ada-get-indent-paramlist, ada-get-indent-end)
27012         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27013         (ada-get-indent-block-start, ada-get-indent-subprog)
27014         (ada-get-indent-noindent, ada-get-indent-label)
27015         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27016         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27017         (ada-goto-stmt-end, ada-goto-next-word)
27018         (ada-check-matching-start, ada-check-defun-name)
27019         (ada-goto-matching-decl-start, ada-goto-matching-start)
27020         (ada-goto-matching-end, ada-search-ignore-string-comment)
27021         (ada-in-decl-p, ada-looking-at-semi-or)
27022         (ada-looking-at-semi-private, ada-in-paramlist-p)
27023         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27024         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27025         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27026         (ada-previous-package, ada-create-menu)
27027         (ada-fill-comment-paragraph-justify)
27028         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27029         (ada-other-file-name, ada-last-which-function-line)
27030         (ada-last-which-function-subprog, ada-which-function)
27031         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27032         (ada-gen-treat-proc, ada-check-emacs-version)
27033         (ada-continuation-indent, ada-align-region-separate):
27034         Fix typos in docstrings.
27035         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27037 2005-06-16  Lute Kamstra  <lute@gnu.org>
27039         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27040         conditionally.
27042 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27044         * comint.el (comint-replace-by-expanded-filename)
27045         (comint-prompt-regexp, comint-delimiter-argument-list)
27046         (comint-preinput-scroll-to-bottom):
27047         * info.el (Info-hide-cookies-node):
27048         * ls-lisp.el (ls-lisp-classify):
27049         * find-file.el (ff-search-directories, ff-special-constructs)
27050         (ff-find-other-file):
27051         * font-lock.el (font-lock-keywords):
27052         * shell.el (shell-prompt-pattern)
27053         (shell-dynamic-complete-functions, shell-mode)
27054         (shell-delimiter-argument-list):
27055         * term.el (term-replace-by-expanded-filename)
27056         (term-prompt-regexp, term-delimiter-argument-list):
27057         * woman.el (woman-ignore, woman0-if):
27058         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27059         * emacs-lisp/elint.el (elint-init-env):
27060         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27061         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27062         * language/ethio-util.el (ethio-tilde-escape)
27063         (ethio-use-three-dot-question):
27064         * net/zone-mode.el (zone-mode-load-time-setup):
27065         * progmodes/cc-align.el (c-lineup-argcont):
27066         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27067         * progmodes/cperl-mode.el (cperl-set-style-back):
27068         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27069         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27070         Fix spellings in docstrings.
27072         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27073         * progmodes/modula2.el (m2-for): Fix spellings.
27075         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27077         * simple.el (undo-more): Don't use `format' on `error' arguments.
27078         Improve argument/docstring consistency.
27079         (pending-undo-list): Doc fix.
27081         * smerge-mode.el (smerge-ensure-match):
27082         * emulation/vip.el (vip-ex):
27083         * net/zone-mode.el (zone-mode-update-serial):
27084         * progmodes/idlwave.el (idlwave-complete):
27085         * progmodes/vhdl-mode.el (vhdl-visit-file)
27086         (vhdl-compose-wire-components):
27087         Don't use `format' on `error' arguments.
27089         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27090         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27091         (tooltip-help-tips): Fix typos in docstrings.
27093 2005-06-16  David Ponce  <david@dponce.com>
27095         * tree-widget.el (tree-widget-value-create): Simplify last change.
27097 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27099         * ido.el (ido-incomplete-regexp): New variable.
27100         (ido-set-matches-1): Handle invalid-regexp error and set
27101         ido-incomplete-regexp.
27102         (ido-incomplete-regexp): New face.
27103         (ido-completions): Use it.
27104         (ido-complete, ido-exit-minibuffer, ido-completions):
27105         Handle incomplete regexps.
27106         (ido-completions): Add check for complete match when entering a regexp.
27108 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27110         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27112 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27114         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27115         by field delimiters.
27117 2005-06-15  David Ponce  <david@dponce.com>
27119         * tree-widget.el: eval-and-compile inlined functions so they will
27120         be available at run-time too.
27121         (tree-widget-super-format-handler)
27122         (tree-widget-format-handler): Remove.
27123         (tree-widget-value-create): Handle the :indent property.
27125 2005-06-15  Miles Bader  <miles@gnu.org>
27127         * progmodes/which-func.el (which-func): Only inherit
27128         `font-lock-function-name-face' when that makes sense against the
27129         default mode-line face, otherwise set the face color explicitly.
27131         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27132         faces instead of (non-existent) variables.
27134 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27136         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27137         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27139 2005-06-14  Miles Bader  <miles@gnu.org>
27141         * progmodes/ld-script.el (ld-script-location-counter):
27142         Remove "-face" suffix from face name.
27143         (ld-script-location-counter-face):
27144         New backward-compatibility alias for renamed face.
27145         (ld-script-location-counter-face): Use renamed face.
27147         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27148         (cperl-hash): Remove "-face" suffix from face names.
27149         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27150         New backward-compatibility aliases for renamed faces.
27151         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27152         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27154         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27155         name.
27156         (which-func-face): New backward-compatibility alias for renamed face.
27157         (which-func-format): Use renamed which-func face.
27159         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27160         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27161         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27162         names.
27163         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27164         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27165         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27166         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27167         (vhdl-speedbar-architecture-selected)
27168         (vhdl-speedbar-configuration-selected)
27169         (vhdl-speedbar-package-selected)
27170         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27171         names.
27172         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27173         Use renamed faces.
27174         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27175         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27176         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27177         Use renamed faces.
27178         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27179         names.
27180         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27181         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27182         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27183         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27184         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27185         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27187         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27188         face name.
27189         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27190         (sh-heredoc-face): Use renamed sh-heredoc face.
27192         * progmodes/idlw-help.el (idlwave-help-link):
27193         Remove "-face" suffix from face name.
27194         (idlwave-help-link-face):
27195         New backward-compatibility alias for renamed face.
27196         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27198         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27199         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27200         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27201         New backward-compatibility aliases for renamed faces.
27202         (idlwave-shell-disabled-breakpoint-face)
27203         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27205         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27206         Remove "-face" suffix from face names.
27207         (flymake-errline-face, flymake-warnline-face):
27208         New backward-compatibility aliases for renamed faces.
27209         (flymake-highlight-line): Use renamed flymake faces.
27211         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27212         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27213         (ebrowse-member-class, ebrowse-progress):
27214         Remove "-face" suffix from face names.
27215         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27216         (ebrowse-file-name-face, ebrowse-default-face)
27217         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27218         (ebrowse-progress-face):
27219         New backward-compatibility aliases for renamed faces.
27220         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27221         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27222         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27223         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27225         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27226         antlr-syntax)
27227         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27228         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27229         names.
27230         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27231         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27232         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27233         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27234         backward-compatibility aliases for renamed faces.
27235         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27236         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27237         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27238         remove "font-lock-".  Use renamed antlr-mode faces.
27239         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27240         literal face-names with face variable references.
27242         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27243         face name.
27244         (Buffer-menu-buffer-face): New backward-compatibility alias for
27245         renamed face.
27246         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27248 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27250         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27251         Eliminate "-face" suffix.
27252         (makefile-targets): Inherit from font-lock-function-name-face and
27253         eliminate "-face" suffix.
27254         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27255         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27256         actions, instead of prepending, to make it less visible.
27257         (makefile-previous-dependency, makefile-match-dependency):
27258         Don't match a target on a continuation line.
27260         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27262 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27264         * progmodes/gdb-ui.el (menu): Re-order menu items.
27265         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27267         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27268         Define in tooltip.el.
27269         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27270         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27271         gud-tooltip-echo-area.
27273         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27274         backward compatibility and make obsolete.
27275         (tooltip-help-tips): Use tooltip-use-echo-area.
27276         (tooltip-show-help-function): Rename to...
27277         (tooltip-show-help): ...this, because it is a function.
27278         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27280 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27282         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27283         (edebug-print-length, edebug-print-level, edebug-print-circle)
27284         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27285         (edebug-eval-print-last-sexp): Doc fixes.
27287 2005-06-14  Kim F. Storm  <storm@cua.dk>
27289         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27290         as the coverage buffer/file/both may change.
27292 2005-06-14  Lute Kamstra  <lute@gnu.org>
27294         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27295         and run-mode-hooks.  Simplify.
27297         * mail/rmailedit.el (rmail-edit-mode):
27298         * progmodes/octave-inf.el (inferior-octave-mode):
27299         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27301         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27302         and run-mode-hooks.
27303         (recentf-edit-list, recentf-open-files): Don't call
27304         kill-all-local-variables directly.
27306         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27308 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27310         * emacs-lisp/byte-run.el (make-obsolete)
27311         (define-obsolete-function-alias): Rename arguments FUNCTION and
27312         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27313         (make-obsolete-variable, define-obsolete-variable-alias):
27314         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27315         respectively.
27317         * isearchb.el (isearchb-activate):
27318         * pcvs.el (cvs-mode):
27319         * ses.el (ses-load):
27320         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27321         * net/tramp.el (tramp-find-file-exists-command)
27322         (tramp-find-shell):
27323         * progmodes/ada-mode.el (ada-create-case-exception)
27324         (ada-create-case-exception-substring, ada-make-subprogram-body):
27325         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27326         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27327         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27328         * textmodes/org.el (org-promote, org-evaluate-time-range)
27329         (org-agenda-next-date-line, org-agenda-previous-date-line)
27330         (org-agenda-error, org-open-at-point, org-table-move-row)
27331         (org-format-table-table-html-using-table-generate-source)
27332         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27333         * textmodes/reftex.el (reftex-access-scan-info):
27334         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27335         (reftex-toc-promote-prepare): Follow error conventions.
27337         * diff-mode.el (diff-mode): Fix typo in docstring.
27339         * forms.el (forms--intuit-from-file): Fix reference to
27340         `forms-number-of-fields' in error message.
27341         (forms-print): Fix quoting in error message.
27343         * forms.el (forms-mode):
27344         * emulation/vi.el (vi-goto-insert-state):
27345         * progmodes/flymake.el (flymake-new-err-info)
27346         (flymake-start-syntax-check-for-current-buffer)
27347         (flymake-simple-cleanup):
27348         * eshell/esh-var.el (eshell/export):
27349         * progmodes/gud.el (xdb):
27350         * textmodes/flyspell.el (flyspell-incorrect-hook)
27351         (flyspell-maybe-correct-transposition)
27352         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27354 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27356         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27357         minibuffer prompt.
27359 2005-06-13  Kim F. Storm  <storm@cua.dk>
27361         * subr.el (add-to-ordered-list): New defun.
27363         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27364         add cua--keymap-alist to emulation-mode-map-alists.
27366 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27368         * subr.el (complete-in-turn): New macro.
27369         (dynamic-completion-table, lazy-completion-table): Add debug info.
27371         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27372         in preference to face aliases.
27374         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27375         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27376         Remove unused vars `start' and `firstline'.
27377         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27378         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27380 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27382         * cus-start.el (all): Don't complain about missing GTK-related
27383         variables, unless either `gtk' is boundp or this isn't a
27384         `windows-nt' build.
27386 2005-06-13  Lute Kamstra  <lute@gnu.org>
27388         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27389         run-mode-hooks.
27391         * ediff-mult.el (ediff-meta-mode):
27392         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27394         * ledit.el (ledit-mode): Use delay-mode-hooks.
27396         * woman.el (woman-mode-line-format): Delete constant.
27397         (woman-mode-map): Initialize it properly.
27398         (woman-mode): Set mode-class property to special.
27399         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27400         Set major-mode and mode-name.  Don't set mode-line-format directly.
27401         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27403         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27404         string argument obsolete.
27406 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27408         * textmodes/org.el (org-CUA-compatible): New option.
27409         (org-disputed-keys): New variable.
27410         (org-key): New function.
27411         (orgtbl-make-binding): Add docstring to the created function.
27412         (org-mode): Set paragraph start/separate regexps.
27413         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27414         (org-archive-location, org-archive-mark-done)
27415         (org-archive-stamp-time): New options.
27416         (org-archive-subtree): New command.
27417         (org-fill-paragraph): New function.
27418         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27419         (org-fake-empty-table-line): Function removed.
27420         (org-format-org-table-html): Do not create empty table lines at
27421         separator lines.  Improved table header treatment.
27422         (org-link-format): New option.
27423         (org-make-link): New function.
27424         (org-insert-link, org-store-link): Use org-make-link.
27425         (org-open-file): Quote file name for shell command, to allow
27426         spaces in file names.
27427         (org-link-regexp): Fix bug with mailto link.
27428         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27429         New constants.
27430         (org-export-as-html): Deal with the optional angles around a link.
27431         Better treatment of file: links.
27432         (org-open-at-point): Replace @{ and @} with < and >.
27433         (org-run-mode-hooks): Function removed.
27434         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27436 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27438         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27439         MI command -data-list-register-values.
27440         (gdb-post-prompt): Indent properly.
27442 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27444         * hilit-chg.el (highlight-changes-colors): Rename from
27445         `highlight-changes-colours'.
27446         (highlight-changes-colours): Keep as obsolete alias.
27447         (highlight-changes-face-list): Doc fix.
27448         (hilit-chg-make-list): Use `highlight-changes-colors'.
27450 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27452         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27453         defun-prompt-regexp.
27455 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27457         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27458         and cygwin.
27460         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27461         Don't use an old loaddefs.el, as in Makefile.in.
27463 2005-06-12  Lute Kamstra  <lute@gnu.org>
27465         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27467         * man.el (Man-mode-map): Initialize it properly.
27468         (Man-mode): Set mode-class property to special.
27470         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27472 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27474         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27475         A newline is needed in the docstring there.
27477         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27478         Doc fixes.
27480 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27482         * printing.el: Doc fix.  The menubar is no more changed when printing
27483         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27484         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27485         (pr-version): New version number (6.8.4).
27486         (pr-menu-bind): New command.
27487         (pr-update-menus): Docstring and code fix.
27488         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27489         Docstring fix.
27490         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27491         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27493 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27495         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27496         "Returns" to "return", document useful return values, etc.
27498 2005-06-11  Alan Mackenzie  <acm@muc.de>
27500         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27501         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27502         (adaptive-file-function): Minor amendment to doc-string.
27504 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27506         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27507         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27508         Fix :type--it is `integer', not `string'.
27510         * faces.el (modeline-highlight): Rename from (the erroneous)
27511         `modeline-higilight'.
27513 2005-06-11  Lute Kamstra  <lute@gnu.org>
27515         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27516         lisp-interaction-mode-map but make it the parent.
27517         (edebug-eval-mode): Use define-derived-mode.
27519 2005-06-11  Andreas Schwab  <schwab@suse.de>
27521         * bindings.el: Add binding of `ESC functionkey' for every
27522         `M-functionkey'.
27523         * hexl.el (hexl-mode-map): Likewise.
27525 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27527         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27528         [msft]: update regexp for newer msft compilers.
27530 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27532         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27533         ATTLIST portions of included DTDs.
27534         (xml-parse-dtd): Eliminate use of inefficient match-data.
27536 2005-06-10  Miles Bader  <miles@gnu.org>
27538         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27539         (mpuz-text): Remove "-face" suffix from face names.
27540         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27541         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27542         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27544         * play/gomoku.el (gomoku-O, gomoku-X):
27545         Remove "-face" suffix from face names.
27546         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27547         New backward-compatibility aliases for renamed faces.
27548         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27550 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27552         * thumbs.el: Fixes for changes of 2005-06-09.
27553         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27554         as a directory.
27555         (thumbs-thumbname): Remove directory separator from format string;
27556         `thumbs-thumbsdir' now returns a valid directory name.
27557         (thumbs-temp-dir): New defsubst.
27558         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27559         Use it.
27561         * cus-edit.el (minibuffer):
27562         * files.el (make-backup-file-name-function):
27563         * filesets.el (filesets-external-viewers):
27564         * hilit-chg.el (highlight-changes-colours)
27565         (highlight-changes-face-list, highlight-changes-rotate-faces):
27566         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27567         * kmacro.el (kmacro-call-macro):
27568         * log-edit.el (log-edit-changelog-full-paragraphs):
27569         * mouse.el (mouse-1-click-follows-link):
27570         * skeleton.el (skeleton-autowrap):
27571         * subr.el (insert-for-yank-1):
27572         * tempo.el (tempo-insert-region):
27573         * terminal.el (terminal-emulator):
27574         * time.el (display-time-mail-face):
27575         * vc.el (vc-annotate):
27576         * vcursor.el (vcursor-copy-line):
27577         * woman.el (woman-bold-headings, woman-ignore)
27578         (woman-default-faces, woman-monochrome-faces):
27579         * calendar/todo-mode.el (todo-insert-threshold):
27580         * emulation/pc-select.el (pc-select-selection-keys-only)
27581         (pc-selection-mode):
27582         * emulation/vip.el (vip-find-char-forward):
27583         * emulation/viper-cmd.el (viper-find-char-forward):
27584         * international/mule-cmds.el
27585         (select-safe-coding-system-accept-default-p)
27586         (input-method-exit-on-invalid-key):
27587         * international/mule-diag.el (describe-coding-system):
27588         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27589         * net/browse-url.el (browse-url-xterm-program):
27590         * obsolete/lazy-lock.el (lazy-lock-mode):
27591         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27592         (cperl-mode):
27593         * progmodes/cpp.el (cpp-face-light-name-list)
27594         (cpp-face-dark-name-list):
27595         * progmodes/delphi.el (delphi-newline-always-indents):
27596         Fix spellings in docstrings.
27598         * ido.el (ido-mode, ido-file-extensions-order)
27599         (ido-default-file-method, ido-default-buffer-method)
27600         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27601         (ido-decorations, ido-read-file-name-as-directory-commands)
27602         (ido-read-file-name-non-ido, ido-work-directory-list)
27603         (ido-ignore-item-temp-list, ido-current-directory)
27604         (ido-magic-forward-char, ido-enter-find-file)
27605         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27606         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27608 2005-06-10  Lute Kamstra  <lute@gnu.org>
27610         * play/dunnet.el (dun-mode): Use define-derived-mode.
27611         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27612         obsolete alias.
27614         * play/doctor.el (doctor-mode-map): Remove defvar.
27615         (doctor-mode): Use define-derived-mode.
27617         * mail/mspools.el (mspools-mode):
27618         * net/eudc-hotlist.el (eudc-hotlist-mode):
27619         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27621 2005-06-10  Miles Bader  <miles@gnu.org>
27623         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27624         Remove "-face" suffix from face names.
27625         (flyspell-incorrect-face, flyspell-duplicate-face):
27626         New backward-compatibility aliases for renamed faces.
27627         (flyspell-mode-on, make-flyspell-overlay)
27628         (flyspell-highlight-incorrect-region)
27629         (flyspell-highlight-duplicate-region)
27630         (flyspell-display-next-corrections)
27631         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27633         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27634         from face name.
27635         (texinfo-heading-face): New backward-compatibility alias for
27636         renamed face.
27637         (texinfo-heading-face): Use renamed texinfo-heading face.
27639         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27640         suffix from face names.
27641         (tex-math-face, tex-verbatim-face):
27642         New backward-compatibility aliases for renamed faces.
27643         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27644         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27645         literal face name.
27647         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27648         name.
27649         (table-cell-face): New backward-compatibility alias for renamed face.
27650         (table--put-cell-face-property, table--update-cell-face):
27651         Use renamed table-cell face.
27653         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27654         from face name.
27655         (sgml-namespace-face): New backward-compatibility alias for
27656         renamed face.
27657         (sgml-namespace-face): Use renamed sgml-namespace face.
27659         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27660         (org-level-4, org-level-5, org-level-6, org-level-7)
27661         (org-level-8, org-warning, org-headline-done)
27662         (org-deadline-announce, org-scheduled-today)
27663         (org-scheduled-previously, org-link, org-done, org-table)
27664         (org-time-grid): Remove "-face" suffix from face names.
27665         (org-level-1-face, org-level-2-face, org-level-3-face)
27666         (org-level-4-face, org-level-5-face, org-level-6-face)
27667         (org-level-7-face, org-level-8-face, org-warning-face)
27668         (org-headline-done-face, org-deadline-announce-face)
27669         (org-scheduled-today-face, org-scheduled-previously-face)
27670         (org-link-face, org-done-face, org-table-face)
27671         (org-time-grid-face):
27672         New backward-compatibility aliases for renamed faces.
27673         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27674         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27675         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27676         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27678         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27679         (viper-minibuffer-emacs, viper-minibuffer-insert)
27680         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27681         (viper-search-face, viper-replace-overlay-face)
27682         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27683         (viper-minibuffer-vi-face):
27684         New backward-compatibility aliases for renamed faces.
27685         (viper-search-face, viper-replace-overlay-face)
27686         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27687         (viper-minibuffer-vi-face): Use renamed viper faces.
27689         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27690         Remove "-face" suffix from face names.
27691         (testcover-nohits-face, testcover-1value-face):
27692         New backward-compatibility aliases for renamed faces.
27693         (testcover-mark): Use renamed testcover faces.
27695         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27696         face name.
27697         (diary-button-face): New backward-compatibility alias for renamed face.
27698         (diary-entry): Use renamed diary-button face.
27700         * calendar/calendar.el (diary, calendar-today, holiday)
27701         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27702         (diary-face, calendar-today-face, holiday-face):
27703         New backward-compatibility aliases for renamed faces.
27704         (eval-after-load "facemenu", diary-entry-marker)
27705         (calendar-today-marker, calendar-holiday-marker, diary-face):
27706         Use renamed calendar faces.
27708         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27709         (compare-windows-face): New backward-compatibility alias for
27710         renamed face.
27711         (compare-windows-highlight): Use renamed compare-windows face.
27713         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27714         (strokes-char-face): New backward-compatibility alias for renamed face.
27715         (strokes-encode-buffer): Use renamed strokes-char face.
27717         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27718         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27719         Remove "-face" suffix from face names.
27720         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27721         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27722         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27723         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27724         Use renamed pcvs faces.
27725         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27726         * pcvs-defs.el (cvs-mode-map): Likewise.
27727         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27729         * info.el (info-title-1, info-title-2, info-title-3)
27730         (info-title-4): Remove "-face" suffix from and downcase face names.
27731         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27732         (Info-title-4-face):
27733         New backward-compatibility aliases for renamed faces.
27734         (Info-fontify-node): Use renamed info faces.
27736         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27737         Remove "-face" suffix from face names.
27738         (highlight-changes-face, highlight-changes-delete-face):
27739         New backward-compatibility aliases for renamed faces.
27740         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27741         (hilit-chg-make-list): Use renamed highlight-changes faces.
27743         * generic-x.el (show-tabs-tab, show-tabs-space):
27744         Remove "-face" suffix from face names.
27745         (show-tabs-tab-face, show-tabs-space-face):
27746         New backward-compatibility aliases for renamed faces.
27747         (show-tabs-generic-mode-font-lock-defaults-1)
27748         (show-tabs-generic-mode-font-lock-defaults-2):
27749         Use renamed show-tabs faces.
27751         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27752         (smerge-markers): Remove "-face" suffix from face names.
27753         (smerge-mine-face, smerge-other-face, smerge-base-face)
27754         (smerge-markers-face):
27755         New backward-compatibility aliases for renamed faces.
27756         (smerge-mine-face, smerge-other-face, smerge-base-face)
27757         (smerge-markers-face): Use renamed smerge faces.
27759         * log-view.el (log-view-file, log-view-message): Remove "-face"
27760         suffix from face names.
27761         (log-view-file-face, log-view-message-face):
27762         New backward-compatibility aliases for renamed faces.
27763         (log-view-file-face, log-view-message-face): Use renamed log-view
27764         faces.
27766         * paren.el (show-paren-match, show-paren-mismatch):
27767         Remove "-face" suffix from face names.
27768         (show-paren-match-face, show-paren-mismatch-face):
27769         New backward-compatibility aliases for renamed faces.
27770         (show-paren-function): Use renamed show-paren faces.
27772         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27773         (ruler-mode-margins, ruler-mode-fringes)
27774         (ruler-mode-column-number, ruler-mode-fill-column)
27775         (ruler-mode-comment-column, ruler-mode-goal-column)
27776         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27777         suffix from face names.
27778         (ruler-mode-default-face, ruler-mode-pad-face)
27779         (ruler-mode-margins-face, ruler-mode-fringes-face)
27780         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27781         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27782         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27783         New backward-compatibility aliases for renamed faces.
27784         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27785         (ruler-mode-column-number, ruler-mode-fill-column)
27786         (ruler-mode-comment-column, ruler-mode-goal-column)
27787         (ruler-mode-tab-stop, ruler-mode-current-column)
27788         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27789         faces.
27791         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27792         face name.
27793         (whitespace-highlight-the-space): Use renamed face.
27794         (whitespace-highlight-face): New backward-compatibility alias for
27795         renamed face.
27797         * woman.el (woman-italic, woman-bold, woman-unknown)
27798         (woman-addition, woman-symbol-face):
27799         Remove "-face" suffix from face names.
27800         (woman-italic-face, woman-bold-face, woman-unknown-face)
27801         (woman-addition-face):
27802         New backward-compatibility aliases for renamed faces.
27803         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27804         (woman-decode-region, woman-replace-match)
27805         (woman-display-extended-fonts, woman-special-characters)
27806         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27807         Use renamed woman faces.
27809         * longlines.el (longlines-visible-face): Face removed.
27811         * diff-mode.el (diff-header, diff-file-header, diff-index)
27812         (diff-hunk-header, diff-removed, diff-added, diff-changed)
27813         (diff-function, diff-context, diff-nonexistent): Remove "-face"
27814         suffix from face names.
27815         (diff-header-face, diff-file-header-face, diff-index-face)
27816         (diff-hunk-header-face, diff-removed-face, diff-added-face)
27817         (diff-changed-face, diff-function-face, diff-context-face)
27818         (diff-nonexistent-face): New backward-compatibility aliases for
27819         renamed faces.
27820         (diff-header-face, diff-file-header-face)
27821         (diff-index, diff-index-face, diff-hunk-header)
27822         (diff-hunk-header-face, diff-removed, diff-removed-face)
27823         (diff-added, diff-added-face, diff-changed-face, diff-function)
27824         (diff-function-face, diff-context-face, diff-nonexistent)
27825         (diff-nonexistent-face): Use renamed diff-mode faces.
27827         * progmodes/compile.el (compilation-warning-face)
27828         (compilation-info-face): Remove "-face" suffix from face names.
27829         (compilation-warning-face, compilation-info-face):
27830         New backward-compatibility aliases for renamed faces.
27831         (compilation-warning-face, compilation-info-face):
27832         Use renamed compilation faces.
27834         * add-log.el (change-log-date, change-log-name)
27835         (change-log-email, change-log-file, change-log-list)
27836         (change-log-conditionals, change-log-function)
27837         (change-log-acknowledgement): Remove "-face" suffix from face names.
27838         (change-log-date-face, change-log-name-face)
27839         (change-log-email-face, change-log-file-face)
27840         (change-log-list-face, change-log-conditionals-face)
27841         (change-log-function-face, change-log-acknowledgement-face):
27842         New backward-compatibility aliases for renamed faces.
27843         (change-log-font-lock-keywords): Use renamed change-log faces.
27845         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27846         (custom-set, custom-changed, custom-saved, custom-button)
27847         (custom-button-pressed, custom-documentation, custom-state)
27848         (custom-comment, custom-comment-tag, custom-variable-tag)
27849         (custom-variable-button, custom-face-tag, custom-group-tag-1)
27850         (custom-group-tag): Remove "-face" suffix from face names.
27851         (custom-magic-alist, custom-magic-value-create)
27852         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27853         (custom-invalid-face, custom-rogue-face, custom-modified-face)
27854         (custom-set-face, custom-changed-face, custom-saved-face)
27855         (custom-button-face, custom-button-pressed-face)
27856         (custom-documentation-face, custom-state-face)
27857         (custom-comment-face, custom-comment-tag-face)
27858         (custom-variable-tag-face, custom-variable-button-face)
27859         (custom-face-tag-face, custom-group-tag-face-1)
27860         (custom-group-tag-face):
27861         New backward-compatibility aliases for renamed faces.
27863         * wid-edit.el (widget-documentation, widget-button)
27864         (widget-field, widget-single-line-field, widget-inactive)
27865         (widget-button-pressed): "-face" suffix removed from face names.
27866         (widget-documentation-face, widget-button-face)
27867         (widget-field-face, widget-single-line-field-face)
27868         (widget-inactive-face, widget-button-pressed-face):
27869         New backward-compatibility aliases for renamed faces.
27870         (widget-documentation-face, widget-button-face)
27871         (widget-button-pressed-face, widget-specify-field)
27872         (widget-specify-inactive): Use renamed widget faces.
27874 2005-06-10  Kenichi Handa  <handa@m17n.org>
27876         * term/x-win.el (x-clipboard-yank): Remove condition-case
27877         wrapping.
27879 2005-06-11  Kenichi Handa  <handa@m17n.org>
27881         * add-log.el (change-log-font-lock-keywords): Make the regexp for
27882         date lines stricter.
27884 2005-06-10  Zhang Wei  <id.brep@gmail.com>
27886         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27887         of x-get-selection.
27889 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27891         * comint.el (comint-mode, comint-snapshot-last-prompt):
27892         * frame.el (frame-current-scroll-bars):
27893         * term.el (term-mode, term-check-proc, term-input-sender)
27894         (term-simple-send, term-extract-string, term-word)
27895         (term-match-partial-filename):
27896         * window.el (window-current-scroll-bars):
27897         * emulation/cua-base.el (cua-normal-cursor-color)
27898         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27899         (cua-global-mark-cursor-color):
27900         * mail/undigest.el (rmail-forward-separator-regex):
27901         Fix typos in docstrings.
27903         * comint.el (comint-check-proc, make-comint-in-buffer)
27904         (comint-source-default): Doc fixes.
27906         * term.el (term-send-string): Improve argument/docstring consistency.
27908 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
27910         * comint.el (comint-send-input): Bind `inhibit-read-only' around
27911         call to `delete-region'.
27912         (comint-mode-hook): Do not enable Font Lock by default.
27914 2005-06-09  Lute Kamstra  <lute@gnu.org>
27916         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27917         could be void.
27919 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27921         * emacs-lisp/debug.el (debugger-will-be-back): New var.
27922         (debug): Use it.
27923         (debugger-step-through, debugger-continue, debugger-jump)
27924         (debugger-return-value): Set it when needed.
27925         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27926         Use inhibit-read-only.
27928 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
27930         * window.el (shrink-window-if-larger-than-buffer)
27931         (window-size-fixed): Fix typo in docstring.
27933         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
27934         thumbnails directory on loading.
27935         (thumbs-conversion-program): Use `eq' to check the system type,
27936         not `equal'.
27937         (thumbs-temp-dir): Initialize to `temporary-file-directory',
27938         not "/tmp".  Fix docstring.
27939         (thumbs-thumbsdir): New function to return the thumbnails
27940         directory, creating it if needed.
27941         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27942         (thumbs-temp-file): Delete variable and make it into a function.
27943         (thumbs-resize-image, thumbs-modify-image): Use it.
27944         (thumbs-kill-buffer): Simplify.
27945         (thumbs-gensym): Defalias or duplicate CL `gensym'.
27946         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27947         docstrings.
27949 2005-06-09  Kim F. Storm  <storm@cua.dk>
27951         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27952         set-match-data to free markers in match-data.
27954         * replace.el (replace-match-data): Pass RESEAT arg `t' to
27955         match-data to unchain markers in match-data.
27957 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
27959         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27960         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
27961         unnecessary now.
27963 2005-06-08  Richard M. Stallman  <rms@gnu.org>
27965         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27966         give the variable a doc string that doesn't say don't set it directly.
27968         * textmodes/ispell.el (ispell-check-version):
27969         Use match-string-no-properties.
27970         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27971         (ispell-buffer-local-words): Likewise.
27973         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27974         except on terminals with enough colors to really display it.
27975         (makefile-dependency-regex): Delete spurious `bb'.
27977         * faces.el (escape-glyph): Use blue once again in last case.
27978         (no-break-space): Redefine so that it isn't invisible on a tty.
27980 2005-06-08  Kim F. Storm  <storm@cua.dk>
27982         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27983         also when reading directory name.
27985 2005-06-08  Lute Kamstra  <lute@gnu.org>
27987         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27988         (flyspell-mode-line-string): Remove autoload cookie.
27989         (flyspell-mode): Remove defvar.
27991 2005-06-07  Lute Kamstra  <lute@gnu.org>
27993         * textmodes/org.el (org-run-mode-hooks): New function.
27994         (org-agenda-mode): Use it.
27996 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
27998         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28000 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28002         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28004 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28006         * font-lock.el (font-lock-add-keywords): Doc fix.
28008 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28010         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28011         (tex-compile-default): In the absence of any history, use the order in
28012         tex-compile-alist to choose the preferred command.
28013         (tex-compile-commands): Reorder a bit.
28015         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28016         (flyspell-incorrect-face, flyspell-duplicate-face):
28017         Use (X)Emacs-agnostic code.
28018         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28019         redundant with the subsequent add-minor-mode.  Merge Emacs and
28020         XEmacs code.
28021         (flyspell-word): Minor simplification.
28022         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28023         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28024         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28025         Merge the corresponding Emacs code.
28026         (flyspell-correct-word, flyspell-xemacs-popup):
28027         Use flyspell-do-correct.
28029         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28030         a dedicated window.
28032         * international/latexenc.el (latexenc-find-file-coding-system):
28033         Undo part of last patch, to turn off a compiler warning.
28035 2005-06-06  Juri Linkov  <juri@jurta.org>
28037         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28038         Rename `tmm-inactive-face' to `tmm-inactive'.
28040 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28042         * iswitchb.el: Rename faces.
28044 2005-06-06  Kim F. Storm  <storm@cua.dk>
28046         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28047         (cua-global-mark): Remove -face suffix from face names.
28049         * emulation/cua-gmrk.el (cua--init-global-mark):
28050         Remove cua-global-mark face setup.
28052 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28054         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28055         just like other allowed characters.
28056         (makefile-match-dependency): Exclude leading and training whitespace
28057         from the range of regexp subexp 1.
28058         (makefile-macroassign-regex): Don't try to match the body,
28059         just the name of the macro being defined.
28061         * info.el (Info-read-node-name-2): New function.
28062         (Info-read-node-name-1): Use that.
28063         Add a completion-base-size-function property.
28065         * simple.el (completion-setup-function): Look for
28066         completion-base-size-function property of minibuffer-completion-table.
28068         * files.el (locate-file-completion): Doc fix.
28070         * printing.el: Don't call pr-update-menus; user must do that.
28072         * emacs-lisp/debug.el (debugger-window): New variable.
28073         (debug): Use debugger-window if it is set and still alive.
28074         Record debugger-window for next entry.
28076         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28078 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28080         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28081         (hack-one-local-variable, hack-local-variables)
28082         (hack-local-variables-prop-line): Pass that arg.
28084 2005-06-06  Kim F. Storm  <storm@cua.dk>
28086         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28087         (ido-indicator): Remove -face suffix from face names.
28089 2005-06-06  Juri Linkov  <juri@jurta.org>
28091         * font-lock.el (font-lock-regexp-backslash)
28092         (font-lock-regexp-backslash-construct): New faces.
28093         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28094         after `('.  Add `while-no-input' to control structures.
28096         * faces.el (no-break-space, shadow): New faces.
28097         (escape-glyph): Use less loud colors pink2 and red4.
28099         * diff-mode.el (diff-context-face)
28100         * dired.el (dired-ignored)
28101         * rfn-eshadow.el (file-name-shadow)
28102         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28104         * info.el (Info-title-1-face): Use green instead of yellow because
28105         bold yellow is not readable on light backgrounds.
28107         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28108         before selecting the desired mode to not spend time fontifying
28109         old contents.
28111 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28113         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28114         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28116         * ps-print.el (ps-default-fg, ps-default-bg):
28117         Fix typos in docstrings.
28119         * isearchb.el (isearchb): Don't pass a spurious second argument to
28120         `iswitchb-completions'.
28122 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28124         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28125         to preserve point.
28126         (gdb-find-file-hook): Add doc string.
28128         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28129         C dereferenced pointer expression.
28130         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28132         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28134         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28135         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28136         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28137         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28138         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28139         Make background transparent.
28141 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28143         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28144         (font-lock-remove-keywords): Doc fix.
28145         (font-lock-mode-major-mode): Compiler defvar.
28146         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28148         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28149         (font-lock-mode): Update `font-lock-mode-major-mode'.
28150         (font-lock-set-defaults): Compiler defvar.
28151         (font-lock-default-function): Take `font-lock-mode-major-mode'
28152         into account.
28154         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28155         keep track of which major mode it enabled the minor mode for.
28156         Use find-file-hook again.  Update docstring.
28158         * simple.el (eval-expression-print-level)
28159         (eval-expression-print-length, eval-expression-debug-on-error):
28160         Doc fixes.
28162 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28164         * iswitchb.el (iswitchb-single-match-face)
28165         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28166         (iswitchb-invalid-regexp-face): New faces.
28167         (iswitchb-completions): Use them.
28168         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28169         now marked as an obsolete alias.
28170         (iswitchb-read-buffer): Remove check for bound font variables.
28171         (iswitchb-invalid-regexp): New free variable.
28172         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28173         set iswitchb-invalid-regexp.
28174         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28175         invalid regexps.
28176         (iswitchb-completions): Add check for complete match when entering
28177         a regexp.
28178         (iswitchb-completions): Remove require-match argument.
28179         (iswitchb-exhibit): Fix caller.
28180         (iswitchb-common-match-inserted): New variable.
28181         (iswitchb-complete, iswitchb-completion-help): Use it.
28183 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28185         * url-http.el (url-http-chunked-encoding-after-change-function):
28186         Use `url-http-debug' instead of `message'.
28188 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28190         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28191         callback argument.
28193 2005-06-04  Kim F. Storm  <storm@cua.dk>
28195         * simple.el (line-move): Only call sit-for when moving backwards.
28197         * ido.el (ido-make-merged-file-list-1): New defun split from
28198         ido-make-merged-file-list.
28199         (ido-make-merged-file-list): Bind throw-on-input around call to
28200         ido-make-merged-file-list-1.  Return input-pending-p if
28201         interrupted by more input available.
28202         (ido-read-internal): Handle input-pending-p return value from
28203         ido-make-merged-file-list.
28205 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28207         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28208         compatibility code.
28210         * international/latexenc.el (latexenc-find-file-coding-system):
28211         Don't inherit the EOL part of the coding-system from the
28212         tex-main buffer.  Fit within 80 columns.
28214 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28216         * tmm.el (tmm-inactive-face): New face.
28217         (tmm-remove-inactive-mouse-face): New function.
28218         (tmm-prompt, tmm-add-one-shortcut)
28219         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28220         but not selectable.
28222 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28224         * faces.el (face-equal): Improve argument/docstring consistency.
28226 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28228         * progmodes/make-mode.el (makefile-targets-face)
28229         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28230         (makefile-bsdmake-dependency-regex)
28231         (makefile-makepp-rule-action-regex)
28232         (makefile-bsdmake-rule-action-regex): New constants.
28233         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28235         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28236         Allow (...) within `...' for makepp messages.
28238 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28240         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28242         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28243         "." files are deleted from all file lists before comparison.
28245         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28246         (viper-ESC-key): Made them customizable.
28248         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28250 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28252         * autorevert.el (auto-revert-buffers): Use save-match-data.
28254 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28256         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28257         menu items with a nil command binding.
28259 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28261         * emacs-lisp/cl-macs.el (defsetf):
28262         Improve argument/docstring consistency.
28264         * faces.el (list-faces-display): Improve the formatting by
28265         computing the maximum length required for any face-name (reworked
28266         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28267         (internal-find-face): Remove redundant info in docstring.
28269 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28271         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28272         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28273         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28274         (gdb-assembler-custom): Improve regexps.
28275         (def-gdb-auto-update-handler): Use window point to preserve point.
28277 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28279         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28281 2005-05-31  Jay Belanger  <belanger@truman.edu>
28283         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28284         to calc-embedded.
28285         (calc-embedded-make-info): Have plain prefix argument select
28286         entire line.
28288 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28290         * faces.el (list-faces-display): Signal error if passed a regexp
28291         that matches no face name.
28293         * simple.el (filter-buffer-substring): Fix typo in docstring.
28295 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28297         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28298         (vhdl-emacs-21): Doc fix.
28299         (vhdl-mode): Unconditionally set comment-padding.
28300         (vhdl-fixup-whitespace-region): Insert spaces only where
28301         there are none.
28302         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28304 2005-05-30  John Wiegley  <johnw@newartisans.com>
28306         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28307         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28308         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28309         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28310         `string-to-number'.
28312 2005-05-30  Jay Belanger  <belanger@truman.edu>
28314         * calc/calc.el (calc-bug-address): Fix docstring.
28315         (calc-window-hook, calc-trail-window-hook): New variables.
28316         (calc-trail-display): Restore use of calc-trail-window-hook.
28317         (calc): Restore use of calc-window-hook.
28319 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28321         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28323         * help-fns.el (help-C-file-name): Add autoload mark for
28324         `find-function-noselect'.
28326 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28328         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28329         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28331 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28333         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28334         included diary buffer if it was not already being visited.
28335         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28337         * calendar/icalendar.el (top-level): Do not require appt.
28339         * mail/supercite.el (sc-select-attribution): Only use a list
28340         element from sc-attrib-selection-list if it returns a string.
28341         Reported by Davide G. M. Salvetti <salve@debian.org>.
28343 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28345         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28346         includes a hash value to improve its uniqueness, and has a ".jpg"
28347         extension.  Also, it is now a valid filename on all systems.
28348         (thumbs-make-thumb): Use `let', not `let*'.
28349         (thumbs-show-thumbs-list): Check for JPEG availability.
28351 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28353         * filesets.el (filesets-menu-ensure-use-cached):
28354         Prevent warning when emacs-version>= is undefined.
28356         * printing.el (pr-interactive-n-up): Use string-to-number.
28358         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28360         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28361         Warn only when name to be defined is quoted.
28363 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28365         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28366         Make regexp more robust.
28367         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28368         Force regeneration of disassembly.
28370 2005-05-29  Jay Belanger  <belanger@truman.edu>
28372         * calc/calc.el (calc-user-invocation): Check if
28373         calc-invocation-macro is non-nil.
28375 2005-05-29  Juri Linkov  <juri@jurta.org>
28377         * add-log.el (change-log-font-lock-keywords):
28378         Add `+' to e-mail regexp to accept mail address with keywords.
28380         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28382 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28384         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28386         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28388 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28390         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28391         Undo the change that moves to end of the current word.
28393 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28395         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28396         Throw error when count <= 0 to ensure input is a number.
28397         (gdb-read-memory-custom): Pick up address from buffer.
28398         (gdb-memory-mode): Allow user to increment and decrement
28399         memory address from header line.
28401 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28403         * flyspell.el (flyspell-version): Function deleted.
28404         (flyspell-auto-correct-previous-hook): Doc fix.
28406         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28407         Do nothing if memory is full.
28409         * font-lock.el (font-lock-fontify-syntactically-region):
28410         Pass t for GREEDY to looking-back.
28412         * saveplace.el (save-place-alist-to-file): Write the file
28413         using write-region.
28415         * subr.el (looking-back): New argument GREEDY.
28417         * progmodes/compile.el (compilation-start): Set the mode
28418         before inserting the initial text.
28420         * progmodes/which-func.el (which-func-update-1): Turn the mode
28421         off in case of error by setting which-func-mode.
28423 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28425         * flyspell.el (flyspell-auto-correct-previous-word):
28426         Narrow down to what's on the screen, and recenter overlays
28427         at the end of the next word.
28429 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28431         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28432         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28433         (flyspell-abbrev-p): Default to nil.
28434         (flyspell-use-global-abbrev-table-p): Doc fix.
28435         (flyspell-large-region): Allow nil as value.
28436         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28438         (mail-mode-flyspell-verify): More robust handling
28439         of `mail-header-separator'.  More efficient signature detection.
28440         Allow for regexp metacharacters in message-header-separator.
28441         Adding `To' not to be checked in mail-mode-flyspell-verify.
28443         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28444         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28445         Bind flyspell-auto-correct-binding.
28446         Bind C-. and C-, .
28447         (flyspell-mode-map): Likewise.
28448         (flyspell-mode): Doc fix.
28449         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28450         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28451         (flyspell-word-cache-result): New var, always local.
28452         (flyspell-check-pre-word-p): Doc fix.
28453         (flyspell-check-changed-word-p): Handle spc like newline.
28454         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28455         (flyspell-word-search-backward, flyspell-word-search-forward):
28456         New functions.
28457         (flyspell-word): Return t if nothing to check.
28458         When parsing TeX code, check for after } or \.
28459         Use flyspell-word-search-backward to find previous word.
28460         Return nil if duplicated word.
28461         For word already checked, return same value as last time.
28462         Set flyspell-word-cache-result after checking.
28463         Don't clobber the return value.
28464         (flyspell-get-word): Major rewrite.
28465         (flyspell-external-point-words): New locals pword, pcount.
28466         Fix size used in progress message.
28467         Find the proper corresponding word in flyspell-large-region-buffer.
28468         (flyspell-region): Check for flyspell-large-region = nil.
28469         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28470         (flyspell-auto-correct-word): Check that WORD is a cons.
28471         (flyspell-correct-word): Likewise.
28473 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28475         * progmodes/make-mode.el (makefile-rule-action-regex)
28476         (makefile-macroassign-regex, makefile-makepp-mode)
28477         (makefile-bsdmake-mode): Continuation lines may be empty.
28478         Reported by Joshua Varner.
28479         (makefile-makepp-font-lock-keywords): Add $(stem).
28481 2005-05-28  Karl Berry  <karl@gnu.org>
28483         * textmodes/tex-mode.el: Now that tex-send-command calls
28484         shell-quote-argument (2005-03-31 change), remove all calls to
28485         shell-quote-argument; they all end up invoking tex-send-command.
28486         The double quoting loses on filenames with non-safe characters,
28487         such as "@".  Reported by Frederik Fouvry.
28489 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28491         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28492         about preserving point.
28494 2005-05-27  Jay Belanger  <belanger@truman.edu>
28496         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28497         Info-goto-node.
28499         * calc/calc-embed.el (calc-embed-arg): New variable.
28500         (calc-do-embedded-activate, calc-embedded-activate-formula)
28501         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28502         variable by new variable.
28503         (calc-embedded-make-info): Replace undeclared variable by new
28504         variable.  When selecting region with positive prefix
28505         argument, use end of previous line instead of beginning of line.
28507         * calc/calc-aent.el (calc-arg-values): Declare it.
28509         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28510         Declare them.
28512         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28514         * calc/calc.el (calc-alg-map): Declare it.
28516         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28518 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28520         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28521         (gdb-registers-buffer, toggle-gdb-all-registers):
28522         Toggle display of floating point registers.
28523         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28525         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28526         (toggle-gud-tooltip-dereference):
28527         Rename from gud-toggle-tooltip-dereference.
28529 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28531         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28533 2005-05-27  Jay Belanger  <belanger@truman.edu>
28535         * calc/calc-prog.el (calc-kbd-report): Remove.
28536         (calc-kbd-query): Rewrite.
28538 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28540         * image.el (image-library-alist): Move to image.c.
28541         (image-type-available-p): Doc fix.
28543 2005-05-27  Lute Kamstra  <lute@gnu.org>
28545         * calc/calc.el (calc):
28546         * outline.el (outline-1, outline-2, outline-3, outline-4)
28547         (outline-5, outline-6, outline-7, outline-8):
28548         * textmodes/dns-mode.el (dns-mode):
28549         * textmodes/sgml-mode.el (sgml-namespace-face):
28550         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28551         (tex-verbatim-face, tex-use-reftex):
28552         * textmodes/texinfo.el (texinfo-heading-face):
28553         Specify customization group.
28555         * longlines.el: Don't require easy-mmode.
28556         (longlines-visible-face): Specify customization group.
28558 2005-05-27  Kenichi Handa  <handa@m17n.org>
28560         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28561         encoding table of windows-1251.
28563         * international/ucs-tables.el (ucs-set-table-for-input):
28564         If translation-table-for-input of a coding system is a symbol, get
28565         its translation-table property.
28567         * international/code-pages.el: Don't register a coding system into
28568         non-iso-charset-alist more than once.
28569         (cp-make-coding-system): Likewise.
28571 2005-05-26  John Wiegley  <johnw@newartisans.com>
28573         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28574         `eshell-resume-eval' is wrapped in a list, it indicates that the
28575         command was run asynchronously.  In that case, unwrap the value
28576         before checking the delimiter value.
28578         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28579         character before a space at the end of a line is \, assume the space
28580         is part of the last argument rather than a final argument separator.
28582         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28583         is in use, and the target is `t' or `nil' (which are the most common
28584         values), don't assume that the symbol target is a buffer.
28586 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28588         * calendar/calendar.el (calendar-mode-line-format):
28589         Use mode-line-highlight as mouse-face.
28591         * time.el (display-time-string-forms, display-time-update):
28592         Use mode-line-highlight as mouse-face.
28594 2005-05-26  Jay Belanger  <belanger@truman.edu>
28596         * calc/calc.el (calc-language-alist): Remove extra defvar.
28598 2005-05-26  Lute Kamstra  <lute@gnu.org>
28600         * arc-mode.el (archive-mode):
28601         * bookmark.el (bookmark-read-annotation-mode)
28602         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28603         * bs.el (bs-mode):
28604         * calc/calc-yank.el (calc-edit-mode):
28605         * calc/calc.el (calc-mode, calc-trail-mode):
28606         * calculator.el (calculator-mode):
28607         * chistory.el (command-history-mode):
28608         * comint.el:
28609         * cus-edit.el (custom-mode):
28610         * descr-text.el (describe-text-mode):
28611         * ebuff-menu.el (Electric-buffer-menu-mode):
28612         * ediff-util.el (ediff-mode):
28613         * emacs-lisp/re-builder.el (reb-mode):
28614         * emulation/vi.el (vi-mode-setup):
28615         * emulation/ws-mode.el (wordstar-mode):
28616         * eshell/esh-mode.el (eshell-mode):
28617         * forms.el (forms-mode):
28618         * help-mode.el (help-mode):
28619         * hexl.el (hexl-mode):
28620         * ibuffer.el (ibuffer-mode):
28621         * ielm.el (inferior-emacs-lisp-mode):
28622         * info.el (Info-mode, Info-edit-mode):
28623         * international/swedish.el:
28624         * ledit.el (ledit-from-lisp-mode):
28625         * locate.el (locate-mode):
28626         * mail/rmail.el (rmail-mode):
28627         * mail/rmailedit.el (rmail-edit-mode):
28628         * mail/rmailsum.el (rmail-summary-mode):
28629         * mail/supercite.el (sc-electric-mode):
28630         * net/eudc.el (eudc-mode):
28631         * net/quickurl.el (quickurl-list-mode):
28632         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28633         * obsolete/ooutline.el (outline-mode):
28634         * obsolete/options.el (Edit-options-mode):
28635         * obsolete/rnews.el (news-mode):
28636         * obsolete/rnewspost.el (news-reply-mode):
28637         * play/5x5.el (5x5-mode):
28638         * play/decipher.el (decipher-mode, decipher-stats-mode):
28639         * play/gomoku.el (gomoku-mode):
28640         * play/snake.el (snake-mode):
28641         * play/solitaire.el (solitaire-mode):
28642         * play/tetris.el (tetris-mode):
28643         * progmodes/ada-mode.el (ada-mode):
28644         * progmodes/antlr-mode.el (antlr-mode):
28645         * progmodes/autoconf.el (autoconf-mode):
28646         * progmodes/dcl-mode.el (dcl-mode):
28647         * progmodes/delphi.el (delphi-mode):
28648         * progmodes/ebrowse.el (ebrowse-tree-mode)
28649         (ebrowse-electric-list-mode, ebrowse-member-mode)
28650         (ebrowse-electric-position-mode):
28651         * progmodes/f90.el (f90-mode):
28652         * progmodes/fortran.el (fortran-mode):
28653         * progmodes/icon.el (icon-mode):
28654         * progmodes/idlw-help.el (idlwave-help-mode):
28655         * progmodes/idlw-shell.el (idlwave-shell-mode):
28656         * progmodes/idlwave.el (idlwave-mode):
28657         * progmodes/inf-lisp.el (inferior-lisp-mode):
28658         * progmodes/m4-mode.el (m4-mode):
28659         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28660         * progmodes/modula2.el (modula-2-mode):
28661         * progmodes/octave-inf.el (inferior-octave-mode):
28662         * progmodes/octave-mod.el (octave-mode):
28663         * progmodes/pascal.el (pascal-mode):
28664         * progmodes/sh-script.el (sh-mode):
28665         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28666         * progmodes/vhdl-mode.el (vhdl-mode):
28667         * progmodes/xscheme.el (scheme-interaction-mode):
28668         * replace.el (occur-mode):
28669         * ses.el (ses-mode):
28670         * simple.el (completion-list-mode):
28671         * skeleton.el:
28672         * speedbar.el (speedbar-mode):
28673         * term.el (term-mode):
28674         * terminal.el (terminal-edit-mode):
28675         * textmodes/reftex-index.el (reftex-index-mode)
28676         (reftex-index-phrases-mode):
28677         * textmodes/reftex-sel.el (reftex-select-label-mode)
28678         (reftex-select-bib-mode):
28679         * textmodes/reftex-toc.el (reftex-toc-mode):
28680         * wdired.el (wdired-change-to-wdired-mode):
28681         * wid-browse.el (widget-browse-mode):
28682         Use run-mode-hooks.
28684         * array.el (array-mode):
28685         * calendar/todo-mode.el (todo-mode):
28686         * man.el (Man-mode):
28687         * play/landmark.el (lm-mode):
28688         * play/mpuz.el (mpuz-mode):
28689         Use kill-all-local-variables and run-mode-hooks.
28691         * subr.el (delay-mode-hooks): Specify indentation.
28693 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28695         * xml.el (xml-substitute-special): Don't die for undefined xml
28696         entities.
28698 2005-05-26  Jay Belanger  <belanger@truman.edu>
28700         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28701         of nil.
28703 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28705         * progmodes/gdb-ui.el (gdb-frame-address):
28706         Rename from gdb-current-address.
28707         (gdb-previous-frame-address): Rename from gdb-previous-address.
28708         (gdb-selected-frame): Rename from gdb-current-frame.
28709         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28710         (gdb-frame-number): Rename from gdb-current-stack-level.
28711         (gdb-ann3): Match new mode-name for disassembly buffer.
28712         Extend initialization of variables.
28713         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28714         (gdb-memory-mode): Use mouse-face in header line.
28715         (gdb-assembler-buffer-name): Call it disassembly and give frame
28716         in mode line.
28717         (gdb-source-spec-regexp, gdb-assembler-custom)
28718         (gdb-invalidate-assembler, gdb-frame-handler):
28719         Make robust to leading zeroes in address format.
28721 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28723         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28724         define `org-mode'.
28725         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28727 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28729         * log-edit.el (log-edit-changelog-entries): Distinguish between
28730         filenames like xfns.c and fns.c.
28732 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28734         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28735         point after reverting.
28736         (Buffer-menu-make-sort-button): Handle the case where
28737         `Buffer-menu-use-header-line' is nil.
28739 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28741         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28742         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28743         and `:' to them.
28745 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28747         * startup.el (normal-top-level): Allow modification of load-path while
28748         we're iterating over it.
28750 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28752         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28753         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28754         (thumbs-resize-interactive, thumbs-insert-image)
28755         (thumbs-insert-thumb, thumbs-dired-show-marked)
28756         (thumbs-find-image-at-point, thumbs-delete-images)
28757         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28758         (thumbs-increment-image-size, thumbs-decrement-image-size):
28759         Fix typos in docstrings.
28761 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28763         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28764         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28765         (cperl-mode): Use them.
28767 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28769         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28770         Doc fixes.
28772 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28774         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28775         Bind C-d to gdb-inferior-io-eof.
28777         * dired.el (dired-dnd-popup-notice): Use message-box.
28779 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28781         * bindings.el (mode-line-major-mode-keymap):
28782         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28784         * faces.el (mode-line-highlight): New face.
28786         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28787         as mouse-face.
28789         * bindings.el (top-level, help-echo, mode-line-modified)
28790         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28791         as mouse-face.
28793 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
28795         * progmodes/cc-engine.el (c-guess-basic-syntax):
28796         Remove spurious call to `zerop'.
28798         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28800 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
28802         CC Mode update to 5.30.10:
28804         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28805         could go past the limit in decoration level 2, thereby causing
28806         errors during interactive fontification.
28808         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28809         the file is evaluated interactively.
28811         * cc-engine.el (c-guess-basic-syntax): Handle operator
28812         declarations somewhat better in C++.
28814         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28815         make use of `run-mode-hooks' which has been added in Emacs 21.1.
28816         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28817         (awk-mode): Use it.
28818         (make-local-hook): Suppress warning about obsoleteness.
28820         * cc-engine.el, cc-align.el, cc-cmds.el
28821         (c-append-backslashes-forward, c-delete-backslashes-forward)
28822         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28823         Compensate for return value from `forward-line' when it has moved
28824         but not to a different line due to eob.
28826         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28827         `objc-method-intro' and `objc-method-args-cont'.
28829 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
28831         CC Mode update to 5.30.10:
28833         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28834         in the copyright statement.  Incidentally, change "along with GNU
28835         Emacs" to "along with this program" where it occurs.
28837         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28838         so that it is interactive, hence can be found by M-x awk-mode
28839         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
28840         <gmorris+emacs@ast.cam.ac.uk>.
28842         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28843         Mode's regexps.
28845 2005-05-23  Kevin Ryde  <user42@zip.com.au>
28847         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28848         c-parse-state, to avoid a lisp error (on bad code).
28850 2005-05-23  Lute Kamstra  <lute@gnu.org>
28852         * subr.el (font-lock-defaults): Remove defvar as it's already
28853         defined in font-core.el.
28855         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28857 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
28859         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28860         more general and work when GDB variable "print pretty" is on,
28861         as with Emacs, for example.
28863 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
28865         * font-core.el: Update comment.
28867         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28868         Use `after-change-major-mode-hook' instead of `find-file-hook'.
28870         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28872 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
28874         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28875         and `yank-handler' in the doc strings.
28877 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28879         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
28881 2005-05-22  Richard M. Stallman  <rms@gnu.org>
28883         * help.el (describe-key): Move print-help-return-message call
28884         out of conditional.
28886         * progmodes/etags.el (list-tags): Use with-no-warnings.
28888         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28889         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28890         (starttls-extra-args, starttls-extra-arguments): Add defvars.
28892         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28894         * language/viet-util.el (viet-viscii-nonascii-translation-table):
28895         Add defvar.
28897         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28898         Use defvar, not defconst.
28900         * hexl.el (hexl-follow-line): Use with-no-warnings.
28902         * emulation/tpu-extras.el: Use write-file-functions instead of
28903         write-file-hooks.
28905         * dired.el (dired-font-lock-keywords): Fontify files with junk
28906         extensions even if marked by -F.
28908 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
28910         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28911         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28912         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28913         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28914         (concatenate, list-length, get*, getf, cl-remprop):
28915         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28916         (etypecase, progv, lexical-let, lexical-let*)
28917         (multiple-value-bind, multiple-value-setq, shiftf):
28918         Improve argument/docstring consistency.
28920         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28922 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
28924         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28925         doesn't exist.
28927         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
28928         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28930 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
28932         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28933         already deleted variables: auto-fill-hook, blink-paren-hook,
28934         lisp-indent-hook, inhibit-local-variables, unread-command-event,
28935         suspend-hooks, comment-indent-hook, meta-flag,
28936         before-change-function, after-change-function,
28937         font-lock-doc-string-face.
28939 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
28941         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28943 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
28945         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28946         rmail-dont-reply-to.
28948 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
28950         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28951         literal blank when splitting new-header-values.
28953 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
28955         * calendar/cal-menu.el (cal-menu-update): Add separator as a
28956         string so that tmm doesn't create a completion entry for it.
28958         * textmodes/table.el (table-disable-menu): Ditto.
28960 2005-05-21  Richard M. Stallman  <rms@gnu.org>
28962         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28964         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28966         * net/rcompile.el (remote-compile): Use compilation-start.
28968         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28970 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
28972         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28973         Default to makefile-bsdmake-mode on BSD systems.
28975         * imenu.el (imenu-generic-expression, imenu--generic-function'):
28976         REGEXP may also be a search function now.  The part of doc-string
28977         for describing the structure was 95% identical to that of
28978         `imenu--generic-function'.  Unify it there.
28980         * progmodes/make-mode.el (makefile-imenu-generic-expression):
28981         Use function to find dependencies, because regexp alone is so complex,
28982         it easily goes into an endless loop.
28983         (makefile-makepp-mode): Also add submenu for Perl functions
28984         defined in the makefile.
28985         (makefile-bsdmake-mode): Special imenu-generic-expression no
28986         longer needed, due to function call.
28987         (makefile-match-dependency): Take BOUND into account when checking
28988         if we're through.
28990 2005-05-20  Jay Belanger  <belanger@truman.edu>
28992         * calc/calc-units.el (calc-invalidate-units-table):
28993         Use inhibit-read-only.
28994         (math-build-units-table-buffer): Use view-mode.
28996 2005-05-20  David Kastrup  <dak@gnu.org>
28998         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28999         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29001 2005-05-20  Lute Kamstra  <lute@gnu.org>
29003         * diff-mode.el (diff-header-face, diff-file-header-face)
29004         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29005         (diff-added-face, diff-changed-face, diff-function-face)
29006         (diff-context-face, diff-nonexistent-face): Put them in the
29007         diff-mode customization group.
29009 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29011         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29013         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29015         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29016         Minor regexp-optimization.
29018 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29020         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29021         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29022         (org-agenda-add-time-grid-maybe): New function.
29023         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29024         (org-table-create): `dotimes' instead of `mapcar'.
29025         (org-xor): Simplify implementation.
29026         (org-agenda): `inhibit-redisplay' turned on.
29027         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29028         a consistent line after a state change.
29029         (org-agenda-remove-times-when-in-prefix): New option.
29030         (org-prefix-has-time): New variable.
29031         (org-parse-time-string): Optional argument NODEFAULT.
29032         (org-format-agenda-item): Parse items for time-of-day
29033         specifications and move these into the prefix if possible.
29034         (org-agenda-priority): Get current heading, not previous heading
29035         during agenda remote editing.
29037 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29039         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29040         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29041         (remove-duplicates, delete-duplicates, substitute)
29042         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29043         (nsubstitute-if-not, find, find-if, find-if-not, position)
29044         (position-if, position-if-not, count, count-if, count-if-not)
29045         (mismatch, search, sort*, stable-sort, merge, member*)
29046         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29047         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29048         (intersection, nintersection, set-difference, nset-difference)
29049         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29050         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29051         (nsublis, tree-equal): Improve argument/docstring consistency.
29053         * subr.el (send-string, send-region): Remove obsolescence declaration.
29054         (window-dot, set-window-dot, read-input, show-buffer)
29055         (eval-current-buffer, string-to-int):
29056         Add release number to obsolescence declarations.
29058 2005-05-19  Kim F. Storm  <storm@cua.dk>
29060         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29061         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29063 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29065         * faces.el (list-faces-display): Make back button respect optional
29066         regexp arg.
29068 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29070         * calculator.el (calculator-radix-grouping-mode)
29071         (calculator-radix-grouping-digits, calculator-displayer)
29072         (calculator-radix-grouping-separator, calculator-copy-displayer):
29073         * dabbrev.el (dabbrev-search-these-buffers-only):
29074         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29075         (diff-advance-after-apply-hunk, diff-mode-hook)
29076         (diff-minor-mode-prefix):
29077         * imenu.el (imenu-use-popup-menu):
29078         * jit-lock.el (jit-lock-context-time):
29079         * newcomment.el (comment-fill-column, comment-column)
29080         (comment-style, comment-padding, comment-multi-line)
29081         (comment-empty-lines, comment-auto-fill-only-comments):
29082         * reveal.el (reveal-around-mark):
29083         * uniquify.el (uniquify-buffer-name-style)
29084         (uniquify-after-kill-buffer-p)
29085         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29086         (uniquify-min-dir-content, uniquify-separator)
29087         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29088         * w32-vars.el (w32-fixed-font-alist):
29089         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29090         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29091         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29092         * progmodes/perl-mode.el (perl-indent-level)
29093         (perl-continued-statement-offset, perl-continued-brace-offset)
29094         (perl-brace-offset, perl-brace-imaginary-offset)
29095         (perl-label-offset, perl-indent-continued-arguments)
29096         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29097         * progmodes/tcl.el (tcl-indent-level)
29098         (tcl-continued-indent-level, tcl-auto-newline)
29099         (tcl-tab-always-indent, tcl-electric-hash-style)
29100         (tcl-help-directory-list, tcl-use-smart-word-finder)
29101         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29102         (inferior-tcl-source-command):
29103         * textmodes/fill.el (enable-kinsoku):
29104         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29105         * textmodes/table.el (table-yank-handler):
29106         Specify missing group (and type, if simple) in defcustom.
29108 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29110         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29112 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29114         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29116         * subr.el (event-basic-type): Don't get an error.
29117         (left-fringe-p): Function deleted.
29119         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29120         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29122         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29123         in recursive copy.
29125         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29127         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29129         * emacs-lisp/bytecomp.el
29130         (byte-compile-file-form-custom-declare-variable):
29131         Call byte-compile-nogroup-warn if appropriate.
29133         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29134         (compilation-set-window): Don't call left-fringe-p; do it directly.
29136 2005-05-19  Jay Belanger  <belanger@truman.edu>
29138         * calc/calc-graph.el (calc-graph-format-data): Make sure
29139         var-PlotRejects is bound before trying to check its value.
29141 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29143         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29144         definition of this variable from reftex-global.el to reftex.el,
29145         because it is needed in the menu.
29147 2005-05-19  Lute Kamstra  <lute@gnu.org>
29149         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29150         years are fixed.  Don't insert a space after a dash.
29152 2005-05-19  Kim F. Storm  <storm@cua.dk>
29154         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29156 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29158         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29159         strings, because (eq ... ?\\) is fairly frequent.
29161         * progmodes/make-mode.el (makefile-add-this-line-targets):
29162         Simplify and integrate into `makefile-pickup-targets'.
29163         (makefile-add-this-line-macro): Simplify and integrate into
29164         `makefile-pickup-macros.
29165         (makefile-pickup-filenames-as-targets): Simplify.
29166         (makefile-previous-dependency, makefile-match-dependency):
29167         Don't stumble over `::'.
29169 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29171         * subr.el (post-command-idle-hook, post-command-idle-delay):
29172         Remove obsoletion of post-command-idle-hook and
29173         post-command-idle-delay.
29175         * faces.el (list-faces-display): Provide button when describe-face
29176         is called to take user back to the list of faces.
29178         * help-fns.el (describe-variable): Remove hyperlinks in a
29179         variable's value as these are quite frequently inappropriate.
29181         * follow.el (follow-submit-feedback, follow-mode):
29182         Remove references to post-command-idle-hook.
29184 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29186         * progmodes/make-mode.el (makefile-previous-dependency)
29187         (makefile-match-dependency): Check for := (and in bsd mode also
29188         !=) to give a better result, even when font-lock is not on.
29190 2005-05-18  Jay Belanger  <belanger@truman.edu>
29192         * calc/calc-help.el (calc-s-prefix-help):
29193         Add `calc-copy-special-constant' to help string.
29195 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29197         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29199 2005-05-18  Jay Belanger  <belanger@truman.edu>
29201         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29202         in linear factors are in proper order.
29204 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29206         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29207         Support for jurabib.
29209         * textmodes/reftex.el (featurep): Define aliases for overlay
29210         commands, for XEmacs compatibility, and use these aliases in
29211         overlay initializations.
29212         (reftex-highlight): Use `reftex-move-overlay'.
29213         (reftex-unhighlight): Use `reftex-delete-overlay'.
29214         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29215         (reftex-access-search-path): Use `reftex-uniquify' instead of
29216         `reftex-uniq'.
29218         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29219         `before-string' property modification enables for Emacs as well.
29220         (reftex-select-item): Use `reftex-delete-overlay'.
29221         (reftex-select-mark): Use `reftex-make-overlay' and
29222         `reftex-overlay-put'.
29223         (reftex-select-unmark): Use `reftex-delete-overlay' and
29224         `reftex-overlay-put'.
29226 2005-05-18  Lute Kamstra  <lute@gnu.org>
29228         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29230 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29232         * add-log.el (add-change-log-entry):
29233         * array.el (array-make-template, array-reconfigure-rows)
29234         (array-init-max-row, array-init-max-column)
29235         (array-init-columns-per-line, array-init-field-width):
29236         * replace.el (replace-match-maybe-edit, perform-replace):
29237         * textmodes/spell.el (spell-region):
29238         Replace `read-input' by `read-string'.
29240         * forms.el (forms-mode):
29241         * finder.el (finder-compile-keywords):
29242         * shadowfile.el (shadow-read-files):
29243         Replace `eval-current-buffer' by `eval-buffer'.
29245         * terminal.el (te-pass-through):
29246         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29247         (ange-ftp-raw-send-cmd):
29248         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29249         (send-process-next-char, telnet-initial-filter, telnet):
29250         Replace `send-string' by `process-send-string'.
29252         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29253         (prolog-consult-region): Replace `send-string' by
29254         `process-send-string'; replace `send-region' by `process-send-region'.
29256         * progmodes/delphi.el (delphi-log-msg):
29257         Replace `set-window-dot' by `set-window-point'.
29259         * subr.el (window-dot, set-window-dot, read-input, send-string)
29260         (send-region, show-buffer, eval-current-buffer):
29261         Make really obsolete, as the comment says.
29263 2005-05-17  Kim F. Storm  <storm@cua.dk>
29265         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29266         (cua--init-keymaps): Bind C-return instead of S-return to set
29267         rectangle mark.
29269         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29270         instead of S-return to toggle/clear rectangle mark.
29272 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29274         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29275         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29276         Also fontify plain strings assigned to variables, mostly so that a
29277         colon has a face and is thus not taken as a dependency separator.
29278         (makefile-previous-dependency): Inline the new matcher, because it
29279         is too complex to work in both directions.
29280         (makefile-match-dependency): Eliminate `backward' arg (see above).
29281         Completely reimplemented so as to not sometimes go into an endless
29282         loop.  It should also be more efficient, because first it only
29283         searches for `:', instead of applying the very complex regexp.
29284         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29285         to be fontified in one piece can be too long for JIT.
29286         Makefiles are never *that* big.
29288 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29290         * dired.el (dired-mode): Simplify.
29292 2005-05-17  Lute Kamstra  <lute@gnu.org>
29294         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29295         defcustom for the mode hook variable.
29297         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29298         Emacs Lisp Reference Manual.
29300 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29302         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29303         (evenp, list*):
29304         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29305         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29307         * net/tramp-smb.el (tramp-smb-open-connection):
29308         Pass `tramp-chunksize' as fifth (required) argument.
29310 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29312         * font-lock.el (lisp-font-lock-keywords-1):
29313         Set `font-lock-negation-char-face' for [^...] char group.
29314         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29316         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29317         a var, and refine it to mask one more level of nested vars.
29318         (makefile-rule-action-regex): Turn it into a var, and refine it so
29319         it recognizes backslashed continuation lines as belonging to the
29320         same command.
29321         (makefile-macroassign-regex): Refine it so it recognizes
29322         backslashed continuation lines as belonging to the same command.
29323         (makefile-var-use-regex): Don't look at the next char, because it
29324         might be the same one to be skipped by the initial [^$], leading
29325         to an overlooked variable use.
29326         (makefile-make-font-lock-keywords): Remove two parameters, which
29327         are now variables that some of the modes set locally.
29328         Handle dependency and rule action matching through functions, because
29329         regexps alone match too often.  Dependency matching now comes
29330         last, so it can check, whether a colon already matched something else.
29331         (makefile-mode): Inform that font-lock improves makefile parsing
29332         capabilities.
29333         (makefile-match-dependency, makefile-match-action): New functions.
29335 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29337         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29339         * align.el (align-regexp):
29340         * ansi-color.el (ansi-color-get-face):
29341         * array.el (array-reconfigure-rows, array-init-max-row)
29342         (array-init-max-column, array-init-columns-per-line)
29343         (array-init-field-width):
29344         * dired-aux.el (dired-trample-file-versions):
29345         * dired-x.el (dired-mark-sexp):
29346         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29347         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29348         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29349         * faces.el (face-read-integer):
29350         * files.el (backup-extract-version, insert-directory):
29351         * hexl.el (hexl-insert-decimal-char):
29352         * server.el (server-process-filter):
29353         * shell.el (shell-extract-num):
29354         * startup.el (command-line-1):
29355         * term.el (term-command-hook):
29356         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29357         (time-stamp-do-number):
29358         * time.el (display-time-update):
29359         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29360         (timezone-fix-time):
29361         * vms-patch.el (vms-suspend-resume-hook):
29362         * calendar/appt.el (appt-convert-time):
29363         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29364         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29365         * calendar/cal-islam.el (mark-islamic-diary-entries):
29366         * calendar/calendar.el (calendar-cursor-to-date)
29367         (calendar-star-date):
29368         * calendar/diary-lib.el (diary-attrtype-convert)
29369         (mark-diary-entries, diary-entry-time):
29370         * calendar/solar.el (solar-get-number):
29371         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29372         * emacs-lisp/re-builder.el (reb-display-subexp):
29373         * emulation/edt.el (edt-set-scroll-margins):
29374         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29375         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29376         (vip-get-ex-count):
29377         * emulation/viper-ex.el (viper-get-ex-token)
29378         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29379         * international/fontset.el (fontset-plain-name):
29380         * mail/feedmail.el (feedmail-look-at-queue-directory):
29381         * mail/mailalias.el (mail-get-names):
29382         * mail/rmail.el (rmail-convert-to-babyl-format):
29383         * mail/rmailsum.el (rmail-make-basic-summary-line)
29384         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29385         (rmail-summary-goto-msg):
29386         * mail/smtpmail.el (smtpmail-read-response):
29387         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29388         (ange-ftp-vms-add-file-entry):
29389         * play/gametree.el (gametree-looking-at-ply)
29390         (gametree-current-branch-score):
29391         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29392         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29393         * progmodes/cperl-mode.el (condition-case):
29394         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29395         (ebrowse-set-member-buffer-column-width)
29396         (ebrowse-select-1st-to-9nth):
29397         * progmodes/etags.el (etags-snarf-tag):
29398         * progmodes/flymake.el (flymake-parse-line):
29399         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29400         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29401         (idlwave-shell-menu-def):
29402         * progmodes/ps-mode.el (ps-run-goto-error):
29403         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29404         (vhdl-speedbar-contract-level):
29405         * term/mac-win.el (x-handle-numeric-switch):
29406         * term/sun-mouse.el (sun-get-frame-data):
29407         * term/w32-win.el (x-handle-numeric-switch):
29408         * term/x-win.el (x-handle-numeric-switch):
29409         * textmodes/ispell.el (ispell-parse-output):
29410         * textmodes/nroff-mode.el (nroff-outline-level):
29411         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29412         (reftex-bib-sort-year-reverse, reftex-format-citation):
29413         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29414         (reftex-section-number):
29415         * textmodes/texinfmt.el (texinfo-paragraphindent):
29416         Replace `string-to-int' by `string-to-number'.
29418         * international/latexenc.el: Add page marker to force the "Local
29419         Variables:" string out of the last page.
29421 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29423         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29424         tooltip-change-major-mode.
29425         (gud-tooltip-print-command): Remove case where gud-minor-mode
29426         is gdb ("--fullname").
29427         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29428         explain to user.
29430 2005-05-16  Jay Belanger  <belanger@truman.edu>
29432         * calc/calc-store.el (calc-copy-special-constant): New function.
29434         * calc/calc-ext.el (calc-init-extensions): Add binding for
29435         `calc-copy-special-constant'.
29437         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29438         for the `calc-copy-special-constant' command.
29440 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29442         * subr.el (left-fringe-p): New function.
29444         * progmodes/compile.el (compilation-setup): Set local value of
29445         overlay-arrow-string to "" always.
29446         (compilation-set-window): Left fringe then don't scroll.
29447         No left fringe then no arrow and scroll message to top.
29448         (compilation-context-lines): Adjust doc string accordingly.
29450 2005-05-16  Kim F. Storm  <storm@cua.dk>
29452         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29453         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29454         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29455         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29456         (ido-read-file-name): Handle commands with ido property value
29457         equal to find-file as reading a file name, to allow C-d to enter dired.
29458         (ibuffer-find-file): Add ido property with value find-file.
29460 2005-05-15  Kim F. Storm  <storm@cua.dk>
29462         * subr.el (open-network-stream-nowait): Remove.
29463         (open-network-stream-server): Remove.
29465 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29467         * faces.el (describe-face): Output a definition link button.
29469         * help-mode.el (help-face-def): New button type.
29471         * emacs-lisp/copyright.el (copyright-fix-years):
29472         Match properly if the first year is 2-digit.
29473         Don't mess up the whitespace after the years by filling.
29475         * dired-aux.el (dired-mark-confirm):
29476         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29478         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29479         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29480         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29482         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29483         Set font-lock-comment-start-skip.
29485         * font-lock.el (font-lock-comment-start-skip): New variable.
29486         (font-lock-comment-end-skip): New variable.
29487         (font-lock-fontify-syntactically-region): Use them if non-nil.
29489 2005-05-15  Jay Belanger  <belanger@truman.edu>
29491         * calc/calc-store.el (calc-store-value): Return a string rather
29492         than display it as a message.
29493         Use calc-var-name for variable name.
29494         (calc-store-into): Add the result of calc-store-value to message.
29495         (calc-copy-variable): Add a message.
29496         (calc-store-exchange): Improve error messages.
29497         (calc-store-binary, calc-store-map): Don't reset the values of
29498         special constants.
29500 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29502         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29503         manual to docstring.
29505         * files.el (hack-local-variables-confirm): Add STRING argument.
29506         Make the function handle non file visiting buffers correctly.
29507         (hack-local-variables-prop-line, hack-local-variables)
29508         (hack-one-local-variable): Use STRING arg of
29509         `hack-local-variables-confirm'.
29511 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29513         Sync with Tramp 2.0.49.
29515         * net/tramp.el (tramp-handle-dired-call-process)
29516         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29517         because the contents of the Tramp buffer is changed before
29518         insertion (`expand-file' and alike).
29519         (tramp-handle-insert-directory): If `localname' has an empty
29520         nondirectory name, it must not be quoted.
29521         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29522         variable `tramp-chunksize'.  Change callees.
29523         (tramp-open-connection-setup-interactive-shell): Check remote host
29524         for buggy `send-process-string' implementation.
29525         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29526         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29527         (tramp-handle-shell-command): `insert-buffer' cannot be used
29528         because the contents of the Tramp buffer is changed before
29529         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29530         <frederic.bothamy@free.fr>.
29531         (tramp-set-auto-save): Actions should be done for Tramp file name
29532         handler only.  Ange-FTP has its own auto-save mechanism.
29533         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29534         (tramp-set-auto-save-file-modes): Set file modes of
29535         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29536         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29537         (tramp-bug): Remove obsolete variable.
29538         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29539         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29541 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29543         * ibuf-ext.el (define-ibuffer-filter filename):
29544         If `dired-directory' is a list, use its car.
29546 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29548         * ibuffer.el (define-ibuffer-column filename):
29549         If `dired-directory' is a list, use its car.
29551 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29553         * subr.el (symbol-file): Doc fix.
29555         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29556         (byte-compile-form): Call byte-compile-nogroup-warn.
29557         (byte-compile-warning-types): Doc fix.
29559         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29561         * progmodes/cc-engine.el (c-literal-faces):
29562         Add font-lock-comment-delimiter-face.
29564         * net/net-utils.el (dig): Use with-no-warnings.
29566         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29567         (sc-recite-frame-alist, sc-default-cite-frame)
29568         (sc-default-uncite-frame, sc-default-recite-frame)
29569         (sc-attrib-selection-list, sc-rewrite-header-list):
29570         Mark as risky-local-variable.
29572         * international/ogonek.el (ogonek-jak, ogonek-how):
29573         Don't use beginning-of-buffer.
29575         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29577         * calendar/solar.el (solar-data-list): Move definition up.
29579         * dnd.el (dnd-protocol-alist): Add autoload.
29581         * progmodes/sh-script.el: Many doc usage fixes.
29582         (sh-indent-after-do): Change default to match common styles.
29584 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29586         * files.el (interpreter-mode-alist)
29587         (auto-mode-interpreter-regexp): Doc fixes.
29589 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29591         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29593         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29595 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29597         * dired.el (dired-mode): make-variable-buffer-local =>
29598         make-local-variable.
29600 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29602         * term/mac-win.el (mac-select-convert-to-string): Try coding
29603         systems in mac-script-code-coding-systems if specified one cannot
29604         encode string for `com.apple.traditional-mac-plain-text'.
29606 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29608         * progmodes/make-mode.el (makefile-targets-face)
29609         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29610         (makefile-dependency-regex): Fix it to not make the colon in
29611         $(var:a=b) special.
29612         (makefile-rule-action-regex): New regexp for highlighting embedded
29613         Shell strings.
29614         (makefile-macroassign-regex): Handle != for highlighting as
29615         embedded Shell strings.
29616         (makefile-var-use-regex): New const.
29617         (makefile-statements, makefile-automake-statements)
29618         (makefile-gmake-statements, makefile-makepp-statements)
29619         (makefile-bsdmake-statements): New consts.
29620         (makefile-make-font-lock-keywords): New function.
29621         (makefile-automake-font-lock-keywords)
29622         (makefile-gmake-font-lock-keywords)
29623         (makefile-makepp-font-lock-keywords)
29624         (makefile-bsdmake-font-lock-keywords): New consts.
29625         (makefile-mode-map): Add switchers between the various submodes.
29626         (makefile-mode): Document the availability of the variants.
29627         (makefile-automake-mode, makefile-gmake-mode)
29628         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29630         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29631         new variants of makefile-mode.
29633 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29635         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29636         the inheritance.
29638 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29640         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29641         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29643         * files.el (normal-mode): Extend the scope of the
29644         `enable-local-variables' binding to include the `set-auto-mode' call.
29645         (magic-mode-alist): Doc fix.
29647 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29649         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29650         font-lock-comment-face rather than copying its setting.
29652 2005-05-12  Andreas Schwab  <schwab@suse.de>
29654         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29656 2005-05-12  Lute Kamstra  <lute@gnu.org>
29658         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29659         defcustom for the mode hook variable.  Delete the last argument.
29660         * generic-x.el: Fix callers of define-generic-mode.
29661         (generic-x-modes): Delete group.
29662         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29663         generic-x customization group.
29665 2005-05-12  Kim F. Storm  <storm@cua.dk>
29667         * font-lock.el (font-lock-negation-char-face): Default to "off".
29669         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29670         font-lock-negation-char-face to ! in !=.
29672 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29674         * add-log.el (find-change-log): Fix typos in the docstring
29675         of function.
29677 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29679         * international/latexenc.el (latexenc-find-file-coding-system):
29680         Avoid `re-search-forward' when looking for input encoding because
29681         of speed and safety.  Better regular expressions for recognizing
29682         input encoding.  Limit a search for TeX-master/tex-main-file to
29683         the local variable section.
29685 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29687         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29688         syntax of $ to "'" (quote).
29690 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29692         * dnd.el (dnd-protocol-alist): Improve custom type.
29694         * dired.el (dired-dnd-protocol-alist): New variable.
29695         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29696         `dired-mode-hook' to the end.
29698 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29700         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29701         comment-end if comment-start-skip is not set.
29702         Obey the font-lock-comment-delimiter-face variables.
29704 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29706         * files.el (executable-find): Move from executable.el.  Use
29707         locate-file.
29708         * progmodes/executable.el (executable-find): Move to files.el.
29710         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29711         when trying to ensure forward progress.
29713 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29715         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29716         (mouse-select, mouse-select-internal, mouse-extend-internal):
29717         Use it to implement mouse-1-click-follows-link functionality.
29719 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29721         * font-lock.el (font-lock-fontify-syntactically-region):
29722         Use font-lock-comment-delimiter-face for comment delimiters.
29724 2005-05-10  Jay Belanger  <belanger@truman.edu>
29726         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29727         preserving embedded modes.
29729 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29731         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29733         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29734         Move from ada-stmt.el.
29735         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29737         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29738         Move to ada-mode.el.
29739         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29741         * cus-edit.el (custom-file): Call file-chase-links.
29743         * files.el (read-directory-name): Fix previous change.
29744         (hack-local-variables-confirm): New function.
29745         (hack-local-variables-prop-line, hack-local-variables)
29746         (hack-one-local-variable): Use it.
29748 2005-05-10  Lute Kamstra  <lute@gnu.org>
29750         * font-lock.el (font-lock-keywords-alist)
29751         (font-lock-removed-keywords-alist): Clarify docstrings.
29753 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29755         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29756         (gdb-source-info): Check for preprocessor info.
29757         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29758         a macro for a function.
29759         (gdb-info-breakpoints-custom): Try to find file again if not already
29760         found (user might have used GDB dir command).
29761         (gdb-get-location): Update gdb-location-alist correctly for change
29762         to gdb-info-breakpoints-custom.
29764         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29765         (gud-tooltip-print-command): Add gdbmi case.
29766         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29767         preprocessor info.
29769 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29771         * startup.el (fancy-splash-insert): Fix typo in doc string.
29773 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29775         * obsolete/float.el (string-to-float):
29776         * obsolete/hilit19.el (hilit-add-pattern):
29777         * obsolete/rnews.el (news-parse-range, news-select-message)
29778         (news-get-pruned-list-of-files): Replace `string-to-int' by
29779         `string-to-number'.
29781         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29782         `find-file-not-found-hooks'; use `add-hook'.
29783         (uncompress-while-visiting): Set `write-file-functions', not
29784         `write-file-hooks'; use `add-hook'.
29786 2005-05-09  Kim F. Storm  <storm@cua.dk>
29788         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29789         (cua-paste): Handle clipboard action.
29790         (cua--init-keymaps): Remap clipboard-kill-region and
29791         clipboard-kill-ring-save.
29793 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
29795         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29796         Improve commentary.
29798         * simple.el (next-error-overlay-arrow-position): Revert the change
29799         made on 2005-04-30.
29801 2005-05-07  Jay Belanger  <belanger@truman.edu>
29803         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29804         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29805         `calc-sel-reselect'.
29807         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29808         Calc is in embedded mode.
29810 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29812         * progmodes/compile.el (compilation-setup):
29813         Set overlay-arrow-string to an empty string on text terminals.
29815         * textmodes/ispell.el (ispell-program-name): Try looking for
29816         "aspell" along exec-path, and if found, use it as the default
29817         speller program.
29819 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
29821         * international/mule.el (sgml-xml-auto-coding-function):
29822         Recognize encoding='FOO' in single quotes as well as in double quotes.
29824 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
29826         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29827         as well as `interactive', so that defmacro* would recognize
29828         `declare' forms.
29830 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29832         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29833         Explain more about the LIGHTER arg's usage in the doc string.
29834         Add commentary to clarify what the code does.  Fix the regexp that
29835         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
29836         since it could have characters special to regular expressions.
29838 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29840         * replace.el (occur-1): Bind inhibit-read-only so that
29841         erase-buffer doesn't barf on read-only text properties (likewise
29842         for add-text-properties in occur-engine).  Mark buffer as unmodified.
29843         (occur-engine): Don't set buffer-read-only here.
29845 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29847         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29848         list-buffers-directory.  This caused the *cvs-commit* buffer to be
29849         sometimes mistakenly reused as a *cvs* buffer.
29851 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
29853         * tooltip.el: Move code for GUD tooltips into gud.el.
29854         (require): CL no longer needed to compile case.
29855         (tooltip-mode): Do not toggle functions for GUD tooltips.
29856         (tooltip-gud-tips-p): Remove.  Replace with minor mode
29857         gud-tooltip-mode in gud.el.
29858         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29859         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29860         tooltip-gud prefix with gud-tooltip and obsolete.
29861         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29862         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29863         (tooltip-mouse-motion): Mouse movement functions/variable.
29864         Rename in gud.el by adding gud prefix.
29865         (tooltip-gud-original-filter, tooltip-gud-dereference)
29866         (tooltip-gud-event, tooltip-toggle-gud-tips)
29867         (tooltip-gud-process-output, tooltip-gud-print-command)
29868         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
29869         gud.el by replacing tooltip-gud prefix with gud-tooltip.
29870         (gdb-tooltip-print): Move to gdb-ui.el.
29872         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29873         (require): CL needed to compile case.
29874         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29875         tooltip-gud-tips-p.  Make it a minor-mode.
29876         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29877         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29878         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29879         (gud-tooltip-change-major-mode)
29880         (gud-tooltip-activate-mouse-motions-if-enabled)
29881         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29882         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29883         (gud-tooltip-original-filter, gud-tooltip-dereference)
29884         (gud-tooltip-event, tooltip-toggle-gud-tips)
29885         (gud-tooltip-process-output, gud-tooltip-print-command)
29886         (gud-tooltip-tips): Move from tooltip.el.
29888         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29889         (gdb-cpp-define-alist-flags): Doc fix.
29890         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29891         gud-tooltip-mode is t.
29893 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29895         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29896         evaporate if their text is deleted.
29897         (goto-address-at-point): Make it work as a mouse binding as well.
29898         (goto-address-at-mouse): Obsolete it.  Update users.
29900 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
29902         * calendar/appt.el (top-level): No longer activate on load.
29904 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
29906         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29907         * net/webjump.el (webjump):
29908         * progmodes/idlw-help.el (idlwave-do-context-help1)
29909         (idlwave-highlight-linked-completions):
29910         * textmodes/po.el (po-find-file-coding-system-guts):
29911         Replace `assoc-ignore-case' by `assoc-string'.
29913 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
29915         * files.el (locate-file): Doc fix.
29917         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29918         Remove the redundant test for ms-dos.
29920         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29921         look for the preprocessor with exec-suffixes.  If not found in
29922         standard places, look in exec-path.  Remove most of the tests that
29923         used system-type.
29925         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29927         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29929         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29930         file-name clash with jka-compr.el on 8+3 filesystems.
29932 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29934         * term/mac-win.el: Don't define or bind scroll bar functions if
29935         x-toolkit-scroll-bars is t.
29936         (x-select-text, x-get-selection-value): Clear
29937         x-last-selected-text-clipboard if x-select-enable-clipboard is
29938         nil.
29939         (PRIMARY): Put mac-scrap-name property.
29940         (mac-select-convert-to-file-url): New function.
29941         (public.file-url): New selection target type.  Add to
29942         selection-converter-alist.
29943         (x-get-selection, x-selection-value): Handle it.
29944         (x-cut-buffer-or-selection-value): New alias.
29946 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
29948         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29949         entry to avoid calling bibtex-find-entry with arg global
29950         being t.  Remove arg key.
29951         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29952         (bibtex-copy-summary-as-kill): Change accordingly.
29954 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
29956         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29957         (org-agenda-date-later): Use with-current-buffer.
29959 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
29961         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29962         (define-obsolete-variable-alias): Doc Fixes.
29964 2005-05-06  Kim F. Storm  <storm@cua.dk>
29966         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
29967         vertical-motion when selective-display is active.
29969         * ido.el (ido-setup-hook): New hook.
29970         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29971         (ido-input-stack): New var.
29972         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
29973         ido-next-work-file binding to M-O.
29974         Bind M-f to ido-wide-find-file-or-pop-dir.
29975         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29976         (ido-read-internal): Run ido-setup-hook.
29977         Catch quit in read-file-name and read-string to cancel edit.
29978         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29979         Automatically pop-all when completing a directory name (RET).
29980         (ido-file-internal): Add with-no-warnings around ffap and dired code.
29981         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29982         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29983         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29984         New functions for M-b/M-f to move among the directory components.
29985         (ido-make-merged-file-list): Catch quit to cancel merge.
29986         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29987         (ido-completion-help): No warnings for ido-completion-buffer-full.
29989 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
29991         * font-lock.el (font-lock-negation-char-face): New face and variable.
29992         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29993         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29994         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29995         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29997 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
29999         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30000         Fix typo in docstring.
30002         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30003         (ebrowse-print-statistics-line)
30004         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30006         * term/w32-win.el (image-library-alist): Add additional name for
30007         Xpm library.
30009 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30011         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30012         use gcc instead of cpp.
30014         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30015         (gdb-create-define-alist): Use it.
30016         (gdb-cpp-define-alist-program): Update for MS-DOS.
30018 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30020         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30022 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30024         * help.el (describe-key): No error when UNTRANSLATED is nil.
30026         * simple.el (line-move-1): Fix previous change to signal errors
30027         appropriately.
30029 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30031         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30032         (icalendar-duration-correction): Remove.
30033         (icalendar--get-event-properties): Split result at commas.
30034         (icalendar--decode-isoduration): New optional argument
30035         DURATION-CORRECTION.
30036         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30037         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30038         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30039         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30040         (icalendar--convert-anniversary-to-ical): New functions, extracted
30041         from icalendar-export-region, with bug fixes.
30042         (icalendar-export-region): Use the above functions.
30043         (icalendar-import-buffer): Check before saving diary file.
30044         (icalendar--convert-recurring-to-diary)
30045         (icalendar--convert-non-recurring-all-day-to-diary)
30046         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30047         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30048         (icalendar--convert-ical-to-diary): Use the above functions.
30050 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30052         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30053         Remove these recent additions.
30054         (c-mode): Restore to before 2005-04-28.
30056         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30057         recent addition.
30059         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30060         (gdb-define-alist): New variables.
30061         (gdb-create-define-alist): New function.
30062         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30063         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30064         with string-to-number.
30065         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30067         * progmodes/gud.el: Replace string-to-int with string-to-number.
30068         (gud-find-file): Handle gdb-define-alist.
30070         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30072 2005-05-02  Jay Belanger  <belanger@truman.edu>
30074         * calc/calc-aent.el (math-read-token):
30075         * calc/calc-bin.el (calc-word-size):
30076         * calc/calc-ext.el (calc-read-number-fancy):
30077         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30078         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30079         * calc/calc-frac.el (calc-over-notation):
30080         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30081         (calc-graph-num-points, calc-graph-init):
30082         * calc/calc-prog.el (calc-read-parse-table-part)
30083         (calc-edit-macro-repeats):
30084         * calc/calc-yank.el (calc-do-grab-rectangle):
30085         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30086         Replace `string-to-int' by `string-to-number'.
30088 2005-05-02  Kim F. Storm  <storm@cua.dk>
30090         * kmacro.el: Use executing-kbd-macro-index variable.
30092 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30094         * net/rlogin.el (rlogin-parse-words): Delete func.
30095         (rlogin): Use split-string, not rlogin-parse-words.
30096         Also, if there are option-like elements in the parsed args,
30097         take the host to be the first arg immediately following them.
30098         Suggested by Michael Mauger.
30100 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30102         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30104 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30106         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30107         (cc-mode-cpp-program): Rename to cc-define-list-program and
30108         move to cc-vars.el.
30110         * progmodes/cc-vars.el (cc-define-list-program):
30111         Change to "gcc -E -dM -".  Make customizable.
30113 2005-05-02  Kim F. Storm  <storm@cua.dk>
30115         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30117 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30119         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30121         * international/mule-util.el (truncate-string): Remove alias and
30122         obsolete declaration.
30124         * international/mule-cmds.el (update-iso-coding-systems):
30125         Remove alias and obsolete declaration.
30127         * international/mule.el (coding-system-parent): Remove alias and
30128         obsolete declaration.
30130         * subr.el (define-function, sref): Remove aliases and obsolete
30131         declarations.
30132         (chars-in-region): Remove obsolete declaration.
30134 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30136         * info.el (Info-mode): Set widen-automatically to nil, locally.
30138         * simple.el (widen-automatically): New variable.
30139         (pop-global-mark): Obey widen-automatically.
30141 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30143         * term/xterm.el (function-key-map): Call substitute-key-definition
30144         before the keymap size is increased by a lot of define-key calls.
30146 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30148         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30149         Rename ARG to ELEMENT.  Doc fix.
30151 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30153         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30154         Remove references to allout-exposure/change to allout-new-exposure.
30156         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30157         bytecode symbols.
30159         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30160         (compiled-function-p, focus-frame, unfocus-frame):
30161         Remove aliases and obsolete declarations.
30162         Back out inadvertent changes from previous commit.
30164 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30166         * files.el (require-final-newline): Make Custom tags consistent
30167         with mode-require-final-newline.
30168         (mode-require-final-newline): Doc fix.
30170 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30172         * international/latexenc.el (latexenc-find-file-coding-system):
30173         Fix regular expressions.
30175 2005-05-01  David Kastrup  <dak@gnu.org>
30177         * international/latexenc.el (latexenc-find-file-coding-system):
30178         Fix regular expressions.
30180 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30182         * subr.el (string-to-int): Make obsolete.
30184 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30186         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30188         * loadup.el: load jka-comp-hook.
30190         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30191         (jka-compr-handler): Add autoload.  `put' calls moved
30192         to jka-comp-hook.el.
30193         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30194         (jka-compr-inhibit): Autoload.
30196         * jka-comp-hook.el: New file.
30197         Enable the mode by default.
30199         * files.el (backup-buffer-copy): Use copy-file instead
30200         of write-region, and put back the 'excl.
30202 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30204         * progmodes/flymake.el (flymake-split-string)
30205         (flymake-split-string, flymake-log, flymake-pid-to-names)
30206         (flymake-reg-names, flymake-get-source-buffer-name)
30207         (flymake-unreg-names, flymake-add-line-err-info)
30208         (flymake-add-err-info): Clarify docstrings.
30209         (flymake-popup-menu, flymake-make-emacs-menu)
30210         (flymake-make-xemacs-menu): Add docstrings.
30211         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30212         Set variables directly throughout.
30214 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30216         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30217         exists.  Initialize cc-define-alist.
30218         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30219         If there is no file (Macroexpansion) don't create an alist.
30221 2005-04-29  Sam Steingold  <sds@gnu.org>
30223         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30224         (cc-create-define-alist): Use it instead of the hard-coded string.
30226 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30228         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30229         for latexenc.
30231 2005-04-29  Lute Kamstra  <lute@gnu.org>
30233         * emacs-lisp/generic.el: Improve commentary section.
30234         (define-generic-mode): Improve docstring.
30236 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30238         * textmodes/org.el (many places): Change to quiet the byte compiler.
30239         (org-prefix-format-compiled): New variable.
30240         (org-compile-prefix-format): New function.
30241         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30242         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30243         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30244         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30245         consistency with entries from `org-mode' files.
30246         (org-get-time-of-day): Fix bug with partial matches early in a line.
30247         (org-non-link-chars): New constant.
30248         (org-link-regexp): Respect `org-non-link-chars'.
30249         (org-agenda-day-view): Remove command.
30250         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30251         (org-follow-bbdb-link, org-store-link): Search also company field.
30252         (org-highlight-overlay): New variable.
30253         (org-highlight, org-unhighlight): New functions.
30254         (org-agenda-mode): Add pre-command-hook to remove highlight.
30255         (org-evaluate-time-range): Behavior depends upon whether time stamp
30256         contains a time or not.
30257         (org-show-subtree, org-show-entry): New functions.
30258         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30260 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30262         * comint.el (comint-output-filter-functions): Add autoload cookie.
30264 2005-04-28  Kim F. Storm  <storm@cua.dk>
30266         * ido.el (ido-everywhere): Fix last change.
30268 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30270         * international/latexenc.el: New file.
30271         * international/mule-conf.el (file-coding-system-alist): For .tex,
30272         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30274 2005-04-28  Lute Kamstra  <lute@gnu.org>
30276         * font-lock.el (font-lock-add-keywords)
30277         (font-lock-remove-keywords): Clarify docstring.
30278         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30279         Don't start docstrings with a `*'.
30280         (font-lock-update-removed-keyword-alist): Give it a docstring.
30282         * generic-x.el: Update commentary section.
30283         Only require font-lock when compiling.
30284         Define all modes conditionally.
30285         Place all generic modes in the generic-x-modes customization group.
30286         (generic-x-modes): New customization group.
30287         (generic-default-modes, generic-mswindows-modes)
30288         (generic-unix-modes, generic-other-modes): New constants.
30289         (generic-define-mswindows-modes, generic-define-unix-modes):
30290         Update docstrings.  Make them obsolete.
30291         (generic-extras-enable-list): New default value.  Update docstring.
30292         Improve :type.  Change :set function.
30293         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30294         Fix docstring.
30296         * emacs-lisp/generic.el (generic-mode-internal):
30297         Simplify font-lock-defaults.
30298         (define-generic-mode): Fix docstring.
30300 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30302         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30303         font-lock-face property to highlight matches.
30305 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30307         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30308         (cc-define-alist): New variable.
30309         (c-mode): Make it local and initialize it.
30311         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30312         (gdb-exited): New function.
30313         (gdb-annotation-rules): Use it.
30314         (gdb-starting): Set gdb-active-process to t.
30315         (gdb-stopping): Amend doc string.
30316         (gdb-reset): Set gdb-active-process to nil.
30318         * tooltip.el (tooltip-gud-tips): Show the associated #define
30319         directives when a C program under GDB is not executing.
30321 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30323         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30324         font-lock-fontify-syntactic-keywords.
30326         * font-lock.el (font-lock-default-fontify-region): Don't force
30327         parse-sexp-lookup-properties to nil.
30329 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30331         * man.el (man-mode-syntax-table): Set up `:' to have
30332         word-constituent syntax.
30334 2005-04-27  Lute Kamstra  <lute@gnu.org>
30336         * novice.el (disable-command): Don't add spurious newlines to the
30337         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30339 2005-04-26  Jay Belanger  <belanger@truman.edu>
30341         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30342         than one window before deleting window.
30344 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30346         * shell.el (shell-prompt-pattern): Doc fix.
30347         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30349         * comint.el (comint-prompt-regexp, comint-get-old-input)
30350         (comint-use-prompt-regexp)
30351         (comint-use-prompt-regexp-instead-of-fields)
30352         (comint-replace-by-expanded-history, comint-send-input)
30353         (comint-output-filter, comint-get-old-input-default)
30354         (comint-line-beginning-position, comint-bol, comint-show-output)
30355         (comint-backward-matching-input, comint-forward-matching-input)
30356         (comint-next-prompt, comint-previous-prompt):
30357         Rename `comint-use-prompt-regexp-instead-of-fields' to
30358         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30359         obsolete.
30360         (comint-use-prompt-regexp): Shorten first line of doc string.
30362         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30363         Set paragraph-separate buffer locally to "\\'".
30365         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30366         Adapt to above name change.
30368         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30369         (smbclient-prompt-regexp): Ditto.
30371         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30373 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30375         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30376         gdb-location-list.
30377         Break lines that are over 80 characters wide.
30379 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30381         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30382         New fun and var, to preserve compatibility.
30384         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30386 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30388         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30389         name to file-newer-than-file-p.
30391 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30393         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30395         * progmodes/python.el (python-mode):
30396         Use new name eldoc-documentation-function.
30398         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30400         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30401         (eldoc-documentation-function):
30402         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30404 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30406         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30408 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30410         * term/xterm.el (function-key-map): Fix strings for
30411         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30412         {C,S,A,C-S}-{f1-f12}.
30414 2005-04-26  Kenichi Handa  <handa@m17n.org>
30416         * international/mule-cmds.el (select-safe-coding-system):
30417         Fix previous change.
30419 2005-04-26  Lute Kamstra  <lute@gnu.org>
30421         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30423         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30424         (font-lock-comment-delimiter-face): Ditto.
30426         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30428 2005-04-25  Jay Belanger  <belanger@truman.edu>
30430         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30431         to t while inserting information; use help-mode.
30433 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30435         * term.el (ansi-term-color-vector): Use the xterm colors.
30436         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30438 2005-04-25  Lute Kamstra  <lute@gnu.org>
30440         * font-core.el (font-lock-defaults): Fix docstring.
30442         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30444 2005-04-25  Kenichi Handa  <handa@m17n.org>
30446         * international/mule-cmds.el (select-safe-coding-system):
30447         Don't check consistency with coding: spec, etc if raw-text or
30448         no-conversion was found to be safe.
30450 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30452         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30453         citation markers at start of each line.
30455         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30456         citation markers at start of each line.
30458         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30460         * files.el (mode-require-final-newline): Fix previous change.
30461         (require-final-newline): Fix type label.
30463 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30465         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30466         statement in buffer (broken by 2004-11-24 change).
30468 2005-04-24  Kim F. Storm  <storm@cua.dk>
30470         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30471         and read-file-name-function values.  Don't overwrite existing
30472         non-nil values if ido-mode is enabled without ido-everywhere.
30474 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30476         * files.el (mode-require-final-newline): Minor doc fix.
30478 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30480         * subr.el (syntax-after): Doc fix.
30481         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30482         bits, not 8 bits.
30484         * files.el (mode-require-final-newline): Doc fix.
30485         (backup-buffer-copy): Fix last change.
30487 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30489         * term/mac-win.el: Require select.  Set selection-coding-system to
30490         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30491         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30492         (x-select-enable-clipboard): New variables.
30493         (x-select-text, x-get-selection, x-selection-value)
30494         (x-get-selection-value, mac-select-convert-to-string)
30495         (mac-services-open-file, mac-services-open-selection)
30496         (mac-services-insert-text): New functions.
30497         (CLIPBOARD, FIND): Put mac-scrap-name property.
30498         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30499         (public.tiff): Put mac-ostype property.
30500         (selection-converter-alist): Add entries for them.
30501         (mac-application-menu-map): New keymap.
30502         (interprogram-cut-function, interprogram-paste-function): Set to
30503         x-select-text and x-get-selection-value, respectively.
30504         (split-window-keep-point): Set to t.
30506 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30508         * files.el (read-directory-name): Always pass non-nil
30509         DEFAULT-FILENAME arg to read-file-name.
30510         (backup-buffer-copy, basic-save-buffer-2): Take care against
30511         writing thru an unexpected existing symlink.
30512         (revert-buffer): In indirect buffer, revert the base buffer.
30513         (magic-mode-alist): Doc fix.
30514         (buffer-stale-function): Doc fix.
30515         (minibuffer-with-setup-hook): Avoid warning.
30516         (mode-require-final-newline): Doc and custom fix.
30518         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30520         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30521         use the default appearance.
30522         (font-lock-comment-delimiter-face): New face, new variable.
30524         * imenu.el (imenu--generic-function): The official position of a
30525         definition is the start of the line that BEG is in.
30527         * midnight.el (midnight-timer): Move defvar up.
30529         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30531         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30533         * startup.el (command-line): Use with-no-warnings.
30535         * window.el (window-size-fixed): New defvar.
30537         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30539         * mail/rmail.el (rmail-font-lock-keywords):
30540         Use font-lock-comment-delimiter-face.
30542         * mail/sendmail.el (mail-font-lock-keywords):
30543         Use font-lock-comment-delimiter-face.
30545         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30547 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30549         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30550         Specify t for LAXMATCH when matching directories.
30551         Save match data around compilation-compat-error-properties form.
30553 2005-04-23  David Kastrup  <dak@gnu.org>
30555         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30556         Mention that the autoloaded aliases should be kept for AUCTeX.
30558 2005-04-23  Andreas Schwab  <schwab@suse.de>
30560         * isearch.el (isearch-forward): Doc fix.
30562 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30564         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30565         (jit-lock-stealth-nice): Change default value to 0.5.
30567 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30569         * abbrev.el (write-abbrev-file): Write table entries in
30570         alphabetical order by table name.
30572 2005-04-22  Kim F. Storm  <storm@cua.dk>
30574         * ido.el (ido-read-internal): Fix `list' completion.
30576 2005-04-22  Kenichi Handa  <handa@m17n.org>
30578         * recentf.el (recentf-save-file-coding-system): New variable.
30579         (recentf-save-list): Encode the file by
30580         recentf-save-file-coding-system and add coding: tag.
30582 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30584         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30586 2005-04-21  Lute Kamstra  <lute@gnu.org>
30588         * loadhist.el (unload-feature): Don't remove a function from hooks
30589         if it is about to be restored to an autoload .  Remove functions
30590         that will become unbound from auto-mode-alist.  Simplify the code.
30592         * subr.el (assq-delete-all): New implementation that is linear,
30593         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30594         (rassq-delete-all): New function.
30596         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30597         Add size-indication-mode.
30599 2005-04-21  Kenichi Handa  <handa@m17n.org>
30601         * international/mule-cmds.el: Add autoload for widget-value in
30602         eval-when-compile.
30604 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30606         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30607         Add tooltip-mode.
30609         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30611 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30613         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30614         (inferior-lisp-filter-regexp, inferior-lisp-program)
30615         (inferior-lisp-load-command, inferior-lisp-prompt)
30616         (inferior-lisp-mode-hook, lisp-source-modes)
30617         (inferior-lisp-load-hook): defvar->defcustom.
30618         (inferior-lisp-program, inferior-lisp-prompt)
30619         (inferior-lisp-load-hook): Doc fixes.
30620         (inferior-lisp-install-letter-bindings): Small change in
30621         introductory comment.
30623 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30625         * vc.el (vc-annotate-color-map): Change some colors so that text
30626         using them as foreground is readable on both white and black
30627         backgrounds.
30629 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30631         * international/mule-conf.el (translation-table-for-input):
30632         Remove redundant declaration.
30634 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30636         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30638         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30639         (tooltip-toggle-gud-tips): New function.
30641 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30643         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30644         right angle brackets.
30646 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30648         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30650 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30652         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30653         Remove.  Update callers to use expand-file-name instead.
30655         * subr.el (syntax-class): New function.
30657         * simple.el (blink-matching-open): Use it.
30659         * paren.el (show-paren-function): Use it to recognize parens that are
30660         also used in 2-char comment markers.
30662 2005-04-19  Lute Kamstra  <lute@gnu.org>
30664         * loadhist.el (unload-feature): Update for new format of
30665         load-history.  Simplify the code.
30667 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30669         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30670         (mac-add-charset-info): New function.  Initialize variable
30671         mac-charset-info-alist using it.
30672         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30673         for translation.
30674         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30675         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30676         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30677         New CCL programs.
30679 2005-04-19  Kim F. Storm  <storm@cua.dk>
30681         * simple.el (next-buffer, prev-buffer, next-error)
30682         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30683         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30685         * bindings.el (next-buffer, prev-buffer, next-error)
30686         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30687         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30688         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30689         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30691 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30693         * isearch.el (isearch-edit-string): Make the search-ring available for
30694         minibuffer history commands.
30695         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30696         the default history commands now work just as well.
30697         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30699 2005-04-18  Kim F. Storm  <storm@cua.dk>
30701         * emulation/cua-base.el (cua--pre-command-handler): Add more
30702         elaborate check for shift modifier on non-window systems.
30704 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30706         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30708 2005-04-18  Kim F. Storm  <storm@cua.dk>
30710         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30711         and make it optional.  Don't test tooltip-gud-echo-area here.
30712         (tooltip-gud-process-output, gdb-tooltip-print):
30713         Pass tooltip-gud-echo-area to tooltip-show.
30714         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30716 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30718         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30719         `display-graphic-p' may not be bound yet.
30721 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30723         * startup.el (command-line): No longer enable Xterm Mouse mode by
30724         default in terminals compatible with xterm.
30726         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30728 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30730         * tooltip.el (tooltip-gud-echo-area): Rename from
30731         tooltip-use-echo-area.
30732         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30733         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30734         area independently of where help tooltips are displayed.
30736 2005-04-17  David Kastrup  <dak@gnu.org>
30738         * cus-theme.el (custom-theme-write-variables): Quote variables
30739         where necessary.
30741 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30743         * simple.el (yank-excluded-properties): Add follow-link to value.
30745         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30747         * startup.el (fancy-splash-max-time): Just 30 seconds.
30748         (fancy-splash-delay): Just 7.
30749         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30751         * loadhist.el (unload-feature): Update for new format of load-history.
30752         Simplify the code.
30754         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30755         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30757         * mail/sendmail.el (mail-font-lock-keywords):
30758         Don't fontify subject text.
30759         Don't fontify the text of a citation.
30761 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30763         * comint.el (comint-output-filter): Run comint-output-filter-functions
30764         with point where the user had it.
30766 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30768         * international/ucs-tables.el (ucs-set-table-for-input):
30769         Disable when using unify-on-decoding.
30771 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30773         * emulation/cua-base.el (cua-global-mark-face): Add special case
30774         for displays supporting a high number of colors.
30776 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30778         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30780 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30782         * filesets.el (filesets-add-buffer): If user supplies a name of a
30783         non-existing fileset, create a new fileset.
30785 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
30787         * textmodes/org.el (org-up-heading-all): Fix bug with
30788         `outline-up-heading-all'.
30790 2005-04-16  Andreas Schwab  <schwab@suse.de>
30792         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30793         /etc/permissions.d/* and /etc/aliases.d/*.
30795 2005-04-16  Kenichi Handa  <handa@m17n.org>
30797         * international/code-pages.el (cp-make-coding-system):
30798         Set `translation-table-for-input' property value to the symbol
30799         ucs-mule-to-mule-unicode, not to that value.
30800         (pt154): Escape guillemet by `\'.
30802 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
30804         * loadup.el: Load tooltip if x-show-tip is fboundp.
30806         * startup.el (command-line): Add comment.
30808         * tooltip.el (tooltip-mode): Specify correct standard value for
30809         Custom in init-value.
30811 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
30813         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30814         possible.
30816 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
30818         * textmodes/org.el (org-agenda-date-prompt): Rename from
30819         `org-agenda-date-today'.
30820         (org-evaluate-time-range): Insert at point instead of directly
30821         after time range.
30822         (org-first-headline-recenter, org-subtree-end-visible-p)
30823         (org-optimize-window-after-visibility-change): New functions
30824         (org-agenda-post-command-hook): Don't allow point at end of line,
30825         to make sure it always hits the text properties.
30826         (org-agenda-next-date-line, org-agenda-previous-date-line):
30827         New commands.
30828         (org-set-regexps-and-options): Category may contain white space.
30829         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30830         Improve marker positions.
30831         (org-agenda-new-marker): Argument POS made optional.
30832         (org-agenda-get-timestamps): Deadlines which are done are listed
30833         in org-done-face now.
30834         (org-agenda-get-todos, org-agenda-get-timestamps)
30835         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30836         Set `undone-face' and `done-face' properties.
30837         (org-last-todo-state-is-todo): New variable.
30838         (org-todo): Set `org-last-todo-state-is-todo'.
30839         (org-agenda-todo): Change face according to
30840         `org-last-todo-state-is-todo'.  And change other lines referring to
30841         the same entry.
30842         (org-calendar-goto-agenda): New command.
30843         (org-calendar-to-agenda-key): New option.
30844         (org-startup-folded): New allowed value `content'.
30845         (org-set-regexps-and-options): Accept new value `content' for
30846         `org-startup-folded'.
30847         (org-get-current-options): Handle new value `content' for
30848         `org-startup-folded'.
30849         (org-insert-todo-heading): New command.
30850         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30851         interactively in empty file and option
30852         `org-insert-mode-line-in-empty-file' has been set.
30853         (org-agenda-todo, org-agenda-priority): Modify to use
30854         `org-agenda-change-all-lines'.
30855         (org-warning-face): Change color on dark background.
30857 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30859         * international/mule-cmds.el (set-locale-environment): On Mac OS,
30860         use preferences AppleLocale and AppleLanguages, and variable
30861         mac-system-locale for default locale.  On Mac OS Classic, use
30862         mac-system-coding-system for default coding systems.
30864         * term/mac-win.el: Don't set file-name-coding-system.
30865         Decode variables system-name, emacs-build-system, user-login-name, and
30866         user-full-name by mac-system-coding-system on Mac OS Classic.
30867         (mac-system-coding-system): New variable.
30869 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
30871         * startup.el (command-line): Handle `xterm-mouse-mode' before
30872         reading init file.
30874         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30876 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
30878         * progmodes/sh-script.el (sh-here-document-word): Make it a
30879         defcustom.  Doc fix.
30880         (sh-add): Bash uses $(( )) for arithmetic.
30881         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30882         (sh-maybe-here-document): Remove quotes and leading whitespace
30883         from heredoc word when closing.  Indent heredoc with tabs if word
30884         starts with "-".
30886 2005-04-13  Richard M. Stallman  <rms@gnu.org>
30888         * simple.el (undo): Fix previous change.
30890         * custom.el (defface): Doc fix.
30892 2005-04-13  Lute Kamstra  <lute@gnu.org>
30894         * Makefile.in (DONTCOMPILE): Remove list.
30895         (compile, compile-always): Don't use DONTCOMPILE.
30896         (update-authors): Load the library in which batch-update-authors
30897         is defined.
30898         * makefile.w32-in (DONTCOMPILE): Remove list.
30899         (compile, compile-always): Fix comments.
30900         (update-authors): Load the library in which batch-update-authors
30901         is defined.
30903         * generic-x.el (generic-mode-ini-file-find-file-hook):
30904         Rename to ini-generic-mode-find-file-hook.
30905         Keep generic-mode-ini-file-find-file-hook as an alias.
30906         (ini-generic-mode-find-file-hook): Rename from
30907         generic-mode-ini-file-find-file-hook.  Fix docstring.
30908         (ini-generic-mode): Docstring change.
30909         (bat-generic-mode-run-as-comint): Silence the byte compiler.
30911         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30912         called from lisp.
30914         * generic.el: Move to the emacs-lisp subdir.
30916 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
30918         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30919         and C-S- function and cursor motion keys.
30921 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
30923         * startup.el (command-line): Enable Xterm Mouse mode by default.
30924         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30925         for Custom.  No longer show "Mouse" in mode line when enabled.
30926         Doc fix.
30928 2005-04-12  Kim F. Storm  <storm@cua.dk>
30930         * emulation/cua-base.el (cua-rectangle-face)
30931         (cua-rectangle-noselect-face): Define face attributes here.
30933         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30935 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
30937         * startup.el (command-line): Turn off blinking cursor if
30938         cursorBlink in resources is off or false.
30940 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30942         * term/mac-win.el (dnd): Require dnd.
30943         (mac-drag-n-drop): Call dnd-handle-one-url.
30944         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30945         (kTextEncodingISOLatin2): Remove constants.
30946         (mac-script-code-coding-systems): New constant.
30947         (mac-handle-language-change): New function.
30948         (special-event-map): Bind it to `language-change' event.
30949         (mac-centraleurroman, mac-cyrillic): New coding systems.
30950         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30951         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30952         and mac-cyrillic-encoder to encode-mac-centraleurroman and
30953         encode-mac-cyrillic, respectively.
30955 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30957         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30958         Don't set overlay-arrow-string to "=>" as this is done
30959         globally in C now.
30961 2005-04-12  Lute Kamstra  <lute@gnu.org>
30963         * generic-x.el (rc-generic-mode, rul-generic-mode):
30964         Fix auto-mode-alist entries.
30965         (etc-fstab-generic-mode): Tweak fontification.
30967         * generic.el (generic-make-keywords-list): Fix docstring.
30968         (generic-mode-internal): Simplify generic-font-lock-keywords.
30970 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30972         * whitespace.el (whitespace-buffer-leading)
30973         (whitespace-buffer-trailing): Revert the incorrect test inversion.
30974         However, fix the highlight area for the leading and
30975         trailing whitespaces to show space.
30977 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
30979         * whitespace.el (whitespace-version): Bump to 3.5.
30981         (whitespace-buffer-leading, whitespace-buffer-trailing):
30982         Invert sense of the test to highlight the whitespace.
30984 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
30986         * progmodes/gud.el (gud-display-line): GUD uses its own
30987         overlay arrow now so don't set overlay-arrow-string.
30988         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30990 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
30992         * term.el (term-ansi-current-bold, term-ansi-current-underline)
30993         (term-ansi-current-reverse, term-ansi-current-invisible)
30994         (term-ansi-face-already-done): Change to boolean.
30995         (term-reset-terminal, term-handle-colors-array): Handle the above
30996         vars accordingly.
30997         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30998         (term-emulate-terminal): Use the new name.
31000         * faces.el (secondary-selection): Use yellow1, not yellow.
31001         (trailing-whitespace): Use red1, not red.
31003 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31005         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31006         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31007         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31009         * cus-edit.el (dnd): New group.
31011         * term/w32-win.el (dnd): Require dnd
31012         (w32-drag-n-drop): Call dnd-handle-one-url.
31014         * x-dnd.el: Require dnd.
31015         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31016         Call dnd-handle-one-url.
31017         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31018         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31019         to dnd-insert-text.
31020         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31021         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31022         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31023         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31025         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31027 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31029         * wdired.el: Doc fixes.
31030         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31031         (wdired-use-dired-vertical-movement): Rename from
31032         wdired-always-move-to-filename-beginning.
31033         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31034         (wdired-change-to-wdired-mode): Change mode name.
31035         (wdired-newline): Delete.
31037 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31039         * whitespace.el (whitespace-highlight-the-space):
31040         Don't call whitespace-unhighlight-the-space here.
31042         * simple.el (undo): Record t in undo-equiv-table
31043         for the redo record made by an undo-in-region.
31045 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31047         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31048         (gdb-frame-inferior-io-buffer): New Functions to control
31049         display of separate IO buffer.
31050         (menu): Add them to menu-bar.
31051         (gdb-display-buffer): Check for buffer another frame.
31052         Protect GUD buffer.
31053         (gdb-setup-windows): Create IO buffer if not already there.
31054         (gdb-memory-mode): Remove purecopy noops.
31056 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31058         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31059         and pass to self-insert-command.
31061 2005-04-11  Lute Kamstra  <lute@gnu.org>
31063         * generic.el: Commentary section cleanup.
31064         (generic): Delete.
31065         (generic-use-find-file-hook, generic-lines-to-scan)
31066         (generic-find-file-regexp, generic-ignore-files-regexp)
31067         (default-generic-mode, generic-mode-find-file-hook)
31068         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31069         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31070         (generic-use-find-file-hook, generic-lines-to-scan)
31071         (generic-find-file-regexp, generic-ignore-files-regexp)
31072         (default-generic-mode, generic-mode-find-file-hook)
31073         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31075 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31077         * bookmark.el (bookmark-write-file): Catch errors writing file.
31078         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31080 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31082         * startup.el (fancy-splash-tail): Update copyright year.
31083         (command-line): Split part of -Q into -D.
31084         (emacs-basic-display): New defvar.
31085         (fancy-splash-text): Correct name of menu item.
31087         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31089         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31090         lines in one node.
31092         * comint.el (comint-send-input): New arg ARTIFICIAL.
31093         Callers in this file changed.
31095         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31097         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31099 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31101         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31102         `ldap-search-internal'.
31104 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31106         * files.el (set-auto-mode-1): Use line-end-position.
31108         * international/latin-1.el:
31109         * international/latin-2.el:
31110         * international/latin-3.el:
31111         * international/latin-4.el:
31112         * international/latin-5.el:
31113         * international/latin-8.el:
31114         * international/latin-9.el: Give punctuation syntax to NBSP.
31116         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31117         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31118         Use char-classes to accept non-ascii letters, accepted in some recent
31119         bibtex implementations.
31121 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31123         * custom.el (custom-set-minor-mode): Any non-nil value for the
31124         variable should enable the mode when set through Custom.
31126 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31128         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31129         TAB binding so tab-always-indent is obeyed.
31130         (vhdl-minibuffer-local-map): Move initialization into declaration.
31131         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31132         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31133         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31134         (vhdl-current-line): Use line-beginning-position.
31135         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31136         with-output-to-temp-buffer, so the current position can be recorded.
31138 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31140         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31141         Add regexp for gcov.
31143 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31145         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31146         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31147         syntax which Emacs 20 doesn't support.
31149 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31151         * help.el (describe-key-briefly, describe-key):
31152         Replace strings as event types with "(any string)".
31154 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31156         * arc-mode.el (archive-mode-map): Move initialization into
31157         the declaration.  Override *all* bindings of `undo'.
31158         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31160 2005-04-09  Jay Belanger  <belanger@truman.edu>
31162         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31164 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31166         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31167         (xterm-register-default-colors): Update color values computation
31168         to match xterm-200.
31170 2005-04-09  Kenichi Handa  <handa@m17n.org>
31172         * international/code-pages.el (iso-latin-7): Fix the map.
31174 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31176         * emacs-lisp/lisp.el (defun-prompt-regexp)
31177         (parens-require-spaces, buffer-end, end-of-defun)
31178         (insert-parentheses): Doc fixes.
31180 2005-04-08  Kim F. Storm  <storm@cua.dk>
31182         * comint.el (comint-highlight-prompt): Fix face spec.
31183         * hi-lock.el (hi-green): Likewise.
31185 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31187         * cus-edit.el (custom-modified-face):
31188         * comint.el (comint-highlight-input): Fix previous changes.
31189         * term.el (term-handle-ansi-escape): Add a comment.
31191 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31193         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31194         in the buffer and in whitespace-highlighted-space.
31195         (whitespace-unhighlight-the-space): Simplify.
31196         (whitespace-buffer): Simplify.
31198 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31200         * textmodes/table.el (table-cell-face): Add special case for
31201         displays supporting a high number of colors.
31202         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31203         (vhdl-font-lock-reserved-words-face)
31204         (vhdl-speedbar-architecture-face)
31205         (vhdl-speedbar-instantiation-face)
31206         (vhdl-speedbar-architecture-selected-face)
31207         (vhdl-speedbar-instantiation-selected-face): Likewise.
31208         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31209         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31210         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31211         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31212         (ebrowse-progress-face): Likewise.
31213         * progmodes/compile.el (compilation-info-face): Likewise.
31214         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31215         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31216         * calendar/calendar.el (diary-face): Likewise.
31217         * woman.el (woman-italic-face, woman-bold-face)
31218         (woman-unknown-face): Likewise.
31219         * wid-edit.el (widget-button-pressed-face): Likewise.
31220         * whitespace.el (whitespace-highlight-face): Likewise.
31221         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31222         * pcvs-info.el (cvs-marked-face): Likewise.
31223         * info.el (info-xref): Likewise.
31224         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31225         * hilit-chg.el (highlight-changes-face)
31226         (highlight-changes-delete-face): Likewise.
31227         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31228         (hi-red-b): Likewise.
31229         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31230         * font-lock.el (font-lock-keyword-face)
31231         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31232         * cus-edit.el (custom-invalid-face, custom-modified-face)
31233         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31234         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31235         * comint.el (comint-highlight-prompt): Likewise.
31237 2005-04-08  Lute Kamstra  <lute@gnu.org>
31239         * font-lock.el (font-lock-keywords): Docstring fixes.
31241 2005-04-08  Kenichi Handa  <handa@m17n.org>
31243         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31244         chars are more than a limit, print " and more..." at the tail.
31246 2005-04-08  Kim F. Storm  <storm@cua.dk>
31248         * emacs-lisp/authors.el (authors-aliases): Update list.
31249         (authors-ignored-files): New list.
31250         (authors-fixed-entries): Fix typo.
31251         (authors-renamed-files-alist): Update list.
31252         (authors-add): Check authors-ignored-files.
31254 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31256         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31257         optional, to ensure backward compatibility.
31259 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31261         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31263 2005-04-08  Kim F. Storm  <storm@cua.dk>
31265         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31267         * mouse.el (mouse-on-link-p): Doc fix.
31269 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31271         * ielm.el (ielm-prompt-read-only): Doc fix.
31273         * comint.el (comint-prompt-read-only): Doc fix.
31275 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31277         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31278         ensure dired always handles wildcards passed to ffap.
31279         (find-file-at-point): Use it.
31280         (ffap-dired-wildcards): Doc fix.
31282 2005-04-07  Juri Linkov  <juri@jurta.org>
31284         * simple.el (next-error-overlay-arrow-position): New defvar.
31285         Put "=>" on its property `overlay-arrow-string'.  Add it to
31286         `overlay-arrow-variable-list'.
31288         * progmodes/compile.el (compilation-setup):
31289         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31290         nil in the local hook `kill-buffer-hook'.  Make local variable
31291         `overlay-arrow-string' and set it to "=>".
31292         (compilation-goto-locus): Set BOL position to
31293         `next-error-overlay-arrow-position' instead of
31294         `overlay-arrow-position'.
31296         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31297         locally instead of adding it to the global hook.
31298         (Info-kill-buffer): Move up.
31300 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31302         * term/xterm.el (xterm-standard-colors): Update color values from
31303         xterm-200.
31305 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31307         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31309         * fast-lock.el:
31310         * lazy-lock.el: Move them to the obsolete subdir.
31312 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31314         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31315         (wdired-add-replace-advice): Remove.
31316         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31318 2005-04-06  Kim F. Storm  <storm@cua.dk>
31320         * startup.el (command-line): Add --bare-bones alias for -Q.
31322 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31324         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31325         create the startup fontset if a font specification ends with
31326         `mac-roman'.
31328 2005-04-06  Lute Kamstra  <lute@gnu.org>
31330         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31331         change.
31333         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31334         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31336 2005-04-05  Lute Kamstra  <lute@gnu.org>
31338         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31339         (define-generic-mode): Ditto.  Fix debug declaration.
31341         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31342         Put them in the generic-x group.
31344         * calendar/timeclock.el (timeclock): Doc fix.
31346         * generic.el (define-generic-mode): Don't use custom-current-group.
31347         Document default :group value.
31348         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31349         (define-global-minor-mode): Don't use custom-current-group.
31351 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31353         * startup.el (command-line-1): Display startup-echo-area-message
31354         when fancy splash screen is in use.
31356         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31357         (sh-escaped-newline): New face.
31358         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31359         newline, and use sh-escaped-newline face.
31361         * progmodes/tcl.el (tcl-escaped-newline): New face.
31362         (tcl-builtin-list): New variable.
31363         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31364         newlines.  Fix keywords subexpression number.
31366 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31368         * textmodes/org.el (org-diary-default-entry): Fix call to
31369         `add-to-diary-entry'.
31371 2005-04-05  Kim F. Storm  <storm@cua.dk>
31373         * ediff-init.el: Use (featurep 'xemacs).
31375 2005-04-05  David Ponce  <david@dponce.com>
31377         * cus-edit.el (face): Derive from symbol widget.  Display sample
31378         of the current face on the fly.
31379         (widget-face-sample-face-get, widget-face-notify): New functions.
31380         (widget-face-value-create): Remove.
31382         * wid-edit.el (widget-field-end): Temporarily remove field
31383         narrowing before to call `get-char-property'.
31385 2005-04-04  Jay Belanger  <belanger@truman.edu>
31387         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31388         (math-read-subscripts): New variable.
31389         (math-read-preprocess-string): Process subscripts.
31391 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31393         * comint.el (comint-prompt-read-only): Doc fix.
31395         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31396         `-1'.  Doc fix.
31398 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31400         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31401         Change default value to nil.
31403 2005-04-04  Lute Kamstra  <lute@gnu.org>
31405         * autorevert.el (auto-revert-mode): Specify :group.
31406         * battery.el (display-battery-mode): Specify :group.
31407         * diff-mode.el (diff-minor-mode): Specify :group.
31408         * font-core.el (font-lock-mode): Specify :group.
31409         * hl-line.el (hl-line-mode): Specify :group.
31410         * iimage.el (iimage): New customization group.
31411         (iimage-mode): Specify :group.
31412         * longlines.el (longlines-mode): Specify :group.
31413         * master.el: Don't require easy-mmode.
31414         (master): New customization group.
31415         (master-mode): Specify :group.
31416         * msb.el (msb-mode): Specify :group.
31417         * reveal.el (reveal-mode): Specify :group.
31418         * simple.el (next-error-follow-minor-mode): Specify :group.
31419         * smerge-mode.el (smerge-mode): Specify :group.
31420         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31421         * emulation/cua-base.el (cua-mode): Specify :group.
31422         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31423         * language/thai-util.el (thai-auto-composition-mode)
31424         (thai-word-mode): Specify :group.
31425         * mail/supercite.el (sc-minor-mode): Specify :group.
31426         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31427         * progmodes/flymake.el (flymake-mode): Specify :group.
31428         * progmodes/glasses.el (glasses-mode): Specify :group.
31429         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31430         * textmodes/enriched.el (enriched-mode): Specify :group.
31431         * textmodes/refill.el (refill-mode): Specify :group.
31433         * add-log.el (change-log-font-lock-keywords): Names in
31434         parenthesized lists can contain spaces.
31436 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31438         * startup.el (fancy-splash-text): Shorten default text of
31439         "Emacs Tutorial" line.  Also, if the current language env
31440         indicates an available tutorial file other than TUTORIAL,
31441         extract its title and append it to the line in parentheses.
31442         (fancy-splash-insert): If arg is a thunk, funcall it.
31444 2005-04-04  Jay Belanger  <belanger@truman.edu>
31446         * calc.el (calc-language-alist): Add tags to customization type.
31448 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31450         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31451         Doc fix.
31453 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31455         * add-log.el (change-log-font-lock-keywords): The manual
31456         describing a Change Log entry, says: (...) "Aside from these
31457         header lines, every line in the change log starts with a space or
31458         a tab.".  The font-lock was not highlighting lines started with
31459         spaces, added support for it.
31461 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31463         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31464         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31465         complex example in the docstring.
31466         (bibtex-font-lock-url): Use pop.
31468 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31470         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31472         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31474 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31476         * filesets.el (filesets-set-default): Doc fix.
31478 2005-04-03  Lute Kamstra  <lute@gnu.org>
31480         * generic.el (define-generic-mode): Add argument to specify
31481         keywords for defcustom.
31482         (default-generic-mode): Specify :group.
31484         * generic-x.el: Specify :group for all generic modes.
31486         * desktop.el (desktop-no-desktop-file-hook)
31487         (desktop-after-read-hook): Doc fix.
31489 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31491         * simple.el (visible-mode): Use explicit :group keyword.
31492         This changes the group of `visible-mode-hook' from paren-blinking
31493         to editing-basics.
31495 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31497         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31498         mailbox specifications as well as URLs.
31499         (rmail-insert-inbox-text): Remove unused conditional branches.
31501 2005-04-01  Jay Belanger  <belanger@truman.edu>
31503         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31504         (calc-gnuplot-print-command): Move definitions to calc.el.
31506         * calc/calc-embed.el (calc-embedded-announce-formula)
31507         (calc-embedded-open-formula, calc-embedded-close-formula)
31508         (calc-embedded-open-word, calc-embedded-close-word)
31509         (calc-embedded-open-plain, calc-embedded-close-plain)
31510         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31511         (calc-embedded-open-mode, calc-embedded-close-mode):
31512         Move definitions to calc.el.
31514         * calc/calc.el (calc-settings-file, calc-language-alist):
31515         Make customizable.
31516         (calc-embedded-announce-formula, calc-embedded-open-formula)
31517         (calc-embedded-close-formula, calc-embedded-open-word)
31518         (calc-embedded-close-word, calc-embedded-open-plain)
31519         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31520         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31521         (calc-embedded-close-mode, calc-gnuplot-name)
31522         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31523         from other files and make customizable.
31525 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31527         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31528         Use buffer-live-p.
31529         (cvs-mode-run): Don't call cvs-update-header here.
31530         (cvs-run-process): Call cvs-update-header.
31531         Use process properties for cvs-postprocess and cvs-buffer so that
31532         the sentinel can behave better if the temp buffer is killed.
31533         Use a pipe rather than a tty, to better handle unexpected prompts.
31534         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31536 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31538         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31539         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31541 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31543         * generic.el (define-generic-mode): Add indentation rule.
31545 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31547         * files.el (mode-require-final-newline): Make Custom correctly
31548         report a nil value and allow to set it to nil via Custom.
31549         Doc fix.
31551 2005-04-01  Kenichi Handa  <handa@m17n.org>
31553         * international/characters.el: Enable the correct case setting for
31554         dotless-i and dotted-I.
31556 2005-04-01  Kim F. Storm  <storm@cua.dk>
31558         * ido.el (ido-file-internal): Fall back to non-ido command if
31559         initial directory is on slow ftp (or tramp) host.
31561 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31563         * emacs-lisp/autoload.el (make-autoload):
31564         Handle define-global-minor-mode.
31566         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31567         Rename from easy-mmode-define-global-mode.
31568         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31570         * progmodes/scheme.el (scheme-mode-syntax-table):
31571         Update syntax of | and # for two-character comment syntax.
31573 2005-03-31  Lute Kamstra  <lute@gnu.org>
31575         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31576         (define-minor-mode): Call custom-current-group at load-time.
31578         * generic.el (define-generic-mode): Add debug declaration.
31579         Add defcustom for the mode hook.
31580         (generic-mode-internal): Use run-mode-hooks.
31582 2005-03-31  Kim F. Storm  <storm@cua.dk>
31584         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31585         (mouse-fixup-help-message): New defun called by show_help_echo
31586         to fixup mouse-2 prefix in help messages when applicable.
31588         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31590 2005-03-31  Kenichi Handa  <handa@m17n.org>
31592         * language/thai-word.el (thai-find-word-ends): Pay attention to
31593         the case that we reach the end of buffer.
31595         * textmodes/fill.el (fill-text-properties-at): New function.
31596         (fill-newline): Use fill-text-properties-at instead of
31597         text-properties-at.
31599 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31601         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31602         not comint-quote-filename.
31604 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31606         * help-fns.el (help-with-tutorial): Revert last change.
31608 2005-03-31  Kim F. Storm  <storm@cua.dk>
31610         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31612 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31614         * calendar/cal-china.el: Update reference to "Calendrical
31615         Calculations" book; there's a new edition.
31616         * calendar/cal-coptic.el: Likewise.
31617         * calendar/cal-french.el: Likewise.
31618         * calendar/cal-hebrew.el: Likewise.
31619         * calendar/cal-islam.el: Likewise.
31620         * calendar/cal-iso.el: Likewise.
31621         * calendar/cal-julian.el: Likewise.
31622         * calendar/cal-mayan.el: Likewise.
31623         * calendar/cal-persia.el: Likewise.
31624         * calendar/calendar.el: Likewise.
31625         * calendar/holidays.el: Likewise.
31626         * calendar/lunar.el: Likewise.
31627         * calendar/solar.el: Likewise.
31629         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31630         white space from doc string.
31632 2005-03-30  Jay Belanger  <belanger@truman.edu>
31634         * calc/calc-help.el (calc-full-help): Remove email address.
31636 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31638         * help-fns.el (help-with-tutorial): Delete title line.
31640 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31642         * calendar/cal-x.el (calendar-one-frame-setup)
31643         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31644         rather than `symbol' for set-window-dedicated-p.
31646         * calendar/appt.el (appt-buffer-name): Make it a constant.
31647         (appt-add): Doc fix.
31649         * filesets.el (filesets-menu-path, filesets-menu-before)
31650         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31651         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31652         (filesets-add-submenu): Delete and use add-submenu instead.
31654 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31656         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31657         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31658         (org-diary-default-entry): New function.
31659         (org-get-entries-from-diary): Better parsing of diary entries.
31660         (org-agenda-check-no-diary): New function.
31661         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31662         linking to diary entries.
31663         (org-agenda-execute-calendar-command): New function.
31664         (org-agenda): Improve visible section in window.
31665         Use `org-fit-agenda-window'.
31666         (org-fit-agenda-window): New option.
31667         (org-move-subtree-down): Better handling of empty lines
31668         at end of subtree.
31669         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31670         levels up.
31671         (org-fontify-done-headline): New option.
31672         (org-headline-done-face): New face.
31673         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31674         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31675         When current field is non-empty, it is copied to next row.
31676         (org-table-copy-from-above): Fix bug which made it
31677         impossible to copy fields containing only a single non-white character.
31679 2005-03-30  Kim F. Storm  <storm@cua.dk>
31681         * kmacro.el (kmacro-end-macro): Isearch may store this command
31682         into the macro -- so ignore it when executing keyboard macro.
31684 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31686         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31688 2005-03-29  Kenichi Handa  <handa@m17n.org>
31690         * language/thai.el ("Thai"): Set setup-function and exit-function
31691         for Thai language environment.
31693         * language/thai-util.el: Require thai-word.
31694         (thai-word-mode-map): New variable.
31695         (thai-word-mode): New minor mode.
31696         (setup-thai-language-environment-internal): New function.
31697         (exit-thai-language-environment-internal): New function.
31699         * language/thai-word.el (thai-word-table): Declare it by defvar,
31700         use dolist to initialize it.
31701         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31702         (thai-fill-find-break-point): New functions.
31704 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31706         * simple.el (idle-update-delay): Move definition up.
31707         (set-mark): Doc fix.
31709 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31711         * longlines.el: New file.
31713         * simple.el (buffer-substring-filters): New variable.
31714         (filter-buffer-substring): New function.
31715         (kill-region, copy-region-as-kill): Use it.
31717         * register.el (copy-to-register, append-to-register)
31718         (prepend-to-register): Use filter-buffer-substring.
31720 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31722         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31723         (gud-filter-pending-text): Move in front of gdb.
31724         (gud-overlay-arrow-position): New variable.
31725         (gud-sentinel, gud-display-line): Use it in place of
31726         overlay-arrow-position.
31728 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31730         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31731         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31732         (fortran-font-lock-keywords-4): New variable.
31733         (fortran-blocks-re, fortran-end-block-re)
31734         (fortran-start-block-re): New constants, for hideshow.
31735         (hs-special-modes-alist): Add a Fortran entry.
31736         (fortran-mode-map): Bind fortran-end-of-block,
31737         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31738         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31739         (fortran-looking-at-if-then, fortran-end-of-block)
31740         (fortran-beginning-of-block): New functions, for hideshow.
31742         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31743         Doc fix.  Tweak regexp.
31744         (f90-beginning-of-block): Push mark first.
31746 2005-03-29  Jay Belanger  <belanger@truman.edu>
31748         * calc/calc.el: Update copyright date.
31749         (calc-version): Increase to 2.1.
31750         (calc-version-date): Remove.
31752         * calc/calc-help.el: Update copyright date.
31753         (calc-full-help): Remove reference to calc-version-date.
31754         Update copyright date.
31756 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31758         * vc.el (vc-do-command): Use a pipe for async processes, so password
31759         prompts don't show up at places where the user can't reply.
31761 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31763         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31764         on the file name we pass to the inferior shell.
31766 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31768         * progmodes/which-func.el (which-function): Be robust in the face of an
31769         imenu--make-index-alist failure.
31771 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31773         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31775         * progmodes/python.el (python-preoutput-filter): Fix last change.
31777 2005-03-29  Lute Kamstra  <lute@gnu.org>
31779         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31780         functions and compiled macros.
31781         (debug-convert-byte-code): Handle macros too.
31782         (debug-on-entry-1): Don't signal an error when trying to clear a
31783         function that is not set to debug on entry.
31785 2005-03-29  Jay Belanger  <belanger@truman.edu>
31787         * calc/calc-lang.el: Add functions to math-function-table
31788         properties of tex and math.
31790 2005-03-29  Kenichi Handa  <handa@m17n.org>
31792         * ps-mule.el (ps-mule-plot-string): Translate characters by
31793         ps-print-translation-table.
31794         (ps-mule-begin-job): Call find-charset-region/string with
31795         ps-print-translation-table.
31796         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31798         * ps-print.el (ps-print-translation-table): New variable.
31799         (ps-plot-region): Translate characters by ps-print-translation-table.
31801 2005-03-29  Juri Linkov  <juri@jurta.org>
31803         * simple.el (next-error-highlight-timer): New variable.
31805         * progmodes/compile.el (compilation-goto-locus):
31806         Use `next-error-highlight-timer' instead of `sit-for'.
31808 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31810         * mail/supercite.el (sc-mail-field): Use assoc-string.
31811         (sc-get-address): Simplify regexps.
31813         * files.el (minibuffer-with-setup-hook): New macro.
31814         (find-file-read-args): Use it to avoid let-binding
31815         minibuffer-with-setup-hook (which breaks turning on/off
31816         file-name-shadow-mode while in the prompt).
31818         * complete.el (PC-read-include-file-name-internal):
31819         Use test-completion.
31821 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
31823         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31825 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31827         * window.el (window-buffer-height): Use count-screen-lines.
31829         * progmodes/python.el (python-preoutput-leftover): New var.
31830         (python-preoutput-filter): Use it.
31831         (python-send-receive): Loop until all the result has been received.
31833 2005-03-28  Juri Linkov  <juri@jurta.org>
31835         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31837         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31838         "Recover Crashed Session".
31839         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31840         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31841         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31842         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31843         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31844         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31845         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31846         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31848         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31849         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31850         Ediff Sessions", "Toggle use of separate control buffer frame",
31851         "Use separate frame for Ediff control buffer".
31853         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31854         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31855         "Rename Bookmark", "Delete Bookmark".
31857         * info.el (Info-mode-menu): Remove ellipsis from "Index".
31858         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31859         Add `:active Info-index-alternatives' to "Next Matching Item".
31861         * wdired.el (wdired-change-to-wdired-mode):
31862         Mention `wdired-abort-changes' key in the initial message.
31864         * international/mule.el (auto-coding-alist): Associate non-ascii
31865         image filename extensions with `no-conversion'.
31867 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31869         * international/iso-acc.el:
31870         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31872 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
31874         * textmodes/sgml-mode.el (html-mode): Doc update.
31876         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31878 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
31880         * term.el (term-move-columns): Fix face after extending a line.
31881         (term-insert-spaces): Likewise.
31882         (term-reset-terminal): Fix off by one error.
31884 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31886         * international/mule.el (auto-coding-alist): Add .xpi files.
31888         * files.el (auto-mode-alist): Add .xpi files.
31890 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
31892         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31894 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31896         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31898 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
31900         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31901         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
31903         * calendar/cal-move.el (calendar-beginning-of-year): Move the
31904         cursor to Jan 1 when needed.
31905         (calendar-end-of-year): Fix -/+ typo.
31906         Reported by Chong Yidong <cyd@stupidchicken.com>.
31908 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31910         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31912         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31913         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
31915 2005-03-25  Richard M. Stallman  <rms@gnu.org>
31917         * filesets.el (filesets-init): Add autoload.
31919         * mail/mailalias.el (mail-directory): Doc fix.
31921 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31923         * mail/mailalias.el (mail-directory-process): Do nothing if
31924         mail-directory-process is an atom.
31925         (mail-get-names): Ignore mail-directory-names if it is an atom.
31926         (mail-directory-process defvar): Doc fix.
31927         (mail-names): Doc fix.
31929 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
31931         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31933 2005-03-26  Kenichi Handa  <handa@m17n.org>
31935         * international/mule-util.el (detect-coding-with-priority):
31936         Call update-coding-systems-internal before detect-coding-region.
31938 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
31940         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31941         (gdb-frames-mode-map): Add follow-link property.
31943 2005-03-25  Jay Belanger  <belanger@truman.edu>
31945         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31946         for variables.
31948 2005-03-25  Juri Linkov  <juri@jurta.org>
31950         * image-mode.el: Optimize image filename extension regexps in
31951         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
31952         in `auto-mode-alist'.
31953         (image-mode): Add `image-toggle-display-text' to local hook
31954         `change-major-mode-hook'.  Display the image as an image by
31955         default.  Set `cursor-type' and `truncate-lines' if the image
31956         is already displayed.  Take into account the current mode (image
31957         or text) in message.
31958         (image-minor-mode): New minor mode.
31959         (image-mode-maybe, image-toggle-display-text): New functions.
31960         (image-toggle-display): Use called-interactively-p.
31961         Let-bind `inhibit-read-only' to t.
31963         * image-mode.el (image-minor-mode): Set `cursor-type' and
31964         `truncate-lines' if the image is already displayed.  Add turning
31965         image-minor-mode off to `change-major-mode-hook'.  Add message.
31966         Call `image-toggle-display-text' after turning image-minor-mode off.
31968 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
31970         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31971         Terminal.app, use utf-8.
31972         (set-display-table-and-terminal-coding-system): Add coding-system arg.
31973         (set-locale-environment): Use it.
31975         * term/xterm.el: Undo last change, better done in mule-cmds.el.
31977         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31979         * progmodes/python.el (python-close-block-statement-p)
31980         (python-outdent-p, python-current-defun): Use symbol-end.
31982 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
31984         * files.el (save-some-buffers): Doc fix.
31986 2005-03-25  Werner Lemberg  <wl@gnu.org>
31988         * complete.el, thumbs.el: Replace `legal' with `valid'.
31989         * calendar/calendar.el: Replace `legal' with `valid'.
31990         * emacs-lisp/advice.el: Replace `legal' with `valid'.
31991         * mail/supercite.el: Replace `legal' with `valid'.
31992         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31993         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31994         Replace `legal' with `valid'.
31995         * textmodes/reftex-vars.el, textmodes/reftex.el:
31996         Replace `legal' with `valid'.
31998 2005-03-25  Werner Lemberg  <wl@gnu.org>
32000         * calc/calc-forms.el, calc/calc-sel.el
32001         * midnight.el, vc-cvs.el
32002         * emacs-lisp/cl-macs.el
32003         * emulation/vip.el
32004         * eshell/esh-io.el, eshell/esh-var.el
32005         * mail/supercite.el
32006         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32007         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32008         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32009         * progmodes/sh-script.el, progmodes/xscheme.el
32010         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32011         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32012         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32013         * textmodes/reftex.el, textmodes/org.el:
32014         Replace `illegal' with `invalid'.
32016 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32018         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32019         (flymake-find-buildfile, flymake-find-possible-master-files)
32020         (flymake-check-include, flymake-parse-line): Replace loops over the
32021         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32023         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32024         Substitute file-name-as-directory in the rest of the file.
32025         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32026         (flymake-replace-region): Remove unused arg `buffer'.
32027         (flymake-check-patch-master-file-buffer): Update calls to it.
32028         (flymake-add-err-info): Remove unused var `count'.
32029         (flymake-mode): Use define-minor-mode.
32031         * progmodes/flymake.el: Use with-current-buffer.
32032         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32033         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32034         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32035         Avoid testing for `xemacs'.
32036         (flymake-nop): Move.
32037         (flymake-region-has-flymake-overlays): Return the computed value.
32038         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32039         Remove unused var `endline'.
32040         (flymake-get-line-count): Remove unused function.
32041         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32043         * emulation/vi.el:
32044         * generic.el:
32045         * hilit-chg.el (global-highlight-changes):
32046         * hi-lock.el (hi-lock-mode):
32047         * follow.el: find-file-hooks -> find-file-hook.
32049         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32051 2005-03-24  Juri Linkov  <juri@jurta.org>
32053         * dired.el (dired-mode-map): Add menu item "Compare directories"
32054         for dired-compare-directories.
32056         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32057         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32059 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32061         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32063 2005-03-24  Jay Belanger  <belanger@truman.edu>
32065         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32066         relevant mode settings in calc-embedded-original-modes when modes
32067         are permanently changed.
32069 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32071         * autoinsert.el: find-file-hooks -> find-file-hook.
32073 2005-03-24  Lute Kamstra  <lute@gnu.org>
32075         * generic.el (generic-font-lock-defaults): Make it obsolete.
32076         (generic-font-lock-keywords): New variable to replace
32077         generic-font-lock-defaults.
32078         (generic-mode-set-font-lock): Delete it.
32079         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32080         (generic-bracket-support): Add docstring.
32082         * generic-x.el: Rename generic-font-lock-defaults to
32083         generic-font-lock-keywords throughout.
32084         (mailagent-rules-setup-function): Delete it.
32085         (mailagent-rules-generic-mode): Use anonymous function instead.
32086         (show-tabs-generic-mode-font-lock-defaults-1)
32087         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32088         Quote faces.
32089         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32090         not foreground.
32092         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32093         Recognize define-generic-mode.
32095 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32097         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32098         if there's no completion table.
32100 2005-03-23  Miles Bader  <miles@gnu.org>
32102         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32103         Remove tty-specific variants, as they're no longer needed.
32105 2005-03-23  Lute Kamstra  <lute@gnu.org>
32107         * generic-x.el: Code cleanup: make args constant whenever possible.
32108         (installshield-statement-keyword-list)
32109         (installshield-system-functions-list)
32110         (installshield-system-variables-list, installshield-types-list)
32111         (installshield-funarg-constants-list): Make them constants.
32113         * generic.el (generic-make-keywords-list): Add autoload cookie.
32115         * calendar/time-date.el: Add comment on time value formats.
32116         Don't require parse-time.
32117         (with-decoded-time-value): New macro.
32118         (encode-time-value): New function.
32119         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32120         (days-to-time): Return a valid time value when arg is huge.
32121         (time-since): Use time-subtract.
32122         (time-to-number-of-days): Use time-to-seconds.
32124 2005-03-23  David Ponce  <david@dponce.com>
32126         * recentf.el (recentf-keep): New option.
32127         (recentf-menu-action): Default to `find-file'.
32128         (recentf-keep-non-readable-files-flag)
32129         (recentf-keep-non-readable-files-p)
32130         (recentf-file-readable-p, recentf-find-file)
32131         (recentf-cleanup-remote): Remove.
32132         (recentf-include-p): More robust.
32133         (recentf-keep-p): New function.
32134         (recentf-remove-if-non-kept): Rename from
32135         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32136         All callers updated.
32137         (recentf-menu-items-for-commands): Fix help string.
32138         (recentf-track-closed-file): Update.  Doc fix.
32139         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32141 2005-03-23  Kim F. Storm  <storm@cua.dk>
32143         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32144         Don't inherit from fringe face (now happens automatically).
32146 2005-03-22  Kim F. Storm  <storm@cua.dk>
32148         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32149         position values.
32151 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32153         * menu-bar.el (showhide-date-time): Remove.
32154         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32155         (menu-bar-make-mm-toggle): Simplify.
32157 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32159         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32160         Accept qualified variable and function names.
32162 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32164         * bindings.el (completion-ignored-extensions):
32165         Remove ".lis" for `vax-vms'.
32167 2005-03-22  Andreas Schwab  <schwab@suse.de>
32169         * generic-x.el: Revert last change.
32170         * ldefs-boot.el: Update.
32172 2005-03-22  Jay Belanger  <belanger@truman.edu>
32174         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32175         (calc-embedded-save-original-modes)
32176         (calc-embedded-restore-original-modes): New functions.
32177         (calc-do-embedded): Save original modes when entering embedded mode
32178         and restore when leaving embedded mode.
32179         (calc-embedded-modes-change): Change the value of
32180         calc-embedded-original-modes to reflect permanent changes.
32182 2005-03-22  Lute Kamstra  <lute@gnu.org>
32184         * generic-x.el: Require generic again.
32186 2005-03-22  Miles Bader  <miles@gnu.org>
32188         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32189         Tweak details to look good on both ttys and bitmap displays, light
32190         or dark background, etc.
32192 2005-03-21  Kim F. Storm  <storm@cua.dk>
32194         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32195         mouse position.
32197 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32199         * icomplete.el: Don't forcibly turn on the mode upon load.
32200         (icomplete-mode): Use define-minor-mode.
32201         (icomplete-eoinput): Default to nil.
32202         (icomplete-minibuffer-setup): Remove autoload.
32203         (icomplete-tidy): Simplify.
32204         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32205         in the initial state or if the user has modified the field.
32206         Fix handling of icomplete-max-delay-chars.
32207         Remove code that handles the oddball case where
32208         minibuffer-completion-table is an integer.
32209         Wrap icomplete-completions in while-no-input in case building
32210         completions takes more time than expected.
32211         (icomplete-completions): Simplify.
32213 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32215         * jka-compr.el (jka-compr-really-do-compress):
32216         Make variable buffer-local.
32218         * image-mode.el: Handle .xpm files too.
32219         (image-toggle-display): Preserve modification flag.
32221         * help.el (where-is): Don't mention aliases with no key bindings.
32223 2005-03-21  Lute Kamstra  <lute@gnu.org>
32225         * generic.el: Fix commentary section.  Don't require cl for
32226         compilation.
32227         (generic-mode-list): Add autoload cookie.
32228         (generic-use-find-file-hook, generic-lines-to-scan)
32229         (generic-find-file-regexp, generic-ignore-files-regexp)
32230         (generic-mode, generic-mode-find-file-hook)
32231         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32232         (define-generic-mode): Make it a defmacro.  Fix docstring.
32233         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32234         (generic-mode-set-comments): Code cleanup.
32235         * generic-x.el: Don't prevent compilation.  Don't require generic.
32236         Follow coding conventions.  Minor code cleanup.
32237         (etc-fstab-generic-mode): Add some keywords.
32238         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32239         define-generic-mode like a function declaration.
32241 2005-03-21  Jay Belanger  <belanger@truman.edu>
32243         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32244         changing modes.
32246 2005-03-21  Sam Steingold  <sds@gnu.org>
32248         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32250 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32252         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32253         Add underscore to "f$ lexicals" regexp.
32255 2005-03-20  Juri Linkov  <juri@jurta.org>
32257         * subr.el (progress-reporter-do-update): When `min-value' is equal
32258         to `max-value', set `percentage' to 0 and prevent division by zero.
32260 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32262         Sync with Tramp 2.0.48.
32264         * net/tramp.el (all): Change all addresses to .gnu.org.
32265         (tramp-append-tramp-buffers): New defun.
32266         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32267         Catch `dont-send' signal.
32268         (tramp-set-auto-save-file-modes): Set always permissions, because
32269         there might be an old auto-saved file belonging to another
32270         original file.  This could be a security threat.  Reported by
32271         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32272         Check for Emacs 21.3.50 removed.
32274         * net/tramp-smb.el (all): Remove debug construct for
32275         `with-parsed-tramp-file-name'.
32276         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32277         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32278         No error message if DIRECTORY or FILENAME doesn't exist.
32279         (tramp-smb-open-connection): Check existence of
32280         `tramp-smb-program'.
32282 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32284         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32285         Properly handle the case where the `m' or `s' command's argument is not
32286         yet terminated.
32287         (perl-indent-new-calculate): New function.
32288         (perl-indent-line): Use it.
32290 2005-03-20  Miles Bader  <miles@gnu.org>
32292         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32293         in text-mode too.  Change to new face names.
32294         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32295         Add `:weight bold' attribute.
32296         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32298 2005-03-19  Juri Linkov  <juri@jurta.org>
32300         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32302         * international/mule.el (auto-coding-alist): Sync with
32303         `auto-mode-alist' by adding upper case archive file extensions
32304         and adding ear/war to jar extension.
32306 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32308         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32309         running, restart it.
32311 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32313         * finder.el (finder-current-item): Throw an error on an empty line.
32315         * man.el (Man-follow-manual-reference): If current-word returns
32316         nil, use "".
32318 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32320         * simple.el (goto-line): Doc fix.
32322 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32324         * files.el (save-buffer): Doc fix.
32326 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32328         * recentf.el (recentf-cleanup-remote): New variable.
32329         (recentf-cleanup): Use it to conditionally check availability of
32330         remote files.
32332 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32334         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32335         function names.
32337 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32339         * language/thai-word.el: New file.
32341 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32343         * files.el (backup-buffer): If the file's directory is not
32344         writable, use copy instead of move to backup the file.
32346 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32348         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32350 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32352         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32353         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32354         <darkman_spam@yahoo.fr>.
32355         (ps-print-version): New version 6.6.6.
32357 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32359         * textmodes/table.el (table--line-column-position): New idiom.
32360         (table--row-column-insertion-point-p): New function to test
32361         validity of row and column insertion operation at a location.
32362         (table-global-menu, table-cell-menu): Use above functions for
32363         deterministic test operation.
32364         (table--editable-cell-p): Behave in deterministic fashion.
32366 2005-03-18  Juri Linkov  <juri@jurta.org>
32368         * isearch.el (isearch-lazy-highlight-new-loop):
32369         Make arguments beg and end optional.
32370         (isearch-update): Remove optional arguments nil from
32371         isearch-lazy-highlight-new-loop.
32372         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32373         isearch-lazy-highlight-case-fold-search instead of
32374         isearch-case-fold-search, and let-bind isearch-regexp to
32375         isearch-lazy-highlight-regexp.
32376         Use isearch-lazy-highlight-last-string instead of isearch-string.
32378         * replace.el (perform-replace): Remove bindings of global
32379         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32380         Add three new arguments to `replace-highlight'.
32381         (replace-highlight): Add arguments string, regexp, case-fold.
32382         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32383         to allow isearch-lazy-highlight-new-loop to use these values
32384         to set corresponding isearch-lazy-highlight-* internal
32385         variables whose values lazy highlighting will use regardless of
32386         changes to global variables isearch-string, isearch-regexp,
32387         isearch-case-fold-search during lazy highlighting loop.
32388         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32389         to `lazy-highlight-cleanup'.
32391         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32392         (ispell-highlight-face): Set default face to `isearch' when
32393         lazy highlighting is enabled.
32394         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32395         priority to 1.  Add lazy highlighting.
32396         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32397         from `isearch-dehighlight'.
32399 2005-03-18  David Ponce  <david@dponce.com>
32401         * files.el (hack-local-variables): Do a case-insensitive search
32402         for End.
32404 2005-03-18  Juri Linkov  <juri@jurta.org>
32406         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32407         `isearch-lazy-highlight-cleanup', add alias to old name and
32408         declare obsolete.  Add release numbers to other obsolete vars.
32409         (isearch-done, isearch-lazy-highlight-new-loop):
32410         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32411         (lazy-highlight-cleanup) <variable>: Doc fix.
32412         (isearch-lazy-highlight-update): Rename obsolete
32413         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32415 2005-03-18  Kenichi Handa  <handa@m17n.org>
32417         * language/thai-util.el: Fix categorization of Thai characters in
32418         thai-category-table.
32419         (thai-composition-pattern): Adjust it for the above change.
32420         (thai-self-insert-command, thai-compose-syllable): New functions.
32421         (thai-compose-region): Use thai-compose-syllable.
32422         (thai-compose-string): Likewise.
32423         (thai-composition-function): Likewise.
32424         (thai-auto-composition): New function.
32425         (thai-auto-composition-mode): New minor mode.
32427         * language/thai.el: Fix patterns to be registered in
32428         composition-function-table.
32430         * international/quail.el (quail-input-method): Locally bind
32431         inhibit-modification-hooks to t.
32433 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32435         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32436         (perl-mode): Use run-mode-hooks.
32438         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32439         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32440         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32442         * mail/sendmail.el (sendmail-send-it): Reenable the code
32443         to compute resend-to-address and use it.
32445         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32447         * image-mode.el: New file.
32449         * image.el (insert-sliced-image): Add autoload cookie.
32451         * font-lock.el (font-lock-lines-before): New user option.
32452         (font-lock-after-change-function): Obey it.
32454         * bindings.el (esc-map): Make M-g a prefix.
32455         Bind M-g g and M-g M-g to goto-line.
32457         * faces.el (face-id): Doc fix.
32459 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32461         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32462         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32463         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32465         * mail/sendmail.el (mail-yank-ignored-headers)
32466         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32467         Add Mail-Followup-To and Mail-Reply-To headers.
32468         (mail-citation-hook): Add autoload cookie.
32469         (mail-mode): Doc fix.
32470         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32471         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32472         (mail-mode-fill-paragraph): Handle those headers.
32473         (mail-mailing-lists): New variable.
32474         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32476 2005-03-17  Juri Linkov  <juri@jurta.org>
32478         * isearch.el (isearch-fallback): Check for `(car previous)'
32479         before calling `isearch-other-end-state'.
32481 2005-03-17  Kim F. Storm  <storm@cua.dk>
32483         * simple.el (move-beginning-of-line): Move to beginning of buffer
32484         line, as well as beginning of screen line.
32486 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32488         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32489         argument REDRAW rather than calendar-redrawing variable.
32490         * calendar/calendar.el (calendar-redrawing): Delete.
32491         (redraw-calendar): Do not bind calendar-redrawing.
32493 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32495         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32496         diary-file buffer.
32498 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32500         * help.el (describe-mode): Allow a :minor-mode-function property to
32501         specify a different minor mode toggle function than the variable.
32502         * simple.el (auto-fill-function):
32503         * subr.el (add-minor-mode): Use it.
32505 2005-03-16  Kenichi Handa  <handa@m17n.org>
32507         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32508         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32509         (ethio-fidel-to-sera-buffer): Likewise.
32511 2005-03-16  Juri Linkov  <juri@jurta.org>
32513         * emacs-lisp/find-func.el (find-function-regexp):
32514         Add defun-emitting macro `menu-bar-make-toggle'.
32516         * isearch.el: Put `isearch-scroll' property to
32517         `split-window-horizontally'.
32519         * info.el: Update error messages for `debug-ignored-errors'.
32520         (Info-isearch-search): Doc fix.
32521         (Info-find-node): Move up code to go into info buffer before
32522         recording the node to the history.
32523         (Info-fontify-node): Fontify titles only if the next line
32524         has two or more `*', `=', `-', `.'.
32525         Display "go to this node" for empty (match-string 3).
32527 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32529         * term/mac-win.el: Add mouse pointer shape constants.
32531 2005-03-15  Kim F. Storm  <storm@cua.dk>
32533         * simple.el (move-beginning-of-line): Use vertical-motion.
32535 2005-03-15  Juri Linkov  <juri@jurta.org>
32537         * isearch.el (isearch-error): New variable.
32538         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32539         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32540         (isearch-within-brackets-state): Remove.
32541         (isearch-case-fold-search-state, isearch-pop-fun-state):
32542         Decrease frame index.
32543         (isearch-mode, isearch-top-state, isearch-push-state)
32544         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32545         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32546         (isearch-search, isearch-lazy-highlight-new-loop):
32547         Replace `isearch-invalid-regexp' with `isearch-error'.
32548         Remove `isearch-within-brackets'.
32549         (isearch-search): Add `search-failed' handler to `condition-case'.
32550         (isearch-lazy-highlight-search): Add `condition-case' to catch
32551         errors and allow `isearch-lazy-highlight-update' to try
32552         highlighting from the beginning of the window.
32553         (isearch-repeat): Move up code to set isearch-wrapped to t
32554         before calling isearch-wrap-function.
32556         * info.el (Info-isearch-initial-node): New internal variable.
32557         (Info-search): Signal an error in isearch mode when search leaves
32558         the initial node.  Signal an error when `bound' is non-nil and
32559         nothing was found in the current subfile.
32560         (Info-isearch-search): Remove `condition-case'.
32561         (Info-isearch-wrap): Don't wrap when search failed during leaving
32562         the initial node.  If `Info-isearch-search' is nil, wrap around
32563         the current node.
32564         (Info-isearch-start): New fun.
32565         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32566         `isearch-mode-hook'.
32568 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32570         * simple.el (normal-erase-is-backspace): Set default to t if
32571         running on Mac.
32573         * term/mac-win.el (function-key-map): Sync with x-win.el.
32575 2005-03-15  Kenichi Handa  <handa@m17n.org>
32577         * international/mule-cmds.el (locale-language-names): Modify the
32578         format of elements and add more entries.
32579         (locale-preferred-coding-systems): Add more entries.
32580         (set-locale-environment): Adjust for the change of
32581         locale-language-names.
32583 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32585         * pcvs.el (smerge-ediff): Remove bogus autoload.
32587 2005-03-14  Lute Kamstra  <lute@gnu.org>
32589         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32590         Ignore a `*' at the beginning of a line.
32592         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32593         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32594         subr.el.
32595         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32596         to specify indentation.
32598         * generic.el (define-generic-mode): Let generic-mode-list be a
32599         list of strings; test membership with equal.
32601 2005-03-14  Kim F. Storm  <storm@cua.dk>
32603         * simple.el (next-line, previous-line): Add optional try-vscroll
32604         arg to recognize interactive use.  Pass it on to line-move.
32605         (line-move): Don't perform auto-window-vscroll when defining or
32606         executing keyboard macro to ensure consistent behavior.
32608 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32610         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32612 2005-03-13  Lute Kamstra  <lute@gnu.org>
32614         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32615         debugger-setup-buffer so that backtrace marks the frames set to
32616         debug-on-exit and we don't have to do it manually.  Set an extra
32617         debug-on-exit for macro's.
32618         (debugger-setup-buffer): Don't mark the top frame manually.
32620 2005-03-12  Lute Kamstra  <lute@gnu.org>
32622         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32623         lisp-indent-function throughout.
32624         (with-no-warnings): Set lisp-indent-function property.
32626 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32628         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32629         Add entry for backslash.
32631 2005-03-12  Juri Linkov  <juri@jurta.org>
32633         * info.el (Info-search): Four fixes for backward search.
32635 2005-03-11  Jay Belanger  <belanger@truman.edu>
32637         * calc/calc.el (calc-language-alist): New variable.
32638         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32639         (calc-embedded-find-modes): Use calc-language-alist instead of
32640         calc-embedded-language-alist.
32642 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32644         * calendar/calendar.el (calendar-redrawing): New internal
32645         variable.
32646         (redraw-calendar): Remove bogus save-excursion from previous
32647         change.  Bind calendar-redrawing to t for mark-diary-entries.
32648         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32649         calendar if that is why we were called.
32651 2005-03-11  Kenichi Handa  <handa@m17n.org>
32653         * international/mule.el (make-coding-system): Set property
32654         coding-system-define-form to nil.
32655         (define-coding-system-alias): Likewise.
32657 2005-03-11  Kenichi Handa  <handa@m17n.org>
32659         These changes are suggested by Dave Love <fx@gnu.org>.
32661         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32662         coding: tag.
32663         (adaptive-fill-regexp): Add more bullets.
32664         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32665         regexps.
32667 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32669         * help.el (describe-mode): Properly handle non-trivial lighters.
32670         Don't ignore minor modes that are not listed in minor-mode-list.
32672         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32673         feature ON when the user requests to turn it OFF.
32675 2005-03-10  Lute Kamstra  <lute@gnu.org>
32677         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32678         (implement-debug-on-entry): New function to replace debug-entry-code.
32679         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32680         second argument as the 2005-03-07 change makes it obsolete.
32681         (debug-on-entry, cancel-debug-on-entry): Update call to
32682         debug-on-entry-1.
32683         (debug, debugger-setup-buffer): Comment update.
32684         (debugger-frame-number): Update to work with implement-debug-on-entry.
32686 2005-03-10  Jay Belanger  <belanger@truman.edu>
32688         * calc/calc-embed.el (math-ms-args): Declare it.
32689         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32690         math-ms-args.
32691         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32692         variables.
32694 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32696         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32697         Use message-box.
32699         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32700         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32701         (tooltip-gud-tips): Simplify.
32702         (tooltip-gud-tips-p): Remove superfluous :set.
32703         (tooltip-gud-modes): Add fortran-mode.
32704         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32706         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32708 2005-03-09  Kim F. Storm  <storm@cua.dk>
32710         * play/animate.el (animate-place-char): Use forward-line instead
32711         of next-line to improve performance.
32713 2005-03-09  Simon Josefsson  <jas@extundo.com>
32715         * net/browse-url.el (browse-url-default-browser): Doc fix.
32717 2005-03-09  Miles Bader  <miles@gnu.org>
32719         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32720         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32722 2005-03-09  Kenichi Handa  <handa@m17n.org>
32724         * international/latin-1.el: Set case and syntax for 255 only if
32725         set-case-syntax-set-multibyte is nil.
32727         * textmodes/ispell.el (ispell-insert-word): New function.
32728         (ispell-word): Use ispell-insert-word to insert a new word.
32729         (ispell-process-line): Likewise.
32730         (ispell-complete-word): Likewise.
32732 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32734         * calendar/calendar.el (redraw-calendar): Preserve point.
32735         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32736         (calendar-week-start-day): Move after definition of
32737         redraw-calendar.  Delete buffer test, since redraw-calendar has
32738         that now.
32740         * calendar/diary-lib.el (mark-diary-entries): Only call
32741         redraw-calendar in the first of any recursive calls.
32742         Reported by Alan Shutko <ats@acm.org>.
32744 2005-03-08  Juri Linkov  <juri@jurta.org>
32746         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32747         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32748         (html-radio-buttons): Add a space before the trailing `/>' where
32749         sgml-xml-mode is non-nil.
32750         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32751         the subsequent tag of the empty XML tag.
32752         (html-href-anchor): Don't set initial input to "http:".
32753         (html-image): Ask for the image URL and set point inside alt="".
32754         (html-name-anchor): Duplicate the name in the `id' attribute when
32755         sgml-xml-mode is non-nil.
32756         (html-paragraph): Remove \n before <p>.
32757         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32758         instead of `checked' when sgml-xml-mode is non-nil.
32760         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32761         Remove 1 space before #RRGGBB to not truncate it on terminal
32762         windows w/o fringes.  Remove 1 space between bg and fg examples
32763         to get more space.
32764         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32765         avoid byte-compile warnings.
32767         * image-file.el (image-file-handler): Put `safe-magic' property to
32768         `image-file-handler'.
32770         * info.el (Info-isearch-search): Emulate word search in
32771         isearching through multiple Info nodes with Info-search.
32772         (Info-isearch-wrap): Allow isearch-word.
32774 2005-03-08  Lute Kamstra  <lute@gnu.org>
32776         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32777         stepping into the debugger's code is not possible.
32778         (debugger-jumping-flag): Docstring update.
32780 2005-03-08  Jay Belanger  <belanger@truman.edu>
32782         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32783         embedded mode begins.
32784         (calc-embedded-language-alist): New variable.
32785         (calc-embedded-find-modes): Use calc-embedded-language-alist to
32786         set default language mode.
32788 2005-03-08  Kenichi Handa  <handa@m17n.org>
32790         * international/ccl.el (define-ccl-program): Fix docstring about
32791         extra 256 bytes assured for the output buffer.
32793         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32794         Fix BUFFER_MAGNIFICATION to 2.
32795         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32797 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
32799         * align.el (align-rules-list): Added an alignment rule for CSS
32800         declarations (applies to css-mode and html-mode buffers).
32802 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32804         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32806 2005-03-07  Kim F. Storm  <storm@cua.dk>
32808         * simple.el (move-beginning-of-line): New command.
32810         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32812         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32814         * emulation/cua-base.el: Put CUA move property on move-end-of-line
32815         and move-beginning-of-line.
32817         * apropos.el (apropos-print): Omit command from M-x ... RET.
32819 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
32821         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32822         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32824 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32826         * bindings.el (esc-map): Bind M-g to goto-line.
32828         * facemenu.el (global-map): Bind M-o, not M-g.
32830 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32832         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32833         "Open Directory" as for "Open File".
32835 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
32837         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32838         (push-mark-command): Run activate-mark-hook.
32840 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32842         * help-mode.el (help-mode-finish): Don't alter the element
32843         in view-return-to-alist if there already is one.
32845         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32846         make sure the current buffer is the expected one.
32848         * novice.el (disabled-command-function): Output in *Disabled Command*.
32849         Explicitly ignore non-keyboard events, and explicitly handle C-g.
32851         * textmodes/flyspell.el (flyspell-large-region):
32852         Pass args differently for aspell.
32854         * files.el (mode-require-final-newline): Doc fix.
32856 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32858         * progmodes/which-func.el (which-function):
32859         Specify NOERROR when calling imenu--make-index-alist.
32861 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32863         * simple.el (normal-erase-is-backspace): Define default value.
32865         * custom.el (custom-theme-set-variables): Remove unused var
32866         `immediate'.
32867         (custom-reevaluate-setting): Simple function to handle variables
32868         that are defined before their default value can really be
32869         computed.
32871         * startup.el (command-line): Use it for temporary-file-directory,
32872         small-emporary-file-directory, auto-save-file-name-transforms,
32873         blink-cursor-mode, and normal-erase-is-backspace.
32875         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32876         progress, even with buggy anchored keywords.
32878 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
32880         * simple.el (goto-line): Remove unbalanced final parenthesis.
32882 2005-03-05  Richard M. Stallman  <rms@gnu.org>
32884         * simple.el (goto-line): Use a number at point as the default.
32885         With C-u as arg, switch buffers.
32887 2005-03-05  Juri Linkov  <juri@jurta.org>
32889         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32890         with `no-blinking-cursor'.
32892         * startup.el (no-blinking-cursor): New defvar.
32893         (command-line): Add `--no-blinking-cursor' to longopts.
32894         Set `no-blinking-cursor' to t for command line arguments
32895         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
32896         with `no-blinking-cursor' in the condition for calling
32897         `blink-cursor-mode'.
32899 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
32901         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32902         (menu-bar-options-save): Add blink-cursor-mode.
32903         (menu-bar-options-menu): Add blink-cursor-mode.
32905 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
32907         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32908         (icalendar-export-file, icalendar-export-region)
32909         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32910         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32912 2005-03-04  Lute Kamstra  <lute@gnu.org>
32914         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32915         (debug-function-list): Ditto.
32917 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
32919         * textmodes/texinfmt.el (texinfo-append-refill):
32920         Redefine the types of line to which @refill
32921         is not appended by replacing a search for `@refill\\|@bye' with
32922         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
32923         itemize@refill' bug and the unfilled long lines bug.
32924         (texinfmt-version): Update number and date.
32926 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
32928         * international/code-pages.el (windows-1250, windows-125[2-8])
32929         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32931 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
32933         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32934         bound yet.
32936 2005-03-02  Romain Francoise  <romain@orebokech.com>
32938         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32939         buffer after removing limits.
32940         (ibuffer-pop-filter): Ditto.
32941         Update copyright.
32943 2005-03-02  Miles Bader  <miles@gnu.org>
32945         * button.el (make-text-button): If the user doesn't specify a
32946         type, use the default.  Rewrite to use `add-text-properties' and
32947         plist functions.
32949 2005-03-01  Lute Kamstra  <lute@gnu.org>
32951         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32952         (debugger-jumping-flag): New var.
32953         (debug-entry-code): Use it.
32954         (debugger-jump): Use debugger-jumping-flag and add
32955         debugger-reenable to post-command-hook.
32956         (debugger-reenable): Use debugger-jumping-flag and remove itself
32957         from post-command-hook.
32958         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32959         debugger-reenable.
32961 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
32963         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32964         inclusion of "itemize\\|", which may be unnecessary, is certainly
32965         inelegant, and stops refilling in itemize lists when formatting
32966         Japanese Texinfo files to Info.
32967         Update copyright to 2005.
32969 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
32971         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32972         of an error if GDB can't find the source file.
32974 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
32976         * calendar/calendar.el (redraw-calendar): Work from any buffer,
32977         not just the calendar.
32979         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32980         first.
32981         (diary-redraw-calendar): New function.
32982         (make-diary-entry): Add diary-redraw-calendar to local
32983         write-contents-functions.  Turn off selective display before
32984         inserting in diary.
32986 2005-03-01  Kim F. Storm  <storm@cua.dk>
32988         * emacs-lisp/copyright.el (copyright-fix-years): New command.
32990 2005-03-01  Lute Kamstra  <lute@gnu.org>
32992         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32993         that debug-entry-code can be safely removed from a function while
32994         this code is being evaluated.  Revert the 2005-02-27 change as the
32995         new implementation no longer requires it.  Make sure that a
32996         function body containing just a string is not mistaken for a docstring.
32997         (debug): Skip one more frame in case of debug on entry.
32998         (debugger-setup-buffer): Delete one more frame line in case of
32999         debug on entry.
33000         (debugger-frame-number): Update to use the new text introduced by
33001         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33003 2005-02-28  Kim F. Storm  <storm@cua.dk>
33005         * double.el (double-translate-key): Call force-window-update after
33006         read-event to avoid crash in redisplay.
33008 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33010         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33011         (debug): Use it.  Move the inhibit-trace earlier.
33012         (debug-entry-code): New const.
33013         (debug-on-entry-1): Use it.
33015 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33017         * international/utf-16.el (ccl-encode-mule-utf-16le):
33018         Fix BUFFER_MAGNIFICATION to 2.
33019         (ccl-encode-mule-utf-16be): Likewise.
33021 2005-02-28  Kenichi Handa  <handa@m17n.org>
33023         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33024         Fix BUFFER_MAGNIFICATION to 4.
33025         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33027 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33029         * speedbar.el (speedbar-update-flag): Doc fix.
33030         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33031         argument.
33033 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33035         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33036         have a non-nil `invisible' property but are actually visible.
33038         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33039         for perldoc sections.
33040         (perl-outline-regexp, perl-outline-level): New var and function.
33041         (perl-mode): Use them.
33043 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33045         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33046         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33048 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33050         * cus-edit.el: Comment change.
33051         (custom-buffer-create-internal): Slightly reword text at top of
33052         Custom buffers.  Mention there that saving an option edits the
33053         init file.  Add link to Emacs manual node on `custom-file'.
33054         (custom-magic-alist): Rewrite individual State messages to use
33055         capitalized keywords.  Doc fix.
33057 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33059         * calendar/calendar.el (calendar-buffer): Move above
33060         calendar-week-start-day.
33061         (calendar-week-start-day): Doc fix.  Add :set function.
33062         (calendar-minimum-window-height): New variable.
33063         (generate-calendar-window): Only resize window if selected-window
33064         is displaying the calendar buffer.  Use new variable
33065         calendar-minimum-window-height.
33066         (generate-calendar): Reword error message.
33067         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33069 2005-02-27  Andreas Schwab  <schwab@suse.de>
33071         * vc.el (vc-do-command): Don't run command asynchronously when
33072         operating in a remote directory.
33074         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33075         change from sync with Tramp 2.0.47.
33077 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33079         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33081         * textmodes/flyspell.el (flyspell-mode-on):
33082         Call ispell-change-dictionary only if necessary.
33084         * emacs-lisp/re-builder.el (regexp-builder): New function.
33086         * register.el (describe-register-1): Explicitly handle
33087         yank-excluded-properties = t.
33089         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33090         (custom-magic-alist): Change the status descriptions again.
33091         (face widget-type): Total rewrite based on `restricted-sexp'
33092         to eliminate the confusing double hiding levels.
33094         * emacs-lisp/debug.el (debug-on-entry-1):
33095         If function body is empty, add nil as body form.
33097 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33099         * emacs-lisp/trace.el (inhibit-trace): New var.
33100         (trace-make-advice): Use it.
33102         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33104 2005-02-26  Kim F. Storm  <storm@cua.dk>
33106         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33107         (mouse-on-link-p, mouse-drag-region-1): Use it.
33109 2005-02-25  Lute Kamstra  <lute@gnu.org>
33111         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33113 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33115         * frame.el (blink-cursor-mode): Add :group keyword.
33117 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33119         * calendar/icalendar.el (icalendar--decode-isodatetime):
33120         New optional argument DAY-SHIFT.
33121         (icalendar-export-region): Fix coding-system-for-write.
33122         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33123         events by one.
33125 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33127         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33129 2005-02-24  Kim F. Storm  <storm@cua.dk>
33131         * international/iso-acc.el (iso-accents-compose): Fix crash
33132         during redisplay.  Call force-window-update after read-event
33133         and delete-region to signal that window is not accurate.
33135 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33137         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33138         Remove unused and inexistent var `inhibit-trace'.
33139         (debugger-mode): Use run-mode-hooks.
33140         (debugger-list-functions): Add buttons; setup xref stack.
33142 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33144         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33145         appointment says it was explicitly made.
33146         (appt-add): Set the 3rd element.
33147         (appt-make-list): Preserve explicit appointments.
33149         * subr.el (find-tag-default): Catch errors in forward-sexp.
33151 2005-02-23  Juri Linkov  <juri@jurta.org>
33153         * info.el (Info-isearch-search): New defcustom.
33154         (Info-isearch-search): Call the default isearch function
33155         when Info-isearch-search is nil.
33156         (Info-isearch-wrap): Use variable Info-isearch-search.
33158 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33160         * cus-edit.el: Comment change.
33162 2005-02-22  Kim F. Storm  <storm@cua.dk>
33164         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33165         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33167 2005-02-22  Simon Josefsson  <jas@extundo.com>
33169         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33170         New variable.
33171         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33172         Oskarsson" <myrkraverk@users.sourceforget.net>.
33174 2005-02-22  Kim F. Storm  <storm@cua.dk>
33176         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33177         check that window of that event is the selected window.
33178         (mouse-drag-region-1): Compare mouse event window to selected
33179         window before setting point.
33181         * tooltip.el (tooltip-show-help-function): Pass event to
33182         mouse-on-link-p so it can check selected window.
33184 2005-02-22  Kenichi Handa  <handa@m17n.org>
33186         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33187         (ps-mule-show-warning): New function.
33188         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33189         characters are found.
33191         * ps-print.el (ps-header-footer-string): Return a list of header
33192         and footer strings.
33194 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33196         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33198 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33200         * frame.el (blink-cursor-mode): Use define-minor-mode.
33202         * term/mac-win.el (function-key-map): Use char-names more consistently.
33203         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33204         already handled in mule-cmds.el (where it also works when mac-win.el
33205         is not used).
33207 2005-02-21  Kenichi Handa  <handa@m17n.org>
33209         * international/mule.el (ctext-pre-write-conversion): Always use
33210         " *code-converting-work*" buffer for work.
33212         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33214 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33216         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33218 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33220         * ses.el (undo-more): Restore defadvice, but only the part that
33221         allows changes outside the restricted area of the buffer.
33223 2005-02-20  Kim F. Storm  <storm@cua.dk>
33225         * simple.el (line-move): Add fourth optional arg try-vscroll which
33226         must be set to perform auto-window-vscroll.
33227         When moving backwards and doing auto-window-vscroll, automatically
33228         vscroll to the last part of lines which are taller than the window.
33229         (next-line, previous-line): Set try-vscroll arg on line-move.
33231 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33233         * replace.el (query-replace, query-replace-regexp)
33234         (replace-string, replace-regexp): When operating on region, make
33235         the minibuffer prompt say so.
33237         * isearch.el (isearch-forward): Document isearch-query-replace and
33238         isearch-query-replace-regexp keybindings.
33240 2005-02-19  Jay Belanger  <belanger@truman.edu>
33242         * calc/calc-aent.el (math-read-token): Add local variable.
33244         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33245         (calc-edit-top): Move declaration to earlier in file.
33246         (calc-edit-macro-repeats): Add local variables.
33248         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33249         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33250         calcFunc-tanh.
33251         Adjust integration rule for calcFunc-tan.
33253 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33255         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33256         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33257         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33258         (viper-skip-separators): Bug fix.
33259         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33260         particular major mode.
33261         (viper-del-backward-char-in-replace): Don't put deleted char on the
33262         kill ring.
33264         * viper-ex.el (viper-color-display-p): New function.
33265         (viper-has-face-support-p): Use viper-color-display-p.
33267         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33269         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33271         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33272         (viper-file-remote-p): Make equivalent to file-remote-p.
33274         * viper.el (viper-major-mode-modifier-list):
33275         Use viper-gnus-modifier-map.
33277 2005-02-19  David Kastrup  <dak@gnu.org>
33279         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33280         quoting.
33282 2005-02-19  Jay Belanger  <belanger@truman.edu>
33284         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33285         Remove extra definitions.
33286         (calc-coth): New function.
33287         (calcFunc-cot): Fix `let'.
33289 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33291         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33292         the reasons we use "type pc" in these faces.
33294         * button.el (button): Ditto.
33296 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33298         * replace.el (query-replace-read-from): Set the value of
33299         query-replace-from-history-variable to handle the case of an empty
33300         string entered to accept the suggested default.
33302         * net/tramp.el (tramp-file-name-for-operation):
33303         Use dired-call-process instead of dired-call-process-command.
33305 2005-02-19  Jay Belanger  <belanger@truman.edu>
33307         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33308         (math-div-non-trig): New variables.
33309         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33310         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33311         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33312         trig expressions.
33314 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33316         * progmodes/gdb-ui.el (gdb-var-update-handler)
33317         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33318         for watch expressions,
33319         (gdb-var-create-handler): Don't set speedbar-update-flag.
33320         (gdb-post-prompt): Simplify test for speedbar.
33322 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33324         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33325         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33326         we use the syntax table of the correct buffer.
33327         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33328         Felix Gatzemeier.
33330         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33331         (ediff-file-remote-p): Make synonymous with file-remote-p.
33332         In all deffaces ediff-*-face-*, use min-colors.
33334         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33335         ediff-recurse-to-subdirectories.
33336         (ediff-mark-if-equal): Check that the arguments are strings, use
33337         ediff-same-contents (after to Felix Gatzemeier).
33339         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33340         nil.
33342 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33344         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33346 2005-02-18  David Kastrup  <dak@gnu.org>
33348         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33349         use `mark-active' when defined.
33351 2005-02-18  Kenichi Handa  <handa@m17n.org>
33353         * ps-print.el (ps-font-info-database): New entry
33354         ZapfChancery-MediumItalic with correct font name.  Fix font name
33355         of the entry Zapf-Chancery-MediumItalic.
33357 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33359         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33361 2005-02-16  Kim F. Storm  <storm@cua.dk>
33363         * ido.el (ido-fallback-command): Pass user input to fallback command.
33365 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33367         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33368         (gdb-find-file-hook): Add server prefix.
33370 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33372         * replace.el (perform-replace): Pass new args to replace-highlight.
33373         (replace-highlight): Take region args,
33374         and pass them to isearch-lazy-highlight-new-loop.
33376         * novice.el (disabled-command-hook): Autoload the defalias
33377         and the make-obsolete-variable call.
33379         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33381         * isearch.el (isearch-lazy-highlight-start-limit)
33382         (isearch-lazy-highlight-end-limit): New variables limit
33383         the region for highlighting.
33384         (isearch-lazy-highlight-new-loop): New args BEG and END.
33385         (isearch-lazy-highlight-search): Use the new vars.
33386         (isearch-lazy-highlight-update): Likewise.
33388         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33390         * cus-start.el (all): Use default-boundp.
33392 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33394         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33396 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33398         * autorevert.el (auto-revert-stop-on-user-input)
33399         (auto-revert-verbose): Doc fixes.
33401 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33403         * international/mule-cmds.el (set-locale-environment): Remove call
33404         to set-selection-coding-system on Windows.
33406 2005-02-15  Jay Belanger  <belanger@truman.edu>
33408         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33409         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33410         calcFunc-coth.
33411         (math-simplify-sqrt): Add simplifications.
33413         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33414         to list.
33416         * calc/calc-ext.el: Add functions to autoloads.
33418         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33419         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33420         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33421         (math-csc-raw, math-cot-raw): New functions.
33423         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33425         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33426         the variable name in a message.
33428         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33429         calcFunc-csc, calcFunc-cot.
33431         * calc/calcalg2.el: Add derivative and integration rules for
33432         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33433         calcFunc-csch, calcFunc-coth.
33434         (math-do-integral-methods): Add to checks for when to use
33435         substitutions.
33437         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33439 2005-02-15  Lute Kamstra  <lute@gnu.org>
33441         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33442         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33443         <monnier@iro.umontreal.ca>.
33444         (lisp-outline-level): Improve efficiency.  Suggested by David
33445         Kastrup <dak@gnu.org>.
33447 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33449         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33450         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33451         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33452         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33453         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33455 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33457         * cus-start.el (all): Comment change.
33459 2005-02-14  Lute Kamstra  <lute@gnu.org>
33461         * cus-start.el (all): Check if symbol is void.
33463 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33465         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33466         optional argument to \cite.
33468 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33470         * cus-edit.el (custom-buffer-create-internal): Update help message.
33471         (custom-magic-alist): Update help messages.
33473         * cus-start.el (all): Allow a var to specify a standard value.
33475 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33477         * custom.el (custom-theme-set-variables): Handle variable aliases.
33479         * frame.el (blink-cursor-timer): Doc fix.
33480         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33481         declare obsolete.
33482         (blink-cursor-mode): Define with defcustom and use correct
33483         standard expression in that defcustom.
33484         * startup.el (command-line): Adapt to above changes in frame.el.
33486 2005-02-11  Lute Kamstra  <lute@gnu.org>
33488         * apropos.el (apropos-score-doc): Prevent division by zero.
33490 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33492         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33493         (icalendar--get-event-property-attributes)
33494         (icalendar--get-event-properties)
33495         (icalendar--datetime-to-diary-date): New functions.
33496         (icalendar--split-value): Doc fix.
33497         (icalendar--datetime-to-noneuropean-date)
33498         (icalendar--datetime-to-european-date): New optional argument
33499         SEPARATOR.  Return result as a string instead of a list.
33500         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33501         (icalendar--convert-string-for-export): Rename arg S to STRING.
33502         (icalendar-export-region): Doc fix.  Change name of error buffer.
33503         Save output buffer.
33504         (icalendar-import-file): Add blank at end of prompt.
33505         (icalendar-import-buffer): Doc fix.  Do not switch to error
33506         buffer.  Indicate status in return value.
33507         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33508         buffer.  Save output buffer.  Handle exception from recurrence
33509         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33510         events.  Fix problems with weekly all-day events.
33512 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33514         * simple.el (eval-expression-print-format):
33515         Avoid warning about edebug-active.
33517         * help.el (help-for-help-internal): Rename from help-for-help.
33518         (help-for-help): Define with defalias.
33520         * font-core.el (font-lock-default-function): Use with-no-warnings.
33522         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33524         * custom.el (defface): Doc fix.
33526 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33528         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33529         width 0" to prevent word wrapping problems.
33531 2005-02-09  Kim F. Storm  <storm@cua.dk>
33533         * ido.el (ido-file-extensions-order): New defcustom.
33534         (ido-file-extension-lessp, ido-file-extension-aux)
33535         (ido-file-extension-order): New advanced file ordering.
33536         (ido-file-lessp): New simple file ordering.
33537         (ido-sort-list): Remove.
33538         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33539         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33541 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33543         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33544         that some versions of grep produce.
33545         (grep-mode-font-lock-keywords): Likewise.
33547 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33549         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33550         (gdb-cdir): Delete.
33551         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33552         (gdb-source-info): Treat case when source file is in another
33553         directory properly.
33554         (gdb-get-location): New function.
33556 2005-02-07  Jay Belanger  <belanger@truman.edu>
33558         * calc/calc-prog.el (calc-write-parse-table-part)
33559         (calc-fix-token-name): Fix a check for language type.
33561         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33563 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33565         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33566         as directory not writable.
33568 2005-02-07  Kim F. Storm  <storm@cua.dk>
33570         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33571         (cua--standard-movement-commands): Remove list.
33572         Instead, set CUA property value to move for movement commands.
33573         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33574         (cua--pre-command-handler): Check CUA property.
33575         (cua--init-keymaps): Don't remap undo commands.
33576         (cua-mode): Don't call cua--rectangle-on-off.
33578         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33579         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33580         (cua--rect-undo-set-point): New var.
33581         (cua--rectangle-undo-boundary): Setup undo apply entry.
33582         (cua--rect-undo-handler): New function for rectangle undo.
33583         (cua--rect-start-position, cua--rect-end-position): Add.
33584         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33585         for restored rectangle.  Set point if cua--rect-undo-set-point.
33587 2005-02-06  Jay Belanger  <belanger@truman.edu>
33589         * calc/calc-lang.el (calc-tex-language): Display more information
33590         in messages.
33592         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33593         in TeX mode.
33595 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33597         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33599 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33601         * net/ldap.el (ldap-search-internal): Support attributes with
33602         optional descriptions separated by a semi-colon, as in
33603         "userCertificate;binary".
33605 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33607         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33608         isn't a cons (i.e. the version is 0).
33610 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33612         * help.el (help-for-help): Doc fix.
33614 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33616         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33617         GDB-Windows on the menu-bar as this works better.
33619 2005-02-04  Jay Belanger  <belanger@truman.edu>
33621         * calc/calc-embed.el (calc-embedded-update): Don't put in
33622         unnecessary newlines.  Adjust the end of formula marker.
33624         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33625         (math-latex-parse-two-args): New function.
33627 2005-02-03  Lute Kamstra  <lute@gnu.org>
33629         * help-fns.el (help-with-tutorial): Make sure that users cannot
33630         remove the entire text of the tutorial by means of `undo'.
33632 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33634         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33635         in recent changes, where the ispell process was repeatedly
33636         killed & restarted.
33638         * international/mule-cmds.el (set-locale-environment): Set file-name
33639         coding system to utf-8 on Darwin systems.
33640         (set-default-coding-systems): Don't set default-file-name-coding-system
33641         on Darwin systems.
33643 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33645         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33647 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33649         * faces.el (list-faces-display): Add optional argument.
33651 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33653         * font-core.el (font-lock-default-function): Handle the rare case where
33654         only font-lock-keywords is set.
33656 2005-02-02  Kenichi Handa  <handa@m17n.org>
33658         * international/characters.el: Cancel previous change for
33659         I-WITH-DOT-ABOVE and DOTLESS-i.
33661         * international/latin-5.el: Cancel previous change.
33663 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33665         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33667 2005-02-02  Kenichi Handa  <handa@m17n.org>
33669         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33670         DOTLESS-i.
33672         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33673         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33675         * case-table.el (get-upcase-table): New function.
33676         (copy-case-table): Copy upcaes table too if non-nil.
33677         (set-case-syntax-delims): Maintain upcase table too.
33678         (set-case-syntax-pair): Likewise.
33679         (set-upcase-syntax, set-downcase-syntax): New functions.
33680         (set-case-syntax): Maintain upcase table too.
33682 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33684         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33686         * progmodes/gud.el (gud-goto-info): New function.
33687         (gud-tool-bar-map): Use correct icon.
33689 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33691         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33692         When delegating, order args in the funcall correctly.
33694 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33696         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33698 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33700         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33701         buffer not visiting a file.
33703 2005-01-31  Jay Belanger  <belanger@truman.edu>
33705         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33706         bound on the line with the formula.
33708 2005-01-31  Kim F. Storm  <storm@cua.dk>
33710         * ses.el (ses-create-cell-variable-range)
33711         (ses-destroy-cell-variable-range, ses-reset-header-string)
33712         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33713         (ses-insert-row): Fix format of apply undo entries.
33715 2005-01-31  Jay Belanger  <belanger@truman.edu>
33717         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33718         parts.
33720         * calc/calc-embed.el (calc-embedded-open-formula)
33721         (calc-embedded-close-formula): Ignore matrix environments.
33723         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33724         TeX mode.
33726         * calc/calc-lang.el (math-function-table, math-oper-table)
33727         (math-variable-table): Adjust the LaTeX portions.
33729         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33730         (math-latex-ignore-words): New constant.
33732 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33734         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33735         (ispell-local-dictionary): Doc fix.
33736         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33737         Don't reinitialize at run time.  Don't defcustom.
33738         All uses changed to append ispell-local-dictionary-alist,
33739         or check it first.
33740         (ispell-current-dictionary): New variable for dictionary in use.
33741         (ispell-dictionary): Now used only for global default.
33742         (ispell-start-process): Set ispell-current-dictionary,
33743         not ispell-dictionary.
33744         (ispell-change-dictionary): Use this only for setting
33745         user preferences.
33746         (ispell-internal-change-dictionary): New function
33747         to change the current dictionary in use.
33748         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33749         Use ispell-current-dictionary.
33750         Handle ispell-local-dictionary-overridden.
33751         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33753 2005-01-31  Jay Belanger  <belanger@truman.edu>
33755         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33757         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33758         (calc-mode-map): Add calc-latex-language.
33760         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33761         (math-latex-print-frac): New functions.
33762         (math-oper-table, math-function-table, math-variable-table)
33763         (math-complex-format, math-input-filter): Add latex properties.
33764         (calc-set-language): Set math-expr-special-function-mapping.
33766         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33767         (calc-write-parse-table-part): Add LaTeX support.
33769         * calc/calc.el (calc-language): Adjust docstring.
33770         (calc-set-mode-line): Add LaTeX support.
33771         (math-expr-special-function-mapping): New variable.
33772         (math-tex-ignore-words): Add to list.
33774         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33775         Add LaTeX support.
33776         (math-compose-expr): Add support for special functions.
33778         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33780 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33782         * progmodes/gdb-ui.el (gdb-memory-address)
33783         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33784         (gdb-memory-mode-map, gdb-memory-format-keymap)
33785         (gdb-memory-format-menu, gdb-memory-unit-keymap)
33786         (gdb-memory-unit-menu): New variables for a buffer
33787         that lets the user examine program memory.
33788         (gdb-memory-set-address, gdb-memory-set-repeat-count)
33789         (gdb-memory-format-binary, gdb-memory-format-octal)
33790         (gdb-memory-format-unsigned, gdb-memory-format-signed)
33791         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33792         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33793         (gdb-memory-unit-word, gdb-memory-unit-halfword)
33794         (gdb-memory-unit-byte, gdb-memory-unit-menu)
33795         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33796         (gdb-memory-mode, gdb-memory-buffer-name)
33797         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33798         New functions for above buffer.
33800 2005-01-30  Richard M. Stallman  <rms@gnu.org>
33802         * cus-edit.el (custom-bury-buffer): Function deleted.
33803         (custom-buffer-done-function): Option deleted.
33804         (custom-buffer-done-kill): New replacement option.
33805         (Custom-buffer-done): Call quit-window.
33806         (custom-buffer-create-internal): Update for above changes.
33808 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
33810         * simple.el (undo-ask-before-discard): New var.
33811         (undo-outer-limit-truncate): Implement it.
33812         (undo-extra-outer-limit): Doc update.
33814 2005-01-29  Richard M. Stallman  <rms@gnu.org>
33816         * ses.el (undo-more): Delete defadvice.
33817         (ses-begin-change): Doc fix.
33819         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33820         instead of rebinding C-x u and C-_.
33822         * files.el (normal-backup-enable-predicate): Return nil for files
33823         in /tmp, regardless of temporary-file-directory.
33825         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33827         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33828         (open-rectangle, delete-whitespace-rectangle-line)
33829         (clear-rectangle-line): If FILL, pass t instead of FILL
33830         for move-to-column's 2nd arg.
33832         * simple.el (undo): Fix the test for continuing a series of undos.
33833         (undo-more): Set pending-undo-list to t when we reach end.
33834         (pending-undo-list): Move up defvar.
33836         * wid-edit.el (widget-button-click):
33837         Shorten the range of the track-mouse binding.
33839         * comint.el (comint-insert-input): Undo previous changes;
33840         use last-input-event in interactive spec.
33842 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
33844         * progmodes/compile.el (compilation-start): Bind buffer-read-only
33845         to nil before invoking call-process.  Reset buffer's modified flag
33846         after fontifying it in the no-async branch.
33848         * wid-edit.el (widget-specify-button): If mouse pointer shape
33849         cannot be changed, use mouse face instead.
33851 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
33853         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33854         (gdb-goto-breakpoint): Make breakpoint handling work on template
33855         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
33856         (gdb-assembler-custom): Update to recognize breakpoint information
33857         added on 2005-01-19.
33859 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33861         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33862         (dsssl-mode): Use define-derived-mode.
33863         (scheme-mode-initialize): Remove.
33864         (scheme-mode): Use run-mode-hooks.
33866         * cus-edit.el (customize-group-other-window)
33867         (custom-buffer-create-other-window): Don't override special-display-*.
33868         (custom-mode-map): Make it dense.
33870         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33871         sets the default value.
33873 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
33875         * descr-text.el: Add more keywords.
33877 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33879         * speedbar.el: Avoid unnecessary use of locate-library.
33881         * international/mule-cmds.el (standard-display-european-internal):
33882         Don't fiddle with latin-1 non-break space any more since it's now
33883         special cased in the C code.
33884         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33886 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
33888         * cus-start.el (all): Add `undo-outer-limit'.
33890 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33892         * textmodes/bibtex.el (bibtex-format-entry):
33893         Use `bibtex-empty-field-re' only on the text of fields, not on entire
33894         field lines.
33895         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33896         not on part of a buffer.
33898 2005-01-25  Lute Kamstra  <lute@gnu.org>
33900         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33901         nonempty field text strings like "{letters\\macro{}more letters}".
33902         Clarify docstring.
33903         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33904         (bibtex-entry-offset, bibtex-parse-association)
33905         (bibtex-parse-field-name): Fix typos in docstrings.
33906         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33908 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
33910         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33911         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33912         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33913         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33915         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33916         isearch minor mode.
33918 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
33920         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33922 2005-01-24  Lute Kamstra  <lute@gnu.org>
33924         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33925         CASECHARS and NOT-CASECHARS regular expressions of the
33926         "nederlands" and "nederlands8" dictionaries to prevent a "Range
33927         striding over charsets" error.
33929 2005-01-24  Jay Belanger  <belanger@truman.edu>
33931         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33932         display variable name.
33934 2005-01-24  Kenichi Handa  <handa@m17n.org>
33936         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33937         Fix setting of the element of encoded-kbd-iso2022-invocations.
33939 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
33941         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33942         (gdb-threads-select): Change to also accept mouse events.
33943         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33944         (gdb-threads-mouse-select): Delete.
33946 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
33948         * files.el (insert-directory): Take care of empty directory,
33949         listed without -a switch.
33951 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33953         * textmodes/refill.el (refill-post-command-function):
33954         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33955         to the list of functions that we should be careful not to undo.
33956         (refill-late-fill-paragraph-function): Remove.
33957         (refill-saved-state): New var.
33958         (refill-mode): Use it to save fill-paragraph-function.
33959         Save also the value of auto-fill-function.
33961         * term/w32-win.el: Simplify code.
33963 2005-01-23  Kim F. Storm  <storm@cua.dk>
33965         * simple.el (line-move): Adapt to new return value from
33966         pos-visible-in-window-p.
33968         * simple.el (line-move): Fix last change.  Check partial
33969         visibility at point rather than at window-start.
33971 2005-01-22  Jason Rumney  <jasonr@gnu.org>
33973         * term/w32-win.el (xw-defined-colors): Remove debug-message.
33975 2005-01-22  David Kastrup  <dak@gnu.org>
33977         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33979 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
33981         * type-break.el (type-break-mode): Add a test for
33982         type-break-file-name being non-nil.
33984 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
33986         * net/eudc.el (top level): Call (message "") via progn, so that
33987         eudc-options-file is loaded.
33989 2005-01-22  Kim F. Storm  <storm@cua.dk>
33991         * simple.el (line-move-1): Rename from line-move.
33992         (line-move): New function that adjusts vscroll for partially
33993         visible rows, and calls line-move-1 otherwise.
33995 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
33997         * pcomplete.el: Define pcomplete-read-event instead of read-event,
33998         since it's not a complete read-event implementation.
34000 2005-01-20  Jay Belanger  <belanger@truman.edu>
34002         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34003         for called function.
34005 2005-01-20  Steven Tamm  <steventamm@mac.com>
34007         * term/mac-win.el (process-connection-type): Remove.
34008         Controlled now by s/darwin.h:PTY_ITERATION.
34010 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34012         * window.el (handle-select-window): Don't switch window when we're
34013         in the minibuffer.
34015 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34017         * subr.el (dotimes-with-progress-reporter): New macro.
34019         * ses.el (ses-dotimes-msg): Remove macro.
34020         Use `dotimes-with-progress-reporter' instead.
34022 2005-01-19  Steven Tamm  <steventamm@mac.com>
34024         * term/mac-win.el (process-connection-type): Use new
34025         operating-system-release variable to use ptys on Darwin 7 (OS X
34026         10.3) when using carbon build.
34028 2005-01-19  Jay Belanger  <belanger@truman.edu>
34030         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34031         flags if the last command was a tab or M-tab.
34033         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34034         in formula editing buffer.
34036 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34038         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34039         breakpoint image symbol in margin.
34041 2005-01-19  Jay Belanger  <belanger@truman.edu>
34043         * calc/calc-prog.el (calc-execute-kbd-macro):
34044         Ignore calc-keep-arg-flag.
34046 2005-01-19  Kenichi Handa  <handa@m17n.org>
34048         * textmodes/ispell.el (ispell-looking-at): New function.
34049         (ispell-process-line): Use ispell-looking-at to compare the ispell
34050         output and the buffer contents.
34052 2005-01-18  Jay Belanger  <belanger@truman.edu>
34054         * calc/calc.el (calc-display-raw): Fix docstring.
34056 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34058         * simple.el (blink-matching-open): Strip extra info from syntax.
34060         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34061         funny chars in the end-of-here-doc marker.
34063 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34065         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34066         that enable/disabled state of breakpoints is shown correctly in
34067         fringe and on ttys.
34068         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34069         Add breakpoint information as text properties.
34070         (gdb-mouse-toggle-breakpoint):
34071         Rename to gdb-mouse-set-clear-breakpoint.
34072         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34073         breakpoints in the margin.
34074         (gdb-remove-strings): Simplify.
34076 2005-01-17  Jay Belanger  <belanger@truman.edu>
34078         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34079         erasing buffer.
34081 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34083         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34084         for calling grep-compute-defaults.
34086         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34087         if buffer is empty.
34089         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34091 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34093         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34095         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34096         non-preloaded variables.
34098 2005-01-17  Steven Tamm  <steventamm@mac.com>
34100         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34101         tex-shell cause to force interactivity when using pipes.
34103 2005-01-17  Kim F. Storm  <storm@cua.dk>
34105         * simple.el (just-one-space): Make arg optional.
34107 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34109         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34110         posn-at-x-y to t to access left-margin.
34112 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34114         Sync with Tramp 2.0.47.
34116         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34117         catching keep-date problems in cp/scp operations.
34118         (tramp-handle-copy-file): Don't call `set-file-modes'
34119         unconditionally.  Specialized functions should know better what is
34120         necessary.  This improves performance a little bit, and the
34121         functions could catch errors with `cp -p' and `scp -p'.
34122         (tramp-do-copy-or-rename-file-via-buffer)
34123         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34124         when appropriate.
34125         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34126         Call `set-file-modes' when appropriate.
34127         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34128         Johnsson <isak@hypergene.com>.
34129         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34130         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34131         <joakim@verona.se>.
34132         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34133         Emacs only.
34135         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34136         `find-file-hooks' and `dired-mode-hook'.
34137         (tramp-minor-mode-map): Respective map.  Add remapping for
34138         `compile' and `recompile'.
34139         (tramp-remap-command, tramp-recompile): New defuns.
34140         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34141         in buffer "*Compilation*".  Call the commands asynchronously.
34143         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34144         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34145         `shell-command', because it isn't magic in XEmacs.  Reported by
34146         Adrian Aichner <adrian@xemacs.org>.
34148         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34149         `substitute-in-file-name.
34150         (tramp-smb-handle-substitute-in-file-name): New defun.
34151         (tramp-smb-advice-PC-do-completion): Delete advice.
34153 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34155         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34156         Fix error in deleting region.
34158 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34160         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34161         In non-temp buffer, switch syntax table temporarily.
34163         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34165         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34167         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34169         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34170         (imenu--generic-function): Use START, not BEG, as pos of definition.
34172         * simple.el (just-one-space): Argument specifies number of spaces.
34174         * simple.el (eval-expression-print-format): Avoid warning
34175         about edebug-active.
34177 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34179         * progmodes/sh-script.el: Code copied from make-mode.el
34180         with small changes,
34181         (sh-mode-map): Bind C-c C-\.
34182         (sh-backslash-column, sh-backslash-align): New variables.
34183         (sh-backslash-region, sh-append-backslash): New functions.
34185 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34187         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34188         (rmail-pop-password, rmail-pop-password-required): Move to
34189         rmail-obsolete group.
34190         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34191         All callers updated.
34192         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34193         Take an argument specifying whether it is POP or IMAP mailbox we
34194         are using.  All callers updated.
34195         (rmail-pop-password-error): Rename to
34196         rmail-remote-password-error.  Added mailutils-specific error message.
34197         (rmail-movemail-search-path)
34198         (rmail-movemail-variant-in-use): New variables.
34199         (rmail-remote-password, rmail-remote-password-required):
34200         New customization variables.
34201         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34202         (rmail-parse-url): New function.
34203         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34204         with GNU mailutils movemail.
34206 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34208         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34209         suffix to space, $ or '$, to correctly position point when going
34210         to @table style constants like DBL_MAX.
34212 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34214         * type-break.el (type-break-mode, type-break-file-time)
34215         (type-break-file-keystroke-count, type-break-choose-file):
34216         Don't store data in or load data from the file if type-break-file-name
34217         is nil.
34218         (type-break-file-name): Doc update as per the above.
34220 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34222         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34223         lookup-key might return nil; handle that.
34225 2005-01-15  Alan Mackenzie  <acm@muc.de>
34227         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34228         rather than the element found, thus enabling the tree to be setcar'd.
34230 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34232         * textmodes/org.el (org-show-following-heading): New option.
34233         (org-show-hierarchy-above): Use `org-show-following-heading'.
34234         (org-cycle): Documentation fix.
34236         * textmodes/org.el (orgtbl-optimized): New option
34237         (orgtbl-mode): New command, a minor mode.
34238         (orgtbl-mode-map): New variable.
34239         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34240         (orgtbl-error, orgtbl-self-insert-command)
34241         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34243         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34244         a local variable in each org-mode buffer.
34246         * textmodes/org.el (org-set-regexps-and-options): Rename from
34247         `org-set-regexps'.  Added checking for STARTUP keyword.
34248         (org-get-current-options): Add STARTUP options.
34249         (org-table-insert-row): Make mode intelligent about when
34250         realignment is needed.
34251         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34252         New commands.
34253         (org-enable-table-editor): New default value `optimized'.
34254         (org-table-blank-field): Support blanking regions if active.
34256 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34258         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34259         if the year is not given.
34261         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34262         Add new escapes %m and %M, fixed bug with %F by adding
34263         save-match-data.
34264         (reftex-reference): Remove ?. from list of spaces.
34265         (reftex-label-info): Add automatic label prefix recognition.
34267         * textmodes/reftex-index.el (reftex-index-next-phrase):
34268         Add slave parameter to call of `reftex-index-this-phrase'.
34269         (reftex-index-this-phrase): New optional argument.
34270         (reftex-index-region-phrases): Add slave parameter to call of
34271         `reftex-index-this-phrase'.
34272         (reftex-display-index): New argument redo.
34273         (reftex-index-rescan): Add `redo' to arguments of
34274         `reftex-display-index'.
34275         (reftex-index-Rescan, reftex-index-revert)
34276         (reftex-index-switch-index-tag): Add `redo' to arguments of
34277         `reftex-display-index'.
34278         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34279         indexing.  Fix bug with matching is there is a quote before or
34280         after the word.
34282         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34283         Fix bug when collecting citation keys in lines with comments.
34284         (reftex-citation): Prefix argument no longer rescans the document,
34285         but forces prompting for optional arguments of cite macros.
34286         (reftex-do-citation): Prompting for optional arguments implemented.
34288         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34289         Add optional arguments to most cite commands.
34290         (reftex-cite-cleanup-optional-args): New option
34291         (reftex-cite-prompt-optional-args): New option.
34292         (reftex-trust-label-prefix): New option.
34294         * textmodes/reftex-toc.el (reftex-toc-find-section):
34295         Add push-mark before changing the position in the buffer.
34297         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34298         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34300 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34302         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34303         more carefully.
34305 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34307         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34308         (sgml-mode): Use it.
34309         (sgml-get-context): Better keep track of implicitly closed tags.
34311 2005-01-13  Kenichi Handa  <handa@m17n.org>
34313         * textmodes/ispell.el: These changes are to fix misalignment error
34314         caused by equivalent characters of different Emacs charsets.
34315         (ispell-unified-chars-table): New variable.
34316         (ispell-get-decoded-string): New function.
34317         (ispell-get-casechars, ispell-get-not-casechars)
34318         (ispell-get-otherchars): Call ispell-get-decoded-string.
34320 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34322         * custom.el (custom-declare-variable): Just put symbol instead
34323         of (defvar . symbol) in `current-load-list'.
34325 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34327         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34329 2005-01-12  Jay Belanger  <belanger@truman.edu>
34331         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34332         to create a Calc summary.
34334 2005-01-12  Kim F. Storm  <storm@cua.dk>
34336         * mouse.el (mouse-on-link-p): Change functionality and doc
34337         string to comply with latest description in lisp ref.
34339 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34341         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34342         Enable mouse clicks on mode-line, header-line and margin.
34343         (event-type): Give mouse event symbols an `event-kind' property
34344         with value `mouse-click'.
34346 2005-01-12  Juri Linkov  <juri@jurta.org>
34348         * facemenu.el (list-colors-display): Add new arg buffer-name.
34349         Use it.  Fix docstring.  Replace code for identifying duplicate
34350         colors by the name with call to `list-colors-duplicates' which
34351         identifies duplicate colors by the value unless the color
34352         is one of special Windows colors.  Set truncate-lines to t.
34353         Print sorted duplicate color names on each line.  Indent to 22
34354         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34355         (list-colors-duplicates): New function.
34356         (facemenu-color-name-equal): Delete function.
34358         * facemenu.el (list-colors-print): New function created from code
34359         in list-colors-display.  Print #RRGGBB at the window right edge.
34360         (list-colors-display): When temp-buffer-show-function is not
34361         defined, call list-colors-print from temp-buffer-show-hook
34362         to get the right value of window-width in list-colors-print
34363         after the buffer is displayed.
34365         * simple.el (pop-mark): Move deactivate-mark out of conditional
34366         part to deactivate the active mark regardless of the state of the
34367         mark ring.
34369         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34370         variables line in desktop files.
34372 2005-01-12  Juri Linkov  <juri@jurta.org>
34374         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34375         Bring together isearch highlight related options.
34376         (lazy-highlight): Replace group `replace' by `matching'.
34377         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34378         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34379         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34380         and declare them obsolete.
34381         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34382         (isearch-faces): Remove defgroup.
34383         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34384         Move isearch highlighting code closer to lazy highlighting code.
34386         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34387         (query-replace-highlight, query-replace-lazy-highlight)
34388         (query-replace): Move definitions to the beginning of the file.
34390 2005-01-11  Juri Linkov  <juri@jurta.org>
34392         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34393         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34394         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34396         * info.el (Info-history-forward): New variable.
34397         (Info-select-node): Reset Info-history-forward to nil.
34398         (Info-last): Turn into defalias.
34399         (Info-history-back): Rename from Info-last.
34400         Add current node to Info-history-forward.
34401         (Info-history-forward): New fun.
34402         (Info-mode-map): Replace Info-last by Info-history-back.
34403         Bind Info-history-forward to "r".
34404         (Info-mode-menu): Replace Info-last by Info-history-back.
34405         Fix menu item text.  Add menu item for Info-history-forward.
34406         (info-tool-bar-map): Replace Info-last by Info-history-back.
34407         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34408         for Info-history-forward.
34409         (Info-mode): Replace Info-last by Info-history-back in docstring.
34410         Add local variable Info-history-forward.
34411         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34413 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34415         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34416         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34417         Ignore select-window events rather than fiddle with
34418         mouse-autoselect-window.
34420 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34422         * type-break.el (type-break-mode): Fix previous change.
34424 2005-01-10  Jay Belanger  <belanger@truman.edu>
34426         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34427         calculator; only reset when point is inside a calculator.
34428         Don't adjust the window height if the window takes up the whole height
34429         of the frame.
34431 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34433         * ebuff-menu.el (Electric-buffer-menu-mode):
34434         Preserve value of buffer-local var header-line-format.
34436 2005-01-09  Jay Belanger  <belanger@truman.edu>
34438         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34439         Make sure settings file exists before accessing it.
34441         * calc/calc-embed.el (calc-embedded-subst):
34442         Replace math-multi-subst-rec, which is only supposed to be called
34443         by math-multi-subst, by math-multi-subst.
34445 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34447         * vc.el (vc-allow-async-revert): New user option.
34448         (vc-disable-async-diff): New internal variable.
34449         (vc-revert-buffer): Use them to disable asynchronous diff.
34451         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34452         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34453         asynchronously if vc-disable-async-diff is t.
34455 2005-01-09  Jay Belanger  <belanger@truman.edu>
34457         * calc/calc.el (defcalcmodevar): New macro.
34458         (calc-mode-var-list-restore-default-values)
34459         (calc-mode-var-list-restore-saved-values): New functions.
34460         (calc-mode-var-list): Use defcalcmodevar to define it.
34461         (calc-always-load-extensions, calc-line-numbering)
34462         (calc-line-breaking, calc-display-just, calc-display-origin)
34463         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34464         (calc-group-char, calc-point-char, calc-frac-format)
34465         (calc-prefer-frac, calc-hms-format, calc-date-format)
34466         (calc-float-format, calc-full-float-format, calc-complex-format)
34467         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34468         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34469         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34470         (calc-matrix-brackets, calc-language, calc-language-option)
34471         (calc-left-label, calc-right-label, calc-word-size)
34472         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34473         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34474         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34475         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34476         (calc-window-height, calc-display-trail, calc-show-selections)
34477         (calc-use-selections, calc-assoc-selections)
34478         (calc-display-working-message, calc-auto-why, calc-timing)
34479         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34480         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34481         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34482         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34483         (calc-gnuplot-geometry, calc-graph-default-resolution)
34484         (calc-graph-default-resolution-3d, calc-invocation-macro)
34485         (calc-show-banner): Use defcalcmodevar to declare them and set
34486         their default values.
34488         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34489         instead of default values (but restore default values if there is
34490         an argument of 0).
34492 2005-01-09  David Kastrup  <dak@gnu.org>
34494         * desktop.el (desktop-restore-eager): Fix typo in type.
34496 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34498         * cus-edit.el (customize): Delete :link.
34500 2005-01-08  Jay Belanger  <belanger@truman.edu>
34502         * calc/calc.el (calc-mode): Remove the extension from the
34503         `calc-settings-file' file name when loading it.
34505 2005-01-08  Kim F. Storm  <storm@cua.dk>
34507         * info.el (Info-mode-map, Info-next-link-keymap)
34508         (Info-prev-link-keymap, Info-up-link-keymap):
34509         Map follow-link to mouse-face.
34510         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34512 2005-01-08  Jay Belanger  <belanger@truman.edu>
34514         * calc/calc.el (calc-settings-file): Change default value.
34515         Suggested by cgw in a comment in calc-mode.el.
34517         * calc/calc-mode.el (calc-settings-file-name):
34518         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34519         Replace ~/.emacs in a prompt by calc-settings-file.
34521 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34523         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34524         (desktop-lazy-idle-delay): New customizable variables.
34525         (desktop-buffer-args-list): New variable.
34526         (desktop-append-buffer-args): New function.
34527         (desktop-save): Call desktop-append-buffer-args for some buffers.
34528         (desktop-lazy-create-buffer): New function.
34529         (desktop-idle-create-buffers): New function.
34530         (desktop-read): Add message about buffers to restore lazily.
34531         (desktop-lazy-abort): New command.
34532         (desktop-clear): Call desktop-lazy-abort.
34533         (desktop-lazy-complete): New command.
34535 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34537         * emacs-lisp/find-func.el (find-face-definition):
34538         Rename from find-face.
34540 2005-01-06  Kim F. Storm  <storm@cua.dk>
34542         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34544         * man.el (Man-xref-man-page, Man-xref-header-file)
34545         (Man-xref-normal-file): Add follow-link property.
34547 2005-01-06  Jay Belanger  <belanger@truman.edu>
34549         * calc/calc-units.el: Make sure the proper macro definitions are
34550         available when compiling.
34552 2005-01-06  Juri Linkov  <juri@jurta.org>
34554         * isearch.el (isearch-lazy-highlight-update):
34555         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34557 2005-01-06  Miles Bader  <miles@gnu.org>
34559         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34560         (isearch-lazy-highlight-face): Use new name.
34562 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34564         * uniquify.el (uniquify-rationalize-file-buffer-names):
34565         Re-add an interactive spec.
34566         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34567         to the same name.
34569         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34570         (isearch-update, isearch-done): Adjust calls accordingly.
34572 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34574         * custom.el (custom-set-variables, custom-theme-set-variables):
34575         Clarify documentation.
34577         * emacs-lisp/find-func.el (find-variable)
34578         (find-variable-other-window, find-variable-other-frame):
34579         Fix the TYPE args to find-function-read and find-function-do-it.
34580         (find-function): Doc fix.
34581         (find-function-at-point): Replace function-at-point alias.
34583 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34585         * cus-face.el (custom-declare-face):
34586         Record defface in current-load-list.
34588         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34590         * emacs-lisp/find-func.el: Doc fixes.
34591         (find-face-regexp): New variable.
34592         (find-function-regexp-alist): New variable.
34593         (find-function-C-source): Third arg is now TYPE.
34594         (find-function-search-for-symbol): Handle general TYPE.
34595         (find-function-read, find-function-do-it): Handle general TYPE.
34596         (find-definition-noselect, find-face): New functions.
34597         (function-at-point): Alias deleted.
34599 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34601         * battery.el (display-battery-mode): Rename from display-battery.
34602         Handle the case where it gets turned off.
34604 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34606         * cus-edit.el (customize): Make :link point to user doc.
34608         * man.el (Man-fontify-manpage): Turn off undo generation.
34610         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34612 2005-01-04  Andreas Schwab  <schwab@suse.de>
34614         * files.el (insert-directory): Only look for error lines in
34615         inserted text.  Don't move too far after processing --dired markers.
34617 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34619         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34620         Don't expand if the character is @, period, dash, etc.
34621         (define-mail-abbrev): Quote names that contain problem characters.
34623 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34625         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34627 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34629         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34630         (query-replace-highlight, query-replace-lazy-highlight)
34631         (query-replace): Definitions moved up.  Doc fix.
34633 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34635         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34636         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34637         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34638         (lazy-highlight-face): Rename from isearch-lazy-...
34639         Change all references to them.
34641 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34643         * cus-edit.el (custom-file): Doc fix for defcustom.
34644         (custom-file): The function no longer sets the variable
34645         `custom-file' to its return value.
34647         * startup.el (command-line): No longer load `custom-file'.
34649 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34651         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34653         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34654         Don't confuse module-prefixed identifiers for labels.
34655         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34657 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34659         * files.el (basic-save-buffer-1): Fix previous change.
34661         * loadhist.el (file-loadhist-lookup): New function.
34662         (file-provides, file-requires): Use it.
34664         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34665         instead of calculating the right size.
34667 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34669         * vc-svn.el (vc-svn-diff): Stay local if possible.
34671 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34673         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34675         * files.el (hack-local-variables): Fix last change.
34677 2005-01-02  Jay Belanger  <belanger@truman.edu>
34679         * calc/calc-yank.el (calc-edit-top): New variable.
34680         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34681         object.  Change header properties.
34682         (calc-edit-finish, calc-edit-finish-stack-object)
34683         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34684         edited object.
34685         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34686         for the beginning of the edited object.
34687         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34688         for the beginning of the edited object.
34689         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34690         (calc-finish-formula-edit, calc-macro-repeats)
34691         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34692         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34693         beginning of the edited object.
34694         (calc-user-define-edit): Change the header for editing macros.
34695         Remove unnecessary variable.
34697 2005-01-01  Jay Belanger  <belanger@truman.edu>
34699         * calc/calc-yank.el (calc-edit-mode): Change default header.
34700         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34701         * calc/calc-store.el (calc-edit-variable): Change title to match new
34702         header.
34703         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34704         mode to match new header.
34705         (calc-user-define-edit): Change titles to include names of commands.
34706         (calc-finish-formula-edit): Adjust to handle new header.
34707         (calc-finish-macro-edit): Remove.
34708         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34709         (calc-edit-macro-command, calc-edit-macro-command-type)
34710         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34711         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34712         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34713         (calc-edit-macro-finish-edit): New functions.
34714         (calc-user-define-edit): Use new functions to edit named calc macros.
34716 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34718         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34720         * ses.el (copy-region-as-kill): Deactivate mark.
34722 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34724         * replace.el (occur-1): If the output buffer is also an input,
34725         don't kill it, rename it.
34727         * faces.el (set-face-background, set-face-foreground): Doc fix.
34729         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34730         for :foreground and :background.
34732         * dired.el (dired-view-command-alist): Variable deleted.
34733         (dired-view-file, dired-mouse-find-file-other-window):
34734         Delete the code to use it.
34736 2005-01-01  Kim F. Storm  <storm@cua.dk>
34738         * image.el (insert-sliced-image): Use t for line-height property.
34740 See ChangeLog.11 for earlier changes.
34742 ;; Local Variables:
34743 ;; coding: iso-2022-7bit
34744 ;; add-log-time-zone-rule: t
34745 ;; End:
34747     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34749   This file is part of GNU Emacs.
34751   GNU Emacs is free software; you can redistribute it and/or modify
34752   it under the terms of the GNU General Public License as published by
34753   the Free Software Foundation; either version 3, or (at your option)
34754   any later version.
34756   GNU Emacs is distributed in the hope that it will be useful,
34757   but WITHOUT ANY WARRANTY; without even the implied warranty of
34758   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34759   GNU General Public License for more details.
34761   You should have received a copy of the GNU General Public License
34762   along with GNU Emacs; see the file COPYING.  If not, write to the
34763   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34764   Boston, MA 02110-1301, USA.
34766 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1