(byte-compile-log-file, byte-recompile-directory, byte-compile-file)
[emacs.git] / lisp / ChangeLog
blobcd33d38a49881a5f70f62fc54469721028dee582
1 2007-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/bytecomp.el (byte-compile-log-file)
4         (byte-recompile-directory, byte-compile-file)
5         (byte-compile-from-buffer): Use with-current-buffer.
7         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
8         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
9         (line-move-1, line-move-finish, line-move-to-column)
10         (move-end-of-line, move-beginning-of-line): Use new name.
12 2007-08-22  Glenn Morris  <rgm@gnu.org>
14         * files.el (backup-buffer-copy): Check backup directory is
15         writable, to avoid infloop deleting old backup.
17         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
18         movemail related variables.
19         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
20         will now be set before this is called.
22 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
26         * progmodes/ada-mode.el: Fix up comment style in header.
27         (ada-check-emacs-version): Remove.
28         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
29         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
30         to try and quieten the byte-compiler.
31         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
33         * vc.el (vc-annotate-warp-version): Don't use previous-line.
35 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
37         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
38         extracted from `eval-last-sexp-1'.
39         (eval-last-sexp-1): Call `preceding-sexp'.
41 2007-08-19  Glenn Morris  <rgm@gnu.org>
43         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
44         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
45         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
46         shadow files messing up the compilation.
48 2007-08-18  Glenn Morris  <rgm@gnu.org>
50         * progmodes/scheme.el (scheme-mode-variables):
51         Set font-lock-comment-start-skip.
53 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
55         * progmodes/ada-mode.el (ada-create-syntax-table):
56         Move set-syntax-table from here to ...
57         (ada-mode): ... here.  Don't change global value of comment-multi-line.
58         Call new function ada-initialize-syntax-table-properties.
59         Add ada-handle-syntax-table-properties to font-lock-mode-hook.
60         (ada-deactivate-properties, ada-initialize-properties):
61         Replace by new functions ...
62         (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
63         (ada-initialize-syntax-table-properties): ... to set up syntax-table
64         properties uniformly, independently from whether font-lock-mode
65         is enabled or not.  Handle read-only buffers and do not change
66         undo-list when setting syntax-table properties.
67         (ada-after-change-function): Use ada-set-syntax-table-properties.
69 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
71         * progmode/cperl-mode.el (cperl-look-at-leading-count)
72         (cperl-find-pods-heres): Fix an error when typing expressions like
73         `s{a}{b}'.
75 2007-08-17  Glenn Morris  <rgm@gnu.org>
77         * progmodes/compile.el (compilation-get-file-structure): Make use
78         of the directory part when checking for an existing entry, to
79         handle files with same basename in different directories.
81 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
83         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
84         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
85         (ps-paragraph-spacing): Docstring fix.
87 2007-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
89         * smerge-mode.el (smerge-resolve): New arg `safe'.
90         (smerge-resolve-all, smerge-batch-resolve): New function.
91         (smerge-refine): Make sure `diff' returns the expected result.
92         (smerge-parsep-re): New const.
93         (smerge-mode): Use it to adjust paragraph-separate.
95         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
96         Correctly match / regexp matchers as first char on a line when
97         fontifying only that line.
99         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
101 2007-08-16  Glenn Morris  <rgm@gnu.org>
103         * ps-print.el (ps-font-size): Doc fix.
105 2007-08-15  Stefan Monnier  <monnier@iro.umontreal.ca>
107         * vc-bzr.el: Don't fiddle with vc-handled-backend.
108         (vc-bzr-registered): Don't redundantly protect against
109         file-error.  Actually use the format-specific code.
110         (vc-bzr-buffer-nonblank-p): Remove.
111         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
113 2007-08-15  Glenn Morris  <rgm@gnu.org>
115         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
116         sloppier, for the sake of GNU Mailman.
117         (rmail-digest-rfc1153): Initialize `result' correctly.
119 2007-08-14  Glenn Morris  <rgm@gnu.org>
121         * simple.el (bad-packages-alist): New constant.
122         (bad-package-check): New function.  Together, these two add
123         elements to `after-load-alist' to check for problematic external
124         packages.
125         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
127 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
129         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
130         optional quotes around files in NEED-UPDATE . REMOVED case.
132         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
133         (ada-treat-cmd-string): Improve error message.
134         (ada-do-file-completion): Call `ada-require-project-file', so
135         project variables are set properly.
136         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
137         (ada-gnatfind-buffer-name): New constant.
138         (ada-find-any-references): Use new constant.  Set buffer name
139         properly in compilation-start.  Toggle read-only properly.
140         (ada-find-in-src-path): Fix spelling error in docstring.
142         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
143         by zero error.
145 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
147         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
149 2007-08-12  Richard Stallman  <rms@gnu.org>
151         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
152         (cvs-execute-single-file): Use new name split-string-and-unquote.
153         (cvs-header-msg): Use new name combine-and-quote-strings.
155         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
157         * progmodes/gud.el (gud-common-init): Use new name
158         split-string-and-unquote.
160         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
161         in javac regexp.
163         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
164         combine-and-quote-strings and split-string-and-unquote.
166         * subr.el (combine-and-quote-strings): Rename from strings->string.
167         (split-string-and-unquote): Rename from string->strings.
169 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
172         to buffer-local settings.
174         * emacs-lisp/backquote.el (backquote-delay-process): New function.
175         (backquote-process): Add internal arg `level'.  Use the two to
176         correctly handle nested backquotes.
178 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
180         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
181         (vc-bzr-state-words): Add "kind changed" state word.
182         (vc-bzr-status): New function.  Return Bzr idea of file status,
183         which is different from VC's.
184         (vc-bzr-state): Use vc-bzr-status.
185         (vc-workfile-unchanged-p): Use vc-bzr-status.
186         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
187         (vc-dired-state): Process "kind changed" state word.
189 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
191         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
193         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
194         Move from vc-default-find-file-not-found-hook.
196 2007-08-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
198         * url/url-auth.el (url-basic-auth): When prompting for username
199         and password, default to the username and password in the URL.
201 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
203         * man.el: Remove spurious * in docstrings.
204         Merge defvars and toplevel setq-defaults.
205         (Man-highlight-references0): Limit=nil rather than point-max.
206         (Man-mode-map): Move initialization into the declaration.
207         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
208         (Man-view-header-file): Use expand-file-name rather than concat.
209         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
211         * man.el (Man-next-section): Make sure we do not move backward.
213 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
215         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
216         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
217         ps-print-color-p is neither nil nor black-white.  Reported by Christian
218         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
220 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
222         * files.el (auto-mode-alist): Use the purecopied text (duh!).
224 2007-08-08  Andreas Schwab  <schwab@suse.de>
226         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
227         self-insert-command, not self-insert.
229 2007-08-08  Glenn Morris  <rgm@gnu.org>
231         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
233         * Replace `iff' in doc-strings and comments.
235         * help-mode.el (help-make-xrefs): Search for symbol constituents,
236         rather than just `-'.
238 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
240         * dired.el (dired-pop-to-buffer):
241         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
242         * calendar/calendar.el (generate-calendar-window):
243         * progmodes/compile.el (compilation-set-window-height):
244         * textmodes/two-column.el (2C-two-columns, 2C-merge):
245         Use window-full-width-p instead of comparing frame-width and
246         window-width.
248         * progmodes/compile.el (compilation-find-buffer): Remove extra
249         argument in call to compilation-buffer-internal-p.
251 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
254         parameters IDENTIFICATION and CONNECTED.
255         (tramp-handle-insert-file-contents): VISIT must be handled after
256         insertion of the local copy.  Reported by Peter Gordon
257         <peter@pg-consultants.com>.
258         (tramp-file-name-handler): No special handling for
259         `expand-file-name'.  But for `file-name-as-directory'.
260         (tramp-find-shell, tramp-open-connection-telnet)
261         (tramp-open-connection-rsh, tramp-open-connection-su)
262         (tramp-open-connection-multi)
263         (tramp-open-connection-setup-interactive-shell): Guard against
264         $PROMPT_COMMAND shell var.  Reported by Steve Youngs
265         <steve@sxemacs.org>.
266         (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
267         the hint.
269         * net/trampver.el: Update release number.
271 2007-08-07  Tom Tromey  <tromey@redhat.com>
273         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
274         Add safe-local-variable property.
276 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
278         * image-mode.el (image-toggle-display): Use image-refresh.
280         * longlines.el (longlines-decoded): New variable.
281         (longlines-mode): Avoid encoding or decoding the buffer twice.
283 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
285         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
286         unofficial version.
287         (vc-bzr-command): Remove redundant setting of process-connection-type.
288         (vc-bzr-admin-checkout-format-file): Add autoload.
289         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
290         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
291         (vc-bzr-registered): Compare dirstate format tag with known good
292         value, abort parsing if match fails.  Warn user in docstring.
293         (vc-bzr-workfile-version): Case for different Bzr branch formats.
294         See bzrlib/branch.py in Bzr sources.
295         (vc-bzr-diff): First argument FILES may be a string rather than a list.
296         (vc-bzr-shell-command): Remove in favor of
297         vc-bzr-command-discarding-stderr.
298         (vc-bzr-command-discarding-stderr): New function.
300 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
302         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
303         program, and return nil
304         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
305         (vc-bzr-state): Look for path names relative to the repository
306         root after status keyword.
307         (vc-bzr-file-name-relative): New function.
308         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
309         depend on it.
310         (vc-bzr-admin-dirname, ...-checkout-format-file)
311         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
312         files that we now parse directly for speed.
313         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
314         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
315         (vc-bzr-state): "bzr status" successful only if exitcode is 0
316         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
317         Bzr warnings, so we must discard it.
318         (vc-bzr-workfile-version): Speedup counting lines from
319         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
320         if that file doesn't exist.
321         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
322         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname'
323         (not ".bzr"!) to `vc-directory-exclusion-list'
324         (vc-bzr-shell-command): New function.
326 2007-08-06  Tom Tromey  <tromey@redhat.com>
328         * diff-mode.el (diff-unified->context, diff-reverse-direction)
329         (diff-fixup-modifs): Typo in docstring.
331 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
333         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
334         count-screen-lines.
335         (tpu-edt-off): Disable relevant pieces of advice.
337         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
338         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
339         (newline, newline-and-indent, do-auto-fill): Use advice instead of
340         redefining the function.
341         (tpu-set-scroll-margins): Activate the pieces of advice.
343 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
345         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
346         process-filter.
348 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
350         * help.el (resize-temp-buffer-window): Use window-full-width-p
351         instead of comparing frame-width and window-width.
353 2007-08-05  Peter Povinec  <ppovinec <at> yahoo.com> (tiny change)
355         * term.el: Honor term-default-fg-color and term-default-bg-color
356         settings when modifying term-current-face.
357         (term-default-fg-color, term-default-bg-color): Initialize from
358         default term-current-face.
359         (term-mode, term-reset-terminal): Set term-current-face with
360         term-default-fg-color and term-default-bg-color.
361         (term-handle-colors-array): term-current-face has term-default-fg-color
362         and term-default-bg-color after reset escape sequence.
363         (term-handle-colors-array): Set term-current-color with
364         term-default-fg/bg-color instead of ansi-term-color-vector when the
365         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
367 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
369         * files.el (set-auto-mode): Handle also remote files wrt
370         `auto-mode-alist'.
372         * net/tramp.el (tramp-handle-file-remote-p): Return a string as
373         remote identification.
375 2007-08-04  Glenn Morris  <rgm@gnu.org>
377         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
378         zero, not nil, when the library is first loaded.  Check for a file
379         that has been modified on disk.
381         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
382         Remove duplicate defvar preventing initialization.
383         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
385 2007-08-03  Miles Bader  <miles@gnu.org>
387         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
388         backend names for new backends to `Git', `Hg', and `Bzr'.
389         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
390         not `HG'.
391         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
392         name, not `GIT'.
393         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
394         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
396 2007-08-03  Glenn Morris  <rgm@gnu.org>
398         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
400 2007-08-02  Richard Stallman  <rms@gnu.org>
402         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
403         to update deleted flag.
405         * cus-edit.el (customize-apropos, customize-apropos-options)
406         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
408         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
410         * startup.el (fancy-splash-head, startup-echo-area-message):
411         Change message text.
413         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
414         All callers use line-move.
416         * progmodes/compile.el (compilation-find-buffer): Return current
417         buffer immediately if suitable.
418         (compile, compilation-buffer-name, compilation-start): Doc fixes.
420 2007-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
422         * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
423         Make it more discriminating and more useful.
424         (vc-bzr-root-dir): Use new name.
425         (vc-bzr-registered): Use new name and look at the dirstate file to
426         determine if it's registered or not without running `bzr'.
428 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
430         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
432 2007-07-31  Drew Adams  <drew.adams@oracle.com>
434         * cus-edit.el (custom-group-value-create, custom-goto-parent):
435         Fix parent groups link.
437 2007-07-31  Daiki Ueno  <ueno@unixuser.org>
439         * faces.el (face-normalize-spec): New function.
440         (frame-set-background-mode): Normalize face-spec before calling
441         face-spec-match-p.
443 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
445         * vc-bzr.el: New file (copied from the trunk).
447         * vc-hooks.el (vc-handled-backends): Add BZR.
448         (vc-find-file-hook): Failsafe if the backend's `registered'
449         function burps.
451         * server.el (server-window): Add switch-to-buffer-other-frame option.
453 2007-07-30  Dan Nicolaescu  <dann@ics.uci.edu>
455         * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
456         (vc-git-revision-completion-table): Enable.
458         * vc-hooks.el (vc-handled-backends): Add GIT and HG.
460         * vc.el (vc-directory-exclusion-list): Add .git and .hg.
462         * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
463         (vc-hg-registered): Set the vc-state property.
465         * diff-mode.el (diff-mode-menu): New entries.
467 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
470         (diff-file-kill): Use it.
471         (diff-beginning-of-hunk): Add arg `try-harder' using it.
472         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
473         Use it so they find the hunk even when we're in the file header.
475         * vc.el: Add new VC operation `revision-completion-table'.
476         (vc-default-revision-completion-table): New function.
477         (vc-version-diff, vc-version-other-window): Use it to provide
478         completion of revision names if the backend provides it.
480         * vc-arch.el (vc-arch--version-completion-table)
481         (vc-arch-revision-completion-table): New functions to provide
482         completion of revision names.
484         * vc-cvs.el: Require CL.
485         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
486         New functions to provide completion of revision names.
488 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
490         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
491         (copyright-fix-years, copyright): Correctly handle the case where
492         copyright-limit is nil.
494 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
496         * progmodes/python.el (run-python): Fix path separator under w32.
498 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
500         * vc-git.el: New File.
502 2007-07-28  Alan Mackenzie  <acm@muc.de>
504         Fix problem with modes derived from CC Mode:
505         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
506         macro to cc-langs.
507         (c-init-language-vars-for): Remove call to above macro.
508         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
509         been moved to here.
510         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
512 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
514         * net/trampver.el: Fix the `coding' cookie.
516 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
518         * add-log.el (change-log-redate): Remove (not needed anymore and
519         doesn't appear to work).
521 2007-07-25  Glenn Morris  <rgm@gnu.org>
523         * Relicense all FSF files to GPLv3 or later.
525         * COPYING: Switch to GPLv3.
527 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
529         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
530         Replace it with another one which disables undo before calling
531         erase-buffer and then turns it back on if needed.
533 2007-07-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
535         * ps-print.el: Problem with foreground and background color when
536         printing a buffer with and without faces.  Reported by Christian
537         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
538         (ps-print-version): New version 6.7.5.
539         (ps-default-fg): Change default value to nil, so black color is used
540         when a face does not specify a foreground color.
541         (ps-default-bg): Change default value to nil, so white color is used
542         for background color.
543         (ps-begin-job): Fix code.
545 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
547         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
549 2007-07-24  Alan Mackenzie  <acm@muc.de>
551         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
552         Initialise byte-compile-unresolved-functions before rather than
553         after a compilation.
554         (byte-compile-unresolved-functions): Amplify doc string.
556 2007-07-24  Glenn Morris  <rgm@gnu.org>
558         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
559         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
560         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
561         (cal-tex-cursor-week, cal-tex-cursor-week2)
562         (cal-tex-cursor-week-iso, cal-tex-week-hours)
563         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
564         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
565         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
567 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
569         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
571 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
574         underlying file is uptodate.
576 2007-07-23  Richard Stallman  <rms@gnu.org>
578         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
580 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
582         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
583         (sh-font-lock-flush-syntax-ppss-cache): New funs.
584         (sh-font-lock-syntactic-keywords): Use them to distinguish the
585         different possible cases for \'.
586         (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
588         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
589         `file' from which to start the search and fix case where `file' is the
590         current directory and the root as well.
592         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
593         name for buffer-file-name if it refers to a directory.
595 2007-07-22  Jason Rumney  <jasonr@gnu.org>
597         * w32-fns.el (set-default-process-coding-system): Use dos line ends
598         for input to cmdproxy on all versions of Windows.
599         Use dos line ends for input to plink.
601         * comint.el (comint-simple-send): Concat newline before sending.
602         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
604 2007-07-22  Juri Linkov  <juri@jurta.org>
606         * isearch.el (isearch-edit-string): Save old point and
607         isearch-other-end to old-point and old-other-end before reading
608         the search string from minibuffer.  After exiting minibuffer set
609         point to old-other-end if point and the search direction is the
610         same as before reading the search string.
611         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
612         to isearch-other-end.  Instead of isearch-search-and-update call
613         three functions isearch-search, isearch-push-state and isearch-update.
615 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
617         * textmodes/reftex.el (reftex-access-parse-file): Do not risk
618         destroying an existing buffer.
620 2007-07-22  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
622         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
624         * term/x-win.el (x-handle-no-bitmap-icon): New function.
626 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
628         * textmodes/reftex.el (reftex-access-parse-file): Create parse
629         file in a way that does not interfere with recentf.
631 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
633         * image-dired.el (image-dired-sane-db-file): New func.
634         (image-dired-write-tags, image-dired-remove-tag)
635         (image-dired-list-tags, image-dired-write-comments)
636         (image-dired-get-comment, image-dired-mark-tagged-files)
637         (image-dired-create-gallery-lists): Call new func.
638         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
640 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
642         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
643         (vc-hg-dir-state): Fix loop.
644         (vc-hg-print-log): Fix expected return value for vc-hg-command.
645         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
646         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
647         (vc-hg-revert): Likewise.
648         (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
650 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
652         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
653         case of alignment under a constant symbol, find and consider
654         the sexp actually at indentation to be the "last sexp".
656 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
658         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
659         (install): Use them to copy all *.el files before *.elc.
660         (clean): Don't delete *~.
662 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
664         * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
666 2007-07-19  Dan Nicolaescu  <dann@ics.uci.edu>
668         * vc-hg.el (vc-hg-registered): Replace if with when.
669         (vc-hg-state): Deal with nonexistent files.
671 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
673         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
674         (follow-delete-other-windows-and-split, follow-recenter)
675         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
676         (follow-redisplay, follow-estimate-first-window-start)
677         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
678         Fix typos in docstrings.
680 2007-07-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
682         * bookmark.el (bookmark-show-all-annotations):
683         Make sure each inserted annotation ends with newline.
685         (bookmark-maybe-sort-alist): Don't modify
686         bookmark-alist.  Instead, if not sorting, simply return it.
687         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
688         for its return value, not for its side effect.
690 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
692         * vc.el: Add more info about the vc-registered function.
694 2007-07-16  David Kastrup  <dak@gnu.org>
696         * emacs-lisp/advice.el (defadvice): Doc fix.
698 2007-07-16  Juanma Barranquero  <lekktu@gmail.com>
700         * subr.el (when, unless): Doc fix.
702 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
704         * vc-hg.el (vc-hg-state): Handle removed files.
705         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
706         (vc-hg-checkout): Re-enable.
708 2007-07-15  Richard Stallman  <rms@gnu.org>
710         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
712         * tutorial.el (tutorial--find-changed-keys):
713         Handle C-x specially like ESC.
715 2007-07-15  Roland McGrath  <roland@frob.com>
717         * add-log.el (add-change-log-entry): Check add-log-full-name
718         and add-log-mailing-address later, after change-log-mode-hook.
720 2007-07-15  Richard Stallman  <rms@gnu.org>
722         * isearch.el (isearch-mode, isearch-done):
723         Delete unintended code in previous change.
725         * ps-print.el (ps-default-bg): Change to White.
727 2007-07-15  Aaron Hawley  <aaronh@garden.org>
729         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
731 2007-07-15  Martin Rudalics  <rudalics@gmx.at>
733         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
734         when handling the terminating event.
736 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
738         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
740 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
742         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
743         (install): Use them to copy all *.el files before *.elc.
745 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
747         * replace.el (match): Use yellow1 instead of yellow.
749         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
751         * pcvs-info.el (cvs-unknown): Likewise.
753 2007-07-12  Davis Herring  <herring@lanl.gov>
755         * desktop.el (desktop-buffer-info, desktop-save):
756         Use `desktop-dirname' instead of `dirname'.
758 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
760         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
762         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
764 2007-07-10  Richard Stallman  <rms@gnu.org>
766         * emacs-lisp/lisp-mode.el (eval-defun):
767         Explain special handling of `defface'.
769 2007-07-09  Richard Stallman  <rms@gnu.org>
771         * isearch.el (isearch-edit-string): Call to isearch-push-state
772         after the search.
774 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
776         * cus-start.el (file-coding-system-alist): Fix custom type.
778 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
780         * longlines.el (longlines-wrap-region): Avoid marking buffer as
781         modified.
782         (longlines-auto-wrap, longlines-window-change-function):
783         Remove unnecessary calls to set-buffer-modified-p.
785 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
787         * vc.el (vc-default-log-view-mode): New function.
788         (vc-print-log): Add new `log-view-mode' VC operation.
790 2007-07-08  Nick Roberts  <nickrob@snap.net.nz>
792         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
793         Rename and move to...
795         * subr.el (strings->string, string->strings): ...here.
797         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
798         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
800         * progmodes/gud.el (gud-common-init): Call string->strings instead
801         of split-string.
803 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
805         * term/w32-win.el (menu-bar-open): New function.
806         Bind <f10> to it.
808 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
810         * log-view.el (log-view-mode-menu): New menu.
812 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
814         * vc-hg.el: New file.
816 2007-07-06  Andreas Schwab  <schwab@suse.de>
818         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
819         dynamic bindings around the evaluation of the expression.
820         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
822 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
824         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
825         file names.
827 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
829         * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
831         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
832         event is not a cons cell.  Do not unread drag-mouse-1 events.
833         Select right window in check whether space was stolen from
834         window above.
836 2007-07-01  Richard Stallman  <rms@gnu.org>
838         * files.el (find-file-visit-truename): Fix safe-local-variable value.
840 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
842         * generic-x.el (generic-define-mswindows-modes)
843         (generic-define-unix-modes, apache-log-generic-mode)
844         (bat-generic-mode-keymap, java-manifest-generic-mode)
845         (show-tabs-generic-mode): Fix typos in docstrings.
847 2007-06-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
849         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
850         replace-regexp-in-string.
852 2007-06-28  Andreas Schwab  <schwab@suse.de>
854         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
855         $(lisp)/subdirs.el.
857 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
859         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
860         the speedbar frame if nil; that deletes the current frame or
861         causes an error if it is the only frame.
862         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
864 2007-06-24  Juanma Barranquero  <lekktu@gmail.com>
866         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
867         directory where the desktop file was found, as the docstring says.
868         (desktop-kill): Use `read-directory-name'.
870         * desktop.el (desktop-load-locked-desktop): New option.
871         (desktop-read): Use it.
872         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
873         Use `when'.
875 2007-06-24  Davis Herring  <herring@lanl.gov>
877         * desktop.el (desktop-save-mode-off): New function.
878         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
879         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
880         (desktop-claim-lock, desktop-release-lock): New functions.
881         (desktop-kill): Tell `desktop-save' that this is the last save.
882         Release the lock afterwards.
883         (desktop-buffer-info): New function.
884         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
885         says to.  Detect conflicts, and manage the lock.
886         (desktop-read): Detect conflicts.  Manage the lock.
888 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
890         * ls-lisp.el (insert-directory): If an invalid regexp error is
891         thrown, try using FILE as a literal file name, not a wildcard.
892         Check for FILE as an existing file, not just a directory.
894 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
896         * ruler-mode.el (ruler-mode): Prevent clobbering the original
897         `header-line-format' when reentering ruler mode.
899 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
901         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
902         FILE exists as a directory.
904 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
907         (vera-font-lock-match-item): Fix doc string.
908         (vera-in-comment-p): Remove unused function.
909         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
910         use `syntax-ppss'.
911         (vera-forward-syntactic-ws): Fix argument order.
912         (vera-prepare-search): Use `with-syntax-table'.
913         (vera-indent-line): Fix doc string.
914         (vera-electric-tab): Fix doc string.
915         (vera-expand-abbrev): Define alias instead of using `fset'.
916         (vera-comment-uncomment-region): Use `comment-start-skip'.
918 2007-06-20  Reto Zimmermann  <reto@gnu.org>
920         * progmodes/vera-mode.el: New file.
922 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
924         * ido.el (ido-find-file-in-dir): Don't signal an error for
925         empty directories.
927 2007-06-18  Alan Mackenzie  <acm@muc.de>
929         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
930         When removing lines, also remove the \n.  Correction of patch of
931         2007-04-21.
933 2007-06-17  Glenn Morris  <rgm@gnu.org>
935         * lpr.el (lpr-page-header-switches): Move %s to separate element
936         for correct quoting.  Doc fix.
938 2007-06-13  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
940         * term/xterm.el (terminal-init-xterm): Escape parens in character
941         constants.
943 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
945         * scroll-lock.el (scroll-lock-mode): Doc fix.
947 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
949         * font-lock.el (font-lock-add-keywords): In case font-lock was only
950         half-activated, forcefully activate it completely.
952 2007-06-11  Richard Stallman  <rms@gnu.org>
954         * cus-edit.el (custom-variable-type): Doc fix.
956 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
958         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
960 2007-06-09  Davis Herring  <herring@lanl.gov>
962         * desktop.el (desktop-minor-mode-table): Doc fix.
964 2007-06-08  Chong Yidong  <cyd@stupidchicken.com>
966         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
967         (image-next-line, image-previous-line, image-scroll-up)
968         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
969         New functions.
970         (image-mode-map): Remap motion commands.
971         (image-mode-text-map): New keymap for viewing images as text.
972         (image-mode): Use image-mode-map.
973         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
975 2007-06-07  Michael Albinus  <michael.albinus@gmx.de>
977         Sync with Tramp 2.0.56.
979         * net/tramp.el:
980         * net/tramp-ftp.el:
981         * net/tramp-smb.el:
982         * net/tramp-util.el:
983         * net/tramp-vc.el:
984         Don't load cl.el, because that pollutes the namespace.  Replace cl
985         macros by their implementations where necessary.  Requested by
986         Richard Stallman <rms@gnu.org>.
988         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
989         doesn't exist.
990         (with-parsed-tramp-file-name): Protect debug spec during compilation.
991         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
992         (tramp-file-name-p, tramp-file-name-multi-method)
993         (tramp-file-name-method, tramp-file-name-user)
994         (tramp-file-name-host, tramp-file-name-localname): New defuns,
995         replacing defstruct `tramp-file-name'.
996         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
997         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
998         Apply `vector' instead of `make-tramp-file-name'.
999         (tramp-handle-make-auto-save-file-name):
1000         Apply `tramp-temporary-file-directory' for compatibility reasons.
1001         (tramp-completion-mode): Use `natnump' instead of `wholenump'
1002         because of XEmacs.
1003         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
1004         started.
1006 2007-06-07  David Kastrup  <dak@gnu.org>
1008         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1009         Change default to `top'.
1011 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
1013         * dired.el (dired-mode-map): Remove spurious separator.
1015 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1017         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
1019         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1020         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
1022 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
1024         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
1025         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
1027 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
1029         * progmodes/ebrowse.el (ebrowse-member-table):
1030         * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
1032 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1034         * pgg.el (pgg-sign-region, pgg-sign):
1035         * ses.el (ses-call-printer):
1036         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
1037         * textmodes/org.el (org-cycle): Fix typos in docstrings.
1039 2007-06-06  Eli Zaretskii  <eliz@gnu.org>
1041         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
1042         (tar-get-descriptor): Handle type 55, an extended pax header.
1044 2007-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1046         * textmodes/css-mode.el: New file.
1048 2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
1050         * net/socks.el: New file, taken from w3 repository.
1051         (top): Update Copyright.  Don't load cl.el.
1052         (all): Replace `case' by `cond', `string-to-int' by
1053         `string-to-number', and `process-kill-without-query' by
1054         `set-process-query-on-exit-flag'.
1055         (socks-char-int): Remove defalias and all occurrences.
1057 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1059         * international/mule-cmds.el (toggle-enable-multibyte-characters)
1060         (sort-coding-systems, search-unencodable-char): Doc fixes.
1061         (coding-system-change-eol-conversion, set-default-coding-systems)
1062         (prefer-coding-system, find-multibyte-characters, princ-list)
1063         (leim-list-entry-regexp, set-input-method, locale-language-names)
1064         (input-method-exit-on-first-char, exit-language-environment-hook)
1065         (locale-charset-language-names): Fix typos in docstrings.
1067 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
1069         * bs.el (bs-cycle-previous): Don't modify the cycle list until
1070         `switch-to-buffer' has returned succesfully.
1071         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
1072         window is dedicated (it could iconify the frame).
1074 2007-06-05  Glenn Morris  <rgm@gnu.org>
1076         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
1078 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
1080         * files.el (auto-mode-alist): Add lower-priority match for names
1081         like ChangeLog.old.
1083 2007-06-04  Andreas Schwab  <schwab@suse.de>
1085         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
1087 2007-06-04  Davis Herring  <herring@lanl.gov>
1089         * calendar/timeclock.el: Update version number.
1090         (timeclock-modeline-display): Mention timeclock-use-display-time
1091         in explanatory message.
1092         (timeclock-log): Suppress warnings when finding the log.
1093         Don't check for a nil project twice.  Run hooks after killing the
1094         buffer (if applicable).
1095         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
1096         was geometric).  All uses changed.
1097         (timeclock-generate-report): Support prefix argument.
1099 2007-06-04  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
1101         * man.el (Man-next-section): Don't consider the last line of the
1102         page as being part of any section.
1104 2007-06-04  Martin Rudalics  <rudalics@gmx.at>
1106         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
1107         modified flag of buffer.  Use `inhibit-modification-hooks'.
1109 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1111         * mail/mail-extr.el (mail-extract-address-components):
1112         Recognize non-ASCII characters except for NBSP as words.
1114 2007-06-04  Ryan Yeske  <rcyeske@gmail.com>
1116         * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
1118 2007-06-04  Michael Olson  <mwolson@gnu.org>
1120         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
1121         died and we are trying to send a signal to it.
1123 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
1125         * emacs-lisp/easy-mmode.el (define-minor-mode)
1126         (easy-mmode-define-navigation): Fix typos in docstrings.
1128         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
1129         Fix typos in docstrings.
1130         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
1131         (compilation-finish-function): Fix typo in obsolescence declaration.
1133         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
1135 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
1137         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
1138         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
1140         * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
1142         * longlines.el (longlines-mode): Make longlines-auto-wrap
1143         buffer-local.  Add hooks unconditionally.
1144         (longlines-auto-wrap): Toggle wrapping.
1145         (longlines-after-change-function)
1146         (longlines-post-command-function): Check longlines-auto-wrap.
1148 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1150         * Version 22.1 released.
1152 2007-06-01  Chong Yidong  <cyd@stupidchicken.com>
1154         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
1155         changes.
1157 2007-05-31  Richard Stallman  <rms@gnu.org>
1159         * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
1161 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
1163         * textmodes/table.el (table--point-entered-cell-function)
1164         (table--point-left-cell-function):
1165         Bind `inhibit-point-motion-hooks' to t.
1167 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1169         * emacs-lisp/rx.el (rx): Doc fix.
1171 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
1173         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
1175 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
1177         * log-edit.el (log-edit-changelog-paragraph): Return point-max
1178         as the end of the ChangeLog paragraph when it ends without a line
1179         termination.
1181 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * textmodes/fill.el (canonically-space-region): Make the second arg
1184         a marker if it's not already the case.
1186         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
1187         (xterm-mouse-event): Use it.
1189 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
1191         * vc-hooks.el (vc-find-root): Fix file attribute test.
1193 2007-05-24  Richard Stallman  <rms@gnu.org>
1195         * textmodes/flyspell.el (flyspell-correct-word-before-point):
1196         Don't let opoint be nil.
1197         (flyspell-emacs-popup): Explicit error if no dialogs.
1199 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
1201         * tar-mode.el (tar-file-name-handler): New function.
1202         (tar-extract): Bind file-name-handler-alist to it to force
1203         find-buffer-file-type-coding-system behave as if the file being
1204         extracted existed.  Use last-coding-system-used to force
1205         buffer-file-coding-system to what decode-coding-region actually
1206         used to decode the file.
1208 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1210         * progmodes/compile.el (compilation-handle-exit):
1211         `compilation-finish-function' may change the current buffer.
1213 2007-05-22  Richard Stallman  <rms@gnu.org>
1215         * files.el (set-auto-mode): Doc fix.
1217 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
1219         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
1221 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
1223         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
1224         (rcirc-print): Handle `window-width'.
1225         (rcirc-buffer-maximum-lines): Doc fix.
1227 2007-05-19  Kevin Ryde  <user42@zip.com.au>
1229         * info.el (Info-fontify-node): Match https also.
1231 2007-05-18  Richard Stallman  <rms@gnu.org>
1233         * simple.el (push-mark): Doc fix.
1235 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
1237         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
1238         tpu-global-map.
1239         (tpu-original-global-map): Delete variable.
1240         (tpu-control-keys-map): New keymap variable.
1241         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
1242         setting keymapping directly.
1243         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
1244         tpu-global-map.
1245         (tpu-edt-on): Activate the tpu-global-map.
1246         (tpu-edt-off): Deactivate the tpu-global-map.
1248 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
1250         * textmodes/ispell.el (ispell-get-word): Return markers
1251         for start and end positions.
1252         (ispell-word): Assume END is a marker.
1254 2007-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1256         * ps-print.el: Use default color when foreground or background color
1257         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
1258         (ps-print-version): New version 6.7.4.
1259         (ps-rgb-color): New argument.  Use default color when color is
1260         unspecified.
1261         (ps-begin-job): Fix code.
1263 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
1265         * textmodes/ispell.el (ispell-start-process): Defend against bad
1266         default-directory.
1268 2007-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1270         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
1272 2007-05-16  Richard Stallman  <rms@gnu.org>
1274         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
1276 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1278         * files.el (magic-mode-alist, magic-fallback-mode-alist):
1279         Move the *ml, Postscript, and XmCD entries to the fallback part.
1281         * files.el (magic-fallback-mode-alist):
1282         Rename from file-start-mode-alist.
1284 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
1286         * progmodes/compile.el (compilation-handle-exit): Quote first
1287         argument of `run-hook-with-args'.
1289 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
1291         * buff-menu.el (Buffer-menu-sort-column):
1292         * dabbrev.el (dabbrev-upcase-means-case-search):
1293         * dired.el (dired-recursive-deletes, dired-recursive-copies):
1294         * info.el (Info-current-subfile):
1295         * ls-lisp.el (ls-lisp-verbosity):
1296         * msb.el (msb-menu-cond):
1297         * pcvs.el (cvs-dired-use-hook):
1298         * simple.el (set-mark-command-repeat-pop):
1299         * time.el (display-time-24hr-format, display-time-mail-file):
1300         Doc fixes.
1302         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
1303         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
1305         * view.el (view-inhibit-help-message): Fix typo in docstring.
1306         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
1308 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
1310         * mail/rmail.el (rmail-convert-to-babyl-format):
1311         Check content-transfer-encoding _last_, because we need its position
1312         in base64-header-field-end.
1314 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
1316         * files.el (mode-require-final-newline, require-final-newline)
1317         (enable-local-variables, enable-local-eval): Doc fixes.
1319 2007-05-10  Edward O'Connor  <hober0@gmail.com>  (tiny change)
1321         * progmodes/python.el (python-font-lock-keywords)
1322         (python-open-block-statement-p, python-mode): Add support for the new
1323         "with" keyword.
1325 2007-05-10  Richard Stallman  <rms@gnu.org>
1327         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
1328         (iso-cvt-write-only): Likewise.
1330         * emacs-lisp/easy-mmode.el (define-minor-mode):
1331         Fix generated doc string.
1333         * startup.el (fancy-splash-text): Add URL of guided tour.
1334         Adjust horizontal and vertical whitespace.
1336         * progmodes/compile.el (compilation-handle-exit):
1337         Use run-hook-with-args to run compilation-finish-functions.
1339         * files.el (file-start-mode-alist): New variable.
1340         (magic-mode-regexp-match-limit): Doc fix.
1341         (set-auto-mode): Handle file-start-mode-alist.
1342         A little cleanup of structure.
1344 2007-05-10  Davis Herring  <herring@lanl.gov>
1346         * calendar/timeclock.el (timeclock-in): Fix non-interactive
1347         workday specifications.
1348         (timeclock-log): Don't kill the log buffer if it already existed.
1350 2007-05-08  Richard Stallman  <rms@gnu.org>
1352         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1353         Don't include non-self-insert commands in the exception for `-'.
1355 2007-05-08  David Reitter  <david.reitter@gmail.com>
1357         * progmodes/python.el (python-guess-indent): Check non-nullness
1358         before comparing indent against the 2..8 interval.
1360 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1362         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
1363         available.
1365 2007-05-06  Richard Stallman  <rms@gnu.org>
1367         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
1369 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
1371         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
1372         disconnections.
1374 2007-05-01  Romain Francoise  <romain@orebokech.com>
1376         * dired-x.el: Revert 2007-04-06 change.
1378 2007-04-30  Nick Roberts  <nickrob@snap.net.nz>
1380         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
1381         don't put stop on toolbar.
1383 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
1385         * find-dired.el (find-dired-filter): Propertize all text down to eob.
1387 2007-04-29  Richard Stallman  <rms@gnu.org>
1389         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
1391 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1393         * progmodes/cc-mode.el (c-before-change): Use point-min rather
1394         than 1.
1396 2007-04-28  Richard Stallman  <rms@gnu.org>
1398         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
1400 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
1404 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
1406         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
1407         instead of $(lisp)/mh-e.
1409         * textmodes/fill.el (fill-paragraph): Doc fix.
1411 2007-04-28  Glenn Morris  <rgm@gnu.org>
1413         * image-dired.el (image-dired-cmd-create-thumbnail-options)
1414         (image-dired-cmd-create-temp-image-options): Replace option
1415         +profile "*" with -strip.
1417 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
1419         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1420         Use window-start and window-end.
1422 2007-04-26  Glenn Morris  <rgm@gnu.org>
1424         * progmodes/python.el: Restore file pending consideration of legal
1425         status.
1427 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
1429         * locate.el (locate-in-alternate-database): Doc fix.
1431 2007-04-26  Glenn Morris  <rgm@gnu.org>
1433         * button.el (button): Use underline if supported, else fall back
1434         to color.
1436 2007-04-25  Richard Stallman  <rms@gnu.org>
1438         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
1440 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
1442         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
1443         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
1444         pushing mark.
1445         (idlwave-current-routine): Don't push mark.
1447 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
1449         * image-dired.el (image-dired-display-image): Derive image-type from
1450         filename rather than assuming jpeg, in case no resizing was needed.
1452 2007-04-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1454         * custom.el (defface): Doc fix.
1456 2007-04-24  Chong Yidong  <cyd@stupidchicken.com>
1458         * progmodes/python.el: Remove due to unclear legal issues.
1460 2007-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
1462         * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
1463         Don't re-query for each cleared BP.
1464         (idlwave-shell-clear-bp): Optionally skip BP query.
1465         (idlwave-shell-update-bp-overlays): Use set-window-margins instead
1466         of set-window-buffer, which incorrectly moves displayed region.
1468 2007-04-23  Jay Belanger  <jay.p.belanger@gmail.com>
1470         * calc/calc.el (calc-bug-address): Update maintainer's address.
1471         * calc/*: Update maintainer's address.
1473 2007-04-23  Richard Stallman  <rms@gnu.org>
1475         * simple.el (set-mark-command-repeat-pop): Doc fix.
1476         Put in `editing-basics' group.
1478 2007-04-23  Chong Yidong  <cyd@stupidchicken.com>
1480         * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
1481         New functions.
1482         (Info-mode-line-node-keymap): Bind mouse commands to
1483         Info-mouse-scroll-up/down instead of Info-scroll-up/down.
1485 2007-04-23  Luc Teirlinck  <teirllm@auburn.edu>
1487         * locate.el (locate-local-prompt): New var.
1488         (locate-prompt-for-command): Doc fix.
1489         (locate-prompt-for-search-string): New function.
1490         (locate): New optional arg.  Make locate-local-prompt
1491         buffer-local.  Use locate-prompt-for-search-string.
1492         (locate-with-filter): New optional arg.
1493         Use locate-prompt-for-search-string.
1494         (locate-update): Bind locate-prompt-for-command.
1496 2007-04-23  Glenn Morris  <rgm@gnu.org>
1498         * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
1500 2007-04-23  Nick Roberts  <nickrob@snap.net.nz>
1502         * button.el (button): Inherit from link face on a tty.
1504 2007-04-23  Glenn Morris  <rgm@gnu.org>
1506         * button.el (button): Use color for this face on a tty.
1508         * files.el (magic-mode-alist): Allow for carriage-returns in
1509         html-mode and sgml-mode entries.
1511 2007-04-22  Richard Stallman  <rms@gnu.org>
1513         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1514         Improve doc string of generated command.
1516         * subr.el (read-number): Catch errors.
1518         * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
1520 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1522         * image-dired.el: Rename from thumbnails.el.  All instances of
1523         "thumbnails" replaced with "image-dired".
1525         * dired.el (dired-mode-map): Rename "thumbnails" again, to
1526         "image-dired".
1528 2007-04-22  Kim F. Storm  <storm@cua.dk>
1530         * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
1531         Don't use kill-line.
1533 2007-04-22  Nick Roberts  <nickrob@snap.net.nz>
1535         * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
1536         error message.
1538 2007-04-22  Chong Yidong  <cyd@stupidchicken.com>
1540         * dired.el: Rename "tumme" to "thumbnails".
1542         * thumbnails.el: Rename from tumme.el.  All instances of "tumme"
1543         replaced with "thumbnails".
1545 2007-04-22  Glenn Morris  <rgm@gnu.org>
1547         * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
1548         and give it the risky-local-variable property.
1550         * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
1551         before defining it.
1553 2007-04-21  Martin Rudalics  <rudalics@gmx.at>
1555         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
1556         Use delete-region instead of kill-line.
1558 2007-04-21  Alan Mackenzie  <acm@muc.de>
1560         * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
1561         `kill-region' by `delete-region'.
1563 2007-04-21  Chong Yidong  <cyd@stupidchicken.com>
1565         * progmodes/perl-mode.el (perl-indent-command): Use delete-region
1566         instead of kill-region.
1568         * progmodes/mantemp.el (mantemp-make-mantemps-region)
1569         (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
1570         (mantemp-remove-memfuncs): Use delete-region instead of kill-word
1571         and kill-line.
1573         * progmodes/vhdl-mode.el (vhdl-template-type)
1574         (vhdl-template-record, vhdl-template-nature)
1575         (vhdl-template-configuration-spec, vhdl-template-component-inst)
1576         (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
1577         Use delete-region instead of kill-word and kill-line.
1579 2007-04-21  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1581         * dired-x.el (dired-virtual-mode): Doc fix.
1583 2007-04-21  Richard Stallman  <rms@gnu.org>
1585         * font-lock.el (font-lock-keywords-alist): Mark as risky.
1587         * subr.el (read-number): Doc fix.
1589         * simple.el (pop-to-mark-command): Display message "mark popped"
1590         if point does not move.
1591         (set-mark-command): Doc fix.
1593 2007-04-21  Luc Teirlinck  <teirllm@auburn.edu>
1595         * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1596         (locate-local-filter, locate-local-search): New vars.
1597         (locate): Make variables local.
1598         (locate-update): Bind locate-buffer-name.  Call locate using
1599         locate-local-filter and locate-local-search.
1601 2007-04-20  David Koppelman  <koppel@ece.lsu.edu>
1603         * hi-lock.el (hi-lock-file-patterns-policy): New var.
1604         (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1605         (hi-lock-mode): Update docstring.
1607 2007-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1609         * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1610         fill-nobreak-predicate when the break is past fill-column.
1612 2007-04-20  Francesco Potort\e,Al\e(B  <pot@gnu.org>
1614         * locate.el (locate): Output from shell-command should go in the
1615         current buffer rather than *Shell Command Output*.
1617 2007-04-20  Chong Yidong  <cyd@stupidchicken.com>
1619         * paren.el (show-paren-function): Fix last fix.
1621 2007-04-19  Kevin Ryde  <user42@zip.com.au>
1623         * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1624         (archive-lzh-summarize): Add optional start arg for where to start
1625         looking at the archive.
1626         (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1628         * international/mule.el (auto-coding-alist): no-conversion for .exe
1629         and .EXE.
1631 2007-04-19  Alan Mackenzie  <acm@muc.de>
1633         * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1634         function return type contains "struct", "union", etc.
1635         c-end-of-defun goes too far forward.
1637 2007-04-19  Chong Yidong  <cyd@stupidchicken.com>
1639         * paren.el (show-paren-function): Reset window-start to avoid
1640         recentering.
1642 2007-04-19  Glenn Morris  <rgm@gnu.org>
1644         * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1646 2007-04-18  Glenn Morris  <rgm@gnu.org>
1648         * calendar/diary-lib.el (diary-header-line-format): Add a custom
1649         :set function.
1650         (diary-list-entries): Only switch to diary-mode from
1651         default-major-mode (reverts 2007-03-21 change).  Otherwise, if in
1652         diary-mode set header-line-format, in case of any customization.
1654 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
1656         * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1657         is less than the length of parse-time-syntax.
1659 2007-04-17  David Kastrup  <dak@gnu.org>
1661         * replace.el (query-replace-regexp-eval): Deprecate.
1663 2007-04-17  Alan Mackenzie  <acm@muc.de>
1665         * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1666         point too close to EOB, leave point at EOB rather than last `}'.
1668 2007-04-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1670         * textmodes/bibtex.el (bibtex-include-OPTkey)
1671         (bibtex-user-optional-fields, bibtex-entry-field-alist):
1672         Fix defcustom.
1674 2007-04-17  Glenn Morris  <rgm@gnu.org>
1676         * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1677         be encoded, fall back to current year.
1679 2007-04-14  Kevin Ryde  <user42@zip.com.au>
1681         * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1682         all upcase" rule to OS-ID 0 "generic".  Always downcase for OS-ID
1683         M "MSDOS".
1685 2007-04-16  Chong Yidong  <cyd@stupidchicken.com>
1687         * progmodes/python.el (python-end-of-block): Avoid looping forever
1688         if python-next-statement fails.
1690 2007-04-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1692         * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1694 2007-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
1696         * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1697         * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1699 2007-04-15  Jay Belanger  <belanger@truman.edu>
1701         * calc/calc.el (calc-version): New function.
1702         (calc-trail-mode): Shorten the title.
1704 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1706         * mail/footnote.el (footnote-style): Clarify docstring to state
1707         that customizing this only applies to future footnotes.
1709 2007-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1711         * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1712         (bibtex-make-field): Check that INIT is a string. Use functionp.
1714 2007-04-14  Glenn Morris  <rgm@gnu.org>
1716         * complete.el (PC-goto-end): New buffer-local variable.
1717         (PC-do-completion-end): Make buffer-local.
1718         (partial-completion-mode) <choose-completion-string-functions>:
1719         Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1720         (PC-do-completion): New optional fourth argument GOTO-END.  Add a
1721         doc string.  Set PC-goto-end for choose-completion.
1722         (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1723         PC-do-completion.
1725         * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1726         arg to bibtex-make-field.
1727         (bibtex-make-field): Add optional fourth arg NODELIM.
1728         Insert delimiters around INIT unless this arg is non-nil.
1730 2007-04-14  Nick Roberts  <nickrob@snap.net.nz>
1732         * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1733         global map isn't modified.
1735 2007-04-14  Glenn Morris  <rgm@gnu.org>
1737         * calendar/appt.el (appt-disp-window): Do not split small windows.
1738         Suggested by Jeff Miller <jmiller@cablespeed.com>.
1740 2007-04-13  Chong Yidong  <cyd@stupidchicken.com>
1742         * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1744         * files.el: Ditto.
1746 2007-04-13  Juanma Barranquero  <lekktu@gmail.com>
1748         * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1750         * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1751         (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1752         (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1753         (term-pager-help): Fix typos in docstrings.
1755         * wid-edit.el (widget-documentation): Fix typo in docstring.
1757         * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1758         Fix typos in error messages.
1760 2007-04-13  Martin Rudalics  <rudalics@gmx.at>
1762         * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1763         window marked as dedicated.
1765         * mail/footnote.el (footnote-latin-string): New variable.
1766         (footnote-latin-regexp): Redefine as regexp alternative.
1767         (Footnote-latin): Use footnote-latin-string instead of
1768         footnote-latin-regexp.
1770 2007-04-13  Glenn Morris  <rgm@gnu.org>
1772         * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1773         inherited keymaps.
1775 2007-04-12  Chong Yidong  <cyd@stupidchicken.com>
1777         * outline.el (outline-get-next-sibling): Clarify docstring.
1778         (outline-get-last-sibling): Handle case where we are at the first
1779         heading.  Clarify docstring.
1781 2007-04-12  Nick Roberts  <nickrob@snap.net.nz>
1783         * progmodes/gud.el (gud-minor-mode-map): Make go button same
1784         length as stop button to lessen flicker.
1785         (jdb): Add gud-print.
1786         (gud-find-expr): Jdb prints the expression with the value, so
1787         don't insert it in the output.
1789 2007-04-11  Jason Rumney  <jasonr@gnu.org>
1791         * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1792         case hex.  Do not try to decode non-hex letters.
1794 2007-04-11  Markus Triska  <markus.triska@gmx.at>
1796         * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1797         (byte-optimize-backward-word): Remove (move to bytecomp.el).
1798         (byte-optimize-form-code-walker): Evaluate pure function calls if
1799         possible.
1800         (byte-optimize-all-constp): New function.
1802         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1803         Improve numeric argument case.
1804         (byte-compile-backward-char, byte-compile-backward-word):
1805         New functions, performing rewriting previously done in byte-opt.el.
1806         Fix their "Fixme" item (restriction to numeric arguments).
1808 2007-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1810         * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1811         with dolist.
1812         (after-init-hook): Don't quote lambda.
1813         (desktop-first-buffer): Don't wrap it in eval-when-compile.
1814         (desktop-internal-v2s): Remove unused var `el'.
1815         (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1816         desktop-restore-file-buffer.
1817         (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1818         desktop-create-buffer.
1820 2007-04-10  Chong Yidong  <cyd@stupidchicken.com>
1822         * woman.el (woman-decode-buffer): Postpone macro-set check...
1823         (woman-decode-region): ...to here.
1825 2007-04-10  Thien-Thi Nguyen  <ttn@gnu.org>
1827         * startup.el (tty-handle-args): Use %S to log ARGS.
1829 2007-04-10  Glenn Morris  <rgm@gnu.org>
1831         * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1832         it is obsolete and has no effect.
1834         * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1835         byte-compiler.
1837         * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1838         obsolete function make-local-hook.
1840         * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1841         start to quieten byte-compiler.
1843 2007-04-10  Markus Triska  <markus.triska@gmx.at>
1845         * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1846         to bytecomp.el as byte-compile-char-before).
1847         * emacs-lisp/bytecomp.el (byte-compile-char-before):
1848         New function (modified replacement for byte-optimize-char-before in
1849         byte-opt.el).
1851 2007-04-09  Alan Mackenzie  <acm@muc.de>
1853         * startup.el (inhibit-splash-screen): Emphatically state that it
1854         can't be set in site-start.el.
1856 2007-04-09  Masatake YAMATO  <jet@gyve.org>
1858         * progmodes/cc-subword.el (c-capitalize-subword): More closely
1859         mimic the behavior of `capitalize-word'.  Do not move point with a
1860         negative argument.  Based on tiny change by Paul Curry.
1862 2007-04-09  Paul Curry  <dashteacup@gmail.com>  (tiny change)
1864         * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1865         Don't move point if ARG is negative.
1867 2007-04-09  Alan Mackenzie  <acm@muc.de>
1869         Changes to make `narrow-to-defun' and `mark-defun' work properly
1870         in CC Mode:
1872         * progmodes/cc-defs.el (c-beginning-of-defun-1):
1873         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1874         Bind beginning/end-of-defun-function to nil around calls to
1875         beginning/end-of-defun.
1877         * progmodes/cc-langs.el (beginning-of-defun-function)
1878         (end-of-defun-function): New c-lang-setvar's.
1880         * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1881         (setq arg 1))" to enable non-interactive call.
1883 2007-04-09  Eli Zaretskii  <eliz@gnu.org>
1885         * simple.el (set-mark-command): Doc fix.
1887 2007-04-09  Nick Roberts  <nickrob@snap.net.nz>
1889         * progmodes/gud.el (gdb): Restore existing session if user
1890         tries to start a second one in graphical mode.
1892 2007-04-08  Martin Rudalics  <rudalics@gmx.at>
1894         * cus-start.el <scroll-preserve-screen-position>: Add choices.
1896 2007-04-08  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1898         * term/xterm.el (terminal-init-xterm): Fix key definitions.
1899         Add binding for C-M-SPC.
1901 2007-04-08  Richard Stallman  <rms@gnu.org>
1903         * pcomplete.el (pcomplete-read-event): One single definition,
1904         and not a defsubst.
1906 2007-04-08  Chong Yidong  <cyd@stupidchicken.com>
1908         * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1909         byte-compiler warning "value unused".
1911 2007-04-08  Andreas Schwab  <schwab@suse.de>
1913         * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1915 2007-04-07  Glenn Morris  <rgm@gnu.org>
1917         * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1918         Autoload these functions.
1919         (diary-date-forms): Add a custom :set form.
1921         * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1922         before first use.
1923         (diary-font-lock-keywords): New function with old code for
1924         initialization of variable of same name.
1926 2007-04-07  David Hansen  <david.hansen@gmx.net>  (tiny change)
1928         * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1929         clean-up: only insert space when on identifier, etc.
1931 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
1933         * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1935         * net/tls.el (open-tls-stream): Properly handle case where there
1936         is no associated buffer.
1938 2007-04-07  Glenn Morris  <rgm@gnu.org>
1940         * ffap.el (ffap-file-at-point): Lower the priority of the
1941         ffap-ftp-sans-slash-regexp check.
1943 2007-04-06  Alan Mackenzie  <acm@muc.de>
1945         Fix fontification of labels, and other things with ":".
1947         * progmodes/cc-engine.el (c-forward-label): The function now
1948         returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1949         the former t.
1951         * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1952         new return code from c-forward-label, fontifying tokens properly.
1953         Add some general comments throughout the file.
1955 2007-04-06  Chong Yidong  <cyd@stupidchicken.com>
1957         * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1958         Revert 2006-01-27 change.
1960         * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1962         * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1964         * desktop.el (desktop-create-buffer, desktop-save):
1965         Revert 2004-11-12 change for lack of copyright papers.
1967         * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1968         (dired-guess-default): Respect case.
1970         * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1972         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1973         was originally checked in as byte-optimize-concat on 1997-11-02.
1975         * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1976         1995-05-19 doc changes.
1978 2007-04-06  Kim F. Storm  <storm@cua.dk>
1980         * loadhist.el (read-feature): Reimplement.  New optional arg LOADED-P.
1981         (unload-feature): Update interactive spec accordingly.
1983         * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1985 2007-04-06  John Paul Wallington  <jpw@pobox.com>
1987         * subr.el (with-case-table): Use `make-symbol' to avoid variable
1988         capture.  Restore the table in the same buffer.
1990         * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1992 2007-04-05  Chong Yidong  <cyd@stupidchicken.com>
1994         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1995         Print entire form.
1997 2007-04-05  Nick Roberts  <nickrob@snap.net.nz>
1999         * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
2000         for low-color displays.
2002 2007-04-05  Glenn Morris  <rgm@gnu.org>
2004         * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
2005         * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
2006         Seed random number generator on loading.
2008         * emacs-lisp/authors.el (top-level): Provide self.
2010         * play/animate.el (top-level): Provide self.
2012 2007-04-04  Alan Mackenzie  <acm@muc.de>
2014         * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
2015         to mention c-syntactic-indentation.
2017 2007-04-04  Chong Yidong  <cyd@stupidchicken.com>
2019         * subr.el (with-case-table): New macro.
2021         * international/mule.el (ascii-case-table): New var.
2023         * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
2024         downcasing.
2026 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2028         * progmodes/gud.el (gud-minor-mode-map): Simplify.
2030         * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
2031         of the window if we're outside it e.g menu-bar.
2033         * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
2034         window if we're outside it e.g menu-bar.
2036 2007-04-03  Eli Zaretskii  <eliz@gnu.org>
2038         * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
2039         decode base-64 encoded body if its content-type is something other
2040         than text/* or message/*.
2042 2007-04-03  Juanma Barranquero  <lekktu@gmail.com>
2044         * simple.el (activate-mark-hook): Fix typo in docstring.
2046 2007-04-03  Nick Roberts  <nickrob@snap.net.nz>
2048         * tmm.el (tmm-c-prompt): Initialize.
2049         (tmm-menubar): Deal with extended menu-items at top level.
2050         (tmm-get-keybind): Handle bindings redefined/undefined locally.
2051         (tmm-prompt): Handle visibility of top level menu-items.
2053         * progmodes/gud.el (gud-menu-map): Simplify.
2054         (gud-minor-mode-map): Add tool-bar like bindings to the text mode
2055         menubar.
2057 2007-04-02  Chong Yidong  <cyd@stupidchicken.com>
2059         * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
2061         * comint.el (comint-send-input): Widen the buffer first.
2063         * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
2065 2007-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2067         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
2068         emacs-lisp-docstring-fill-column in emacs-lisp-mode.
2070         * newcomment.el (comment-search-forward): Discard comment starters
2071         before point.
2073 2007-04-01  Guanpeng Xu  <herberteuler@hotmail.com>
2075         * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
2077 2007-04-01  Chong Yidong  <cyd@stupidchicken.com>
2079         * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
2080         when downcasing.
2082         * button.el (previous-button): Rewrite to account for adjacent buttons.
2084 2007-04-01  J.D. Smith  <jdsmith@as.arizona.edu>
2086         * progmodes/idlwave.el (idlwave-auto-fill):
2087         Revert paragraph-separate change.
2089         * progmodes/idlw-shell.el (idlwave-shell-break-in):
2090         Simplify module calc.
2091         (idlwave-shell-set-bp-in-module): Compute module.
2093 2007-03-31  Glenn Morris  <rgm@gnu.org>
2095         * emacs-lisp/timer.el (run-at-time): Doc fix.
2097         * emacs-lisp/warnings.el (display-warning): If we create the
2098         buffer displaying the warning, disable undo there.
2100 2007-03-31  Michael Albinus  <michael.albinus@gmx.de>
2102         * net/tramp.el (tramp-register-file-name-handler)
2103         (tramp-register-completion-file-name-handler): New defsubst,
2104         derived from `tramp-register-file-name-handlers'.  The split is
2105         necessary because Tramp's file name handlers must be registered at
2106         different startup places.
2108 2007-03-31  Chong Yidong  <cyd@stupidchicken.com>
2110         * progmodes/hideshow.el (turn-off-hideshow): New function.
2111         (hs-minor-mode): Use it instead of a lambda expression in
2112         change-major-mode-hook.
2114 2007-03-31  David Kastrup  <dak@gnu.org>
2116         * woman.el (woman-Cyg-to-Win): Don't convert cons cells
2117         corresponding to MANPATH_MAP entries.
2118         (woman-man.conf-path, woman-parse-man.conf): Doc fix.
2119         (woman-parse-man.conf): Use more discriminating man.conf name.
2120         (woman-parse-man.conf): Parse MANPATH_MAP entries.
2121         (woman-manpath): Doc fix and type fix.
2122         (woman-cached-data): Check for MANPATH_MAP entries.
2123         (woman-expand-directory-path): Treat MANPATH_MAP entries.
2125 2007-03-31  Stuart Herring  <herring@lanl.gov>
2127         * emacs-lisp/sregex.el (sregexq): Doc fix.
2129 2007-03-31  Markus Triska  <markus.triska@gmx.at>
2131         * flymake.el (flymake-err-line-patterns): Doc fix.
2133 2007-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2135         * info.el (info-tool-bar-map): Use "exit" for Info-exit.
2136         Move to the right.
2138 2007-03-30  Alan Mackenzie  <acm@muc.de>
2140         * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
2142 2007-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2144         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
2145         Use it, passed in explicitly, instead of from the dynamic binding.
2146         (ewoc-create, ewoc-enter-before): Update to use new call sequence.
2148 2007-03-30  Juanma Barranquero  <lekktu@gmail.com>
2150         * simple.el (blink-matching-open): When in minibuffer, don't
2151         search for a match inside the prompt.
2153 2007-03-30  Nick Roberts  <nickrob@snap.net.nz>
2155         * tmm.el (tmm-menubar): Select the right menu item with the mouse.
2156         (tmm-prompt): Don't make the mouse user select the first menu
2157         item twice.
2159 2007-03-30  Chong Yidong  <cyd@stupidchicken.com>
2161         * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
2162         SIGUSR1 and SIGUSR2.
2164 2007-03-29  Kim F. Storm  <storm@cua.dk>
2166         * ido.el (ido-read-internal): When reading file or dir, only override
2167         minibuffer-local-filename-completion-map, otherwise only override
2168         minibuffer-local-completion-map.
2170 2007-03-29  Glenn Morris  <rgm@gnu.org>
2172         * complete.el (partial-completion-mode): Set PC-do-completion-end
2173         to nil after use.
2174         (PC-lisp-complete-symbol): Create and use a marker at `end',
2175         rather than using point-marker.
2177 2007-03-28  Chong Yidong  <cyd@stupidchicken.com>
2179         * simple.el (next-error-highlight): Doc fix.
2180         (compose-mail): Revert 2007-03-19 change.
2182 2007-03-28  Richard Stallman  <rms@gnu.org>
2184         * emacs-lisp/edebug.el (edebug-display): Don't go to
2185         edebug-outside-buffer if it is dead.
2187 2007-03-28  Juanma Barranquero  <lekktu@gmail.com>
2189         * view.el (view-mode): Fix typos in docstring.
2191 2007-03-28  Stephen Berman  <Stephen.Berman@gmx.net>
2193         * recentf.el (recentf-save-file): Add a custom :set function.
2195 2007-03-28  Glenn Morris  <rgm@gnu.org>
2197         * complete.el (PC-do-completion-end): New variable.
2198         (partial-completion-mode) <choose-completion-string-functions>:
2199         Use PC-do-completion-end in the non-minibuffer case to replace the
2200         correct amount of text.
2201         (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
2202         (PC-lisp-complete-symbol): Give marker the after-insertion type,
2203         to deal with improvements inserted after point.
2205 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * button.el (make-text-button): Add explicit `button' property.
2208         (default-button): Don't put a `button' property on it.
2210         * progmodes/python.el (python-mode): Skip comments when parsing.
2212         * vc-arch.el (vc-with-current-file-buffer): New macro.
2213         (vc-arch-file-source-p): Use it to avoid infloop.
2215 2007-03-28  David Hansen  <david.hansen@gmx.net>  (tiny change)
2217         * emacs-lisp/lisp.el (lisp-complete-symbol):
2218         Fix call to get-buffer-window to find windows in other frames.
2220 2007-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * comint.el (comint-proc-query, comint-dynamic-list-completions):
2223         Fix calls to get-buffer-window to find windows in other frames.
2224         Reported by David Hansen <david.hansen@gmx.net>.
2226 2007-03-27   Kevin Ryde  <user42@zip.com.au>
2228         * info.el (Info-display-images-node): On a text-only terminal,
2229         show the "text" or "alt" parts of the image blobs.
2231 2007-03-27  Glenn Morris  <rgm@gnu.org>
2233         * complete.el (PC-do-completion): Compute completion-base-size in
2234         the non-filename case, rather than setting to nil.
2235         (PC-lisp-complete-end): New variable.
2236         (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
2237         original end in a series of consecutive invocations.
2239         * calendar/calendar.el (calendar-mode-hook): Declare it.
2241         * calendar/diary-lib.el (diary-live-p): Do not check for
2242         diary-selective-display.
2244 2007-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * replace.el (occur-next-error): *Occur* might not be displayed in the
2247         selected frame.  Reported by David Hansen <david.hansen@gmx.net>.
2249 2007-03-26  Richard Stallman  <rms@gnu.org>
2251         * textmodes/flyspell.el (flyspell-large-region):
2252         Use ispell-call-process-region.
2254 2007-03-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2256         * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
2257         Use prin1 instead of princ.
2259 2007-03-25  Chong Yidong  <cyd@stupidchicken.com>
2261         * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
2262         Merge in X resources before global face.
2264         * progmodes/compile.el (compilation-start): Save compilation-directory
2265         rather than default-directory as local var.
2266         (compilation-directory): Mark as safe local var.
2268         * files.el: Don't mark default-directory as a safe local var.
2270 2007-03-25  Alan Mackenzie  <acm@muc.de>
2272         * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
2273         * progmodes/cc-engine.el: Fix typo.
2275 2007-03-25  Juri Linkov  <juri@jurta.org>
2277         * compare-w.el (compare-windows): Rename customization group
2278         `compare-w' to `compare-windows'.
2279         (compare-windows-whitespace, compare-ignore-whitespace)
2280         (compare-ignore-case, compare-windows-sync)
2281         (compare-windows-sync-string-size, compare-windows-recenter)
2282         (compare-windows-highlight, compare-windows): Change group name in
2283         the `group' tag from `compare-w' to `compare-windows'.
2284         (compare-windows-sync): Add option `nil' for no sync.  Doc fix.
2286 2007-03-24  Markus Triska  <markus.triska@gmx.at>
2288         * expand.el: Change example to always enable abbrev-mode,
2289         and remove redundant `function'.
2290         (expand-abbrev-hook): Add autoload cookie.
2292 2007-03-24  Ryan Yeske  <rcyeske@gmail.com>
2294         * emacs-lisp/testcover.el (testcover-start, testcover-end)
2295         (testcover-mark-all, testcover-unmark-all): Add prompts to
2296         interactive specs.
2298 2007-03-24  Jason Rumney  <jasonr@gnu.org>
2300         * autorevert.el (find-file-hook, auto-revert-tail-mode):
2301         Use file size in bytes for auto-revert-tail-pos not characters.
2303 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
2305         * vc-rcs.el (vc-rcs-annotate-command):
2306         Set text property :vc-annotate-prefix on the annotation text.
2307         (vc-rcs-annotate-time): Instead of searching for ": ",
2308         search for end of text propertized with :vc-annotate-prefix.
2310 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
2312         * whitespace.el (top level): Remove calls putting
2313         permanent-local nil property since these are no-ops.
2315         * man.el (Man-support-local-filenames): Assure that
2316         default-directory exists when doing call-process.
2318 2007-03-23  David Vazquez  <xeos00@gmail.com>  (tiny change)
2320         * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
2321         Fix omission bug: Use m4-program-options to construct shell command.
2323 2007-03-23  David Kastrup  <dak@gnu.org>
2325         * progmodes/cc-mode.el (c-make-emacs-variables-local):
2326         Use `mapcar' rather than `mapcan' to silence compiler warning.
2328 2007-03-22  Ralf Angeli  <angeli@caeruleus.net>
2330         * textmodes/reftex.el, textmodes/reftex-vars.el,
2331         * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
2332         * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
2333         * textmodes/reftex-index.el, textmodes/reftex-global.el,
2334         * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
2335         * textmodes/reftex-auc.el: Add maintainer address.
2337 2007-03-22  Carsten Dominik  <dominik@science.uva.nl>
2339         * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
2340         Make sure that `global-font-lock-mode' does not turn on font-lock
2341         in these buffers.
2343 2007-03-21  Kim F. Storm  <storm@cua.dk>
2345         * xt-mouse.el (xt-mouse-epoch): New variable.
2346         (xterm-mouse-event): Use float-time.
2348 2007-03-21  Nick Roberts  <nickrob@snap.net.nz>
2350         * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
2351         current-time.
2353 2007-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2355         * complete.el (read-file-name-internal): Don't add the final > if the
2356         completion is not finished (re-application of this patch, which was
2357         accidentally undone by Eli).
2359 2007-03-21  Chong Yidong  <cyd@stupidchicken.com>
2361         * emulation/viper.el (viper-non-hook-settings): Handle mouse
2362         clicks in describe-key and describe-key-briefly advice a little better.
2364 2007-03-21  Juanma Barranquero  <lekktu@gmail.com>
2366         * server.el (server-process-filter): Cancel any pending isearch.
2368 2007-03-21  Ulf Jasper  <ulf.jasper@web.de>
2370         * calendar/icalendar.el (icalendar-version): Increase to 0.15.
2371         (icalendar--get-unfolded-buffer): Define actual arguments rather
2372         than just using &rest.  Check replace-in-string is fbound.
2373         (icalendar-import-buffer): Doc fix.
2374         (icalendar--convert-ical-to-diary): Set diary-file.
2375         Check diary-file before inserting final newline.
2376         (icalendar--add-diary-entry): Return diary-file.
2378 2007-03-21  Glenn Morris  <rgm@gnu.org>
2380         * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
2381         (diary-display-hook): Add custom :set function.
2383         * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
2384         Add custom :set function.
2385         (diary-header-line-format): Doc fix.
2386         (diary-set-maybe-redraw): New function.
2387         (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
2388         (diary-list-entries): Always run diary-mode.
2390 2007-03-20  Kenichi Handa  <handa@m17n.org>
2392         * international/quail.el (quail-setup-completion-buf): Make the
2393         completion buffer read-only.
2394         (quail-completion): Adjusted for the above change.  Leave the
2395         modified flag nil.
2397 2007-03-20  David Kastrup  <dak@gnu.org>
2399         * files.el (magic-mode-alist): Require literal "%!PS" string for
2400         magic postscript file detection.
2402 2007-03-20  Richard Stallman  <rms@gnu.org>
2404         * textmodes/ispell.el (ispell-call-process): New function.
2405         Defends against bad `default-directory.'
2406         (ispell-check-version, ispell-find-aspell-dictionaries)
2407         (ispell-get-aspell-config-value, lookup-words): Call it.
2408         (ispell-call-process-region): New function.
2409         (ispell-send-string): Call it.
2411 2007-03-20  Andreas Schwab  <schwab@suse.de>
2413         * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
2414         (finder-data): Likewise.
2415         (autoloads): Likewise.
2417 2007-03-20  Martin Rudalics  <rudalics@gmx.at>
2419         * files.el (basic-save-buffer): Do not set visited filename when
2420         the corresponding directory does not exist or the specified
2421         filename is that of an existing directory.
2423 2007-03-20  Glenn Morris  <rgm@gnu.org>
2425         * calendar/diary-lib.el (diary-live-p): New function.
2426         (number-of-diary-entries): Add a :set function to redisplay diary
2427         when necessary.
2429 2007-03-19  Nick Roberts  <nickrob@snap.net.nz>
2431         * t-mouse.el (t-mouse-make-event-element): Use timestamp output
2432         from client program, mev, to compute mouse event.
2434 2007-03-19  Chong Yidong  <cyd@stupidchicken.com>
2436         * faces.el (momentary): Face removed; unused due to reversion of
2437         2007-01-04 changes by Kevin Rodgers.
2439         * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
2440         Suggested by Johan Bockg\e,Ae\e(Brd.
2442 2007-03-19  Martin Rudalics  <rudalics@gmx.at>
2444         * font-lock.el (lisp-font-lock-keywords-1):
2445         Highlight define-globalized-minor-mode as a keyword.
2447 2007-03-19  Kim F. Storm  <storm@cua.dk>
2449         * calc/calc-forms.el (math-std-daylight-savings)
2450         (math-std-daylight-savings-old): Doc fix.
2452 2007-03-19  Juanma Barranquero  <lekktu@gmail.com>
2454         * progmodes/python.el (python-default-template): Doc fix.
2455         (python-buffer): Fix typo in docstring.
2457         * isearchb.el (isearchb-follow-char):
2458         * subr.el (def-edebug-spec): Fix typo in docstring.
2460 2007-03-19  Richard Stallman  <rms@gnu.org>
2462         * files.el (default-directory): Mark safe.
2463         (basic-save-buffer-2): Put proper dir name in error message.
2465         * simple.el (compose-mail): Run switch-function after
2466         setting up the mail buffer.
2468         * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
2470 2007-03-18  Jay Belanger  <belanger@truman.edu>
2472         * calc/calc-forms.el (math-parse-date): Fix a regular expression.
2473         (math-std-daylight-savings-new): Rename from
2474         `math-std-daylight-savings'.
2475         (math-std-daylight-savings-old): Rename from old value of
2476         `math-std-daylight-savings'.
2477         (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
2478         `math-std-daylight-savings-old' depending on the year.
2480 2007-03-18  Detlev Zundel  <dzu@gnu.org>
2482         * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
2483         zero-width regexps as invalid but rather at least count them correctly.
2485 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
2487         * net/tls.el (open-tls-stream): In handshake-waiting loop,
2488         don't wait more if there is output available to process.
2490 2007-03-18  Nick Roberts  <nickrob@snap.net.nz>
2492         * progmodes/compile.el (compilation-find-file): Revert change
2493         from 2006-07-18 to allow completion of directory names.
2494         Reported by John Carter <john.carter@tait.co.nz>.
2496 2007-03-18  Kim F. Storm  <storm@cua.dk>
2498         * subr.el (when, unless): Doc fix.
2500 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
2502         * net/tls.el (tls-program): Doc fix.
2504 2007-03-17  Denis Bueno  <dbueno@gmail.com>  (tiny change)
2506         * autorevert.el (auto-revert-tail-handler):
2507         Call after-revert-hook.
2509 2007-03-17  Ryan Yeske  <rcyeske@gmail.com>
2511         * simple.el (switch-to-completions): No error if search for \n\n fails.
2513 2007-03-17  Chong Yidong  <cyd@stupidchicken.com>
2515         * simple.el (line-move-1):
2516         Respect `inhibit-line-move-field-capture' property.
2518 2007-03-13  Chong Yidong  <cyd@stupidchicken.com>
2520         * comint.el (comint-arguments): Mark backslash-escaped chars.
2521         (comint-delim-arg): Don't treat them as delimiters.
2523 2007-03-12  Kim F. Storm  <storm@cua.dk>
2524         * ido.el (ido-init-completion-maps): Remap delete-backward-char.
2526 2007-03-12  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
2528         * tempo.el (tempo-insert): Deal with 'r> if it appears
2529         specified with a prompt argument.
2531 2007-03-12  Carsten Dominik  <dominik@science.uva.nl>
2533         * textmodes/org.el (org-set-font-lock-defaults):
2534         Handle narrow table columns correctly.
2536 2007-03-12  Mark A. Hershberger  <mah@everybody.org>
2538         * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
2539         (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
2540         Return to use of the -no-properties variants.  There was
2541         consensus on emacs-devel that the speed of these variants was
2542         prefered since we are usually parsing files (from the internet
2543         or on disk) instead of XML created in Emacs.
2545         * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
2546         Add customize option.
2548 2007-03-12  Glenn Morris  <rgm@gnu.org>
2550         * calc/calc-forms.el (math-std-daylight-savings): Switch to new
2551         North American rule.  Replace "daylight savings" with "daylight
2552         saving" in doc.
2554         * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
2555         * calendar/lunar.el, solar.el: Replace "daylight savings" with
2556         "daylight saving" in text.
2558         * woman.el (woman-change-fonts): Tweak previous change by using
2559         woman-request-regexp rather than "^\\.".
2561         * startup.el (command-line-1): Make insertion of
2562         initial-scratch-message not depend on scratch being selected.
2564 2007-03-11  Juri Linkov  <juri@jurta.org>
2566         * replace.el (match): Use yellow background on light-bg terminals.
2568 2007-03-11  Richard Stallman  <rms@gnu.org>
2570         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
2571         Correctly compute line number.
2573 2007-03-11  Guanpeng Xu  <herberteuler@hotmail.com>
2575         * type-break.el (type-break-get-previous-count):
2576         Repeat previous change here.
2578 2007-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
2580         * progmodes/grep.el (grep-find-ignored-directories):
2581         Add .git and .bzr to list.
2583 2007-03-11  Andreas Schwab  <schwab@suse.de>
2585         * diff-mode.el (diff-apply-hunk): Use proper format string for error.
2587 2007-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2589         * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2591 2007-03-10  Chong Yidong  <cyd@stupidchicken.com>
2593         * faces.el (face-set-after-frame-default): Recalculate face
2594         customizations after applying X resources.
2596 2007-03-10  Ryan Yeske  <rcyeske@gmail.com>
2598         * net/rcirc.el (rcirc-timeout-seconds): New variable.
2599         (rcirc-keepalive-seconds): Remove variable.
2600         (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2601         (rcirc-process, rcirc-user-disconnect): New variables.
2602         (rcirc-connect): Initalize new variables.
2603         (rcirc-keepalive): Don't send keepalive pings before connection
2604         is completed.
2605         (rcirc-sentinel): Do mark all channels with activity when
2606         connection is dropped.  Run hook with process buffer local.
2607         (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2608         (rcirc-buffer-process): Return value of rcirc-process if
2609         rcirc-server-buffer is nil.
2610         (rcirc-server-name): Return the reported server name.
2611         (rcirc-update-prompt): Simplify computation of the server name.
2612         (rcirc-format-response-string): Likewise.
2613         (rcirc-handler-001): Mark server as connected, record the reported
2614         server name, and schedule a timeout.
2615         (rcirc-track-nick): Add a spec for the tty class.
2616         (rcirc-user-non-nick): Remove function.
2617         (rcirc-nick-prefix-chars): Add variable.
2618         (rcirc-user-nick): Use above variable.
2620 2007-03-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2622         * icomplete.el (icomplete-tidy, icomplete-exhibit):
2623         Bind deactivate-mark to nil.
2625 2007-03-10  Martin Rudalics  <rudalics@gmx.at>
2627         * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2628         that buffer contents get erased during completion.
2630 2007-03-10  Glenn Morris  <rgm@gnu.org>
2632         * woman.el (woman-change-fonts): Add a hack to deal with
2633         font-escape followed by "." at start of a line.
2634         (woman2-IP): Add a hack to deal with consecutive requests.
2635         (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2637 2007-03-10  Alan Mackenzie  <acm@muc.de>
2639         * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2641 2007-03-09  Richard Stallman  <rms@gnu.org>
2643         * abbrev.el (abbrev): Add `provide'.
2645 2007-03-09  Thien-Thi Nguyen  <ttn@gnu.org>
2647         * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2649 2007-03-09  Martin Rudalics  <rudalics@gmx.at>
2651         * complete.el (PC-try-completion): New function.
2652         (PC-do-completion, read-file-name-internal): Use it instead of
2653         try-completion.
2655 2007-03-08  Alan Mackenzie  <acm@muc.de>
2657         Remove stale tokens from `c-found-types' cache.
2659         * progmodes/cc-mode.el (c-unfind-enclosing-token)
2660         (c-unfind-coalesced-tokens, c-before-change): New functions.
2661         (c-maybe-stale-found-type): New variable.
2663         * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2664         (c-trim-found-types): New functions.
2666 2007-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2668         * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2669         (debug-ignored-errors): Add entry from smerge-match-conflict.
2671 2007-03-08  J.D. Smith  <jdsmith@as.arizona.edu>
2673         * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2674         special help topics for keywords.
2675         (idlwave-help-assistant-command): Include ".exe" for ms-dos
2676         etc. Assistant command.
2678 2007-03-08  Chong Yidong  <cyd@stupidchicken.com>
2680         * replace.el (occur-engine): Move buffer-undo-list binding...
2681         (occur-1): ...to here.
2683         * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2685         * simple.el (minibuffer-completing-symbol): New var.
2686         (eval-expression): Use it.
2687         (completion-setup-function): Don't bind completion-base-size when
2688         completing a symbol in the minibuffer.
2690 2007-03-08  Nick Roberts  <nickrob@snap.net.nz>
2692         * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2693         tries to start a second session in graphical mode.
2695 2007-03-07  Miles Bader  <miles@gnu.org>
2697         * international/isearch-x.el
2698         (isearch-process-search-multibyte-characters):
2699         Strip text-properties from PROMPT to avoid an error from read-string.
2701 2007-03-07  Kim F. Storm  <storm@cua.dk>
2703         * complete.el (PC-bindings): Remap lisp-complete-symbol to
2704         PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2706 2007-03-07  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
2708         * complete.el (PC-do-completion): Delete duplicates in the list of
2709         possible completions.
2711 2007-03-07  Glenn Morris  <rgm@gnu.org>
2713         * ses.el (ses-mode): Doc fix.
2715 2007-03-06  Kim F. Storm  <storm@cua.dk>
2717         * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2719 2007-03-06  Kenichi Handa  <handa@m17n.org>
2721         * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2723 2007-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2725         * simple.el (completion-setup-function): Improve last fix so it doesn't
2726         set it to a relative directory name either.
2728 2007-03-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2730         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2732 2007-03-05  Richard Stallman  <rms@gnu.org>
2734         * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2736         * files.el (find-file-noselect): No error if file no longer exists.
2737         Display a message and avoid other questions.
2739 2007-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * pcomplete.el (pcomplete-show-completions): Improve last change, so
2742         as not to use an invisible window and to create a window if none exist.
2744         * progmodes/python.el (python-send-command): Restart proc if necessary.
2745         (python-proc): Simplify.
2747 2007-03-05  David Hansen  <david.hansen@gmx.net>  (tiny change)
2749         * pcomplete.el (pcomplete-show-completions): Search all frames for
2750         completions buffer.
2752 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
2754         * cus-edit.el (customize-save-variable): Clear customized-value
2755         property (saved values are now put in theme-value property).
2756         (customize-set-variable): Doc fix.
2758         * complete.el (PC-do-completion): If completion-ignore-case is
2759         non-nil, replace field with completion string before exiting.
2761 2007-03-05  Michael Albinus  <michael.albinus@gmx.de>
2763         * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2764         Append its extension to the resulting temporary file name.
2765         (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2767         * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2768         (tramp-smb-handle-write-region): Apply it.
2770 2007-03-05  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
2772         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2773         Redo previous change.
2775 2007-03-04  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
2777         * diff-mode.el (diff-mode): Doc fix.
2779 2007-03-05  Kenichi Handa  <handa@m17n.org>
2781         * international/characters.el: Set category `l' (latin)
2782         for more characters.
2784 2007-03-04  Kim F. Storm  <storm@cua.dk>
2786         * emacs-lisp/authors.el (authors-aliases): Add alias.
2788 2007-03-04  Glenn Morris  <rgm@gnu.org>
2790         * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2791         all when switching major mode.
2792         (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2793         (hs-block-start-mdata-select, hs-block-end-regexp)
2794         (hs-forward-sexp-func, hs-adjust-block-beginning):
2795         Do not make these variables permanent-local.
2797 2007-03-04  Richard Stallman  <rms@gnu.org>
2799         * progmodes/cperl-mode.el (cperl-mode):
2800         Modify cperl-compilation-error-regexp-alist by appending.
2802         * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2803         (edebug-mode): Add the hook.
2804         (edebug-recursive-edit): Remove the hook on exiting.
2806         * type-break.el (type-break-get-previous-time):
2807         Handle end-of-file errors specially
2808         so they don't get reported wrong in .emacs.
2810         * startup.el (fancy-splash-text): Clarify text.
2812         * simple.el (beginning-of-buffer, end-of-buffer):
2813         Avoid treating plain C-u like numeric arg.
2815         * simple.el (completion-setup-function): Don't set
2816         default-directory to nil.
2818         * shell.el (shell-dirstack-query): Doc fix.
2820         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2821         Don't select the window -- pass it to primitives instead.
2823         * faces.el (minibuffer-prompt): Use medium blue by default.
2825 2007-03-04  David Kastrup  <dak@gnu.org>
2827         * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2828         Preserve 16 as default value for "seconds" when customizing.
2830 2007-03-04  Carsten Dominik  <dominik@science.uva.nl>
2832         * textmodes/org.el (org-self-insert-command)
2833         (orgtbl-self-insert-command, org-delete-char)
2834         (org-delete-backward-char): Set the `flyspell-delayed' property.
2836 2007-03-03  Chong Yidong  <cyd@stupidchicken.com>
2838         * international/mule.el (find-auto-coding): Don't search for
2839         line-ending characters past the end of the tail.
2841 2007-03-03  Christopher Allan Webber  <cwebber@dustycloud.org>  (tiny change)
2843         * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2844         Jump to the line where new score has been uploaded.
2846         * play/tetris.el (tetris-move-bottom, tetris-move-left)
2847         (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2848         Do nothing when the game is paused.
2850 2007-03-03  Carsten Dominik  <dominik@science.uva.nl>
2852         * textmodes/org.el (org-set-tags): Prevent slipping of point
2853         during completion.
2855 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2857         * isearch.el (isearch-message-prefix):
2858         Use minibuffer-prompt-properties.
2860 2007-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2862         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2863         (ps-setup): Print which Emacsen is running ps-print package.
2865 2007-03-01  Stuart Herring  <herring@lanl.gov>
2867         * files.el (set-auto-mode-0): Use `indirect-function'.
2868         (hack-one-local-variable): Don't reapply current major mode.
2870 2007-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2872         * progmodes/python.el (python-quote-syntax): Don't bother with
2873         syntax-ppss-context.
2874         (python-fill-paragraph): Make sure that fenced-string delimiters that
2875         stand on their own line stay there.
2877 2007-03-01  Lennart Borgman  <lennart.borgman.073@student.lu.se>
2879         * replace.el (perform-replace): Propertize message.
2881 2007-03-01  Carsten Dominik  <dominik@science.uva.nl>
2883         * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2884         invisible heading.
2886 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2888         * net/tramp.el (tramp-file-name-handler): Revert last change.
2890 2007-02-28  Nick Roberts  <nickrob@snap.net.nz>
2892         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2893         Correct doc strings.
2895 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2897         * replace.el (perform-replace): Undo forward-char immediately if
2898         non-adjacent search fails.
2900 2007-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * version.el (emacs-major-version, emacs-minor-version):
2903         string-to-int -> string-to-number.
2905 2007-02-28  Juanma Barranquero  <lekktu@gmail.com>
2907         * help.el (where-is): Fail gracefully when not passed a command.
2909 2007-02-28  Stuart Herring  <herring@lanl.gov>
2911         * find-lisp.el (find-lisp-default-directory-predicate):
2912         Fix bug: Do symlink check on expanded filename.
2914 2007-02-28  Carsten Dominik  <dominik@science.uva.nl>
2916         * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2917         changes during replacement.
2918         (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2920 2007-02-28  Lars Hansen  <larsh@soem.dk>
2922         * desktop.el: Delete header line listing me as maintainer.
2924 2007-02-28  Glenn Morris  <rgm@gnu.org>
2926         * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2927         the menus case.
2929 2007-02-28  Chong Yidong  <cyd@stupidchicken.com>
2931         * net/tramp.el (tramp-file-name-handler): Inhibit modification
2932         hooks to avoid confusion when combining after-change calls.
2934 2007-02-27  Ken Manheimer  <ken.manheimer@gmail.com>
2936         * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2937         now that pgg-gpg-process-region correctly honors passed-in passphrase.
2938         (allout-distinctive-bullets-string): Add info about bullet conventions.
2939         (allout-mode): Add info about distinctive vs plain bullets.
2941 2007-02-27  Carsten Dominik  <dominik@science.uva.nl>
2943         * textmodes/org.el (org-archive-subtree): Quote variable name.
2944         (org-agenda-get-todos): Make sure skip properties are checked correctly.
2946 2007-02-26  Nick Roberts  <nickrob@snap.net.nz>
2948         * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2949         (gud-bashdb-command-name, bashdb): Remove.
2950         (gud, gud-menu-map): Remove references to bash/bashdb.
2952 2007-02-26  Andrey Zhdanov  <susuman@hotmail.com>  (tiny change)
2954         * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2955         keyword for Python 2.5.
2957 2007-02-26  Romain Francoise  <romain@orebokech.com>
2959         * net/net-utils.el (whois-server-tld): Update server for .org.
2960         (whois-server-list): Add whois.publicinterestregistry.net.
2961         (whois-guess-server): Fix formatting in docstring.
2963 2007-02-26  Kim F. Storm  <storm@cua.dk>
2965         * mouse.el (mouse-show-mark): Run hooks and perform command
2966         remapping for mouse-region-delete-keys.
2968 2007-02-26  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2970         * font-core.el (font-lock-mode): Doc fix.
2972 2007-02-25  Kim F. Storm  <storm@cua.dk>
2974         * ido.el (ido-buffer-internal): Set this-command to fallback command.
2975         Add selected buffer to buffer-name-history.
2976         (ido-file-internal): Set this-command to fallback command.
2977         Add file names to file-name-history.
2979         * emacs-lisp/map-ynp.el (map-y-or-n-p):
2980         Apply minibuffer-prompt-properties.
2982 2007-02-25  Andreas Schwab  <schwab@suse.de>
2984         * files.el (hack-one-local-variable-eval-safep): Correct handling
2985         of edebug-form-spec property value.  Reported by Johan Bockg\e,Ae\e(Brd.
2987 2007-02-25  Carsten Dominik  <dominik@science.uva.nl>
2989         * textmodes/org.el (org-table-overlay-coordinates)
2990         (org-table-toggle-coordinate-overlays): New functions.
2991         (org-table-overlay-coordinates, org-table-coordinate-overlays):
2992         New variables.
2993         (org-startup-with-deadline-check): Remove option.
2994         (org-mode): Remove deadline check on startup.
2995         (org-table-limit-column-width): Remove option.
2996         (org-table-formula-numbers-only): Remove option.
2997         (org-link-style, org-link-format): Remove options.
2998         (org-select-agenda-window, org-fit-agenda-window): Remove options.
2999         (org-export-ascii-show-new-buffer)
3000         (org-export-html-show-new-buffer): Remove options.
3001         (org-activate-links): Remove camel option.
3002         (org-file-link-context-use-camel-case): Remove option.
3003         (org-camel-regexp): Remove variable.
3004         (org-activate-camels): Remove function.
3005         (org-store-link): Remove Camel stuff.
3006         (org-make-org-heading-camel): Remove function.
3007         (org-open-at-point): Remove camel stuff.
3008         (org-link-search): Remove camel stuff.
3009         (org-camel-to-words): Function removed.
3010         (org-get-agenda-file-buffer): Make sure we prepare the base
3011         buffers, not any indirect buffers.
3012         (org-sort-entries): Sort top-level when not on a headline, and no
3013         active region.
3014         (org-in-regexp): New function.
3015         (org-search-not-self): Rename from `org-search-not-link'.
3016         (org-open-link-marker): New variable.
3017         (org-open-at-point): Set `org-open-link-marker'.
3018         (org-print-icalendar-entries): Fixe bug with excluding DONE
3019         entries from the exported list.
3020         (org-edit-formula-lisp-indent): New command.
3021         (orgtbl-to-texinfo, orgtbl-to-html): New functions.
3022         (orgtbl-to-latex, orgtbl-insert-radio-table)
3023         (orgtbl-toggle-comment, orgtbl-send-table): New functions.
3024         (orgtbl-radio-table-templates): New option.
3025         (org-store-link-props):
3026         (org-remember-templates): More possibilities to insert info
3027         into templates.
3028         (org-remember-apply-template): Make use of the extended
3029         template capabilities.
3030         (org-remember-redo-template): New command.
3031         (org-upgrade-old-links)
3032         (org-table-modify-formulas, org-table-replace-in-formulas)
3033         (org-table-find-dataline)
3034         (org-table-get-vertical-vector): Remove functions.
3035         (org-table-remove-rectangle-highlight)
3036         (org-time-stamp-format, org-toggle-log-option)
3037         (org-table-highlight-rectangle)
3038         (org-table-iterate, org-table-make-reference):
3039         (org-translate-time, org-tree-to-indirect-buffer)
3040         (org-table-field-info, org-table-fix-formulas)
3041         (org-table-force-dataline, org-table-get-descriptor-line)
3042         (org-table-get-range)
3043         (org-skip-comments, org-sort)
3044         (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
3045         (org-table-current-dline, org-table-current-field-formula)
3046         (org-table-edit-backward-field)
3047         (org-table-edit-formulas-post-command)
3048         (org-table-edit-line-down, org-table-edit-line-up)
3049         (org-agenda-archive)
3050         (org-agenda-clock-cancel)
3051         (org-agenda-clock-out, org-agenda-list-stuck-projects)
3052         (org-agenda-open-link, org-agenda-show-new-time)
3053         (org-agenda-skip-subtree-when-regexp-matches)
3054         (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
3055         (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
3056         (org-do-sort, org-file-image-p, org-find-overlays)
3057         (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
3058         (org-highlight-until-next-command, org-isearch-end)
3059         (org-match-any-p, org-next-link, org-previous-link):
3060         (org-remove-subtree-entries-from-agenda, org-replace-escapes)
3061         (org-rewrite-old-row-references)
3062         (org-isearch-post-command)
3063         (org-table-edit-move, org-table-edit-next-field)
3064         (org-table-edit-scroll, org-table-edit-scroll-down)
3065         (org-set-frame-title, org-show-reference)
3066         (org-unhighlight-once, org-verify-change-for-undo): New functions.
3067         (org-show-variable): Remove command.
3068         (org-add-log-maybe): New arguments STATE, FINDPOS
3069         (org-table-sort-lines): Rewrite from scratch.
3070         (org-link-search): New argument AVOID-POS.
3071         (org-print-icalendar-entries): Remove argument CATEGORY.
3072         (org-run-agenda-series): Remove argument WONDOW.
3073         (org-next-link, org-previous-link): New commands.
3074         (org-agenda-date-format): New option.
3075         (org-table-iterate): New command.
3076         (org-table-modify-formulas)
3077         (org-table-replace-in-formulas): Remove functions.
3078         (org-table-fix-formulas): New function.
3079         (org-table-insert-column, org-table-delete-column)
3080         (org-table-move-column): Use `org-table-fix-formulas'.
3081         (org-follow-gnus-link): Patch from Bastien/Leo.
3082         (org-table-current-field-formula): New function.
3083         (org-file-image-p): New function.
3084         (org-agenda-show-new-time): New function.
3085         (org-agenda-date-later): Call `org-agenda-show-new-time'.
3086         (org-with-remote-undo): New macro.
3087         (org-agenda-undo): New command.
3088         (org-verify-change-for-undo): New function.
3089         (org-time-stamp-format): New function.
3090         (org-agenda-get-timestamps): Skip scheduled if DONE and requested
3091         by user.
3092         (org-match-any-p): New function.
3093         (org-make-tags-matcher): Handle regular expressions for tag and
3094         todo matches.
3095         (org-read-date): Accept "+N" as input for a date relative to the
3096         current date.
3097         (org-remove-subtree-entries-from-agenda): New function.
3098         (org-agenda-archive, org-agenda-kill):
3099         Use `org-remove-subtree-entries-from-agenda'.
3100         (org-do-sort, org-sort-entries): New functions.
3101         (org-sort): New command.
3102         (org-table-sort-lines): Use `org-do-sort'.
3103         (org-fix-decoded-time): New function.
3104         (org-table-number-regexp): Require 0x... to identify as number
3105         in tables.
3106         (org-startup-options): New keywords for note taking.
3107         (org-upgrade-old-links): Remove function.
3108         (org-get-repeat): New function.
3109         (org-show-context): Also show siblings on current level.
3110         (org-show-siblings): New function.
3111         (org-isearch-end, org-isearch-post-command): New functions.
3112         (org-show-siblings): New option.
3113         (org-show-context): Use `org-show-siblings'.
3114         (org-table-maybe-recalculate-line): No longer require `calc-eval'
3115         to be bound, because user may just use elisp.
3117 2007-02-24  Kim F. Storm  <storm@cua.dk>
3119         * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
3120         (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
3122 2007-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
3124         * startup.el (command-line): Also check if the abbrev file is readable.
3126 2007-02-24  John Paul Wallington  <jpw@pobox.com>
3128         * net/tls.el (tls-certtool-program): Fix custom type.
3130         * mail/feedmail.el (feedmail-message-id-generator)
3131         (feedmail-date-generator): Fix custom types.
3133         * mail/rmail.el (rmail-message-filter): Fix custom type.
3135 2007-02-24  Eli Zaretskii  <eliz@gnu.org>
3137         * startup.el (command-line): If simple.el cannot be found, proceed
3138         with a warning message.
3140 2007-02-24  Kenichi Handa  <handa@m17n.org>
3142         * international/utf-8.el (utf-8-pre-write-conversion): Handle the
3143         case that BEG is a string.
3145 2007-02-24  Chris Moore  <dooglus@gmail.com>
3147         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
3148         * pgg-pgp.el (pgg-pgp-encrypt-region):
3149         * pgg-gpg.el (pgg-gpg-encrypt-region):
3150         Check pgg-encrypt-for-me if no other recipients.
3152 2007-02-23  Eli Zaretskii  <eliz@gnu.org>
3154         * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
3156         * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
3157         shell-quote-argument.
3159 2007-02-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
3161         * comint.el (comint-read-input-ring): Use comint-input-ring-size
3162         from the comint buffer instead of the temporary one.
3164 2007-02-23  David Reitter  <david.reitter@gmail.com>
3166         * cus-edit.el (custom-save-all): Canonicalize custom-file before
3167         storing it in recentf-exclude.
3169 2007-02-23  Chong Yidong  <cyd@stupidchicken.com>
3171         * startup.el (fancy-splash-screens): Make cursor-type buffer-local
3172         in splash screen.
3174 2007-02-22  J.D. Smith  <jdsmith@as.arizona.edu>
3176         * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
3177         commands, for restart.
3178         (idlwave-shell-current-module): Fix handling of module name by type.
3179         (idlwave-shell-break-in): Update type handling.
3180         (idlwave-shell-bp-get): Encode type in BP structure.
3181         (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
3182         (idlwave-shell-module-source-query): Query routine info based on type.
3183         Fix path parsing for non-compiled files.
3184         (idlwave-shell-module-source-filter): Don't signal error in filter
3185         if no source found.
3186         (idlwave-shell-set-bp-in-module): Use fallback source to prevent
3187         filter race.
3189 2007-02-22  Kim F. Storm  <storm@cua.dk>
3191         * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
3192         (editable-field): Document need to put some text before the %v
3193         escape in :format string.
3195 2007-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3197         * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
3198         (vc-svn-use-edit): Remove unused config var.
3199         (vc-svn-update, vc-svn-revert): Checkout is always implicit.
3201         * outline.el (hide-sublevels): Keep empty last line, if available.
3203         * buff-menu.el (list-buffers-noselect): Use explicit unicode code
3204         rather than the corresponding unicode char, to make the code
3205         more readable.
3207 2007-02-19  Juanma Barranquero  <lekktu@gmail.com>
3209         * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
3210         (speedbar-show-unknown-files, speedbar-item-info-file-helper)
3211         (speedbar-item-info-tag-helper): Doc fixes.
3213 2007-02-19  Kenichi Handa  <handa@m17n.org>
3215         * international/mule-cmds.el (locale-language-names):
3216         Map "eo" to "Esperanto".
3218         * language/european.el ("Esperanto"): New language environment.
3220 2007-02-17  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3222         * simple.el (kill-line): Doc fix.
3224 2007-02-17  Kim F. Storm  <storm@cua.dk>
3226         * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
3227         (bindat--unpack-item, bindat--length-group, bindat--pack-item)
3228         (bindat--unpack-group, bindat--pack-group):
3229         Handle vectors with optional element type.
3231 2007-02-17  Daiki Ueno  <ueno@unixuser.org>
3233         * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
3234         if PASSPHRASE is given.
3236 2007-02-17  Chris Moore  <dooglus@gmail.com>
3238         * jka-cmpr-hook.el (jka-compr-compression-info-list):
3239         Recognize backups of bz2 compressed files.
3241 2007-02-17  Eli Zaretskii  <eliz@gnu.org>
3243         * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
3244         to nil to speed up lookup of the symbol in index nodes.
3246 2007-02-17  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3248         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3249         Add indentation for the constants of Lisp.
3251 2007-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * ps-print.el: Use (defvar <foo>) where applicable.
3254         (ps-print-emacs-type): Remove.
3255         (ps-x-frame-property, ps-e-frame-parameter): Remove.
3256         (ps-frame-parameter): Align its call-convention with frame-parameter.
3257         (ps-begin-job): Adjust calls to it appropriately.
3258         (ps-setup): Don't print ps-print-emacs-type.
3259         (ps-e-find-composition, ps-mark-active-p, ps-color-device):
3260         Define in such a way that it's obvious that it's defined.
3261         (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
3262         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
3263         (ps-jts-ps-setup): Use flavor-neutral syntax instead.
3265 2007-02-15  Alan Mackenzie  <acm@muc.de>
3267         * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
3268         an empty one-line C-style comment, post-position point properly.
3270 2007-02-15  Chris Moore  <dooglus@gmail.com>
3272         * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
3273         (isearch-lazy-highlight-new-loop): Bind it.
3274         (isearch-lazy-highlight-search): Use it.
3276         * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
3278 2007-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         * font-lock.el (font-lock-extend-region-wholelines):
3281         Only return non-nil if the region has really been changed.
3282         Reported by David Hansen <david.hansen@physik.fu-berlin.de>
3284 2007-02-15  Juanma Barranquero  <lekktu@gmail.com>
3286         * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
3287         (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
3288         (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
3290 2007-02-14  Juanma Barranquero  <lekktu@gmail.com>
3292         * faces.el (color-values): Revert changes to docstring from
3293         2007-01-31 and 2000-09-07.
3295         * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
3296         (ispell-begin-skip-region-regexp): Fix typos in docstrings.
3297         (ispell-dictionary-alist, ispell-process-line): Doc fixes.
3298         (ispell-help): Fix typos in docstring and output message.
3300 2007-02-14  Kim F. Storm  <storm@cua.dk>
3302         * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
3303         (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
3304         (grep): Fix lgrep reference.
3306         * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
3307         (standard-display-underline): Use make-glyph-code.
3309         * descr-text.el (describe-char): Use glyph-char and glyph-face.
3311         * international/latin1-disp.el (latin1-display-char):
3312         Use make-glyph-code.
3314 2007-02-13  Juanma Barranquero  <lekktu@gmail.com>
3316         * ehelp.el (with-electric-help, electric-help-exit)
3317         (electric-help-retain): Doc fixes.
3319         * emacs-lisp/bytecomp.el (byte-compile-dest-file)
3320         (byte-compile-file): Doc fixes.
3322 2007-02-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3324         * term/mac-win.el: Change all uses of
3325         mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
3326         (mac-ae-number): Return integer 0 if coerced result is float 0.0.
3327         (mac-ae-get-url): Call select-frame-set-input-focus.
3328         (mac-dnd-handle-drag-n-drop-event): Don't call
3329         select-frame-set-input-focus.
3331 2007-02-13  Kenichi Handa  <handa@m17n.org>
3333         * international/characters.el: Fix documentation of category `a'.
3335 2007-02-11  Dan Nicolaescu  <dann@ics.uci.edu>
3337         * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
3339 2007-02-12  Michael Albinus  <michael.albinus@gmx.de>
3341         * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
3342         (tramp-get-remote-ln): Handle error case.
3343         Reported by Chris Moore <dooglus@gmail.com>.
3345 2007-02-11  Kim F. Storm  <storm@cua.dk>
3347         * bindings.el (ctl-x-map): Remove register compatibility bindings
3348         C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
3350 2007-02-11  Richard Stallman  <rms@gnu.org>
3352         * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
3353         in load history.
3355         * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
3356         condition -- don't fail to stop at endpos.
3358 2007-02-11  Carsten Dominik  <dominik@science.uva.nl>
3360         * textmodes/org.el (org-agenda-get-todos)
3361         (org-agenda-get-timestamps, org-agenda-get-closed)
3362         (org-agenda-get-deadlines, org-agenda-get-scheduled)
3363         (org-agenda-get-blocks, org-format-agenda-item)
3364         (org-agenda-change-all-lines, org-scan-tags): Rename text property
3365         from `category' to `org-category'.
3367 2007-02-11  Kenichi Handa  <handa@m17n.org>
3369         * international/titdic-cnv.el (titdic-convert): Force files be written
3370         with Unix-like eol format.  Read files under CXTERM-DIC by raw-text.
3371         (miscdic-convert): Force files be written with Unix-like eol format.
3373 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
3375         * files.el (change-major-mode-with-file-name): Fix typo in docstring.
3377         * calculator.el (calculator-prompt): Doc fix.
3378         (calculator-mode-map): Fix typo in menu entry.
3380 2007-02-10  Jay Belanger  <belanger@truman.edu>
3382         * calculator.el (calculator): Do more extensive checking for when
3383         3 lines should be used for the calculator.
3385 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
3387         * info-look.el (info-lookup-make-completions):
3388         Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
3389         index nodes.
3391         * info.el (Info-fontify-maximum-menu-size): Document the effect
3392         of a nil value.
3393         (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
3394         non-nil before using it as size.
3396 2007-02-09  Chong Yidong  <cyd@stupidchicken.com>
3398         * subr.el (insert-for-yank-1): Prevent read-only properties from
3399         interfering with text property operations.
3401         * image-mode.el (image-mode): Revert 2007-01-30 changes.
3403         * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
3404         (image-type-auto-detected-p): Fail if another match is found in
3405         auto-mode-alist.
3407         * files.el (magic-mode-alist): Call image-mode instead of
3408         image-mode-maybe for autodetected images.
3410 2007-02-09  Juanma Barranquero  <lekktu@gmail.com>
3412         * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
3413         Fix typos in docstrings.
3414         (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
3416 2007-02-09  Kim F. Storm  <storm@cua.dk>
3418         * emacs-lisp/float-sup.el: Remove obsolete comment.
3420 2007-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
3424 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3426         * simple.el: Revert previous change, at request of RMS:
3427         (fundamental-mode-hook): Remove.
3428         (fundamental-mode): Run after-change-major-mode-hooks manually,
3429         and don't run the now-nonexistent fundamental-mode-hook.
3431 2007-02-08  Karl Fogel  <kfogel@red-bean.com>
3433         * simple.el (fundamental-mode-hook): Declare new hook.
3434         (fundamental-mode): Run the new dedicated hook, and don't run
3435         after-change-major-mode-hooks manually anymore.
3437 2007-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3439         * vc-svn.el (vc-svn-merge-news): Understand the new format with two
3440         added columns of chars.  Remove support for the "no-meta-info" format.
3441         Prompted by Romain Francoise <romain@orebokech.com>.
3443 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3445         * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
3446         (gdb-mouse-until, gdb-mouse-jump): Use it.
3448 2007-02-07  Nick Roberts  <nickrob@snap.net.nz>
3450         * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
3451         work when there is just an assembler buffer (no source buffer).
3453 2007-02-07  Per Cederqvist  <ceder@lysator.liu.se>  (tiny change)
3455         * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
3456         just because the diff was produced using "-p" (--show-c-function).
3458 2007-02-07  Juanma Barranquero  <lekktu@gmail.com>
3460         * faces.el (frame-set-background-mode): Use `color-values' and
3461         `display-color-p', not `x-color-values' and `x-display-color-p'.
3462         (face-valid-attribute-values): Use `defined-colors' instead of
3463         `x-defined-colors'.
3465 2007-02-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3467         * ps-print.ps: The ps-print commands without face printing should not
3468         print background color.  Reported by Leo <sdl.web@gmail.com>.
3469         (ps-print-version): New version 6.7.3.
3470         (ps-begin-job): New arg.  Fix ps-default-background and
3471         ps-default-foreground initialization.
3472         (ps-face-attributes): Fix doc string.
3473         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
3475         * printing.el: Fix ps-print link.
3477 2007-02-06  Chong Yidong  <cyd@stupidchicken.com>
3479         * faces.el (face-set-after-frame-default): Compile attributes to
3480         be set by frame parameters before merging in X resources.
3482 2007-02-06  Juanma Barranquero  <lekktu@gmail.com>
3484         * simple.el (blink-matching-paren-dont-ignore-comments):
3485         (blink-matching-paren-on-screen): Doc fixes.
3487 2007-02-06  Nick Roberts  <nickrob@snap.net.nz>
3489         * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
3491 2007-02-05  Juanma Barranquero  <lekktu@gmail.com>
3493         * loadhist.el (unload-feature): Silently ignore `load-history' entries
3494         of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
3495         entries like `defun'.  Return nil.
3497 2007-02-05  Kim F. Storm  <storm@cua.dk>
3499         * ido.el: Doc fixes.
3501 2007-02-04  David Kastrup  <dak@gnu.org>
3503         * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
3504         `mpuz-allow-double-multiplicator' is non-zero, and correct
3505         calculation of `min'.
3507 2007-02-04  Per Abrahamsen  <abraham@dina.kvl.dk>
3509         * wid-edit.el (widget-default-create): Insert new text at the
3510         :from marker _after_ the marker, not before it.
3512 2007-02-04  Alan Mackenzie  <acm@muc.de>
3514         * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
3515         containing it is re-indented.
3517 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3519         * net/newsticker.el (newsticker--insert-image): Update docstring,
3520         and insert the image directly.
3521         (newsticker--buffer-redraw): Update docstring.
3523         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3524         Rename from define-global-minor-mode.
3526         * progmodes/cwarn.el (global-cwarn-mode):
3527         * emacs-lisp/autoload.el (make-autoload):
3528         * hi-lock.el (global-hi-lock-mode):
3529         * font-core.el (global-font-lock-mode): All callers changed.
3531 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
3533         * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
3534         Don't copy @ignore lines into menu descriptions.
3535         (texinfo-multi-file-update): Goto the @node line before attempting
3536         to pluck the node name.
3537         (texinfo-multiple-files-update): Reverse the optional arguments'
3538         order, as per the doc string and the `interactive' form.
3540 2007-02-03  Chong Yidong  <cyd@stupidchicken.com>
3542         * image-mode.el: Use autoload to avoid overriding disabled setting
3543         applied in .emacs.
3545 2007-02-03  Alan Mackenzie  <acm@muc.de>
3547         * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
3548         for, e.g. "void (*hdone)();" in a k&r list.  (No WS between
3549         adjacent paren groups).
3551 2007-02-02  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3553         * progmodes/ebnf2ps.el: Doc fixes.
3554         (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
3556 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3558         * dired-x.el (dired-do-relsymlink): Add reference to
3559         dired-do-symlink.  Add an autoload cookie.
3561         * dired-aux.el (dired-do-symlink): Add reference to
3562         dired-do-relsymlink.
3564 2007-02-02  Doug Maxey  <dwm@enoyolf.org>  (tiny change)
3566         * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
3567         <left-fringe mouse-3>: New bindings.
3569 2007-02-02  Ulf Jasper  <ulf.jasper@web.de>
3571         * newsticker.el (newsticker-version): Changed to "1.10".
3572         (newsticker--set-customvar): Doc string.
3573         (newsticker-new-item-face): Doc string.
3574         (newsticker-mode): Initialize `invisibility-spec' with t.
3575         (newsticker-mode-map): Added
3576         `newsticker-mark-all-items-at-point-as-read'.
3577         (newsticker-menu): Added narrow-to-item and narrow-to-feed.
3578         (newsticker-w3m-show-inline-images): Do not call
3579         `w3m-remove-image'.
3580         (newsticker--buffer-after-w3m-insert-image): New advice for
3581         w3m-insert-image to cache images.
3582         (newsticker-next-item-same-feed): New.
3583         (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
3584         (newsticker-mark-all-items-of-feed-as-read): New.
3585         (newsticker-mark-all-items-at-point-as-read): Use new functions.
3586         (newsticker-mark-item-at-point-as-read): Doc string.
3587         (newsticker-mark-item-at-point-as-read): Use new functions.
3588         (newsticker--do-mark-item-at-point-as-read): New, extracted from
3589         `newsticker-mark-item-at-point-as-read'.
3590         (newsticker-hide-entry): Use (t) instead of t for invisibility.
3591         (newsticker--sentinel): Yet another xml-parser workaround.
3592         (newsticker--decode-iso8601-date): Bugfix for datestrings without
3593         days.
3594         (newsticker--buffer-do-insert-text): Fix.
3595         (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3596         (newsticker--buffer-make-item-completely-visible):
3597         `switch-to-buffer' not necessary.
3599 2007-02-02  Eli Zaretskii  <eliz@gnu.org>
3601         * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3602         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3603         (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3604         (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3605         (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3607 2007-02-02  Kenichi Handa  <handa@m17n.org>
3609         * international/quail.el (quail-show-key): Fix an error message.
3611 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3613         * faces.el (set-face-underline-p, modify-face): Rename arg
3614         UNDERLINE-P to UNDERLINE (it is not a flag).
3616 2007-02-01  Nick Roberts  <nickrob@snap.net.nz>
3618         * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3619         when adding gdb-speedbar-update to gdb-input-queue.
3621 2007-02-01  Kenichi Handa  <handa@m17n.org>
3623         * international/quail.el (quail-show-key): Signal an error if the
3624         current input method is not using Quail.
3626 2007-02-01  J.D. Smith  <jdsmith@as.arizona.edu>
3628         * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3629         Trim leading whitespace in sysvar names.
3631 2007-02-01  Juanma Barranquero  <lekktu@gmail.com>
3633         * faces.el (internal-find-face, internal-get-face): Doc fixes.
3635 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3637         * ido.el (ido-set-common-completion): Use `let', not `let*'.
3639 2007-01-31  Romain Francoise  <romain@orebokech.com>
3641         * comint.el: Delete extra copy of `comint-copy-old-input' added in
3642         previous change to this file.
3644 2007-01-31  Jason Rumney  <jasonr@gnu.org>
3646         * files.el (magic-mode-alist): Use image-mode-maybe rather than
3647         image-mode.
3649         * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3650         interfering with attempt to set major mode from modified
3651         auto-mode-alist.
3653 2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
3655         * faces.el (color-values): Doc fix.
3656         (face-differs-from-default-p): Don't check :foreground twice.
3658 2007-01-31  J.D. Smith  <jdsmith@as.arizona.edu>
3660         * comint.el (comint-mode): Prevent non-keyword fontification by default.
3662 2007-01-31  Kenichi Handa  <handa@m17n.org>
3664         * international/quail.el (quail-store-decode-map-key): Store a
3665         translated character too.
3666         (quail-char-equal-p): New function.
3667         (quail-find-key1): Check character equality by quail-char-equal-p.
3668         (quail-decode-map-generated): New variable.
3669         (quail-find-key): Check quail-decode-map-generated and re-generate
3670         a decode map if necessary.
3672 2007-01-30  Richard Stallman  <rms@gnu.org>
3674         * tutorial.el (tutorial--detailed-help): Make the list of
3675         changed keys look nicer.
3677 2007-01-30  Nick Roberts  <nickrob@snap.net.nz>
3679         * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3680         (gdb-var-delete): Use it.
3681         (gdb-var-update-handler-1): Handle value "invalid" for MI field
3682         `in_scope'.
3684 2007-01-30  Michael Albinus  <michael.albinus@gmx.de>
3686         * files.el (get-free-disk-space): Return nil for remote directories.
3688         * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3689         instead of "dir".
3691 2007-01-30  Chong Yidong  <cyd@stupidchicken.com>
3693         * type-break.el (type-break-catch-up-event): New function.
3694         (type-break-demo-hanoi, type-break-demo-life)
3695         (type-break-demo-boring): Use it.
3697         * image-mode.el (image-mode): Don't automatically view as image.
3698         (image-toggle-display): Add `disabled' property.
3700 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
3702         * isearchb.el (isearchb-iswitchb):
3703         * ps-print.el (ps-build-face-reference):
3704         * emacs-lisp/shadow.el (list-load-path-shadows):
3705         * eshell/esh-cmd.el (eshell-rewrite-for-command):
3706         * international/mule.el (find-auto-coding):
3707         * mail/supercite.el (sc-attrib-selection-list):
3708         * progmodes/cc-defs.el (c-emacs-features):
3709         * progmodes/cc-vars.el (c-offsets-alist):
3710         * progmodes/flymake.el
3711         (flymake-init-create-temp-source-and-master-buffer-copy):
3712         Fix typos in docstrings (some suggested by Chris Moore).
3714         * progmodes/vhdl-mode.el (vhdl-components-package-name)
3715         (vhdl-get-library-unit, vhdl-corresponding-begin)
3716         (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3717         (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3718         (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3719         (vhdl-font-lock-match-item): Fix typos in docstrings.
3720         (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3721         (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3722         (vhdl-speedbar-insert-project-hierarchy):
3723         Improve argument/docstring consistency.
3725 2007-01-29  Kenichi Handa  <handa@m17n.org>
3727         * international/titdic-cnv.el (py-converter): Fix previous change.
3729 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
3731         * jka-compr.el (jka-compr-partial-uncompress)
3732         (jka-compr-call-process): Rebind default-directory if it is
3733         invalid.  Suggested by Chris Moore.
3735         * comint.el (comint-insert-input): Handle situation where the
3736         selected buffer is not the clicked buffer.
3738 2007-01-29  Kenichi Handa  <handa@m17n.org>
3740         * international/ja-dic-cnv.el (skkdic-convert):
3741         Add byte-compile-disable-print-circle:t at the head.
3743         * international/titdic-cnv.el (tit-process-header):
3744         Add byte-compile-disable-print-circle:t at the head.
3745         (miscdic-convert): Likewise.
3746         (py-converter): Skip the header comments.
3748         * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3749         New variable.
3750         (byte-compile-output-file-form): Bing print-circle to nil if
3751         byte-compile-output-file-form is not nil.
3752         (byte-compile-output-docform): Likewise.
3754 2007-01-28  Kim F. Storm  <storm@cua.dk>
3756         * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3757         Declare earlier to avoid byte compiler warnings.
3759 2007-01-28  Markus Triska  <markus.triska@gmx.at>
3761         * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3763 2007-01-28  Chong Yidong  <cyd@stupidchicken.com>
3765         * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3766         (gamegrid-add-score-with-update-game-score-1): Allow local quits
3767         when calling update-game-score program.  Remove unnecessary
3768         save-excursion.
3770         * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3772 2007-01-28  Nick Roberts  <nickrob@snap.net.nz>
3774         * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3775         avoid compiler warning.
3776         (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3777         might have values other than "true" or "false".
3779 2007-01-28  Richard Stallman  <rms@gnu.org>
3781         * textmodes/fill.el (fill-paragraph-function): Doc fix.
3782         (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3784         * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3786         * image.el (image-type-header-regexps): Make GIF regex more specific.
3788         * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3789         Don't check `backspace'.
3790         (tutorial--find-changed-keys): Look up bindings in a temp buffer
3791         in Fundamental mode.
3793         * startup.el (fancy-splash-text, normal-splash-screen):
3794         Mention C-g.
3796         * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3797         when inserting in buffer.
3799         * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3800         inside the if.
3802 2007-01-27  Richard Stallman  <rms@gnu.org>
3804         * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3806 2007-01-27  Guanpeng Xu  <herberteuler@hotmail.com>
3808         * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3809         enum/union/struct/class definition.
3810         Revert change to call `forward-sexp' multiple times.
3812 2007-01-27  Chong Yidong  <cyd@stupidchicken.com>
3814         * files.el (hack-local-variables-confirm): Don't keep trying to
3815         read an event from an empty kbd macro.
3817 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3819         * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3821 2007-01-27  Ben North  <ben@redfrontdoor.org>
3823         * outline.el (outline-promote, outline-demote): Doc fix.  Rename
3824         the arg CHILDREN -> WHICH.
3826 2007-01-27  Michael Albinus  <michael.albinus@gmx.de>
3828         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3829         default-directory to a sane value when calling start-process.
3831 2007-01-27  Eli Zaretskii  <eliz@gnu.org>
3833         * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3834         (ls-lisp-format-time-list): Doc fix.  Mention
3835         ls-lisp-use-localized-time-format.
3836         (ls-lisp-format-time): Use ls-lisp-format-time-list if
3837         ls-lisp-use-localized-time-format is non-nil, even if a valid
3838         locale is defined.
3840 2007-01-27  Juanma Barranquero  <lekktu@gmail.com>
3842         * jka-compr.el (jka-compr-shell): Doc fix.
3844         * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3846 2007-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3848         * ps-print.ps: Fix background height.
3849         (ps-print-version): New version 6.7.2.
3851 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
3853         * makefile.w32-in (finder-data, custom-deps): Depend on
3854         $(lisp)/loaddefs.el.
3856 2007-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3858         * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3860 2007-01-24  Miles Bader  <miles@gnu.org>
3862         * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3863         (byte-compile-output-docform): Bind `print-circle' to t.
3865 2007-01-24  Kenichi Handa  <handa@m17n.org>
3867         * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3868         file name of the original SKK dictionary file.
3870 2007-01-24  Kim F. Storm  <storm@cua.dk>
3872         * ido.el (ido-initial-position): New variable.
3873         (ido-read-internal): Set it if default item is specified.
3874         (ido-minibuffer-setup): Position cursor accordingly if set.
3875         (ido-edit-input): C-e moves to end of input if not already there.
3876         (ido-magic-backward-char): C-b does like M-b if prev char is /.
3877         Don't switch to buffer mode if repeating C-b at start of input.
3878         (ido-toggle-ignore): C-a only toggles ignore at start or end of
3879         input; else it moves to start of input.
3880         (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3881         not at end of input, delete rest of input, rather than normal op.
3883 2007-01-23  Michael Kifer  <kifer@cs.stonybrook.edu>
3885         * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3887         * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3888         of message.  Activate mark.
3889         (ediff-activate-mark): Set transient-mark-mode to t.
3891         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3893 2007-01-23  Martin Rudalics  <rudalics@gmx.at>
3895         * help-fns.el (describe-variable): Don't suppress display of
3896         buffer local value when the value is "large".
3898 2007-01-22  Kim F. Storm  <storm@cua.dk>
3900         * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3901         (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3902         (ido-tidy): Use ido-active.
3904 2007-01-22  Chris Moore  <christopher.ian.moore@gmail.com>
3906         * hexl.el (hexl-mode-exit): Add missing quote.
3908 2007-01-22  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3910         * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3911         (mac-ae-keyboard-modifiers): New function.
3912         (mac-handle-toolbar-switch-mode): Use it.
3913         (mac-dnd-handle-drag-n-drop-event): Likewise.  Set action to `copy'
3914         if keyboard modifiers on drop contain option key.
3915         (mac-dnd-drop-data): Add optional argument `action'.
3916         (special-event-map): Remove binding for M-drag-n-drop.
3918 2007-01-21  Guanpeng Xu  <herberteuler@hotmail.com>
3920         * add-log.el (add-log-current-defun): Use CC Mode functions to
3921         find the beginning and end of a defun.
3923 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3925         * progmodes/gdb-ui.el (gdb-var-create-regexp)
3926         (gdb-var-create-handler): Handle value field in GDB output of
3927         -var-create.
3928         (gdb-max-frames): New variable.
3929         (gdb-stack-buffer, gdb-frames-select): Use it.
3930         (gdb-info-stack-custom): Help user customize gdb-max-frames,
3931         if necessary.
3932         (gdb-get-frame-number): Simplify.
3934 2007-01-21  Glenn Morris  <rgm@gnu.org>
3936         * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3937         Update copyrights.
3939 2007-01-21  Alan Mackenzie  <acm@muc.de>
3941         * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3942         handling of K&R stuff.
3944 2007-01-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3946         * textmodes/bibtex.el (bibtex-files): Fix customization type.
3948 2007-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3950         * ps-print.el: Handle frame parameters (background and/or foreground
3951         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
3952         (ps-print-version): New version 6.7.1.
3953         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3954         (ps-frame-parameter): New fun.
3955         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3956         Fix doc and customization.
3957         (ps-begin-job): Get frame parameters (background and/or foreground
3958         colors).
3959         (ps-do-despool): Ensure ps-printer-name has a valid value.
3961 2007-01-21  Nick Roberts  <nickrob@snap.net.nz>
3963         * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3964         (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3965         (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3966         mean unlimited.
3968 2007-01-20  Alan Mackenzie  <acm@muc.de>
3970         * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3971         much more rigorous analysis of putative K&R regions.
3973 2007-01-20  Alan Mackenzie  <acm@muc.de>
3975         * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3976         New functions.
3978 2007-01-20  Alan Mackenzie  <acm@muc.de>
3980         * progmodes/cc-align.el, progmodes/cc-cmds.el,
3981         * progmodes/cc-defs.el, progmodes/cc-engine.el,
3982         * progmodes/cc-langs.el, progmodes/cc-styles.el,
3983         * progmodes/cc-vars.el: Add my name.
3985 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
3987         * files.el (find-alternate-file): Revert query message to Emacs 21
3988         version.
3990 2007-01-20  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
3992         * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3993         the doc string how to use personal abbrevs without electric
3994         keywords.
3996 2007-01-20  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
3998         * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3999         Fixed cursor position when toggle abbreviated display.
4001 2007-01-20  Nick Roberts  <nickrob@snap.net.nz>
4003         * t-mouse.el: Update copyright following assignment by
4004         Alessandro Rubini.
4006 2007-01-20  Chong Yidong  <cyd@stupidchicken.com>
4008         * type-break.el (type-break-demo-hanoi, type-break-demo-life)
4009         (type-break-demo-boring): Call read-event instead of read-char.
4011 2007-01-19  Daniel Pfeiffer  <occitan@esperanto.org>  (tiny change)
4013         * progmodes/compile.el: Add handling for makepplog.
4015 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4017         * textmodes/ispell.el (ispell-change-dictionary): Ensure that
4018         aspell dictionaries are initialized when called non-interactively.
4020 2007-01-19  Chong Yidong  <cyd@stupidchicken.com>
4022         * progmodes/compile.el (compilation-loop): New arg limit.
4023         Handle case where the first error is at point-min.
4024         (compilation-next-error): New arg to compilation-loop call.
4026 2007-01-18  Bruno Haible  <bruno@clisp.org>  (tiny change)
4028         * info.el (Info-default-dirs): Change default info dir to
4029         share/info.
4031         * paths.el (Info-default-directory-list): Ditto.
4033 2007-01-18  Chris Moore  <christopher.ian.moore@gmail.com>
4035         * hexl.el (hexl-before-revert-hook): New function.
4036         (hexl-mode): Use it.
4037         (hexl-after-revert-hook): Just call hexl-mode.
4038         (hexl-mode-exit): Remove before-revert-hook.
4040 2007-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4042         * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
4044 2007-01-16  Martin Rudalics  <rudalics@gmx.at>
4046         * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
4047         by "-" in francais7 otherchars entry.
4048         (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
4049         otherchars entry.
4051 2007-01-15  Karl Fogel  <kfogel@red-bean.com>
4053         * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
4054         path.  Rewrite function in `cond' style for readability.
4056         Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
4057         (The path shortening, that is, not the rearrarangement.)
4059 2007-01-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4061         * term/mac-win.el (mac-ae-quit-application): New function.
4062         (mac-apple-event-map): Bind "quit application" Apple event to it.
4064 2007-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
4067         than the program's output.
4069 2007-01-14  Juanma Barranquero  <lekktu@gmail.com>
4071         * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
4072         (kmacro-start-macro-or-insert-counter)
4073         (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
4074         (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
4076         * longlines.el (longlines-show-hard-newlines):
4077         * ruler-mode.el (ruler-mode-ruler):
4078         * emulation/keypad.el (keypad-setup):
4079         * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
4080         Fix typo in docstring.
4082 2007-01-13  Mathias Dahl  <mathias.dahl@gmail.com>
4084         * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
4085         Remove redirect character ">".
4087 2007-01-13  Juanma Barranquero  <lekktu@gmail.com>
4089         * replace.el (perform-replace): Remove leftover code.
4091 2007-01-12  Richard Stallman  <rms@gnu.org>
4093         * replace.el (perform-replace): Don't clear NODENT when computing
4094         the replacement string.
4096 2007-01-11  Michael Albinus  <michael.albinus@gmx.de>
4098         * net/tramp.el (tramp-handle-file-local-copy):
4099         Set `enable-multibyte-characters' to nil.  Reported by Chris Moore
4100         <christopher.ian.moore@gmail.com>.
4102 2007-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4104         * diff-mode.el (diff-sanity-check-context-hunk-half)
4105         (diff-sanity-check-hunk): New functions.
4106         (diff-find-source-location): Use'em to check the hunks are well-formed.
4108         * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
4109         activate undo when undo is not active.
4110         Reported by Chris Moore <christopher.ian.moore@gmail.com>.
4112 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4114         * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
4115         (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
4116         (ffap-url-at-point): Use char-classes rather than "a-z".
4118 2007-01-10  Juanma Barranquero  <lekktu@gmail.com>
4120         * ediff-init.el (ediff-autostore-merges):
4121         * textmodes/fill.el (fill-region): Doc fix.
4123 2007-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * server.el (server-ensure-safe-dir): UIDs may be floats.
4127 2007-01-10  Richard Stallman  <rms@gnu.org>
4129         * battery.el (battery-linux-proc-acpi): Use ignore-errors
4130         around calls to directory-files.
4132         * subr.el (momentary-string-display): Use save-excursion.
4134         * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
4135         argument, but read it as `X' does.
4137 2007-01-09  Juri Linkov  <juri@jurta.org>
4139         * info.el (Info-fontify-node): Don't hide node names of index entries.
4141         * faces.el (momentary): Change :group to basic-faces where all
4142         basic faces belong to.  Add :version.
4144 2007-01-09  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4146         * tutorial.el (tutorial--display-changes): Show M-x sequence if no
4147         keybinding is found.
4148         (tutorial--find-changed-keys): Never treat null keybinding as a
4149         remapping.
4151 2007-01-09  Martin Rudalics  <rudalics@gmx.at>
4153         * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
4155 2007-01-09  Kenichi Handa  <handa@m17n.org>
4157         * international/mule-cmds.el
4158         (select-safe-coding-system-interactively): Fix message.
4160 2007-01-09  Michael Albinus  <michael.albinus@gmx.de>
4162         * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
4163         (tramp-process-actions): Add optional parameter TIMEOUT.
4164         (tramp-open-connection-telnet, tramp-open-connection-rsh)
4165         (tramp-open-connection-su): Add timeout of 60".
4167 2007-01-09  Richard Stallman  <rms@gnu.org>
4169         * progmodes/compile.el (compile): Doc fix.
4171 2007-01-09  Markus Triska  <markus.triska@gmx.at>
4173         * tumme.el (tumme-display-thumb): Doc fix.
4175 2007-01-08  Juanma Barranquero  <lekktu@gmail.com>
4177         * battery.el (battery-search-for-one-match-in-files):
4178         * bindings.el (mode-line-minor-mode-help):
4179         * x-dnd.el (x-dnd-types-alist):
4180         * calendar/icalendar.el (icalendar-import-buffer):
4181         * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
4183         * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
4185 2007-01-07  Chris Moore  <christopher.ian.moore@gmail.com>
4187         * replace.el (replace-regexp): Fix typo in docstring.
4189 2007-01-07  Alan Mackenzie  <acm@muc.de>
4191         * progmodes/cc-langs.el (c-operators, c-filter-ops):
4192         Amend doc-string and comments.
4194 2007-01-06  Eli Zaretskii  <eliz@gnu.org>
4196         * files.el (abbreviate-file-name): Doc fix.
4198 2007-01-06  Markus Triska  <triska@gmx.at>
4200         * subr.el (split-string): Remove spurious ")" from doc string.
4202 2007-01-05  Takaaki Ota  <Takaaki.Ota@am.sony.com>
4204         * textmodes/table.el (table--warn-incompatibility):
4205         Use display-warning instead of momentary-string-display.
4207 2007-01-05  Richard Stallman  <rms@gnu.org>
4209         * image.el (image-type-header-regexps): Recognize xbm more strictly.
4211         * simple.el (backward-kill-word): Doc fix.
4213 2007-01-05  Romain Francoise  <romain@orebokech.com>
4215         * international/mule.el (sgml-html-meta-auto-coding-function):
4216         Ensure that the buffer contains a HTML document.
4218 2007-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4220         * faces.el (momentary): Move here ...
4221         * subr.el (momentary): ... from here.
4223 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
4225         * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
4226         (gdb-speedbar-expand-node): Ask user for confirmation before expanding
4227         large structures/arrays.
4229 2007-01-04  Juanma Barranquero  <lekktu@gmail.com>
4231         * files.el (find-file-noselect-1, set-visited-file-name):
4232         Allow backup-enable-predicate to be nil.
4234 2007-01-04  Andreas Schwab  <schwab@suse.de>
4236         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
4237         last change.
4239 2007-01-03  Richard Stallman  <rms@gnu.org>
4241         * woman.el (woman-decode-buffer): Clarify error message.
4243 2007-01-03  Alan Mackenzie  <acm@muc.de>
4245         * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
4247 2007-01-03  Chris Moore  <christopher.ian.moore@gmail.com>
4249         * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
4251 2007-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
4255 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4257         * emulation/viper.el (viper-custom-file-name, viper-mode):
4258         Fix typos in docstrings.
4260         * subr.el (momentary-string-display): After moving point, set POS
4261         variable to it to avoid later errors once the buffer is modified.
4262         Doc fix.
4264 2007-01-02  Alan Mackenzie  <acm@muc.de>
4266         * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
4267         check that the "*/" is present before trying to manipulate it.
4269 2007-01-02  Richard Stallman  <rms@gnu.org>
4271         * wid-edit.el (widget-choose): Avoid ugly error for function keys.
4273         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
4274         Fix format of value.
4276         * cus-edit.el (customize-unsaved): Rename from customize-customized.
4277         Change messages accordingly.
4278         (customize-customized): Now alias.
4280 2007-01-02  Juanma Barranquero  <lekktu@gmail.com>
4282         * files.el (version-control): Doc fix.
4284 2007-01-01  Alan Mackenzie  <acm@muc.de>
4286         * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
4287         Check the format of c-state-cache is valid for an optimisation before
4288         using it.
4290         * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
4291         are at a statement within a macro".  Other changes so that only
4292         the first continuation line in a macro gets the symbol
4293         `cpp-define-intro', the others getting `statement', or whatever.
4295         * progmodes/cc-cmds.el (c-context-line-break): When invoked within
4296         a string, preserve whitespace.  Add a backslash only when also in
4297         a macro.
4299         * progmodes/cc-defs.el: Correct typos.
4301         * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
4302         new line after an escaped EOL in a string.
4304         * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
4305         label when it directly follows "else", "do", ....
4307         * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
4308         angle brackets (as seen in "explicit specialisations" of C++
4309         templates).
4311         * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
4312         in the doc-string.
4314         * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
4315         when the comment ender looks like "=========*/" and is alone on
4316         its line.
4318         * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
4319         spelling of c-opt-op-identiTier-prefix, t -> f.  Leave an alias
4320         for the old name.
4322         * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
4323         c-\(beginning\|end\)-of-defun by default.
4325         * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
4326         New line-up function, for the DEFUN macro in the Emacs C sources.
4327         Only used in "gnu" style.
4329         * progmodes/cc-styles.el (c-style-alist): Use this new function in
4330         the "gnu" style.
4332         * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
4333         clean-up comment-close-slash also to work when there's a comment
4334         terminator on the line.
4335         (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
4336         these for large arg - only take account of top level {..}, except
4337         for initial and final adjustments.  M-- C-M-[ae] now go to the
4338         right defuns when the starting point is between defuns.  They use
4339         the four new functions:
4340         (c-in-function-trailer-p, c-where-wrt-brace-construct)
4341         (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
4342         support c-\(beginning\|end\)-of-defun.
4344         * progmodes/cc-engine.el (c-forward-label): Analyze ":"
4345         expressions more rigorously, to exclude bit-field specifiers from
4346         being classed as labels.
4347         (c-forward-label): When analyzing a ":" within a macro, be careful
4348         about using c-forward-syntactic-ws at the macro beginning.
4349         (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
4350         stmt boundary, check for "operator=", etc.
4352         * progmodes/cc-mode.el (c-postprocess-file-styles):
4353         Bind inhibit-read-only to t, around the call to
4354         c-remove-any-local-eval-or-mode-variables, so that it works on a
4355         RO file.
4357         * progmodes/cc-defs.el (c-version): Update the version number to
4358         "5.31.4".
4360 2007-01-01  Richard Stallman  <rms@gnu.org>
4362         * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
4363         only if we restored isearch-window-configuration.
4365 2006-12-31  Romain Francoise  <romain@orebokech.com>
4367         * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
4369 2006-12-31  Kim F. Storm  <storm@cua.dk>
4371         * files.el (auto-mode-case-fold): New defcustom.
4372         (set-auto-mode): If non-nil, perform second case-sensitive pass
4373         through auto-mode-alist if first pass failed.
4375 2006-12-30  Richard Stallman  <rms@gnu.org>
4377         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
4379 2006-12-30  Ken Manheimer  <ken.manheimer@gmail.com>
4381         * allout.el (allout-encrypt-string): Handle symmetric-key
4382         passphrase caching but leave keypair caching to pgg.
4384 2006-12-30  Michael Albinus  <michael.albinus@gmx.de>
4386         Sync with Tramp 2.0.55.
4388         * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
4389         `integerp'.  `char-equal' could fail else in case of negative
4390         numbers.  Reported by Toby Speight <T.M.Speight.90@cantab.net>.
4391         (top): Check for `font-lock-add-keywords' before calling; it
4392         doesn't exist under XEmacs.
4393         (tramp-yn-prompt-regexp): Fix regexp.  Add question from plink.
4394         (tramp-completion-mode): Remove clause (not
4395         tramp-unified-filenames), because the function is called in other
4396         context too, where this check results in wrong results in the
4397         XEmacs case on Windows.
4398         (tramp-touch): UTC handling is not possible for XEmacs.
4400 2006-12-30  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4402         * scroll-bar.el (previous-scroll-bar-mode): New variable
4403         (set-scroll-bar-mode): Set previous-scroll-bar-mode.
4404         (scroll-bar-mode): Use previous-scroll-bar-mode if set.
4406         * term/x-win.el: Set scroll bar mode to right if set by X resources.
4408 2006-12-30  Richard Stallman  <rms@gnu.org>
4410         * files.el (make-backup-file-name-1): Precompute abs name
4411         but don't lose the relative name.
4413         * international/mule-cmds.el (select-safe-coding-system-interactively):
4414         Fix message.
4416 2006-12-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4418         * files.el (backup-buffer): Show entire backup file name in msg.
4420 2006-12-30  Juanma Barranquero  <lekktu@gmail.com>
4422         * image.el (image-type-header-regexps, image-type-from-data)
4423         (image-type-from-buffer, image-type-from-file-header):
4424         Revert changes from 2006-12-26.
4425         (image-type-auto-detectable): New variable.
4426         (image-type-auto-detected-p): New function.
4428         * files.el (magic-mode-alist): Detect image files with
4429         `image-type-auto-detected-p' instead of `image-type-from-buffer'.
4431 2006-12-29  Nick Roberts  <nickrob@snap.net.nz>
4433         * dired.el (dired-sort-other): Move test for dired-mode...
4434         (dired-sort-set-modeline): ...to here.
4436 2006-12-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4438         * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
4439         change.  Suggested by Stefan Monnier.
4441 2006-12-29  Kim F. Storm  <storm@cua.dk>
4443         * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
4444         (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
4446 2006-12-27  Kim F. Storm  <storm@cua.dk>
4448         * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
4449         so it doesn't accidentally match an fsf.org mail address.
4450         (authors-renamed-files-alist): Add tcover-*.el.
4452 2006-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4454         * vc-arch.el (vc-arch-find-version): New function.
4456         * vc-hooks.el (vc-version-backup-file-name): Revision names may be
4457         composed of arbitrary characters (even /) in some systems.
4459 2006-12-27  Eli Zaretskii  <eliz@gnu.org>
4461         * international/mule-cmds.el (select-safe-coding-system-interactively):
4462         Improve the message in the *Warning* buffer.
4464 2006-12-27  Kim F. Storm  <storm@cua.dk>
4466         * ido.el (ido-set-matches-1): Fix last change.  If default item is
4467         current buffer, it is ok to be first.
4469 2006-12-27  Kenichi Handa  <handa@m17n.org>
4471         * international/mule-cmds.el (select-safe-coding-system-interactively):
4472         Use face `link' for problematic chars.
4474 2006-12-27  Kenichi Handa  <handa@m17n.org>
4476         * international/mule-cmds.el (select-safe-coding-system-interactively):
4477         Improve the message in *Warning* buffer.
4479 2006-12-27  Kim F. Storm  <storm@cua.dk>
4481         * ido.el (ido-set-matches-1): Never put current buffer first if
4482         there are other matches.
4484 2006-12-26  Nick Roberts  <nickrob@snap.net.nz>
4486         * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
4487         expressions.
4488         (gdb-var-delete): Handle duplicate names.  Print message for non
4489         root expressions.
4490         (gdb-partial-output-name): Start buffer name with a space.
4491         (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
4492         buffer name.
4494 2006-12-26  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4496         * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
4497         last footnote when `footnote-spaced-footnotes' is nil.
4499 2006-12-26  Richard Stallman  <rms@gnu.org>
4501         * cus-edit.el (custom-browse-sort-alphabetically)
4502         (custom-buffer-sort-alphabetically)
4503         (custom-menu-sort-alphabetically): Doc fixes.  Add autoloads.
4505         * image.el (image-type-header-regexps): Change element format
4506         to include third item NOT-ALWAYS.
4507         (image-type-from-data): Handle new format.
4508         (image-type-from-buffer): Handle new format.  New arg INCLUDE-MAYBES.
4509         (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
4511 2006-12-26  Guanpeng Xu  <herberteuler@hotmail.com>
4513         * add-log.el (add-log-current-defun): Call `forward-sexp'
4514         multiple times to pick a member function name defined as
4515         part of nested classes/namespaces.
4517 2006-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4519         * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
4520         which keymap should be used to change menu.  It does not affect any
4521         existent code.
4523 2006-12-26  Richard Stallman  <rms@gnu.org>
4525         * textmodes/fill.el (fill-paragraph): Check for a minibuffer
4526         rather than for being in a minibuffer window.
4528 2006-12-25  Daiki Ueno  <ueno@unixuser.org>
4530         * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
4531         locale-coding-system.
4532         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
4533         LF.
4535 2006-12-25  Michael R. Mauger  <mmaug@yahoo.com>
4537         * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
4538         (sql-mode-syntax-table): Disable double quoted strings.
4539         (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
4541 2006-12-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4543         * startup.el (fancy-splash-last-input-event): New variable.
4544         (fancy-splash-special-event-action): New function.
4545         (fancy-splash-screens): Temporarily bind special events to it.
4546         Execute command for saved special event before exiting from
4547         recursive editing.
4549         * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
4550         New functions.
4551         (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
4552         Use mac-unread-string.
4554 2006-12-24  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4556         * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
4557         an optimized comment regexp if `comment-start-skip' uses a ^.
4558         * bs.el (bs--up): Remove interactive spec.
4560 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4562         * woman.el (woman-decode-buffer): Signal error for alien macro sets.
4563         Suggested by James Cloos.
4565 2006-12-24  Kevin Ryde  <user42@zip.com.au>
4567         * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
4568         in March.
4569         (calendar-dst-ends): Default to first Sunday in November.
4571 2006-12-24  Ken Manheimer  <ken.manheimer@gmail.com>
4573         * allout.el (allout-encrypt-string): Inhibit use of agent within
4574         body of let form where encryption happens.  Acknowledge non-use of
4575         gpg-agent in docstring.
4576         (allout-toggle-subtree-encryption): Acknowledge non-use of
4577         gpg-agent in docstring.
4579 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
4581         * custom.el (custom-add-frequent-value): Alias for custom-add-option.
4583 2006-12-23  Michael Kifer  <kifer@cs.stonybrook.edu>
4585         * ediff-diff.el (ediff-diff-options): Clarify docstring.
4586         (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
4588         * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4589         in hooks.
4590         (viper-add-newline-at-eob-if-necessary): Add newline only if we
4591         actually modify buffer; ignore errors if occur.
4593 2006-12-23  Chong Yidong  <cyd@stupidchicken.com>
4595         * calendar/calendar.el (calendar-mode-map): Switch < and >.
4596         (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4597         formatting.
4599 2006-12-23  Richard Stallman  <rms@gnu.org>
4601         * simple.el (delete-horizontal-space): Doc fix.
4603 2006-12-23  Eli Zaretskii  <eliz@gnu.org>
4605         * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4606         explicitly in a recursive Make, not implicitly through prerequisites,
4607         since the latter is wrong under parallel builds.
4609 2006-12-22  Eli Zaretskii  <eliz@gnu.org>
4611         * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4613 2006-12-22  Kevin Rodgers  <kevin.d.rodgers@gmail.com>  (tiny change)
4615         * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4616         message string.
4618 2006-12-22  Ben North  <ben@redfrontdoor.org>  (tiny change)
4620         * outline.el (outline-next-visible-heading): Fix the case with a
4621         header at end-of-file with no final newline.
4623 2006-12-22  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
4625         * indent.el (tab-always-indent): Doc fix.
4627 2006-12-22  Chong Yidong  <cyd@stupidchicken.com>
4629         * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4630         (Info-fontify-node): Do fontify indices.
4632         * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4633         to the Emacs Lisp reference manual.
4634         (tutorial--tab-map): Remove.  All callers changed.
4635         (tutorial--find-changed-keys): New elt QUIET, used to...
4636         (tutorial--display-changes): ...ensure that warning messages are
4637         only issued once per changed key.
4638         (tutorial--remove-remarks): Delete unused code-path.
4639         (lang-strings): Remove extraneous formatting.
4640         (tutorial--save-tutorial): Prompt before saving tutorial state.
4642 2006-12-21  Chong Yidong  <cyd@stupidchicken.com>
4644         * tutorial.el: Remove `cl' requirement.  Clean up whitespace.
4645         Replace '?\ ' by '?\s' throughout.
4646         (tutorial-warning-face): Inherit font-lock-warning-face.  Move to
4647         `help' custom group.
4648         (tutorial--key-description): New function.
4649         (tutorial--display-changes): Remove redundant arg.  Scan for all
4650         key sequences to avoid false matches.  Cleanup.
4651         (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4652         reduce homedir pollution.
4653         (help-with-tutorial): Call tutorial--display-changes with no arg.
4655 2006-12-21  Carsten Dominik  <dominik@science.uva.nl>
4657         * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4659 2006-12-20  Michael Albinus  <michael.albinus@gmx.de>
4661         * net/tramp.el (tramp-default-method): We still need to check for
4662         `executable-find', because it is not bound under Emacs 20.
4663         (tramp-handle-file-name-completion)
4664         (tramp-completion-handle-file-name-completion): Handle optional
4665         parameter PREDICATE.
4666         (tramp-find-default-method): Add code for default values.
4668 2006-12-20  Nick Roberts  <nickrob@snap.net.nz>
4670         * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4671         make gud-go send "continue".
4673 2006-12-19  Juanma Barranquero  <lekktu@gmail.com>
4675         * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4676         and `png' files.  Use non-capturing parenthesis for `tiff' regexp.
4678 2006-12-19  Kim F. Storm  <storm@cua.dk>
4680         * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4681         instead of global-map.
4683         * files.el (magic-mode-alist): Allow matching file type by
4684         calling a function at bob.  Check for image types by calling
4685         image-type-from-buffer.  Suggested by Juanma Barranquero.
4686         (set-auto-mode): Do it.
4688 2006-12-19  Michael Albinus  <michael.albinus@gmx.de>
4690         * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4691         Remove "ControlMaster" option from the other `scp*' methods.
4692         (tramp-default-method): Check for ssh-agent before setting to `scp'.
4694 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4696         * textmodes/org.el (org-mode): Show context after isearch.
4697         (org-show-siblings): New function.
4698         (org-show-context): Use `org-show-siblings'.
4700 2006-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4702         * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4703         Use syntax-ppss-toplevel-pos.
4705 2006-12-18  Carsten Dominik  <dominik@science.uva.nl>
4707         * textmodes/org.el (org-current-line): Make sure that lines are
4708         counted from beginning of buffer.
4709         (org-table-copy-region, org-table-paste-rectangle): Make sure that
4710         lines are counted from beginning of buffer.
4712 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
4714         * info.el (Info-build-node-completions): Signal error if tag-table
4715         marker is not found.
4717         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4719 2006-12-17  Alan Mackenzie  <acm@muc.de>
4721         * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4722         speed) the case when open-paren-in-column-0-is-defun-start is nil.
4723         Based on code by Martin Rudalics.
4725         * progmodes/cc-mode.el (c-basic-common-init): Don't set
4726         open-paren-in-column-0-is-defun-start to nil any more.
4728 2006-12-17  Richard Stallman  <rms@gnu.org>
4730         * simple.el (delete-horizontal-space): Use prefix arg.
4732         * help-fns.el (describe-variable): Improve blank separator lines.
4734         * files.el (magic-mode-alist): Mark as risky.
4736         * files.el (make-backup-file-name-1):
4737         Expand backup-directory explicitly.
4739 2006-12-17  Michael Albinus  <michael.albinus@gmx.de>
4741         * net/tramp.el (tramp-default-method): Before setting to "pscp",
4742         check whether package password.el is loaded, or Pageant is running.
4744 2006-12-17  Ulf Jasper  <ulf.jasper@web.de>
4746         * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4747         (icalendar--rris): First try Emacs, then XEmacs.
4748         (icalendar--convert-ical-to-diary): Doc fix.
4749         Insert newline at end of target file.
4751 2006-12-17  Kim F. Storm  <storm@cua.dk>
4753         * outline.el (outline-isearch-open-invisible-function): New defvar.
4754         (outline-flag-region): Use it if non-nil for isearch-open-invisible
4755         overlay property instead of outline-isearch-open-invisible.
4757 2006-12-16  Kim F. Storm  <storm@cua.dk>
4759         * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4760         if ido-directory-too-big is set on entry.
4761         (ido-toggle-ignore, ido-completion-help): Print message while
4762         reading big directory.
4764 2006-12-15  Richard Stallman  <rms@gnu.org>
4766         * shell.el (shell): Doc fix.
4768 2006-12-15  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
4770         * emulation/edt.el (edt-xserver):
4771         * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4772         to fix a problem on Cygwin.
4774         * emulation/edt.el
4775         * emulation/edt-mapper.el
4776         * emulation/edt-lk201.el
4777         * emulation/edt-pc.el
4778         * emulation/edt-vt100.el: Update maintainer's email address.
4780 2006-12-15  Simon Marshall  <simon@gnu.org>
4782         * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4784 2006-12-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4786         * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4787         (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4788         instead of mac-atsu-font-table.
4789         (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4791 2006-12-14  Stephen Leake  <stephen_leake@member.fsf.org>
4793         * align.el (align-match-tex-pattern): Fix a rare bug which
4794         hanged Emacs.
4796 2006-12-14  Richard Stallman  <rms@gnu.org>
4798         * startup.el (use-fancy-splash-screens-p): Use frame-height
4799         instead of window-height.  Pass frame to image-size.
4801 2006-12-13  Kenichi Handa  <handa@m17n.org>
4803         * international/mule-cmds.el (set-locale-environment):
4804         Set default-sendmail-coding-system too.
4806 2006-12-12  J.D. Smith  <jdsmith@as.arizona.edu>
4808         * progmodes/idlw-help.el: Fix copyright notice.
4810 2006-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4814 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4816         * subr.el (unread-command-char): Reformat obsolescence info.
4818 2006-12-11  Richard Stallman  <rms@gnu.org>
4820         * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4821         about calls to cl-struct-setf-expander.
4823 2006-12-11  Juanma Barranquero  <lekktu@gmail.com>
4825         * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4826         (ediff-combination-pattern): Fix typo in docstring.
4828         * textmodes/refer.el (refer-find-entry): Doc fix.
4829         (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4830         (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4831         Fix tipos in docstrings.
4833         * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4835 2006-12-10  Kim F. Storm  <storm@cua.dk>
4837         * ido.el (ido-init-completion-maps): Remap backward-kill-word
4838         instead of binding M-backspace.
4840 2006-12-10  Juanma Barranquero  <lekktu@gmail.com>
4842         * replace.el (replace-match-data, replace-match-maybe-edit):
4843         * calc/calc-aent.el (calc-eval-error):
4844         * emulation/vi.el (vi-char-argument):
4845         * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4846         (c-vsemi-status-unknown-p-fn): Doc fixes.
4848 2006-12-10  Chong Yidong  <cyd@stupidchicken.com>
4850         * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4851         (menu-bar-help-menu): Tooltip fixes.  Suggested by Francis Wright.
4853 2006-12-10  Masatake YAMATO  <jet@gyve.org>
4855         * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4857 2006-12-09  Chong Yidong  <cyd@stupidchicken.com>
4859         * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4861         * man.el (Man-xref-button-action): New function.  If the
4862         `Man-target-string' button property is a function, assume it
4863         accepts a position argument.
4864         (Man-abstract-xref-man-page): Use it.
4865         (Man-default-man-entry): New optional arg POS.
4867         * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4868         symlink arrows read-only and non-rear-sticky.
4870 2006-12-09  Martin Rudalics  <rudalics@gmx.at>
4872         * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4873         (wdired-search-and-rename): Simplify code.
4874         (wdired-preprocess-files, wdired-preprocess-perms): Make
4875         read-only property of preceding character rear-nonsticky to
4876         avoid that it can be modified.  Put old-name and old-link
4877         properties on character preceding name and replace
4878         put-text-property by add-text-properties.
4879         (wdired-get-filename, wdired-get-previous-link): Get old-name
4880         and old-link properties from character preceding name and
4881         simplify code.
4882         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4883         (wdired-perms-to-number): Make local-map property
4884         rear-nonsticky to avoid that text following permissions may be
4885         modified.  Use add-text-properties instead of put-text-property
4886         when changing a permission bit.
4887         (wdired-change-to-dired-mode): Remove stickiness properties.
4889 2006-12-09  Juanma Barranquero  <lekktu@gmail.com>
4891         * international/mule-cmds.el (register-input-method): Doc fix.
4893 2006-12-09  Masayuki Ataka  <masayuki.ataka@gmail.com>  (tiny change)
4895         * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4897 2006-12-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4899         * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4900         Force buffer local defs evaluation on local variables loading.
4901         (flyspell-mode-on, flyspell-mode-off): Use it in
4902         `hack-local-variables-hook'.
4904 2006-12-09  Eli Zaretskii  <eliz@gnu.org>
4906         * emacs-lisp/find-func.el (find-variable): Doc fix.
4908         * help-fns.el (variable-at-point): Doc fix.
4910         * w32-fns.el (w32-append-code-lines): New function.
4912 2006-12-09  Romain Francoise  <romain@orebokech.com>
4914         * comint.el (comint-insert-input): Delete obsolete comment.
4916 2006-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4919         current frame, in case we're connected to several displays.
4921 2006-12-08  Juanma Barranquero  <lekktu@gmail.com>
4923         * frame.el (other-frame): Doc fix.
4924         (set-frame-parameter): Fix typo in docstring.
4926 2006-12-07  Kim F. Storm  <storm@cua.dk>
4928         * info.el (Info-index): Strip leading colon from topic.
4930 2006-12-07  Nick Roberts  <nickrob@snap.net.nz>
4932         * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4933         to pointers.
4935 2006-12-05  J.D. Smith  <jdsmith@as.arizona.edu>
4937         * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4938         Trim out spurious class inheritance "None" entries.
4940 2006-12-05  Kim F. Storm  <storm@cua.dk>
4942         * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4943         (cua-paste-pop): Rework last change for
4944         cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4945         pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4946         text inserted by the last M-y command.
4948 2006-12-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
4950         * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4951         file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4953         * shell.el (shell): Search the start file in ~/.emacs.d as
4954         `init_SHELLNAME.sh' instead.
4956 2006-12-05  Glenn Morris  <rgm@gnu.org>
4958         * progmodes/cperl-mode.el (cperl-mode)
4959         * progmodes/f90.el (f90-mode-abbrev-table)
4960         * progmodes/fortran.el (fortran-mode-abbrev-table)
4961         * progmodes/octave-mod.el (octave-abbrev-table)
4962         * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4963         if abbrev-table is non-nil (saved user abbrevs may have been restored).
4965         * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4966         clear abbrev table, else saved abbrevs will not be restored.
4968 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
4970         * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4971         the call to `make-obsolete-variable', not in the docstring.
4973 2006-12-04  Chong Yidong  <cyd@stupidchicken.com>
4975         * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4977 2006-12-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4979         * progmodes/ebnf-abn.el:
4980         * progmodes/ebnf-bnf.el:
4981         * progmodes/ebnf-dtd.el:
4982         * progmodes/ebnf-ebx.el:
4983         * progmodes/ebnf-iso.el:
4984         * progmodes/ebnf-otz.el:
4985         * progmodes/ebnf-yac.el:
4986         * progmodes/ebnf2ps.el:
4987         * delim-col.el:
4988         * printing.el:
4989         * ps-bdf.el:
4990         * ps-mule.el:
4991         * ps-print.el: Remove 'Time-stamp' comment mark.
4993         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4994         'easy-menu-add-item' when called in Emacs 21 or higher.
4996 2006-12-04  Stephen Leake  <stephen_leake@stephe-leake.org>
4998         * progmodes/ada-xref.el (ada-check-current): Doc fix.
4999         (ada-make-body-gnatstub): Doc fix.  Remove redundant `progn'.
5001 2006-12-04  Kim F. Storm  <storm@cua.dk>
5003         * bindings.el (global-map): Bind [signal t] to ignore, to have
5004         user signals ignored by default.
5006 2006-12-04  Juanma Barranquero  <lekktu@gmail.com>
5008         * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
5009         Unicode data file pointed to by `describe-char-unicodedata-file'.
5011 2006-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5013         * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
5014         O(n^2) regexp-search by anchoring the search.
5016 2006-12-04  Dan Nicolaescu  <dann@ics.uci.edu>
5018         * whitespace.el (whitespace-cleanup-internal): Use current
5019         argument for recursive call.
5021 2006-12-04  Michael Albinus  <michael.albinus@gmx.de>
5023         * net/tramp.el (tramp-methods): Add "ControlPath" and
5024         "ControlMaster" to scp, scp1 and scp2 methods.  Suggested by
5025         Andreas Schwab <schwab@suse.de>.
5026         (tramp-do-copy-or-rename-file-out-of-band)
5027         (tramp-open-connection-rsh): Compute format spec for ?t.
5028         (tramp-process-actions): Trace command parameters.
5030 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
5032         * simple.el (toggle-truncate-lines): Clarify doc string.
5034         * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
5035         (gdb-speedbar-expand-node): Use it.
5037 2006-12-04  Richard Stallman  <rms@gnu.org>
5039         * progmodes/python.el (python-indent): Add safe-local-variable prop.
5041         * dired.el (dired-revert): Turn off dired-after-readin-hook
5042         around call to dired-readin.
5044         * menu-bar.el (menu-bar-make-toggle): Add "globally"
5045         to echo area messages.
5046         <indicate-empty-lines, case-fold-search>:
5047         Add "globally" to Help string.
5048         <case-fold-search>: MESSAGE arg need not say "globally".
5049         (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
5051 2006-12-03  Liam Healy  <lnp@healy.washington.dc.us>  (tiny change)
5053         * outline.el (outline-end-of-subtree): Don't leave an empty
5054         line hidden as we would a real next heading.
5056 2006-12-03  Ken Manheimer  <ken.manheimer@gmail.com>
5058         * allout.el (allout-ascend): Add an optional argument to preserve
5059         original position of point when unsuccessful.  Also, fix a
5060         docstring error.
5061         (allout-yank-processing): Fix depth shift of multiple-topic so yanks
5062         work again, using allout-ascend's new option.
5063         (allout-setup-mode-map): Extract from allout-mode to initialize
5064         allout-mode-map.  Call it on file load, so the mode docstring
5065         substitutions work even if allout mode has not yet been invoked.
5066         (allout-mode): Use new allout-setup-mode-map to track any keybinding
5067         customizations since the map was last processed.  Also, refine the
5068         docstring so it's ship-shape for release.
5069         (allout-default-layout, allout-beginning-of-line-cycles)
5070         (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
5071         (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
5072         (allout-version, allout-layout, allout-infer-body-reindent)
5073         (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
5074         (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
5075         (allout-previous-heading, allout-goto-prefix-doublechecked)
5076         (allout-current-bullet-pos, allout-next-sibling-leap)
5077         (allout-pre-command-business, allout-encrypted-type-prefix)
5078         (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
5079         (allout-rebullet-topic, allout-rebullet-topic-grunt)
5080         (allout-flag-region, allout-expose-topic, allout-expose-topic)
5081         (allout-old-expose-topic, allout-listify-exposed)
5082         (allout-process-exposed, allout-latex-verb-quote)
5083         (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
5084         (allout-toggle-current-subtree-encryption)
5085         (allout-toggle-subtree-encryption, allout-bullet-isearch):
5086         Remove extraneous open-paren and close paren string escapes.
5088 2006-12-03  Juanma Barranquero  <lekktu@gmail.com>
5090         * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
5091         (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
5092         (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
5093         Fix typos in docstrings.
5095 2006-12-03  Glenn Morris  <rgm@gnu.org>
5097         * progmodes/cc-align.el
5098         * progmodes/cc-awk.el
5099         * progmodes/cc-cmds.el
5100         * progmodes/cc-compat.el
5101         * progmodes/cc-defs.el
5102         * progmodes/cc-engine.el
5103         * progmodes/cc-langs.el
5104         * progmodes/cc-menus.el
5105         * progmodes/cc-mode.el
5106         * progmodes/cc-styles.el
5107         * progmodes/cc-vars.el
5108         * progmodes/vhdl-mode.el: Fix Copyright format.
5110 2006-12-02  Chong Yidong  <cyd@stupidchicken.com>
5112         * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
5113         initial down event.
5115 2006-12-02  Kim F. Storm  <storm@cua.dk>
5117         * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
5118         (cua-repeat-replace-region): Make M-v more robust.
5119         (cua-paste-pop-rotate-temporarily): New defcustom.
5120         (cua-paste-pop): Use it.
5121         (cua-auto-mark-last-change): New defcustom.
5122         (cua-pop-to-last-change): New helper function.
5123         (cua-set-mark): Use them.
5125 2006-12-01  Nick Roberts  <nickrob@snap.net.nz>
5127         * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
5128         mini-buffer message.
5130 2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
5132         * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
5134 2006-12-01  Ben North  <ben@redfrontdoor.org>
5136         * paren.el: Fix the highlight overlay extension when the user types a
5137         sequence of char very fast just before the open parenthesis.
5139 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5141         * ps-mule.el: Eliminate Emacs 20 compatibility.
5143         * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
5144         (ps-print-version): New version 6.7.
5145         (ps-print-quote): Replace '?\ ' by '?\s'.
5147 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5149         * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
5150         (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
5151         (hexl-end-of-1k-page): Doc fixes.
5152         (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
5153         Fix typos in docstrings.
5155 2006-11-30  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5157         * ido.el (ido-local-file-exists-p): New.  Tell if a file exists
5158         locally, i.e. without using file name handlers.
5159         (ido-read-internal): Allow mono letter host names, avoiding the
5160         `c:' problem by testing if the file exists locally.
5161         (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
5163 2006-11-30  Masatake YAMATO  <jet@gyve.org>
5165         * hexl.el (hl-line-range-function, hl-line-face): Declare variables
5166         to avoid bytecomp warnings.
5167         (hexl-mode-old-ruler-function): New variable.
5168         (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
5169         and `hl-line-range-function' after `require' hl-line.
5170         Then bind `hl-line-range-function' and `hl-line-face'.
5171         Don't require frame.  Don't use `with-no-warnings'.
5172         (hexl-activate-ruler): Store the original value of
5173         `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
5174         (hexl-mode-exit): Restore the original value of
5175         `ruler-mode-ruler-function'.
5177 2006-11-30  Alin C. Soare  <alinsoar@voila.fr>  (tiny change)
5179         * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
5180         (hexl-mode-old-hl-line-face): New variable.
5181         (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
5182         line when exit from the hexl-mode.
5184 2006-11-30  Juanma Barranquero  <lekktu@gmail.com>
5186         * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
5187         Doc fixes.
5189         * international/fontset.el (create-fontset-from-ascii-font)
5190         (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
5191         (fontset-name-p): Fix typo in docstring.
5193         * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
5195 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5197         * ps-bdf.el: Fix maintainer email.
5199         * ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
5200         compatibility.
5202         * ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
5203         21 compatibility.
5204         (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
5205         Emacs 20 & 21.
5207 2006-11-29  J.D. Smith  <jdsmith@as.arizona.edu>
5209         * progmodes/idlwave.el (idlwave-auto-fill):
5210         Remove paragraph-start let to prevent auto-fill giving up.
5212 2006-11-28  Juanma Barranquero  <lekktu@gmail.com>
5214         * vt100-led.el (led-state): Fix typo in previous change.
5216 2006-11-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5218         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5219         Fix interactive spec of the functions getting defined to make them
5220         work as documented.
5222 2006-11-28  Chong Yidong  <cyd@stupidchicken.com>
5224         * startup.el (fancy-splash-screens): Hide initial splash buffer.
5226 2006-11-28  Kim F. Storm  <storm@cua.dk>
5228         * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
5229         icomplete-mode is enabled.
5231 2006-11-28  Carsten Dominik  <dominik@science.uva.nl>
5233         * textmodes/org.el (require): Require gnus-sum during compilation
5234         to avoid problem with a macro call.
5236 2006-11-28  Glenn Morris  <rgm@gnu.org>
5238         * emacs-lisp/authors.el (authors-aliases): Add new alias.
5240         * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
5241         (fortran-window-create-momentarily): Do not need string-to-char.
5243 2006-11-28  Richard Stallman  <rms@gnu.org>
5245         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
5246         Replace incorrect use of assoc-default with a loop.
5248         * term.el (term-exec-1): Set envvar INSIDE_EMACS.
5250         * simple.el (next-error-find-buffer): Improve messages.
5252         * files.el (revert-buffer): Special error message if file
5253         is now not readable.
5255         * facemenu.el (facemenu-add-new-face): Improve doc strings of
5256         constructed commands.
5258         * comint.el (comint-exec-1): Provide Emacs version and `comint'
5259         in INSIDE_EMACS.
5261 2006-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * diff-mode.el (diff-mode-map): Add a binding for unified->context.
5265         * server.el: Remove spurious * in docstrings.
5266         (server-process-filter): Exit from recursive editing before processing
5267         a new request.
5269 2006-11-27  J.D. Smith  <jdsmith@as.arizona.edu>
5271         * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
5272         line so hidden blocks will be correctly identified.
5274 2006-11-27  Juanma Barranquero  <lekktu@gmail.com>
5276         * ledit.el (ledit-save-defun, ledit-mode):
5277         * resume.el (resume-emacs-args-buffer):
5278         * rot13.el (rot13-display-table, rot13-translate-table, rot13)
5279         (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
5280         * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
5281         (command-send-input, command-kill-line):
5282         * vt100-led.el (led-state, led-on): Fix typos in docstrings.
5284         * autoarg.el (autoarg-kp-mode): Doc fix.
5286         * emacs-lock.el (toggle-emacs-lock): Doc fix.  Simplify.
5287         (emacs-lock-check-buffer-lock): Doc fix.  Use `when'.
5288         (check-emacs-lock): Doc fix.  Simplify.
5290         * iimage.el (iimage-mode-image-regex-alist): Doc fix.
5291         (iimage-mode-buffer): Fix typos in docstring.
5293         * misc.el (zap-up-to-char): Doc fix.
5295         * time-stamp.el: Fix comment and obsolescence string for old
5296         functions.  Use `dolist' instead of `while'.
5298         * userlock.el (ask-user-about-lock-help): Fix typos in output message.
5300         * disp-table.el (standard-display-8bit, standard-display-default):
5301         * ebuff-menu.el (electric-buffer-list):
5302         * ehelp.el (electric-help-command-loop):
5303         * font-core.el (font-lock-mode):
5304         * help-macro.el (make-help-screen):
5305         * help.el (describe-minor-mode-completion-table-for-indicator)
5306         (lookup-minor-mode-from-indicator):
5307         * indent.el (tab-to-tab-stop, move-to-tab-stop):
5308         * info-look.el (info-lookup-guess-custom-symbol):
5309         * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
5310         * longlines.el (longlines-wrap-line):
5311         * macros.el (insert-kbd-macro):
5312         * menu-bar.el (menu-bar-update-buffers):
5313         * misc.el (copy-from-above-command):
5314         * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
5315         * newcomment.el (comment-indent):
5316         * novice.el (disabled-command-function):
5317         * sort.el (sort-fields-syntax-table):
5318         * subr.el (momentary-string-display):
5319         * tar-mode.el (tar-header-block-summarize)
5320         (tar-clear-modification-flags):
5321         * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
5322         (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
5323         (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
5324         (te-delete-char, te-down-vertically-or-scroll):
5325         * time-stamp.el (time-stamp-string-preprocess):
5326         * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
5328 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5330         * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
5331         in GUD mode.
5333         * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
5334         speedbar-expand-line-descendants, speedbar-contract-line-descendants.
5336 2006-11-26  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5338         * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
5340 2006-11-26  Stephen Leake  <stephen_leake@stephe-leake.org>
5342         * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
5343         (ada-compile-goto-error): Adapt to new argument profile of
5344         compilation-goto-locus in Emacs 22.  Don't check if the various
5345         compile functions are defined; we already do "(require 'compile)".
5347 2006-11-26  Kim F. Storm  <storm@cua.dk>
5349         * kmacro.el: Fix commentary.
5351 2006-11-26  Nick Roberts  <nickrob@snap.net.nz>
5353         * progmodes/gud.el (gdb): Explain how to run in text command mode
5354         more clearly.  Say in error message that multiple debugging
5355         requires restarting GDB.
5357 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
5359         * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
5361 2006-11-25  Pavel Kobiakov  <pk_at_work@yahoo.com>
5363         * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
5364         (flymake-popup-menu): Use it instead of posn-at-point.
5366 2006-11-25  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5368         * progmodes/cc-vars.el (c-backslash-column):
5369         Mention c-backslash-max-column in documentation for c-backslash-column.
5371 2006-11-24  Lars Hansen  <larsh@soem.dk>
5373         * net/tramp.el (tramp-default-method): Under Windows, change from
5374         plink to pscp.
5375         (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
5376         (tramp-actions-copy-out-of-band):
5377         Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
5378         (tramp-action-out-of-band): Move "Permission denied" handling to
5379         tramp-action-copy-failed.
5380         (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
5381         process buffer.
5383 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5385         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5386         strings to a single string.  Quote `errors-file-name'.
5387         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5388         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5389         Adjust calls.  Use `shell-quote-argument'.
5391         * international/mule.el (load-with-code-conversion)
5392         (with-category-table): Use with-current-buffer.
5393         (after-insert-file-set-coding): Use restore-buffer-modified-p.
5395 2006-11-24  Eli Zaretskii  <eliz@gnu.org>
5397         * mail/smtpmail.el (smtpmail-send-it):
5398         Copy buffer-file-coding-system from the mail buffer.  Possibly add a
5399         MIME header for the message encoding.
5400         Bind coding-system-for-write around the call to mail-do-fcc.
5401         Use smtpmail-code-conv-from to encode queued mail messages.
5403 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5405         * tabify.el (tabify-regexp): Doc fix.
5407         * net/rcirc.el (rcirc-buffer-maximum-lines):
5408         * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
5410         * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
5411         (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
5412         Fix typos in output messages.
5413         (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
5415 2006-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5417         * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
5418         the horse's mouth.
5419         (hexlify-buffer): Don't re-encode an arg that's already encoded.
5421 2006-11-23  Michael Kifer  <kifer@cs.stonybrook.edu>
5423         * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
5424         Remove condition-case.
5426 2006-11-23  Glenn Morris  <rgm@gnu.org>
5428         * progmodes/f90.el (f90-comment-indent): Do not move point in
5429         default case.
5431 2006-11-21  Romain Francoise  <romain@orebokech.com>
5433         * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
5434         from library name (reverts change of 2005-10-25).
5436 2006-11-21  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5438         * tutorial.el (tutorial--default-keys): Add newline and
5439         delete-backward-char bindings.
5440         (tutorial--detailed-help): Save excursion when finding keys.
5441         Correct warning string for M-x FOO case.
5442         (tutorial--display-changes): Print special keys in tutorial style.
5443         Tweak search regexp for changed keys.
5445 2006-11-21  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
5447         * thingatpt.el (thing-at-point-url-at-point): Don't add a
5448         redundant scheme.
5450 2006-11-21  Diane Murray  <disumu@x3y2z1.net>  (tiny change)
5452         * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
5453         are new to the list at IANA.  Also added irc, mms, mmsh.
5455 2006-11-20  J.D. Smith  <jdsmith@as.arizona.edu>
5457         * progmodes/idlw-help.el (idlwave-html-help-location):
5458         Fail gracefully for missing help packages.
5459         (idlwave-help-assistant-open-link): Open full links.
5460         (idlwave-help-assistant-help-with-topic): Direct help link.
5462         * progmodes/idlwave.el (idlwave-mode):
5463         Set add-log-current-defun-function.
5464         (idlwave-current-routine-fullname): Add, to support add-log.
5465         (idlwave-convert-xml-system-routine-info): Simplify XML parsing
5466         to reflect improvements to xml-parse-file.
5467         (idlwave-mode-menu-def): New binding for help-with-topic.
5469         * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
5470         Handle extra newlines and spaces.
5471         (idlwave-shell-mode-map): Add help-with-topic.
5473 2006-11-20  Chong Yidong  <cyd@stupidchicken.com>
5475         * tutorial.el (tutorial-warning-face): New face.
5476         (tutorial--detailed-help, tutorial--display-changes): Use it.
5477         (tutorial--find-changed-keys): Check ESC-prefix binding specially.
5478         Improve search pattern for occurrences of changed keys.
5480 2006-11-20  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5482         * term/x-win.el (x-last-cut-buffer-coding): New variable.
5483         (x-select-text): Set it.
5484         (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
5485         when checking for newness.
5487 2006-11-19  Juanma Barranquero  <lekktu@gmail.com>
5489         * subr.el (posn-image):
5490         * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
5492         * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
5494 2006-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
5496         * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
5497         Exceptions to the rule "add a space between an identifier and an
5498         opening parenthesis".  Defaulted to the `#define' problem of cpp.
5499         (glasses-parenthesis-exception-p): New.  Check if the region is an
5500         exception regarding to that.
5501         (glasses-make-readable): Use it.
5502         (glasses-convert-to-unreadable): Ditto.  Modify the file also if
5503         `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
5505 2006-11-19  Chong Yidong  <cyd@stupidchicken.com>
5507         * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
5509 2006-11-19  Stephen Leake  <stephen_leake@stephe-leake.org>
5511         * progmodes/ada-mode.el (ada-make-body): Fix typo.
5513         * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
5514         (ada-xref-initialize): Fix typo.  Use add-hook and remove-hook.
5516 2006-11-18  Chong Yidong  <cyd@stupidchicken.com>
5518         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
5519         conditions for function or variable bindings.
5521         * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
5523         * progmodes/compile.el (compilation-start): Ditto.
5525 2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
5527         * net/tramp.el (top): cl and custom are always required.
5529 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5531         * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
5532         cut-buffers with next-selection-coding-system if not nil.
5534 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5536         * textmodes/org.el (org-fix-decoded-time): New function.
5537         (org-display-custom-time): Use `org-fix-decoded-time'.
5539 2006-11-17  Chong Yidong  <cyd@stupidchicken.com>
5541         * menu-bar.el (menu-bar-games-menu): Remove yow.
5543 2006-11-17  Carsten Dominik  <dominik@science.uva.nl>
5545         * textmodes/org.el (org-scan-tags): Re-align code fixed.
5546         (org-detach-overlay): Rename from `org-detatch-overlay'.
5547         (org-table-convert-region): Insert space after column separator.
5548         (org-agenda-kill): New command.
5549         (org-metaleft): Call `org-outdent-item' on bullets.
5550         (org-metaright): Call `org-indent-item' on bullets.
5551         (org-timestamp-change): Set `org-last-changed-timestamp'.
5552         (org-current-line): Make sure (bolp) returns correct result.
5553         (org-agenda-change-all-lines): Make sure TODO are highlighted.
5555 2006-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5557         * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
5559 2006-11-16  Chong Yidong  <cyd@stupidchicken.com>
5561         * mouse.el (global-map): Change 2006-08-16 fix to call
5562         mouse-yank-at-click explicitly, since mouse events are not carried
5563         over into keyboard macros.
5565 2006-11-16  Kim F. Storm  <storm@cua.dk>
5567         * ido.el (ido-file-internal): Use current buffer's file name as default
5568         choice for ido-find-alternate-file.  Suggested by Matt Hodges.
5570 2006-11-15  Ken Manheimer  <ken.manheimer@gmail.com>
5572         * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
5573         (allout-inhibit-aberrance-doublecheck): Rename from
5574         allout-during-yank-processing.  All callers changed.
5575         (allout-ascend): Provide for unusual case where some topic after
5576         the first in file is at lower depth than the first.
5577         (allout-shift-in): Ensure the offspring of the new containing
5578         topic are exposed.
5579         (allout-encrypt-string): Preserve the coding-system of the text,
5580         according to that of the containing buffer.
5581         (allout-toggle-subtree-encryption): When the text being encrypted
5582         requires a different coding system, offer to preserve the coding
5583         system using a file local var.
5585 2006-11-15  Simon Marshall  <simon@gnu.org>
5587         * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
5588         to recognise "T t()" as a function declaration, rather than a
5589         variable instantiation, iff at the top-level or inside a class
5590         declaration.  Suggested by Feng Li <fengli@gmail.com>.
5592 2006-11-14  Stephen Leake  <stephen_leake@stephe-leake.org>
5594         * progmodes/ada-xref.el (ada-parse-prj-file):
5595         Don't delete project buffer; user may want to edit it.
5596         (ada-xref-set-project-field, ada-xref-current-project-file)
5597         (ada-xref-current-project, ada-show-current-project)
5598         (ada-set-main-compile-application): New functions.
5599         (ada-xref-get-project-field, ada-require-project-file):
5600         Normalize use of ada-prj-default-project-file.
5601         (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5602         Normalize use of ada-require-project-file.
5603         (ada-prj-find-prj-file): Improve doc string, comments.
5605         * progmodes/ada-mode.el (ada-mode-version): Bump version.
5606         (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5607         (ada-create-menu): Add ada-set-main-compile-application,
5608         ada-show-current-main, ada-show-current-project.
5610 2006-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5613         (inferior-python-mode): Use it.
5615 2006-11-14  Andreas Schwab  <schwab@suse.de>
5617         * term/xterm.el (terminal-init-xterm): Add more key bindings.
5619 2006-11-13  Kim F. Storm  <storm@cua.dk>
5621         * ido.el (ido-copy-current-word): C-o copies region if active.
5623 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5625         * textmodes/org.el (org-emph-face): Fix typo in variable name.
5627 2006-11-13  Juanma Barranquero  <lekktu@gmail.com>
5629         * ediff.el (ediff-revision):
5630         * files.el (set-visited-file-name):
5631         * mail/rmailout.el (rmail-output-body-to-file):
5632         Use `format', not `message', in `y-or-n-p' call.
5634 2006-11-13  Carsten Dominik  <dominik@science.uva.nl>
5636         * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5637         (org-metaright): Call `org-indent-item' on bullets.
5638         (org-timestamp-change): Set `org-last-changed-timestamp'.
5639         (org-current-line): Make sure (bolp) returns correct result.
5640         (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5642 2006-11-12  Richard Stallman  <rms@gnu.org>
5644         * language/european.el (turkish-case-conversion-enable)
5645         (turkish-case-conversion-disable): New functions.
5646         ("Turkish" lang env): Use them.
5648         * international/characters.el (case table):
5649         Do nothing special for i and I.
5651         * subr.el (remove-overlays): Fix last change.
5653         * cus-edit.el (custom-save-all): Use find-file-visit-truename
5654         for visiting the custom file.
5656 2006-11-12  Markus Triska  <triska@gmx.at>
5658         * play/handwrite.el (handwrite): Also process lines not ending
5659         with newline.  Replace some position-fiddling with different
5660         logic.  Improve performance.
5662 2006-11-12  Stephen Leake  <stephen_leake@stephe-leake.org>
5664         * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5665         replacing deleted variable `ada-check-switch'.
5666         (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5667         (ada-xref-project-files): Improve doc string.
5668         (ada-find-executable): New function.
5669         (ada-initialize-runtime-library): Use `ada-find-executable'.
5670         (ada-xref-set-default-prj-values): In compile commands, don't need
5671         `ada-cd-command'; `compile' does that more portably.
5672         Use ada-prj-default-check-cmd.
5673         (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5674         properties if not specified in project file.
5675         (ada-goto-declaration): Display useful message for new error
5676         'error-file-not-found.
5677         (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5678         'error-file-not-found.
5679         (ada-get-all-references): Match latest ali syntax.  Signal new
5680         error 'error-file-not-found.
5681         (ada-find-in-ali): Match latest ali syntax.
5682         (ada-make-filename-from-adaname): Handle different semantics of
5683         gnatkr in GNAT 3.15p vs later.
5685         * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5686         ada-procedure-start-regexp.
5687         (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5689         * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5690         with defvar.
5691         (ada-language-version): Rename ada05 -> ada2005.
5692         (ada-align-region-separate): Add `eval-when-compile'.
5693         (ada-name-regexp): Remove unneeded escapes in regexp character
5694         alternative.
5695         (ada-compile-goto-error-file-linenr-re): New constant.
5696         (ada-matching-start-re): Handle additional cases `declare',
5697         `procedure', `function'.
5698         (ada-compile-goto-error): Handle "... at line nn".
5699         (ada-mode): Clearer syntax, comments for ff-special-constructs.
5700         Delete support for old versions of `align'.
5701         (ada-search-prev-end-stmt): Handle additional keyword `private'.
5702         (ada-check-defun-name): Simplify handling of `declare'.
5703         (ada-goto-matching-start): Handle nested `begin ... end'.
5704         Handle `declare', `protected', `procedure', `function'.
5705         (ada-create-menu): Presence of arm95 is not conditional on using
5706         GNAT compiler.
5708 2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
5710         * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5711         nil in the *RE-Builder* buffer (it causes spurious error messages).
5713         * server.el (server-visit-files): If `minibuffer-auto-raise' has
5714         been set to t, respect it.
5716 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
5718         * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5719         Delete commented out code for old Emacs versions.  Autoloading of
5720         "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5721         (ada-mode-version): Bump version number.
5722         (ada-95-string-keywords, ada-2005-string-keywords)
5723         (ada-2005-keywords, ada-name-regexp): New constant.
5724         (ada-language-version, ada-procedure-start-regexp, ada-mode)
5725         (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5726         (ada-package-start-regexp): Support private packages, include package
5727         name (for ada-set-point-accordingly).
5728         (ada-next-procedure, ada-previous-procedure)
5729         (ada-which-function-are-we-in): Match changes to
5730         ada-procedure-start-regexp.
5731         (ada-make-body): Make non-interactive; not a user function.
5732         (ada-make-subprogram-body): Improve doc string.
5734 2006-11-11  Romain Francoise  <romain@orebokech.com>
5736         * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5737         `compilation-error-regexp-alist' buffer-local, since we changed
5738         `compilation-error-regexp-alist-alist' locally.
5740 2006-11-11  Juanma Barranquero  <lekktu@gmail.com>
5742         * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5743         to the value of `server-raise-frame'.
5745 2006-11-11  Glenn Morris  <rgm@gnu.org>
5747         * ido.el (ido-enable-prefix)
5748         * ses.el (ses-call-printer-return)
5749         * net/tramp.el (tramp-unified-filenames)
5750         * progmodes/cc-align.el (c-lineup-string-cont)
5751         * progmodes/compile.el (compilation-directory-matcher)
5752         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5753         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5754         (vhdl-clock-rising-edge)
5755         * textmodes/org.el (org-export-with-timestamps)
5756         (org-export-remove-timestamps-from-toc)
5757         (org-export-with-tags): Improve previous doc fixes.
5759 2006-11-11  Richard Stallman  <rms@gnu.org>
5761         * textmodes/flyspell.el (flyspell-mode-map):
5762         Bind C-c $ instead of M-RET.
5764 2006-11-10  Simon Marshall  <simon@gnu.org>
5766         * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5767         fontification for "case" and "default" keywords.
5769 2006-11-10  Andreas Schwab  <schwab@suse.de>
5771         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5772         Avoid starting sentence with "nil".
5774 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5776         * server.el (server-raise-frame): New option.
5777         (server-switch-buffer): Use it.
5779 2006-11-10  Nick Roberts  <nickrob@snap.net.nz>
5781         * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5782         with a capital.
5784 2006-11-10  Carsten Dominik  <carsten.dominik@gmail.com>
5786         * textmodes/org.el (org-show-hierarchy-above)
5787         (org-show-following-heading): Fix typo in default value.
5788         (org-scan-tags): Make the search case-sensitive.
5789         (org-tags-sparse-tree): Don't overrule
5790         `org-show-following-heading' and `org-show-hierarchy-above'.
5791         (org-reveal): New command.
5792         (org-show-context): Rename from `org-show-hierarchy-above'.
5793         (org-fast-tag-selection-single-key): New option.
5794         (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5795         (org-tags-overlay): New variable.
5796         (org-agenda-todo-ignore-deadlines): New option.
5797         ("session"): Add circular data structure `org-mark-ring' to
5798         exceptions list in session.el.
5799         (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5800         New options.
5801         (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5802         (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5803         (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5804         (org-finalize-agenda): Activate bracket links in agenda.
5805         (org-at-timestamp-p, org-at-date-range-p): Additional argument
5806         INACTIVE-OK.
5807         (org-show-hierarchy-above, org-show-following-heading):
5808         List values allowed for fine-tuned configuration.
5809         (org-show-hierarchy-above): New argument CONTEXT, use the
5810         fine-tuned settings in `org-show-hierarchy-above' and
5811         `org-show-following-heading'.
5812         (org-display-custom-time): New function.
5813         (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5814         (org-display-custom-times, org-time-stamp-custom-formats):
5815         (org-maybe-intangible): New macro.
5816         (org-activate-bracket-links, org-hide-wide-columns):
5817         Use `org-maybe-intangible'.
5818         (org-open-file): Use `shell-quote-argument'.
5819         (org-display-internal-link-with-indirect-buffer): New option.
5820         (org-file-remote-p): Get regexp from list.
5821         (org-link-expand-abbrev): New function.
5822         (org-link-abbrev-alist): New option.
5823         (org-open-at-point, org-cleaned-string-for-export):
5824         Call `org-link-expand-abbrev'.
5825         (org-timeline, org-agenda-list, org-todo-list)
5826         (org-tags-view): Remove the KEEP-MODES argument.
5827         (org-finalize-agenda-hook): New hook.
5828         (org-get-alist-option): New function.
5829         (org-follow-timestamp-link): New function.
5830         (org-open-at-point): Call `org-follow-timestamp-link'.
5831         (org-log-note-marker, org-log-note-purpose)
5832         (org-log-note-window-configuration): New variables.
5833         (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5834         (org-log-note-headings): New option.
5835         (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5836         (org-store-link): Support for dired-mode.
5837         (org-open-file): Substitute environment variables into filename.
5838         (org-last): New defsubst.
5839         (org-agenda-re-align-tags): New function.
5840         (org-agenda-align-tags-to-column): New option.
5841         (org-agenda-timeline): Group removed.
5842         (org-prepare-agenda, org-prepare-agenda-buffers)
5843         (org-run-agenda-series, org-timeline, org-agenda-list)
5844         (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5845         the text property inticating the agenda type.
5846         (org-agenda-post-command-hook): Get agenda type from text property
5847         at point.
5848         (org-agenda): Handle command sets.  Set `org-agenda-last-arguments'
5849         and obey `org-agenda-overriding-arguments'.
5850         (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5851         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5852         (org-agenda-week-view, org-agenda-day-view):
5853         Use `org-agenda-overriding-arguments' to make updating work with
5854         multi-block agendas.
5855         (org-agenda-prefix-format): Allow different formats for the
5856         different agenda entry types.
5857         (org-timeline-prefix-format): Option removed, use
5858         `org-agenda-prefix-format' instead.
5859         (org-prepare-agenda): New function.
5860         (org-select-timeline-window): Option removed, use
5861         `org-select-agenda-window' instead.
5862         (org-respect-restriction): Variable removed.
5863         (org-cmp-tag): New function.
5864         (org-agenda-sorting-strategy, org-entries-lessp):
5865         Implement sorting by last tag.
5866         (org-complete): Better completion in in-buffer option lines.
5867         (org-in-item-p): New function.
5868         (org-org-menu): Add entries for checkboxes.
5869         (org-cycle): Extra brouping in outline-regexp, because it is used
5870         in a search with "^" prepended.
5871         (org-provide-checkbox-statistics): New option.
5872         (org-set-font-lock-defaults): Highlight checkbox statistics.
5873         (org-update-checkbox-count-maybe)
5874         (org-get-checkbox-statistics-face): New functions.
5875         (org-update-checkbox-count): New command.
5876         (org-insert-item, org-toggle-checkbox):
5877         Call `org-update-checkbox-count-maybe'.
5878         (org-export-as-html): XEmacs compatibility for coding system.
5879         (org-force-cycle-archived): New command.
5880         (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5881         overrules cycling.
5882         (org-fix-position-after-promote): If the line contains only a todo
5883         keyword, add a final space.
5884         (org-promote-subtree, org-demote-subtree):
5885         Call `org-fix-position-after-promote'.
5887 2006-11-10  Glenn Morris  <rgm@gnu.org>
5889         * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5890         date in every year.
5891         (calendar-dst-check-each-year-flag): New customizable variable.
5892         (calendar-dst-find-data): New function, extracted from
5893         calendar-current-time-zone.
5894         (calendar-current-time-zone): Use calendar-dst-find-data.
5895         (calendar-dst-transition-cache): New variable.
5896         (calendar-dst-find-startend, calendar-dst-starts)
5897         (calendar-dst-ends): New functions.
5898         (calendar-daylight-savings-starts)
5899         (calendar-daylight-savings-ends): Change value to use
5900         calendar-dst-starts, calendar-dst-ends; respectively.
5902         * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5904         * ido.el (ido-enable-prefix)
5905         * ses.el (ses-call-printer-return)
5906         * net/tramp.el (tramp-unified-filenames)
5907         * progmodes/cc-align.el (c-lineup-string-cont)
5908         * progmodes/compile.el (compilation-directory-matcher)
5909         * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5910         * progmodes/gdb-ui.el (gdb-many-windows)
5911         * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5912         (vhdl-clock-rising-edge)
5913         * textmodes/org.el (org-export-with-timestamps)
5914         (org-export-remove-timestamps-from-toc, org-export-with-tags)
5915         (org-read-date): Doc fix (Nil -> nil).
5917 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5919         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5920         Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5922 2006-11-10  Juanma Barranquero  <lekktu@gmail.com>
5924         * bs.el (bs--window-for-buffer): Remove.
5925         (bs--show-with-configuration): Use `get-window-with-predicate'
5926         instead of `bs--window-for-buffer'.
5928 2006-11-10  Kenichi Handa  <handa@m17n.org>
5930         * files.el (revert-buffer): Fix previous change.
5932 2006-11-09  Juanma Barranquero  <lekktu@gmail.com>
5934         * bs.el (bs--redisplay): Fix typo in docstring.
5935         (bs--window-config-coming-from): Make frame-local.
5936         (bs--restore-window-config): New function.
5937         (bs-kill, bs-select, bs-select-other-window)
5938         (bs-select-other-frame): Use it.
5939         (bs--window-for-buffer): Return as soon as a matching buffer is found.
5940         (bs--show-with-configuration): Save the window configuration as a
5941         frame local var, and only if *buffer-selection* is not already
5942         visible on this frame.
5944 2006-11-08  Chong Yidong  <cyd@stupidchicken.com>
5946         * vc-svn.el (vc-svn-admin-directory): New var.
5947         (vc-svn-registered, vc-svn-responsible-p)
5948         (vc-svn-repository-hostname): Use it.
5949         Suggested by arit93@yahoo.com.
5951 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5953         * ldefs-boot.el: Regenerate.
5955 2006-11-08  Alan Mackenzie  <acm@muc.de>
5957         * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5958         case (eq open-paren-in-column-0-is-defun-start nil) by searching
5959         for least nested open-paren.
5961 2006-11-08  Romain Francoise  <romain@orebokech.com>
5963         * subr.el (remove-overlays): Fix typo in last change.
5965 2006-11-08  Richard Stallman  <rms@gnu.org>
5967         * subr.el (remove-overlays): Call overlay-recenter.
5969 2006-11-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5971         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5972         (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5973         behaviour.
5974         (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5975         directly.
5977 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5979         * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5980         (ido-max-dir-file-cache, ido-decorations)
5981         (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5982         (ido-magic-backward-char, ido-enter-dired)
5983         (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5984         (ido-list-directory, ido-first-match, ido-only-match)
5985         (ido-subdir, ido-indicator): Fix typos in docstrings.
5986         (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5987         (ido-read-internal): Fix typo in error message.
5989 2006-11-08  Kenichi Handa  <handa@m17n.org>
5991         * international/mule-cmds.el (set-default-coding-systems):
5992         Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5994 2006-11-08  Juanma Barranquero  <lekktu@gmail.com>
5996         * makefile.w32-in (setwins): Remove.
5997         (WINS_ALMOST): New macro.
5998         (WINS): Use it.
5999         (autoloads): Don't extract autoloads from files in obsolete/.
6001 2006-11-07  Chong Yidong  <cyd@stupidchicken.com>
6003         * whitespace.el (whitespace-buffer): Call remove-overlays after
6004         overlay-recenter for performance.  Suggested by Martin Rudalics.
6006 2006-11-07  Michael Albinus  <michael.albinus@gmx.de>
6008         * net/tramp.el (tramp-default-method): scp is the default method.
6010 2006-11-07  Juanma Barranquero  <lekktu@gmail.com>
6012         * server.el (server-start): Save also the Emacs pid in the server file.
6014 2006-11-07  Carsten Dominik  <dominik@science.uva.nl>
6016         * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
6017         point when displaying a bibtex cross reference in the echo area.
6019 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6021         * international/mule.el (make-char): Fix typo in docstring.
6022         (load-with-code-conversion, charsetp): Doc fixes.
6024         * international/ja-dic-cnv.el (skkdic-convert):
6025         * cus-edit.el (hook): Fix typo in docstring.
6027 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6029         * cus-edit.el (custom-mode-map): Move defvar above code using it.
6030         (custom-mode-link-map): New variable.
6031         (custom-group-link, custom-manual): Use follow-link.
6033 2006-11-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6035         * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
6036         "Mark Shapiro" -> "Marc Shapiro".  Update his email address.
6038 2006-11-06  Richard Stallman  <rms@gnu.org>
6040         * textmodes/flyspell.el (flyspell-correct-word-before-point):
6041         New function broken out of flyspell-correct-word.
6042         (flyspell-mode-map): Bind it to M-RET.
6043         (flyspell-correct-word): Call it.
6045         * textmodes/fill.el (fill-minibuffer-function): New function.
6046         (fill-paragraph): Bind fill-paragraph-function to
6047         fill-minibuffer-function.
6049         * ruler-mode.el (ruler-mode-map): Add bindings for up-events
6050         so that they aren't undefined.
6052         * dired.el (dired-readin): Locally bind file-name-coding-system.
6054         * bindings.el: Shorten and clarify usual mode line mouse help string.
6056         * Makefile.in (autoloads): Don't include `obsolete'.
6058 2006-11-06  Chong Yidong  <cyd@stupidchicken.com>
6060         * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
6061         (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
6062         Printing menu if it's not initialized.
6063         (pr-menu-bind): Act on menu-bar-file-menu directly.
6065 2006-11-06  Juanma Barranquero  <lekktu@gmail.com>
6067         * help.el (view-emacs-news): Fix typo in error message.
6069         * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
6071         * shadowfile.el (shadow-define-regexp-group)
6072         (shadow-literal-groups, shadow-insert-var): Doc fixes.
6073         (shadow-read-files): Fix typo in message.
6074         (shadow-inhibit-overload, shadow-find, shadow-suffix)
6075         (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
6076         (shadow-suffix, shadow-site-match, shadow-expand-file-name)
6077         (shadow-file-match): Fix typos in docstrings.
6079         * terminal.el (terminal-emulator): Fix typo in message.
6081         * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
6083         * emacs-lisp/lselect.el (x-kill-primary-selection)
6084         (x-delete-primary-selection, x-copy-primary-selection):
6085         Fix typos in error messages.
6087         * emulation/edt-mapper.el: Fix typo in interactive message.
6089         * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
6091         * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
6092         (ispell-help): Fix typos in docstrings.
6093         (ispell-help): Fix typo in output message.
6095         * allout.el (allout-adjust-file-variable)
6096         (allout-passphrase-verifier-string)
6097         (allout-passphrase-hint-string)
6098         (allout-toggle-current-subtree-encryption):
6099         * apropos.el (apropos-synonyms):
6100         * cus-edit.el (hook):
6101         * emacs-lock.el (emacs-lock-from-exiting):
6102         * follow.el (follow-avoid-tail-recenter-p):
6103         * hexl.el (hexl-mode):
6104         * mouse-copy.el (mouse-copy-work-around-drag-bug):
6105         * mouse.el (mouse-set-font):
6106         * resume.el (resume-emacs-args-file):
6107         * rfn-eshadow.el (file-name-shadow-tty-properties):
6108         * t-mouse.el (t-mouse-process, t-mouse-mode):
6109         * emacs-lisp/cust-print.el (custom-print-install)
6110         (custom-print-uninstall, custom-format):
6111         * emacs-lisp/shadow.el (list-load-path-shadows):
6112         * emulation/tpu-edt.el (tpu-help-text)
6113         (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
6114         (tpu-reset-control-keys):
6115         * emulation/vip.el (vip-emacs-local-map)
6116         (vip-change-mode-to-emacs):
6117         * emulation/viper.el (viper-mode, viper-set-hooks)
6118         (viper-major-mode-modifier-list):
6119         * emulation/viper-init.el (viper-emacs-state-cursor-color):
6120         * emulation/viper-keym.el (viper-emacs-kbd-map)
6121         (viper-toggle-key):
6122         * mail/feedmail.el (feedmail-queue-reminder)
6123         (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
6124         (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
6125         (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
6126         (feedmail-sender-line, feedmail-force-binary-write)
6127         (feedmail-from-line, feedmail-deduce-envelope-from)
6128         (feedmail-x-mailer-line, feedmail-message-id-generator)
6129         (feedmail-date-generator, feedmail-fiddle-plex-user-list)
6130         (feedmail-enable-spray, feedmail-spray-this-address)
6131         (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
6132         (feedmail-queue-runner-confirm-global)
6133         (feedmail-ask-before-queue-prompt)
6134         (feedmail-ask-before-queue-reprompt)
6135         (feedmail-prompt-before-queue-standard-alist)
6136         (feedmail-prompt-before-queue-user-alist)
6137         (feedmail-prompt-before-queue-help-supplement)
6138         (feedmail-queue-use-send-time-for-message-id)
6139         (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
6140         (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
6141         (feedmail-mail-send-hook-queued)
6142         (feedmail-confirm-addresses-hook-example)
6143         (feedmail-last-chance-hook, feedmail-before-fcc-hook)
6144         (feedmail-queue-runner-mode-setter)
6145         (feedmail-queue-alternative-mail-header-separator)
6146         (feedmail-queue-runner-message-sender)
6147         (feedmail-buffer-eating-function, feedmail-binmail-template)
6148         (feedmail-run-the-queue-no-prompts)
6149         (feedmail-run-the-queue-global-prompt)
6150         (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
6151         (feedmail-envelope-deducer, feedmail-fiddle-date)
6152         (feedmail-default-message-id-generator)
6153         (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
6154         (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
6155         * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
6156         (vms-pmail-setup):
6157         * play/dunnet.el (dun-help):
6158         * play/handwrite.el (handwrite):
6159         * play/hanoi.el (hanoi-unix-64):
6160         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6161         * textmodes/enriched.el (fixed):
6162         * textmodes/org.el (org-file-apps)
6163         (org-emphasis-regexp-components, org-emphasis-alist):
6164         * textmodes/texinfmt.el (batch-texinfo-format):
6165         Fix typos in docstrings.
6167 2006-11-05  Juanma Barranquero  <lekktu@gmail.com>
6169         * loadhist.el (read-feature): Don't complete features not loaded
6170         from a file (which make `unload-feature' to fail).
6172 2006-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
6174         * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
6176 2006-11-05  Chong Yidong  <cyd@stupidchicken.com>
6178         * startup.el (command-line-1): Kill emacs if the last frame is
6179         deleted while evaluating the command-line arguments.
6181 2006-11-05  Richard Stallman  <rms@gnu.org>
6183         * startup.el (init-file-had-error): Add doc string.
6184         (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
6185         Use fixed-width font for keyboard key descriptions.
6187         * cus-edit.el (custom-save-all): Error if saving in .emacs
6188         and it had an error when loaded.
6190         * dired-aux.el (dired-copy-file-recursive): Catch errors
6191         from recursive copies in the loop, around the recursive call.
6193 2006-11-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6195         * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
6196         `/proc/acpi/ac_adapter/*'.  Ditto for the thermometers in
6197         `/proc/acpi/thermal_zone/*'.
6198         (battery-search-for-one-match-in-files): New.  Search a regexp in
6199         the content of some files.
6201 2006-11-05  Martin Rudalics  <rudalics@gmx.at>
6203         * window.el (mouse-autoselect-window-now): Remove variable.
6204         (mouse-autoselect-window-state): New variable.
6205         (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
6206         (mouse-autoselect-window-select, handle-select-window):
6207         Rewritten to make mouse-autoselect-window-timer a one-shot timer.
6208         Suspend delayed autoselection during menu or popup dialog.
6210         * info-look.el (info-lookup-guess-custom-symbol): New function
6211         for retrieving symbol at point in custom buffers.
6212         (top level) <info-lookup-maybe-add-help>: Add backquote and
6213         comma to ignored characters in regexps of help specifications
6214         for emacs-lisp-mode and lisp-interaction-mode.  This permits
6215         looking up symbols in `...' and after a comma.  Add help
6216         specifications for custom-mode and help-mode.
6218 2006-11-04  Eli Zaretskii  <eliz@gnu.org>
6220         * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
6221         Don't encode body if RAW is non-nil, or if the old encoding is
6222         identical to the new encoding, or if the body contains only
6223         eight-bit-* characters.
6225 2006-11-04  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6227         * faces.el (faces-sample-overlay, describe-face): Revert last changes.
6228         (faces-sample-overlay): Remove variable.
6229         (describe-face): Insert sample text in the face being described.
6231 2006-11-04  Martin Rudalics  <rudalics@gmx.at>
6233         * whitespace.el (whitespace-indent-regexp): Make this match any
6234         multiples of eight spaces near the beginning of a line.
6235         (whitespace-buffer): Use `remove-overlays' instead of
6236         `whitespace-unhighlight-the-space' and `overlay-recenter' to
6237         speed up overlay handling.
6238         (whitespace-buffer-leading, whitespace-buffer-trailing):
6239         Make these functions highlight the text removed by
6240         `whitespace-buffer-leading-cleanup' and
6241         `whitespace-buffer-trailing-cleanup' respectively.
6242         (whitespace-buffer-search): Use `with-local-quit'.
6243         Move `format' out of loop to speed up scanning larger buffers.
6244         (whitespace-unhighlight-the-space): Remove `remove-hook' since
6245         that function is never added to a hook.
6246         (whitespace-spacetab-regexp, whitespace-ateol-regexp)
6247         (whitespace-buffer-leading-cleanup)
6248         (whitespace-refresh-rescan-list): Fix docstrings.
6250 2006-11-03  Ken Manheimer  <ken.manheimer@gmail.com>
6252         * allout.el (allout-during-yank-processing): Cue for inhibiting
6253         aberrance processing during yanks.
6254         (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
6255         the amount of yanked topics that can be aberrant.
6256         (allout-do-doublecheck): Encapsulate this multiply-used recipe in
6257         a function, and supplement with inihibition of doublechecking
6258         during yanks.
6259         (allout-beginning-of-line, allout-next-heading)
6260         (allout-previous-heading, allout-goto-prefix-doublechecked)
6261         (allout-back-to-current-heading, allout-next-visible-heading)
6262         (allout-next-sibling): Use new allout-do-doublecheck function.
6263         (allout-next-sibling): Ensure we made progress when returning
6264         other than nil.
6265         (allout-rebullet-heading): Preserve text property annotations
6266         indicating the text was hidden, if it was.
6267         (allout-kill-line): Remove any added was-hidden annotations.
6268         (allout-kill-topic): Remove any added was-hidden annotations.
6269         (allout-annotate-hidden): Inhibit adding was-hidden text
6270         properties to the undo list.
6271         (allout-deannotate-hidden): New function to remove was-hidden
6272         annotation.
6273         (allout-hide-by-annotation): Use new allout-deannotate-hidden.
6274         (allout-remove-exposure-annotation): Replace by
6275         allout-deannotate-hidden.
6276         (allout-yank-processing): Signal that yank processing is happening
6277         with allout-during-yank-processing.  Also, wrap
6278         allout-unprotected's closer to the text changes, for easier
6279         debugging.  We need to inhibit-field-text-motion explicitly, in
6280         lieu of the encompassing allout-unprotected.
6281         (outlineify-sticky): Adjust criteria for triggering new outline
6282         decorations to presence or absence of any topics, not just a topic
6283         at the beginning of the buffer.
6285 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
6287         * bs.el (bs--show-all, bs--redisplay):
6288         * cus-edit.el (custom-unlispify-menu-entries)
6289         (custom-unlispify-tag-names, custom-prompt-variable):
6290         * expand.el (expand-pos):
6291         * speedbar.el (speedbar-generic-list-tag-p):
6292         * wid-edit.el (widget-image-enable):
6293         * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
6294         * emacs-lisp/find-func.el (find-function-noselect)
6295         (find-function, find-variable-noselect, find-variable)
6296         (find-definition-noselect, find-face-definition):
6297         * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
6298         * net/eudc-vars.el (eudc-expansion-overwrites-query):
6299         * progmodes/ada-xref.el (ada-find-in-ali):
6300         * textmodes/flyspell.el (flyspell-check-tex-math-command):
6301         * textmodes/org.el (org-copy-subtree):
6302         * textmodes/table.el (table--row-column-insertion-point-p):
6303         Use "non-nil" in docstrings.
6305 2006-11-03  Mark Davies  <mark@mcs.vuw.ac.nz>
6307         * sort.el (sort-columns): Set the field separator to tab; on
6308         NetBSD, sort complains if "\n" is used as field separator.
6310 2006-11-03  NIIMI Satoshi  <sa2c@sa2c.net>
6312         * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
6314 2006-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6316         * server.el (server-auth-key): Remove.  Replace by a process-property.
6317         (server-start): Don't remove the file of the previous process, but
6318         instead clear out the place for the new file.
6319         (server-start): Set the :auth-key property.
6320         (server-process-filter): Use the :auth-key property.
6322 2006-11-02  Carsten Dominik  <dominik@science.uva.nl>
6324         * textmodes/org.el (org-mode-map): No longer copy
6325         `outline-mode-map' explicitly - this is already done by
6326         `define-derived-mode'.
6328 2006-11-02  Juanma Barranquero  <lekktu@gmail.com>
6330         * server.el (server-visit-files): Use `when'.
6331         (server-process-filter): When authentication fails, send error
6332         message to client.  Wrap `process-send-region' in `ignore-errors'
6333         instead of `condition-case', and remove misleading comment.
6335 2006-11-01  Juri Linkov  <juri@jurta.org>
6337         * simple.el (yank): Doc fix.
6339 2006-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6341         * server.el: Try and fit within 80 columns.
6342         (server-start): Make the auth file unreadable by other users.
6344 2006-10-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6346         * battery.el (battery-linux-proc-acpi): Prevent range error when
6347         `full-capacity' is 0.
6349 2006-10-31  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
6351         * faces.el (faces-sample-overlay): New defvar.
6352         (faces-sample-overlay): New function to show face sample text.
6353         (describe-face): Use it.
6355 2006-10-31  Stephen Leake  <stephen_leake@stephe-leake.org>
6357         * progmodes/ada-stmt.el: Change maintainer, apply
6358         whitespace-cleanup, checkdoc.
6359         (ada-func-or-proc-name): Add doc string.
6361         * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
6362         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6363         strings and comments.
6364         (ada-prj-display-page): Change buffer name to more accurately
6365         reflect function.
6367         * progmodes/ada-xref.el: Change maintainer, apply
6368         whitespace-cleanup, checkdoc.  Minor improvements to many doc
6369         strings and comments.  Don't look for `gvd' or `ddd' debuggers.
6370         (ada-compile-current): Don't add newlines to commands.
6372 2006-10-31  Juanma Barranquero  <lekktu@gmail.com>
6374         * server.el: Add support for TCP sockets.
6375         (server-use-tcp, server-host, server-auth-dir): New options.
6376         (server-auth-key): New variable.
6377         (server-ensure-safe-dir): Create nonexistent parent dirs.
6378         Ignore Unix-style file modes on Windows.
6379         (server-start): Crete a TCP or Unix socket according to the value
6380         of `server-use-tcp'.  For TCP sockets, create the id/auth file in
6381         `server-auth-dir' directory.
6382         (server-process-filter): Delete process if authentication
6383         fails (which never happens for Unix sockets).
6385 2006-10-30  David Kastrup  <dak@gnu.org>
6387         * subr.el (add-to-list): Don't continue checking if a match has
6388         been found.
6390 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
6392         * tutorial.el: Move defvars to avoid bytecomp warnings.
6393         (tutorial--find-changed-keys): Check if viper-current-state is
6394         bound before using it.
6395         (help-with-tutorial): Check if viper-tutorial is defined before
6396         using it.
6398 2006-10-30  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6400         * help-fns.el (help-with-tutorial): Move to tutorial.el.
6402         * tutorial.el: New file.
6403         (help-with-tutorial): Move here from help-fns.el. Added help for
6404         rebound keys.  Fixed resume of tutorial.
6405         (tutorial--describe-nonstandard-key, tutorial--sort-keys)
6406         (tutorial--find-changed-keys, tutorial--display-changes)
6407         (tutorial--saved-dir, tutorial--saved-file)
6408         (tutorial--save-tutorial): New functions to support the changes in
6409         help-with-tutorial.
6411 2006-10-30  Kenichi Handa  <handa@m17n.org>
6413         * files.el (revert-buffer): If a unibyte buffer is being reverted
6414         with a coding system for multibyte, set buffer multibyte before
6415         calling insert-file-contents.
6417 2006-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6419         * server.el (server-select-display): Use a dummy buffer to detect when
6420         the frame is later used.
6421         (server-select-display): New function.
6422         (server-process-filter): Use it to detect unused temp frames.
6424 2006-10-29  Stephen Leake  <stephen_leake@stephe-leake.org>
6426         * progmodes/ada-mode.el: Change maintainer, apply
6427         whitespace-clean, checkdoc.  Minor improvements to many doc strings.
6428         (ada-mode-version): New function.
6429         (ada-create-menu): Menu operations are available for all supported
6430         compilers.
6432 2006-10-29  Lars Hansen  <larsh@soem.dk>
6434         * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
6435         Highlight as keyword.
6436         (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
6437         Don't call tramp-method-out-of-band-p for local files.
6438         (tramp-touch): Quote file name.
6440 2006-10-28  Glenn Morris  <rgm@gnu.org>
6442         * calendar/calendar.el (cal-html-cursor-month)
6443         (cal-html-cursor-year): Add autoloads for this new package.
6444         (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
6446 2006-10-28  Anna M. Bigatti  <bigatti@dima.unige.it>
6448         * calendar/cal-html.el: New file.
6450 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
6452         * emacs-lisp/authors.el (authors-aliases): Update.
6454 2006-10-27  Chong Yidong  <cyd@stupidchicken.com>
6456         * version.el (emacs-version): Bump version number to 22.0.90.
6458 2006-10-26  John W. Eaton  <jwe@octave.org>
6460         * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
6461         New defvar.
6462         (inferior-octave-resync-dirs): Check to see whether Octave has
6463         built-in variables and set inferior-octave-has-built-in-variables.
6464         Check inferior-octave-has-built-in-variables to decide whether to
6465         send commands that set built-in variables or call functions to
6466         change Octave's behavior.
6467         Send "disp (pwd ())" to Octave instead of just "pwd".
6468         (inferior-octave-startup): Send "more off" to Octave instead of
6469         "page_screen_output = 0".
6471 2006-10-26  Chong Yidong  <cyd@stupidchicken.com>
6473         * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
6474         pattern normally.
6476 2006-10-26  Nick Roberts  <nickrob@snap.net.nz>
6478         * bindings.el (mode-line-mode-menu): Remove bindings for global
6479         minor modes (line/column number) as they are on the menubar.
6481 2006-10-25  Juanma Barranquero  <lekktu@gmail.com>
6483         * term/w32-win.el (x-handle-name-switch): Doc fix.
6484         (w32-standard-fontset-spec): Fix typo in docstring.
6486         * midnight.el (midnight-buffer-display-time): Doc fix.
6487         (clean-buffer-list-kill-never-buffer-names): Add "*server*".
6489 2006-10-23  Michael Kifer  <kifer@cs.stonybrook.edu>
6491         * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
6493         * viper-ex.el (ex-read): Quote file argument.
6495         * ediff-diff.el (ediff-same-file-contents): Expand file names.
6497         * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
6499 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6501         * textmodes/flyspell.el (flyspell-check-region-doublons):
6502         Fix last fix.
6504 2006-10-23  Nick Roberts  <nickrob@snap.net.nz>
6506         * bindings.el (mode-line-mode-menu): List global minor modes
6507         before local ones.
6509 2006-10-23  Kim F. Storm  <storm@cua.dk>
6511         * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
6512         (sit-for): If last command was a prefix arg, add the read-ahead
6513         event to unread-command-events as (t . EVENT) so it will be added
6514         to this-command-keys by read-key-sequence.
6516 2006-10-22  Martin Rudalics  <rudalics@gmx.at>
6518         * textmodes/flyspell.el (flyspell-word): Skip past all previous
6519         whitespace when checking doublons.
6520         (flyspell-check-region-doublons): Fix doublon regexp.
6521         (flyspell-highlight-incorrect-region): Highlight doublons using
6522         flyspell-duplicate face.
6524         * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
6526 2006-10-22  John Wiegley  <johnw@newartisans.com>
6528         * progmodes/python.el (python-use-skeletons): python-mode was
6529         auto-inserting templates (for those with abbrev-mode on), not only
6530         by default -- *but without a configuration variable to disable
6531         it*.  This rendered python-mode completely useless for me, so I
6532         have added `python-use-skeletons', which is now off by default.
6534 2006-10-22  Chong Yidong  <cyd@stupidchicken.com>
6536         * progmodes/cperl-mode.el (cperl-mode): Don't assume
6537         font-lock-multiline is auto-local (it's not).
6538         (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
6539         initialized before calling cperl-init-faces.
6541 2006-10-22  Nick Roberts  <nickrob@snap.net.nz>
6543         * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
6544         gdb-stack-position a value when there is no fringe.
6546         * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
6547         indicator if not visiting a file.
6549 2006-10-20  David Kastrup  <dak@gnu.org>
6551         * window.el (kill-buffer-and-window): Fix a bug where an aborted
6552         operation would still cause some window to collapse later.
6554 2006-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         * vc.el (vc-switch-backend): Try to be more careful with unwanted
6557         side-effect due to mixing various backends's file properties.
6559         * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
6560         Add arg `filename' instead.  Don't set vc-backend if `filename' is set.
6561         Return `filename's status if applicable.  Update callers.
6563 2006-10-19  Kenichi Handa  <handa@m17n.org>
6565         * international/kkc.el (kkc-region): When a key sequence is not
6566         defined, append (this-single-command-raw-keys) to
6567         unread-input-method-events.
6569 2006-10-19  Juanma Barranquero  <lekktu@gmail.com>
6571         * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
6573 2006-10-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6575         * version.el (emacs-version): Use mac-carbon-version-string.
6577         * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
6579 2006-10-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6581         * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
6582         Kenichi Handa).
6583         (xselect-convert-to-string): Decline requests for UTF8_STRING if
6584         the selection is not UTF-8.
6586 2006-10-18  Juanma Barranquero  <lekktu@gmail.com>
6588         * progmodes/ada-mode.el (ada-83-string-keywords)
6589         (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6590         (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6591         (ada-looking-at-semi-private, ada-get-body-name):
6592         Fix typos in docstrings.
6593         (ada-create-case-exception, ada-create-case-exception-substring):
6594         Fix typos in error messages.
6595         (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6597 2006-10-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6599         * term/x-win.el (res-geometry): Don't set geometry from Xresources
6600         to default-frame-alist if default-frame-alist already contains
6601         width/height.
6603 2006-10-18  Richard Stallman  <rms@gnu.org>
6605         * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6606         Non-interactive arg is the value, not the expression.
6608         * simple.el (read-expression-map): Just set it, no defvar.
6610         * subr.el (insert-for-yank-1): If last inserted char has
6611         properties, mark them as rear-nonsticky.
6613         * recentf.el (recentf-mode): Doc fix.
6615         * facemenu.el (facemenu-add-new-face): Defend against symbol
6616         that isn't a face name.
6618         * dired-aux.el (dired-do-copy): Doc fix.
6620 2006-10-18  Chong Yidong  <cyd@stupidchicken.com>
6622         * simple.el (line-move-1): Ignore fields when moving to the
6623         beginning of line to avoid getting point stuck.
6625 2006-10-18  Martin Rudalics  <rudalics@gmx.at>
6627         * textmodes/flyspell.el (flyspell-word-search-backward):
6628         Set inhibit-point-motion-hooks to avoid looping due to intangibile
6629         text.
6631 2006-10-16  Richard Stallman  <rms@gnu.org>
6633         * help-fns.el (describe-function-1): Special case optimization
6634         for self-insert-command.
6636 2006-10-16  Kim F. Storm  <storm@cua.dk>
6638         * ido.el (ido-reread-directory): Work in `dir' mode too.
6640 2006-10-15  Martin Rudalics  <rudalics@gmx.at>
6642         * textmodes/table.el: Require 'regexp-opt.
6644 2006-10-15  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6646         * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6647         Use shell-quote-argument.
6649         * shell.el (explicit-bash-args): Likewise.
6651         * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6652         Use grep -E rather than egrep.
6654 2006-10-15  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
6656         * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6658 2006-10-15  Kim F. Storm  <storm@cua.dk>
6660         * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6662 2006-10-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
6664         * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6665         to protect whitespace and metacharacters from the shell.
6667 2006-10-13  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
6669         * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6671 2006-10-13  Eli Zaretskii  <eliz@gnu.org>
6673         * subr.el (start-process-shell-command): Doc fix.
6675 2006-10-13  Andrea Russo  <rastandy@salug.it>  (tiny change)
6677         * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6678         the regexp for Maxima symbols.
6680 2006-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6682         * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6683         (vc-find-root): Don't walk higher up than ~.
6685 2006-10-12  Chong Yidong  <cyd@stupidchicken.com>
6687         * international/utf-8.el (utf-translate-cjk-load-tables):
6688         Avoid clobbering last-coding-system-used during load.
6690 2006-10-12  Carsten Dominik  <dominik@science.uva.nl>
6692         * textmodes/reftex-global.el (reftex-create-tags-file):
6693         Quote file arguments.
6695 2006-10-12  Richard Stallman  <rms@gnu.org>
6697         * files.el (file-name-history): Add defvar.
6698         (save-some-buffers-action-alist): Improve description strings.
6700 2006-10-12  Andreas Schwab  <schwab@suse.de>
6702         * files.el (auto-mode-alist): Match change log file name also with
6703         a dash before a numeric extension.
6705 2006-10-11  Ilya Zakharevich  <ilyaz@cpan.org>
6707         * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6708         After 5.0:
6709         (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6711         After 5.1: Major edit.  Summary of most visible changes:
6713         - Multiple <<HERE per line allowed.
6714         - Handles multiline subroutine declaration headers (with comments).
6715           (The exception is `cperl-etags' - but it is not used in the rest
6716           of the mode.)
6717         - Fontifies multiline my/our declarations (even with comments,
6718           and with legacy `font-lock').
6719         - Major speedup of syntaxification, both immediate and postponed
6720           (3.5x to 15x [for different CPUs and versions of Emacs] on the
6721           huge real-life document I tested).
6722         - New bindings, edits to imenu.
6723         - "_" is made into word-char during fontification/syntaxification;
6724           some attempts to recognize non-word "_" during other operations too.
6725         - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6726         - autoload some more perldoc-related stuff
6727         - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6728         - Attempt to incorporate XEmacs edits which reached me.
6730         Fine-grained changelog:
6731         (cperl-hook-after-change): New configuration variable.
6732         (cperl-vc-sccs-header): Likewise.
6733         (cperl-vc-sccs-header): Likewise.
6734         (cperl-vc-header-alist): Default via two preceding variables.
6735         (cperl-invalid-face): Remove double quoting under XEmacs
6736                 (still needed under 21.2).
6737         (cperl-tips): Update URLs for resources.
6738         (cperl-problems): Likewise.
6739         (cperl-praise): Mention new features.
6740         New C-c key bindings: for `cperl-find-bad-style',
6741         `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6742         `cperl-perdoc', and `cperl-perldoc-at-point'.
6743         CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6744         moved, new submenu of Tools with Ispell entries and narrowing.
6745         (cperl-after-sub-regexp): New defsubst.
6746         (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6747                 Allows heads up to head4.
6748                 Allow "package;".
6749         (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6750         (paren-backwards-message): ??? Something for XEmacs???
6751         (cperl-mode): Never auto-switch abbrev-mode off.
6752                 Try to allow '_' be non-word char.
6753                 Do not use `font-lock-unfontify-region-function' on XEmacs.
6754                 Reset syntax cache on mode start.
6755                 Support multiline facification (even on legacy `font-lock').
6756         (cperl-facemenu-add-face-function): ??? Some contributed code ???
6757         (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6758                 refuse to inform us whether the fontification is due to lazy
6759                 calling or due to edit to a buffer, install our own hook
6760                 (controlled by `cperl-hook-after-change').
6761         (cperl-electric-pod): =cut may have been recognized as start.
6762         (cperl-block-p): Move, updatedfor attributes.
6763         (cperl-calculate-indent): Try to allow '_' be non-word char
6764                 Support subs with attributes.
6765         (cperl-where-am-i): Quiet (?) a warning.
6766         (cperl-cached-syntax-table): New function.
6767         (cperl-forward-re): Use `cperl-cached-syntax-table'.
6768         (cperl-unwind-to-safe): Recognize `syntax-type' property
6769                 changing in a middle of line.
6770         (cperl-find-sub-attrs): New function.
6771         (cperl-find-pods-heres): Allow many <<EOP per line.
6772                 Allow subs with attributes.
6773                 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6774                 Recognize "extproc " (OS/2) case-folded and only at start.
6775                 /x on s///x with empty replacement was not recognized.
6776                 Better comments.
6777         (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6778                 Allow subs with attributes, labels.
6779                 Do not confuse "else::foo" with "else".
6780                 Minor optimizations...
6781         (cperl-after-expr-p): Try to allow '_' be non-word char.
6782         (cperl-fill-paragraph): Try to detect a major bug in Emacs
6783                 with `looking-at' inside `narrow' and bulk out if found.
6784         (cperl-imenu--create-perl-index): Updates for new
6785                 `cperl-imenu--function-name-regexp-perl'.
6786         (cperl-outline-level): Likewise.
6787         (cperl-init-faces): Allow multiline subroutine headers
6788                 and my/our declarations, and ones with comments.
6789                 Allow subroutine attributes.
6790         (cperl-imenu-on-info): Better docstring.
6791         (cperl-etags): Rudimentary support for attributes.
6792                 Support for packages and "package;".
6793         (cperl-add-tags-recurse-noxs): Better (?) docstring.
6794         (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6795         (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6796         (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6797         (cperl-perldoc): Add autoload.
6798         (cperl-perldoc-at-point): Likewise.
6799         (cperl-here-doc-spell): New function.
6800         (cperl-pod-spell): Likewise.
6801         (cperl-map-pods-heres): Likewise.
6802         (cperl-get-here-doc-region): Likewise.
6803         (cperl-font-lock-fontify-region-function): Likewise (backward
6804                 compatibility for legacy `font-lock').
6805         (cperl-font-lock-unfontify-region-function): Fix style.
6806         (cperl-fontify-syntaxically): Recognize and optimize away deferred
6807                 calls with no-change.  Governed by `cperl-hook-after-change'.
6808         (cperl-fontify-update): Recognize that syntaxification region
6809                 can be larger than fontification one.
6810                 XXXX we leave `cperl-postpone' property, so this is quadratic...
6811         (cperl-fontify-update-bad): Temporary placeholder until
6812                 it is clear how to implement `cperl-fontify-update'.
6813         (cperl-time-fontification): New function.
6814         (attrib-group): New text attribute.
6815         (multiline): New value: `syntax-type' text attribute.
6817         After 5.2:
6818         (cperl-emulate-lazy-lock): New function.
6819         (cperl-fontify-syntaxically): Would skip large regions.
6820         Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6821         Some globals were declared, but uninitialized.
6823         After 5.3, 5.4:
6824         (cperl-facemenu-add-face-function): Add docs, fix U<>.
6825         Copyright message updated.
6826         (cperl-init-faces): Work around a bug in `font-lock'. May slow
6827                         facification down a bit.
6828                 Misprint for my|our|local for old `font-lock'
6829                         "our" was not fontified same as "my|local".
6830                 Highlight variables after "my" etc even in
6831                         a middle of an expression.
6832                 Do not facify multiple variables after my etc
6833                         unless parentheses are present.
6835         After 5.5, 5.6
6836         (cperl-fontify-syntaxically): after-change hook could reset.
6837         (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6839         After 5.7:
6840         (cperl-init-faces): Allow highlighting of local ($/).
6841         (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6842         (cperl-problems): Remove fixed problems.
6843         (cperl-find-pods-heres): Recognize #-comments in m##x too.
6844                 Recognize charclasses (unless delimiter is \).
6845         (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6846         (cperl-regexp-scan): Update docs.
6847         (cperl-beautify-regexp-piece): Use information got from regexp scan.
6849         After 5.8:
6850         Major user visible changes:
6851         Recognition and fontification of character classes in RExen.
6852         Variable indentation of RExen according to groups.
6854         (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6855                 Fontify REx charclasses in variable-name face.
6856                 Fontify POSIX charclasses in "type" face.
6857                 Fontify unmatched "]" in function-name face.
6858                 Mark first-char of HERE-doc as `front-sticky'.
6859                 Reset `front-sticky' property when needed.
6860         (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6861         (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6862         (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6863                 constructs.  Support `narrow'ed buffers.
6864         (cperl-praise): Remove a reservation.
6865         (cperl-make-indent): New function.
6866         (cperl-indent-for-comment): Use `cperl-make-indent'.
6867         (cperl-indent-line): Likewise.
6868         (cperl-lineup): Likewise.
6869         (cperl-beautify-regexp-piece): Likewise.
6870         (cperl-contract-level): Likewise.
6871         (cperl-toggle-set-debug-unwind): New function.
6872                 New menu entry for this.
6873         (fill-paragraph-function): Use when `boundp'.
6874         (cperl-calculate-indent): Take into account groups when indenting RExen.
6875         (cperl-to-comment-or-eol): Recognize # which end a string.
6876         (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6877         (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6878         (cperl-fontify-syntaxically): More clear debugging message.
6879         (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6880         (cperl-init-faces): More complicated highlight even on XEmacs (new).
6881         Merge cosmetic changes from XEmacs.
6883         After 5.9:
6884         (cperl-1+): Move to before the first use.
6885         (cperl-1-): Likewise.
6887         After 5.10:
6889         This code may lock Emacs hard!!!  Use at your own risk!
6891         (cperl-font-locking): New internal variable.
6892         (cperl-beginning-of-property): New function.
6893         (cperl-calculate-indent): Use `cperl-beginning-of-property'
6894         instead of `previous-single-property-change'.
6895         (cperl-unwind-to-safe): Likewise.
6896         (cperl-after-expr-p): Likewise.
6897         (cperl-get-here-doc-region): Likewise.
6898         (cperl-font-lock-fontify-region-function): Likewise.
6899         (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6900                         recursively.
6901                 Bound `next-single-property-change' via `point-max'.
6902         (cperl-unwind-to-safe): Bound likewise
6903         (cperl-font-lock-fontify-region-function): Likewise.
6904         (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6905                 Initialization of `cperl-font-lock-multiline-start' could be
6906                 missed if the "main" fontification did not run due to the
6907                 keyword being already fontified.
6908         (cperl-pod-spell): Return t from do-one-chunk function.
6909         (cperl-map-pods-heres): Stop when the worker returns nil.
6910                 Call `cperl-update-syntaxification'.
6911         (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6912         (cperl-get-here-doc-delim): Remove unused function.
6914         After 5.11:
6916         The possible lockup of Emacs (introduced in 5.10) fixed.
6918         (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6919         (cperl-syntaxify-for-menu): New customization variable.
6920         (cperl-select-this-pod-or-here-doc): New function.
6921         (cperl-get-here-doc-region): Extra argument.
6922                 Do not adjust pos by 1.
6924         New menu entries
6925                 (Perl/Tools): Selection of current POD or HERE-DOC section.
6926                 (Debugging CPerl:) backtrace on fontification.
6928         After 5.12:
6929         (cperl-cached-syntax-table): Use `car-safe'.
6930         (cperl-forward-re): Remove spurious argument SET-ST.
6931                 Add documentation.
6932         (cperl-forward-group-in-re): New function.
6933         (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6934         (XXXX Temporary (?) hack is to syntax-mark them as comment).
6936         After 5.13:
6937         (cperl-string-syntax-table): Make { and } not-grouping
6938           (Sometimes they ARE grouping in RExen, but matching them would only
6939            confuse in many situations when they are not)
6940         (beginning-of-buffer): Replace two occurrences with goto-char...
6941         (cperl-calculate-indent): `char-after' could be nil...
6942         (cperl-find-pods-heres): REx can start after "[" too.
6943                 Hightlight (??{}) in RExen too.
6944         (cperl-maybe-white-and-comment-rex): New constant
6945         (cperl-white-and-comment-rex): Likewise.
6946                 XXXX Not very efficient, but hard to make
6947                 better while keeping 1 group.
6949         After 5.13:
6950         (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6951                 Likewise for 1 << identifier.
6953         After 5.14:
6954         (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6955                 Error-less condition-case could fail.
6956         (cperl-font-lock-fontify-region-function): Likewise.
6957         (cperl-init-faces): Likewise.
6959         After 5.15:
6960         (cperl-find-pods-heres): Support property REx-part2.
6961         (cperl-calculate-indent): Likewise.
6962                 Don't special-case REx with non-empty 1st line.
6963         (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6964                 Invert highlighting of charclasses:
6965                         now the envelop is highlighted.
6966                 Highlight many others 0-length builtins.
6967         (cperl-praise): Mention indenting and highlight in RExen.
6969         After 5.15:
6970         (cperl-find-pods-heres): Highlight capturing parens in REx.
6972         After 5.16:
6973         (cperl-find-pods-heres): Highlight '|' for alternation
6974         Initialize `font-lock-warning-face' if not present.
6975         (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6976                          `font-lock-function-name-face'.
6977         (cperl-look-at-leading-count): Likewise.
6978         (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6979                         `font-lock-keyword-face' (needed for
6980                         batch processing), etc...
6981                 Use `font-lock-builtin-face' for builtin in REx
6982                         Now `font-lock-variable-name-face'
6983                         is used for interpolated variables
6984                 Use "talking aliases" for faces inside REx
6985                 Highlight parts of REx (except in charclasses)
6986                         according to the syntax and/or semantic
6987                 Syntax-mark a {}-part of (?{}) as "comment"
6988                         (it was the ()-part)
6989                 Better logic to distinguish what is what in REx
6990         (cperl-tips-faces): Document REx highlighting
6991         (cperl-praise): Mention REx syntax highlight etc.
6993         After 5.17:
6994         (cperl-find-sub-attrs): Would not always manage to print error message.
6995         (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6997         After 5.18:
6998         (cperl-find-pods-heres): Misprint in REx for parsing REx.
6999                 Very minor optimization.
7000                 `my-cperl-REx-modifiers-face' got quoted.
7001                 Recognize "print $foo <<END" as HERE-doc.
7002                 Put `REx-interpolated' text attribute if needed.
7003         (cperl-invert-if-unless-modifiers): New function.
7004         (cperl-backward-to-start-of-expr): Likewise.
7005         (cperl-forward-to-end-of-expr): Likewise.
7006         (cperl-invert-if-unless): Works in "the opposite way" too.
7007                 Cursor position on return is on the switch-word.
7008                 Indents comments better.
7009         (REx-interpolated): New text attribute.
7010         (cperl-next-interpolated-REx): New function.
7011         (cperl-next-interpolated-REx-0): Likewise.
7012         (cperl-next-interpolated-REx-1): Likewise.
7013         "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
7014         Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
7015         (cperl-praise): Mention finded interpolated RExen.
7017         After 5.19:
7018         (cperl-init-faces): Highlight %$foo, @$foo too.
7019         (cperl-short-docs): Better docs for system, exec.
7020         (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
7021                 Would not find HERE-doc ended by EOF without NL.
7022         (cperl-short-docs): Correct not-doubled \-escapes.
7023         start block: Put some `defvar' for stuff gone from XEmacs.
7025         After 5.20:
7026         initial comment: Extend copyright, fix email address.
7027         (cperl-indent-comment-at-column-0): New customization variable.
7028         (cperl-comment-indent): Indentation after $#a would increasy by 1.
7029         (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
7030         (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
7031         (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
7032         (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
7033                         highlight $ in $foo too (UNTESTED).
7034         (cperl-set-style): Docstring missed some available styles.
7035         toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
7036                 Change "Current" to "Memorize Current".
7037         (cperl-indent-wrt-brace): New customization variable; the default is
7038                 as for pre-5.2 version.
7039         (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
7040         (cperl-style-alist): Likewise.
7041         (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
7042                 and `cperl-extra-newline-before-brace' etc
7043                 being t
7044         (cperl-indent-exp): Plans B and C to find continuation blocks even
7045                 if `cperl-extra-newline-before-brace' is t.
7047         After 5.21:
7048         Improve some docstrings concerning indentation.
7049         (cperl-indent-rules-alist): New variable.
7050         (cperl-sniff-for-indent): New function name
7051                 (separated from `cperl-calculate-indent').
7052         (cperl-calculate-indent): Separate the sniffer and the indenter;
7053                 uses `cperl-sniff-for-indent' now.
7054         (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
7055                 was inverted;
7056                 Support `comment-column' = 0.
7058 2006-10-11  Martin Rudalics  <rudalics@gmx.at>
7060         * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
7061         * help-at-pt.el (scan-buf-move-to-region): Likewise.
7062         * longlines.el (longlines-window-change-function): Likewise.
7063         * simple.el (undo-ask-before-discard): Likewise.
7064         * wid-edit.el (widget-field-prompt-internal)
7065         (widget-documentation-link-p): Likewise.
7067 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
7070         for a keyword.
7072 2006-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7074         * newcomment.el (comment-valid-prefix-p): Make the check
7075         more thorough.  From an idea by Martin Rudalics <rudalics@gmx.at>.
7076         (comment-indent-new-line): Adjust call.
7078 2006-10-09  Ken Manheimer  <ken.manheimer@gmail.com>
7080         * allout.el (allout-back-to-current-heading): Base on lower-level
7081         routines to get proper disqualification of aberrant topics.
7083 2006-10-09  Richard Stallman  <rms@gnu.org>
7085         * textmodes/two-column.el (2C-two-columns): Doc fix.
7087 2006-10-09  Kim F. Storm  <storm@cua.dk>
7089         * shell.el (explicit-csh-args, explicit-bash-args): Add comment
7090         about implicit use.
7092 2006-10-08  Richard Stallman  <rms@gnu.org>
7094         * textmodes/two-column.el (2C-two-columns): Doc fix.
7096 2006-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7098         * files.el: Mark `buffer-read-only' as safe-local-variable.
7100 2006-10-08  Nick Roberts  <nickrob@snap.net.nz>
7102         * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
7103         Burp if GUD buffer has been killed.
7105 2006-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7107         * completion.el (add-completions-from-c-buffer):
7108         Don't presume an error's second element is a string.
7109         Use looking-at rather than buffer-substring + member.
7111 2006-10-07  Eli Zaretskii  <eliz@gnu.org>
7113         * mail/rmail.el (rmail-redecode-body): If the old encoding is
7114         `undecided', call find-coding-systems-region to find a proper
7115         non-trivial encoding.
7116         (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
7117         and "text/plain".
7119 2006-10-07  Kevin Ryde  <user42@zip.com.au>
7121         * textmodes/reftex-vars.el (defgroup reftex): Update home page
7122         url-link.
7124         * strokes.el (defgroup strokes): Remove invalid url-link.
7126 2006-10-07  Magnus Henoch  <mange@freemail.hu>
7128         * autoinsert.el (auto-insert-alist): Doc fix.
7130 2006-10-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7132         * mouse-sel.el (mouse-insert-selection-internal):
7133         Use insert-for-yank, so that yank handlers are run.
7135 2006-10-07  Kim F. Storm  <storm@cua.dk>
7137         * ido.el (ido-file-extension-aux): Fix comparison.
7139 2006-10-06  Kim F. Storm  <storm@cua.dk>
7141         * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
7143 2006-10-05  Juanma Barranquero  <lekktu@gmail.com>
7145         * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
7146         (ad-make-mapped-call): Use `let', not `let*'.
7148 2006-10-05  Chong Yidong  <cyd@stupidchicken.com>
7150         * international/mule-cmds.el (coding-system-change-eol-conversion):
7151         Ensure the coding system is initialized before calling
7152         coding-system-eol-type.
7154 2006-10-04  Carsten Dominik  <dominik@science.uva.nl>
7156         * textmodes/org.el (org-rm-props, org-activate-plain-links)
7157         (org-activate-angle-links, org-activate-dates)
7158         (org-activate-target-links, org-activate-camels)
7159         (org-activate-tags): Add `rear-nonsticky' text property to avoid
7160         textproperty keymaps from being active beyond the end of a line.
7161         (org-unfontify-region): Also remove `rear-nonsticky' property.
7163 2006-10-04  Kenichi Handa  <handa@m17n.org>
7165         * international/code-pages.el (next): Table fixed.
7167 2006-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7169         * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
7170         that it's been made unnecessary by removing narrowing.
7172 2006-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7174         * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
7175         control flow a bit, simplify another bit, and add comments.
7177 2006-10-03  David Kastrup  <dak@gnu.org>
7179         * help.el (describe-mode): For clicks on mode-line, use "@"
7180         interactive argument to get the major mode of the click instead of
7181         the current buffer.
7183         * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
7184         in order to better redirect mouse-2 clicks.  Also allow default
7185         bindings to apply.
7187 2006-10-03  Kim F. Storm  <storm@cua.dk>
7189         * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
7190         (pushnew): Fix last change.
7192 2006-10-03  Denis St\e,A|\e(Bnkel  <dstuenkel@googlemail.com>  (tiny change)
7194         * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
7195         Use the interactive spec of `eval-expression'.
7197 2006-10-02  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7199         * progmodes/sh-script.el (sh-prev-thing): Fix last change.
7201 2006-10-02  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7203         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
7204         2006-09-28 commit.
7206 2006-10-02  Kenichi Handa  <handa@m17n.org>
7208         * international/code-pages.el (iso-8859-6): Table fixed.
7210 2006-10-01  Chris Moore  <christopher.ian.moore@gmail.com>
7212         * dired.el (dired-build-subdir-alist): Fix previous change.
7214 2006-10-01  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7216         * simple.el (undo-elt-crosses-region): Fix the inequalities.
7218 2006-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * emacs-lisp/find-func.el (find-function-regexp): Don't match
7221         "define-button-type".
7223         * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
7224         they don't keep accumulating.
7226 2006-10-01  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
7228         * ffap.el (ffap-rfc-path): Change the address of the RFC
7229         repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
7231 2006-10-01  Stephen Berman  <Stephen.Berman@gmx.net>
7233         * allout.el (allout-expose-topic): Rectify implementation of "+"
7234         spec, so that bodies are not exposed with headlines.
7236 2006-10-01  Ken Manheimer  <ken.manheimer@gmail.com>
7238         * allout.el (allout-current-depth): Do aberrent check only at or
7239         below doublecheck depth.
7240         (allout-chart-subtree): Make it explicit that LEVELS being nil
7241         means unlimited depth.  Drop undocumented support for LEVELS value
7242         t meaning unlimited depth.  (This is consistent with
7243         allout-chart-to-reveal, but contrary to allout-show-children,
7244         which needs to use nil to default to depth of 1.)
7245         (allout-goto-prefix-doublechecked): Wrap long docstring line.
7246         (allout-chart-to-reveal): Be explicit in docstring about meaning
7247         of nil LEVELS, and drop support for LEVELS value t.
7248         (allout-show-children): Translate the level spec used by this
7249         routine to that used by allout-chart-subtree and
7250         allout-chart-to-reveal.
7251         (allout-show-to-offshoot): Retry once when stuck, after opening
7252         subtree - improvements in discontinuity handling likely will
7253         enable progress.
7255 2006-09-30  Chong Yidong  <cyd@stupidchicken.com>
7257         * wid-edit.el (widget-button-click-moves-point): New variable.
7258         (widget-button-click): If widget-button-click-moves-point is
7259         non-nil, set point after performing the button action.
7261         * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
7263 2006-09-30  Martin Rudalics  <rudalics@gmx.at>
7265         * files.el (find-file-existing): Modify to not allow wildcards.
7267 2006-09-30  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7269         * simple.el (undo-more): When undo information for the region is
7270         exhausted, say "No further undo information FOR REGION".
7272 2006-09-30  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7274         * progmodes/sh-script.el (sh-prev-thing):
7275         Take `sh-leading-keywords' into account.
7277 2006-09-29  Glenn Morris  <rgm@gnu.org>
7279         * custom.el (defcustom): Doc fix.
7281         * calendar/calendar.el (european-calendar-style):
7282         Call european-calendar or american-calendar as needed when set.
7283         (diary-view-entries, list-calendar-holidays): Move autoloads
7284         before use.
7286 2006-09-29  Juri Linkov  <juri@jurta.org>
7288         * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
7289         to nil if there is no previous property change.
7291 2006-09-29  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7293         * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
7294         saving anything to be sure that `forward-sexp' behaves correctly.
7296 2006-09-29  Chong Yidong  <cyd@stupidchicken.com>
7298         * simple.el (line-move-finish): Ignore field boundaries if the
7299         initial and final points have the same `field' property.
7301 2006-09-29  Kim F. Storm  <storm@cua.dk>
7303         * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
7304         to t while calling ido-read-internal.
7306 2006-09-29  Carsten Dominik  <dominik@science.uva.nl>
7308         * textmodes/org.el (org-file-remote-p): Get regexp from list.
7309         (org-archive-subtree): Remove erraneous `]' from character list.
7311 2006-09-28  Jonathan Yavner  <jyavner@member.fsf.org>
7313         * ses.el (ses-in-print-area, ses-goto-data, ses-load)
7314         (ses-reconstruct-all): Make undo of "insert row" work by keeping
7315         markers for data-area and parameters-area.
7317 2006-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7319         * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
7321         * font-lock.el (font-lock-after-change-function): Refontify next line
7322         as well if end is at BOL.
7323         (font-lock-extend-jit-lock-region-after-change): Be more careful to
7324         only extend the region as much as needed.
7326 2006-09-28  Richard Stallman  <rms@gnu.org>
7328         * comint.el (comint-mode): Bind font-lock-defaults non-nil.
7330         * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
7332         * international/mule.el (after-insert-file-set-coding):
7333         If VISIT, don't let set-buffer-multibyte make undo info.
7335 2006-09-28  Osamu Yamane  <yamane@green.ocn.ne.jp>  (tiny change)
7337         * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
7338         lines in base64-encoded authentication response.
7340 2006-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7342         * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
7343         (ebnf-version): New version 4.3.
7344         (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
7345         (ebnf-prologue): Adjust PostScript programming.
7346         (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
7347         (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
7349 2006-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7351         * jit-lock.el (jit-lock-force-redisplay): Rename from
7352         jit-lock-fontify-again, and undo the mistaken change I've just done.
7354         * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
7355         (jit-lock-fontify-again): Don't refontify text that's not displayed.
7357 2006-09-26  Kenichi Handa  <handa@m17n.org>
7359         * startup.el (display-splash-screen): Allow a prefix argument.
7361 2006-09-25  Jason Rumney  <jasonr@gnu.org>
7363         * subr.el (shell-quote-argument): Use DOS logic for Windows
7364         shells with DOS semantics.
7366 2006-09-24  Richard Stallman  <rms@gnu.org>
7368         * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
7369         (compilation-goto-locus): Use compilation-goto-locus-delete-o
7370         to delete the overlay.  Put it on pre-command-hook.
7372         * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
7374         * startup.el (fancy-splash-screens, normal-splash-screen):
7375         Call the splash buffer *About GNU Emacs*.
7377         * simple.el (next-error-highlight, next-error-highlight-no-select):
7378         Default to 0.5.
7379         (yank-excluded-properties): Add `fontified'.
7381         * font-lock.el (font-lock-compile-keywords): Allow value of
7382         syntax-begin-function to enable paren-column-0 highlighting.
7384 2006-09-24  Chris Moore  <christopher.ian.moore@gmail.com>
7386         * dired.el (dired-build-subdir-alist): When file ends in colon,
7387         don't exit the loop, just disregard that file.
7389 2006-09-24  Chong Yidong  <cyd@stupidchicken.com>
7391         * simple.el (line-move-finish): Handle corner case for fields in
7392         continued lines.
7393         (line-move-1): Remove flawed test for that case.
7395 2006-09-24  Ken Manheimer  <ken.manheimer@gmail.com>
7397         * icomplete.el (icomplete-simple-completing-p): Use the correct
7398         name for the new variable, `icomplete-with-completion-tables'.
7399         (file local variables): Remove superfluous setting.
7401 2006-09-23  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
7403         * calendar/appt.el (appt-check): Fix typo for appointments just
7404         after midnight.
7406 2006-09-23  Chong Yidong  <cyd@stupidchicken.com>
7408         * help.el (describe-key-briefly, describe-key): Don't expect an
7409         extra up event if a down-event is generated by a popup menu.
7411 2006-09-23  Michal Nazarewicz  <mnazarewicz@gmail.com>  (tiny change)
7413         * textmodes/ispell.el (ispell-change-dictionary): Don't check the
7414         local dictionary when changing the global dictionary.
7416 2006-09-23  Ken Manheimer  <ken.manheimer@gmail.com>
7418         * icomplete.el (icomplete-with-completion-tables): List of
7419         specialized completion tables with which icomplete should
7420         operate.  Include the new `internal-complete-buffer', so icomplete
7421         works with interactive buffer-selection.
7422         (icomplete-simple-completing-p): Add acceptance of specialized
7423         completion tables listed in icomplete-with-completion-tables.
7425 2006-09-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7427         * frame.el (focus-follows-mouse): Set default to nil on Mac.
7429         * startup.el (command-line): Use `custom-reevaluate-setting' for
7430         `focus-follows-mouse'.
7432 2006-09-22  Richard Stallman  <rms@gnu.org>
7434         * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
7435         explain why Save is not available.
7437 2006-09-22  Juanma Barranquero  <lekktu@gmail.com>
7439         * woman.el (woman0-so): Use `let*', not `let'.
7440         (woman-horizontal-line): Remove unbalanced parenthesis.
7442 2006-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7444         * woman.el: Make sure all the end-of-region markers we use have
7445         a non-nil insertion-type.
7446         (woman0-so): Move things around so we can use copy-marker.
7447         (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
7448         Adjust marker type.
7449         (woman2-process-escapes): Check marker type.
7450         (woman-horizontal-line): Dispense with the use of a marker.
7452 2006-09-22  Jay Belanger  <belanger@truman.edu>
7454         * calc/calc-lang.el: Add Greek letters to math-variable-table
7455         property of tex.
7457 2006-09-22  Chong Yidong  <cyd@stupidchicken.com>
7459         * files.el (save-some-buffers-action-alist): Display diff in view-mode.
7461 2006-09-22  Masatake YAMATO  <jet@gyve.org>
7463         * add-log.el (add-log-current-defun): Use `forward-sexp'
7464         instead of `forward-word' to pick c++::symbol.
7465         Reported by Guanpeng Xu <herberteuler@hotmail.com>.
7467 2006-09-22  Kenichi Handa  <handa@m17n.org>
7469         * bindings.el: Fix setting self-insert-command for multibyte
7470         characters in global-map.
7472 2006-09-21  David Kastrup  <dak@gnu.org>
7474         * mouse.el (mouse-posn-property): Fix typo for `event-start' in
7475         doc string.
7477 2006-09-21  Kenichi Handa  <handa@m17n.org>
7479         * language/european.el ("Latin-1"): Add windows-1252 to
7480         coding-priority.
7481         ("German"): Likewise.
7483 2006-09-21  Kim F. Storm  <storm@cua.dk>
7485         * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
7486         Suggested by Miles Bader.
7488         * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change.  Use memql
7489         instead of add-to-list in the simple case.
7491 2006-09-20  Kenichi Handa  <handa@m17n.org>
7493         * isearch.el (isearch-process-search-char): Cancel the previous change.
7494         (isearch-search-string): New function.
7495         (isearch-search): Use isearch-search-string.
7496         (isearch-lazy-highlight-search): Likewise.
7498 2006-09-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7500         * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
7501         string to become an option.
7503 2006-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7505         * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
7507 2006-09-20  Kim F. Storm  <storm@cua.dk>
7509         * simple.el (line-move-partial): Call pos-visible-in-window-p with
7510         position t instead of trying both window-end and window-end - 1.
7512 2006-09-20  Carsten Dominik  <dominik@science.uva.nl>
7514         * textmodes/org.el (org-scan-tags): Find end of subtrees also in
7515         hidden trees.
7517 2006-09-20  David Kastrup  <dak@gnu.org>
7519         * mouse.el (mouse-posn-property): Improve doc string.
7520         (mouse-on-link-p): Change buffers for function calls on links.
7522         * menu-bar.el (clipboard-yank): Bomb out in interactive use if
7523         buffer is read-only.
7525 2006-09-20  Ken Manheimer  <ken.manheimer@gmail.com>
7527         * allout.el (allout-unprotected): Let inhibit-read-only only when
7528         buffer-read-only isn't set.
7529         (allout-annotate-hidden): Enable topic annotation during copies even
7530         when the buffer is read-only, eg for topic copies.  Ensure that the loop
7531         advances, even when the span extends beyond the deletion region.
7532         (allout-toggle-subtree-encryption): Use allout-structure-added-hook
7533         rather than allout-exposure-changed-hook, as a stronger assertion.
7534         (allout-keybindings-list): Add bindings for
7535         allout-copy-line-as-kill and allout-copy-topic-as-kill.
7536         (allout-copy-line-as-kill, allout-copy-topic-as-kill):
7537         Copy wrappers for allout-kill-line and allout-kill-topic.
7538         (allout-listify-exposed): Position correctly to accumulate lines.
7540 2006-09-19  Chong Yidong  <cyd@stupidchicken.com>
7542         * simple.el (line-move-1): Escape field boundaries occurring
7543         exactly at point.  Update goal column if constrained to a field.
7544         (line-move-finish): Escape field boundaries occurring exactly at point.
7546 2006-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * mouse.el (mouse-on-link-p): Tentatively fix last change.
7549         (mouse-drag-vertical-line): Remove unused var `wconfig'.
7551 2006-09-19  Kim F. Storm  <storm@cua.dk>
7553         * help.el (describe-key-briefly, describe-key): Simplify printing
7554         of descriptions by using format and %S.  Fix "is undefined"
7555         messages to say "at that spot" for mouse events.
7557         * simple.el (line-move-partial): Optimize.  Try window-line-height
7558         before posn-at-point to get vpos of current line.
7560 2006-09-18  Michael Kifer  <kifer@cs.stonybrook.edu>
7562         * viper.el: Bump up version/date of update to reflect the substantial
7563         changes done in August 2006.
7565         * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
7566         are defined.
7568         * ediff-util.el (ediff-add-to-history): New function.
7570         * ediff.el: Use ediff-add-to-history instead of add-to-history.
7572 2006-09-18  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7574         * textmodes/conf-mode.el (conf-space-mode): Doc fix.
7575         Delete duplicate make-local-variable form.
7576         (conf-space-keywords): Add autoload cookie.
7577         Fix typo (`keywords', not `keyword').
7579 2006-09-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7581         * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
7582         x-gtk-file-dialog-help-text.  Rename x-use-old-gtk-file-dialog
7583         to x-gtk-use-old-file-dialog.
7585 2006-09-18  Richard Stallman  <rms@gnu.org>
7587         * wid-edit.el (widget-button-click): Handle non-mouse-motion events
7588         that might come in during mouse tracking.
7590 2006-09-18  Kim F. Storm  <storm@cua.dk>
7592         * simple.el (line-move-partial): Rework 2006-09-15 change to use
7593         new window-line-height function.  Further optimize by not calling
7594         pos-visible-in-window-p for window-end when window-line-height
7595         returns useful information.
7597 2006-09-16  Richard Stallman  <rms@gnu.org>
7599         * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7600         (conf-space-mode): Don't handle prefix arg.
7601         Delete conf-space-keywords-override code.
7602         Use add-hook.
7603         (conf-space-keywords): New command.
7604         (conf-space-mode-internal): Be careful with imenu-generic-expression.
7605         Delete conf-space-keywords-override code.
7606         (conf-space-keywords-alist): Doc fix.
7607         (conf-space-font-lock-keywords): Doc fix.
7608         (conf-space-keywords-override): Var deleted.
7610 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7612         * startup.el (fancy-splash-screens): Don't switch to the scratch
7613         buffer; it may not be the next buffer.
7615 2006-09-16  Romain Francoise  <romain@orebokech.com>
7617         * saveplace.el (load-save-place-alist-from-file): Use expanded name
7618         in both messages.
7620 2006-09-16  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>
7622         * progmodes/python.el (python-preoutput-filter):
7623         Fix arg order to string-match.
7625 2006-09-16  Richard Stallman  <rms@gnu.org>
7627         * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7628         font-lock-compile-keywords.
7630         * font-lock.el (font-lock-compile-keywords): Rename optional arg
7631         to SYNTACTIC-KEYWORDS and reverse the sense.  All callers changed.
7633 2006-09-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7635         * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7637         * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7638         and the data doesn't look like UTF8, send STRING instead.
7640 2006-09-16  Agust\e,Am\e(Bn Mart\e,Am\e(Bn  <agustin.martin@hispalinux.es>
7642         * textmodes/flyspell.el (flyspell-check-region-doublons):
7643         New function to detect duplicated words.
7644         (flyspell-large-region): Use it.
7646 2006-09-16  Chong Yidong  <cyd@stupidchicken.com>
7648         * simple.el (line-move-to-column): Revert 2006-08-03 change.
7650 2006-09-16  Eli Zaretskii  <eliz@gnu.org>
7652         * help.el (describe-prefix-bindings): Use let, not let*.
7654 2006-09-16  Ken Manheimer  <ken.manheimer@gmail.com>
7656         * allout.el (allout-regexp, allout-line-boundary-regexp)
7657         (allout-bob-regexp): Correct grouping and boundaries to fix
7658         backwards traversal.
7659         (allout-depth-specific-regexp, allout-depth-one-regexp):
7660         New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7661         worse time in allout-ascend.
7662         (allout-doublecheck-at-and-shallower): Identify depth threshold
7663         below which topics are checked for and disqualified by containment
7664         discontinuities.
7665         (allout-hotspot-key-handler): Correctly handle multiple-key
7666         strokes.  Remove some unused variables.
7667         (allout-mode-leaders): Clarify that mode-specific comment-start
7668         will be used.
7669         (set-allout-regexp): Correctly regexp-quote allout regexps to
7670         properly accept alternative header-leads and primary bullets with
7671         regexp-specific characters (eg, C "/*", mathematica "(*").
7672         Include new regular expressions among those configured.
7673         (allout-infer-header-lead-and-primary-bullet):
7674         Rename allout-infer-header-lead.
7675         (allout-recent-depth): Manifest as a variable as well as a function.
7676         (allout-prefix-data): Simplify into an inline instead of a macro,
7677         assuming current match data rather than being explicitly passed
7678         it.  Establish allout-recent-depth value as well as
7679         allout-recent-prefix-beginning and allout-recent-prefix-end.
7680         (allout-aberrant-container-p): True when an item's immediate
7681         offspring discontinuously contained.  Useful for disqualifying
7682         unintended topic prefixes, likely at low depths.
7683         (allout-goto-prefix-doublechecked): Elaborate version of
7684         allout-goto-prefix which disqualifies aberrant pseudo-items.
7685         (allout-pre-next-prefix): Layer on top of lower-level routines, to
7686         get disqualification of aberrant containers.
7687         (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7688         containers.
7689         (allout-beginning-of-current-entry): Position at start of buffer
7690         when in container (depth 0) entry.
7691         (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7692         (allout-current-bullet): Strip text properties.
7693         (allout-get-prefix-bullet): Use right match groups.
7694         (allout-beginning-of-line, allout-next-heading):
7695         Disqualify aberrant containers.
7696         (allout-previous-heading): Disqualify aberrant containers, and
7697         change to regular (rather than inline) function, to allow
7698         self-recursion.
7699         (allout-get-invisibility-overlay): Increment so progress is made
7700         when the first overlay is not the sought one.
7701         (allout-end-of-prefix): Disqualify aberrant containers.
7702         (allout-end-of-line): Cycle something like allout-beginning-of-line.
7703         (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7704         outline.el outlines) functional again.  Change the primary bullet
7705         along with the header-lead - level 1 new-style bullets now work.
7706         Engage allout-before-change-handler in mainline Emacs, not just
7707         XEmacs, to do undo handling.
7708         (allout-before-change-handler): Expose undo changes occurring in
7709         hidden regions.  Use allout-get-invisibility-overlay instead of
7710         reimplementing it inline.
7711         (allout-chart-subtree): Use start rather than end of prefix in
7712         charts.  Use allout-recent-depth variable.
7713         (allout-chart-siblings): Disqualify aberrant topics.
7714         (allout-beginning-of-current-entry): Position correctly.
7715         (allout-ascend): Use new allout-depth-specific-regexp and
7716         allout-depth-one-regexp for linear instead of O(N^2) or worse
7717         behavior.
7718         (allout-ascend-to-depth): Depend on allout-ascend, rather than
7719         reimplementing an algorithm.
7720         (allout-up-current-level): Depend on allout-ascend, rather than
7721         reimplementing an algorithm.  Return to start-point if we fail.
7722         (allout-descend-to-depth): Use allout-recent-depth variable
7723         instead of function.
7724         (allout-next-sibling): On traversal of numerous intervening
7725         topics, resort to economical allout-next-sibling-leap.
7726         (allout-next-sibling-leap): Specialized version of
7727         allout-next-sibling that uses allout-ascend cleverly, to depend on
7728         a regexp search to leap large numbers of contained topics, rather
7729         than arbitrarily many one-by-one traversals.
7730         (allout-next-visible-heading): Disqualify aberrant topics.
7731         (allout-previous-visible-heading): Position consistently when
7732         interactive.
7733         (allout-forward-current-level): Base on allout-previous-sibling
7734         rather than (differently) reimplmenting the algorithm.  Remove some
7735         unused variables.
7736         (allout-solicit-alternate-bullet): Present default choice stripped
7737         of text properties.
7738         (allout-rebullet-heading): Use bullet stripped of text properties.
7739         Register changes using allout-exposure-change-hook.
7740         Disregard aberrant topics.
7741         (allout-shift-in): With universal-argument, make topic a peer of
7742         it's former offspring.  Simplify the code by separating out
7743         allout-shift-out functionality.
7744         (allout-shift-out): With universal-argument, make offspring peers
7745         of their former container, and its siblings.  Implement the
7746         functionality here, rather than inappropriately muddling the
7747         implementation of allout-shift-in.
7748         (allout-rebullet-topic): Respect additional argument for new
7749         parent-child separation function.
7750         (allout-yank-processing): Use allout-ascend directly.
7751         (allout-show-entry): Disqualify aberrant topics.
7752         (allout-show-children): Handle discontinuous children gracefully,
7753         extending the depth being revealed to expose them and posting a
7754         message indicating the situation.
7755         (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7756         Leave cursor in correct position.
7757         (allout-hide-current-subtree): Use allout-ascend directly.
7758         Disqualify aberrant topics.
7759         (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7760         a way that the yanks can restore it, as used to happen.
7761         (allout-yank-processing): Restore exposure layout as recorded by
7762         allout-kill-*, as used to happen.
7763         (allout-annotate-hidden, allout-hide-by-annotation): New routines
7764         for preseving and restoring exposure layout across kills.
7765         (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7766         (allout-encrypt-string): Strip text properties.
7767         Rearranged order and outline-headings for some of the
7768         miscellaneous functions.
7769         (allout-resolve-xref): No need to quote the error name in the
7770         condition-case handler section.
7771         (allout-flatten): Classic recursive (and recursively intensive,
7772         without tail-recursion) list-flattener, needed by allout-shift-out
7773         when confronted with discontinuous children.
7775 2006-09-16  Jason Rumney  <jasonr@gnu.org>
7777         * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7778         on ms-windows.
7779         (dnd-open-unc-file): Remove.
7780         (dnd-open-local-file): Mention in doc string that it also handles
7781         remote files if the system natively supports unc file-names.
7783 2006-09-15  Kim F. Storm  <storm@cua.dk>
7785         * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7786         all necessary information about the event before erasing *Help*.
7788         * simple.el (line-move-partial): Use window-line-visiblity to
7789         quickly check whether last line is partially visible, and only do
7790         the hard (and slow) part in that case.
7792 2006-09-15  Jay Belanger  <belanger@truman.edu>
7794         * COPYING: Replace "Library Public License" by "Lesser Public
7795         License" throughout.
7797 2006-09-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7799         * term/x-win.el (x-menu-bar-open): New function for F10.
7801 2006-09-15  Chong Yidong  <cyd@stupidchicken.com>
7803         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7804         Disallow filenames containing " -" to avoid confusion with libtool
7805         compilation messages.  Suggested by Stefan Monnier.
7807 2006-09-15  David Kastrup  <dak@gnu.org>
7809         * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7810         instead of buffer position for `mouse-on-link-p'.
7812         * mouse.el (mouse-posn-property): New function looking up the
7813         properties at a click position in overlays and text properties in
7814         either buffer or strings.
7815         (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7816         of both `follow-link' as well as `mouse-face' properties.
7817         (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7818         buffer position.
7820         * help.el (describe-key-briefly): When reading a down-event on
7821         mode lines or scroll bar, swallow the following up event, too.
7822         Use the new mouse sensitity of `key-binding' for lookup.
7823         (describe-key): The same here.
7825 2006-09-15  Juanma Barranquero  <lekktu@gmail.com>
7827         * play/life.el (life-patterns): Add a few more interesting patterns.
7828         (life-setup): Force `show-trailing-whitespace' to nil.
7830 2006-09-14  Richard Stallman  <rms@gnu.org>
7832         * startup.el (fancy-splash-text): Change text to improve alignment.
7833         (fancy-splash-screens): Don't set non-standard tab width.
7834         Bind cursor-type temporarily, and make it easy to patch to
7835         preserve the splash buffer.
7836         (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7837         (fancy-splash-screens): Display echo-area message explicitly.
7838         Don't set fancy-splash-help-echo.
7840         * simple.el (line-number-mode): Group mode-line instead of
7841         editing-basics.
7842         (column-number-mode, size-indication-mode): Likewise.
7844         * faces.el (mode-line-faces): Group mode-line instead of modeline.
7846         * time.el (display-time): Group mode-line instead of modeline.
7848         * cus-edit.el (mode-line): Rename from modeline.  All uses changed.
7850 2006-09-14  Chong Yidong  <cyd@stupidchicken.com>
7852         * startup.el (fancy-splash-text): Move editing instructions to
7853         fancy-splash-head.
7854         (fancy-splash-head): Issue editing instructions.
7855         (fancy-splash-screens): Fixup whitespace.
7857 2006-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7859         * bindings.el (mode-line-buffer-identification-keymap):
7860         Remove duplicate line.
7862 2006-09-14  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
7864         * ido.el (ido-ignore-item-p): Allow any kind of functions in
7865         ignore lists.
7867 2006-09-14  Kim F. Storm  <storm@cua.dk>
7869         * jit-lock.el (jit-lock-fontify-again): New function.
7870         (jit-lock-fontify-now): Use it instead of lambda form.
7872 2006-09-13  Agustin Martin  <agustin.martin@hispalinux.es>
7874         * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7875         (flyspell-auto-correct-word): Make ispell-filter local to these
7876         functions.  Check that ispell-filter has new stuff before calling
7877         ispell-parse-output.
7879 2006-09-13  Kim F. Storm  <storm@cua.dk>
7881         * simple.el (line-move-partial): Optimize.
7883 2006-09-13  Richard Stallman  <rms@gnu.org>
7885         * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7886         Delete spurious backquote.
7888 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7890         * net/rcirc.el (rcirc-print): Fix last change.
7892 2006-09-12  Jay Belanger  <belanger@truman.edu>
7894         * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7896 2006-09-07  Ryan Yeske  <rcyeske@gmail.com>
7898         * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7899         rcirc-show-maximum-output.
7900         (rcirc-mode): Remove window-scroll-function hook.
7901         (rcirc-scroll-to-bottom): Remove function.
7902         (rcirc-print): Recenter so point stays at the bottom of the window
7903         if point was already there.
7905 2006-09-12  Paul Eggert  <eggert@cs.ucla.edu>
7907         * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7908         not to "t".
7909         * progmodes/compile.el (compilation-start): Likewise.
7910         * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7911         Don't use expand-file-name on invocation-directory, since this
7912         might mishandle special characters in invocation-directory.
7914 2006-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7916         * pcvs-defs.el: Remove * in defcustom's docstrings.
7918 2006-09-12  Nick Roberts  <nickrob@snap.net.nz>
7920         * progmodes/compile.el (compilation-directory-properties):
7921         Doc fix for help-echo.
7923 2006-09-12  Lars Hansen  <larsh@soem.dk>
7925         * desktop.el (desktop-read): Add comment.
7927 2006-09-12  Kim F. Storm  <storm@cua.dk>
7929         * simple.el (next-error-highlight, next-error-highlight-no-select):
7930         Fix spelling error.
7932         * subr.el (sit-for): Rework to use input-pending-p and cond.
7933         Return nil input is pending on entry also for SECONDS <= 0.
7934         (while-no-input): Use input-pending-p instead of sit-for.
7936 2006-09-11  Richard Stallman  <rms@gnu.org>
7938         * simple.el (next-error-highlight, next-error-highlight-no-select):
7939         Fix custom type and doc strings.
7941 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7944         (diff-apply-hunk): Use it to ask for confirmation.
7946 2006-09-11  Reiner Steib  <Reiner.Steib@gmx.de>
7948         * emacs-lisp/cl.el (pushnew): Add missing `,'.
7950 2006-09-11  David Kastrup  <dak@gnu.org>
7952         * help.el (string-key-binding, describe-key-briefly)
7953         (describe-key): Remove `string-key-binding' and its callers since
7954         `key-binding' already caters for the proper lookup now.
7956 2006-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7958         * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7959         (cfengine-mode): Use it.  Fix \ syntax to be like /.
7961         * bindings.el (mode-line-buffer-identification-keymap):
7962         Move initialization into declaration.
7964 2006-09-10  Kim F. Storm  <storm@cua.dk>
7966         * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7967         (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7968         (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7969         in case of merged directories.  Reported by Micha\e,Ak\e(Bl Cadilhac.
7971 2006-09-10  Richard Stallman  <rms@gnu.org>
7973         * dired-aux.el: Handle errors in recursive copy usefully.
7974         (dired-create-files-failures): New variable.
7975         (dired-copy-file): Remove condition-case.
7976         (dired-copy-file-recursive): Check for errors on all file
7977         operations, and add them to dired-create-files-failures.
7978         Check file file-date-erorr here too.
7979         (dired-create-files): Check dired-create-files-failures
7980         and report those errors too.
7982         * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7984         * subr.el (add-to-list): New argument COMPARE-FN.
7986 2006-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
7988         * filecache.el (file-cache-add-directory)
7989         (file-cache-add-directory-list, file-cache-add-file)
7990         (file-cache-add-directory-using-find)
7991         (file-cache-add-directory-using-locate)
7992         (file-cache-add-directory-recursively): Add autoloads.
7994 2006-09-09  Richard Stallman  <rms@gnu.org>
7996         * textmodes/conf-mode.el (conf-space-mode):
7997         Use hack-local-variables-hook instead of calling hack-local-variables.
7998         (conf-space-keywords-override): New variable.
7999         (conf-space-mode-internal): New subroutine.  Reinit Font Lock mode.
8000         (conf-space-mode): Always make conf-space-keywords and
8001         conf-space-keywords-override local.
8002         Call conf-space-mode-internal directly as well as via hook.
8004 2006-09-09  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
8006         * progmodes/python.el (python-font-lock-keywords): Add `self' and other
8007         quasi-keywords.
8009 2006-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8011         * progmodes/python.el: Quieten the compiler about hippie-expand vars.
8012         (python-send-string): Be slightly more careful about adding \n.
8014         * startup.el (normal-splash-screen): Don't display the buffer if we'll
8015         kill it right away anyway.
8017 2006-09-09  Eli Zaretskii  <eliz@gnu.org>
8019         * international/codepage.el (cp850-decode-table): Fix a few codes.
8020         (cp858-decode-table): New variable.
8022 2006-09-09  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8024         * net/ldap.el (ldap-search-internal): Doc fix.
8026 2006-09-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8028         * play/life.el (life-display-generation): Test for input manually if
8029         `sleeptime' is negative or null.
8031         * lpr.el (lpr-page-header-switches): Page title switch is one of them.
8032         (print-region-1): Substitute `%s' with the page title.
8034 2006-09-09  Matt Hodges  <MPHodges@member.fsf.org>
8036         * locate.el (locate-current-search): New variable.
8037         (locate): Set buffer local value.  Use current buffer if it is
8038         in Locate mode.
8039         (locate-mode): Disable undo here.
8040         (locate-do-setup): Use locate-current-filter from buffer to be killed.
8041         (locate-update): Use locate-current-search and locate-current-filter.
8043 2006-09-08  David Kastrup  <dak@gnu.org>
8045         * desktop.el (desktop-read): When loading a desktop, disable
8046         saving it while the load progresses, and switch off a pending lazy
8047         load by calling `desktop-lazy-abort'.
8049 2006-08-27  Martin Rudalics  <rudalics@gmx.at>
8051         * window.el (mouse-autoselect-window-timer)
8052         (mouse-autoselect-window-position)
8053         (mouse-autoselect-window-window)
8054         (mouse-autoselect-window-now): New vars.
8055         (mouse-autoselect-window-cancel)
8056         (mouse-autoselect-window-select)
8057         (mouse-autoselect-window-start): New functions.
8058         (handle-select-window): Call `mouse-autoselect-window-start' when
8059         delayed window autoselection is enabled.
8061         * cus-start.el (mouse-autoselect-window): Handle delayed window
8062         autoselection.
8064         * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
8065         commands after which it is allowed to print in the echo area.
8067 2006-09-08  Richard Stallman  <rms@gnu.org>
8069         * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
8071         * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
8072         (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
8074         * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
8075         (cancel-timer-internal): Add doc string.
8076         (cancel-function-timers): Doc fix.
8077         (with-timeout-handler, timer-event-last*): Add doc strings.
8079         * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
8081         * files.el (risky-local-variable-p): Match ...-bindat-spec.
8083         * dired.el (dired-log-summary): Add doc string.
8085         * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
8086         (custom-group-menu-create): Not here.
8088 2006-09-08  Carsten Dominik  <dominik@science.uva.nl>
8090         * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
8092 2006-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8094         * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
8095         (mac-apple-event-map): Define its handler.
8097 2006-09-07  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8099         * net/ldap.el (ldap-search-internal): Handle `auth' key.
8101 2006-09-07  Magnus Henoch  <mange@freemail.hu>
8103         * net/rcirc.el (rcirc-activity-string): Don't quote value in case
8104         clause.
8106 2006-09-07  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
8108         * info.el (Info-index): Bind completion-ignore-case.
8110 2006-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
8113         previous commit.
8114         (inferior-prolog-guess-flavor): New fun left out of previous commit.
8115         (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
8116         burp in dedicated windows.
8117         (inferior-prolog-self-insert-command): New command.
8118         (inferior-prolog-mode-map): Use it.
8120 2006-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8122         * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
8124         * international/code-pages.el: Add cp858.
8126 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8128         * dnd.el: Fix bootstrapping.
8130 2006-09-07  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8132         * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
8133         (dnd-open-remote-url): New function.
8134         (dnd-open-remote-file-function): Set to dnd-open-remote-url if
8135         not windows-nt.
8137 2006-09-07  Jason Rumney  <jasonr@gnu.org>
8139         * dnd.el (dnd-open-remote-file-function): New variable.
8140         (dnd-open-unc-file): New function.
8141         (dnd-open-file): Call dnd-open-remote-file-function if set.
8143 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
8145         * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
8146         pgg-passphrase-coding-system rather than locale-coding-system.
8147         * pgg-def.el (pgg-passphrase-coding-system): New user option.
8149 2006-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8151         * progmodes/prolog.el: Remove * in docstrings.
8152         (prolog-program-name): Add SWI prolog.
8153         (prolog-mode-menu): New menu.
8154         (prolog-mode): Set comment-add.
8155         (prolog-indent-line): Simplify.  Use indent-line-to.
8156         (inferior-prolog-buffer): New var.
8157         (inferior-prolog-run, inferior-prolog-process): New funs.
8158         (run-prolog, switch-to-prolog): Rewrite, using them.
8159         (prolog-consult-region): Use inferior-prolog-buffer.
8160         (inferior-prolog-load-file): New function.
8161         (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
8163         * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
8164         last word, if it's not the end of the paragraph.
8166         * files.el (abbreviate-file-name): Don't mistakenly match newlines in
8167         file name.
8169 2006-09-06  Ralf Angeli  <angeli@caeruleus.net>
8171         * frame.el (display-mm-dimensions-alist): New defcustom.
8172         (display-mm-height, display-mm-width): Use it.
8174 2006-09-06  Simon Josefsson  <jas@extundo.com>
8176         * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
8178 2006-09-06  Nick Roberts  <nickrob@snap.net.nz>
8180         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8181         (gdb-var-list-children-regexp-1): Tweak regexps to catch full
8182         string values.
8184 2006-09-06  Kim F. Storm  <storm@cua.dk>
8186         * simple.el (line-move-partial): New function to do vscrolling for
8187         partially visible images / tall lines.  Rewrite based on code
8188         previously in line-move.  Simplify backwards vscrolling.
8189         (line-move): Use it.  Simplify.
8191 2006-09-05  Kim F. Storm  <storm@cua.dk>
8193         * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
8195 2006-09-05  Chong Yidong  <cyd@stupidchicken.com>
8197         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8198         Process the `gcc-include' after the `gnu' rule.
8200 2006-09-05  Kim F. Storm  <storm@cua.dk>
8202         * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
8204 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
8206         * pgg.el (pgg-clear-string): Alias to clear-string for backward
8207         compatibility.
8209         * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
8210         inhibit-redisplay; encode passphrase with locale-coding-system.
8212 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8214         * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
8216 2006-09-05  Nick Roberts  <nickrob@snap.net.nz>
8218         * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
8219         (gdb-var-list-children-regexp): Make type field optional.
8221         * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
8222         e.g public, protected in C++.
8224 2006-09-04  John Paul Wallington  <jpw@pobox.com>
8226         * simple.el (completion-show-help): New defcustom.
8227         (completion-setup-function): Heed it.
8229 2006-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
8231         * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
8233 2006-09-04  Richard Stallman  <rms@gnu.org>
8235         * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
8236         (rsf-min-region-to-spam-list): Doc fix.
8237         (rsf-add-content-type-field): Doc fix.
8239         * simple.el (kill-region): Explicitly test there is a region.
8241 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
8243         * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
8244         sendmail in several common directories.
8246         * mail/sendmail.el (sendmail-program): Moved here from paths.el.
8248         * paths.el (sendmail-program): Removed.
8250 2006-09-04  Daiki Ueno  <ueno@unixuser.org>
8252         * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
8253         Das.  http://article.gmane.org/gmane.emacs.gnus.general/49947
8254         http://article.gmane.org/gmane.emacs.gnus.general/50457
8256 2006-09-03  Chong Yidong  <cyd@stupidchicken.com>
8258         * cus-edit.el (custom-group-menu-create): Avoid deactivating the
8259         mark after running the menu filter.
8261 2006-09-03  Juri Linkov  <juri@jurta.org>
8263         * international/quail.el (quail-defrule-internal): Add a check
8264         if a key is a vector.
8266 2006-09-02  Juri Linkov  <juri@jurta.org>
8268         * man.el (Man-topic-history): New variable.
8269         (man): Use it.
8271         * woman.el (woman-topic-history): Change defvar to defvaralias
8272         for symbol `Man-topic-history'.
8274         * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
8275         `comint-last-output-start' is a marker by using `markerp' and
8276         check if it has a position by using `marker-position', and use
8277         this position for `goto-char'.
8279         * international/quail.el (quail-defrule-internal): Add missing
8280         `error' call for null key.
8282 2006-09-02  Ryan Yeske  <rcyeske@gmail.com>
8284         * rcirc.el (rcirc-keywords): New variable.
8285         (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
8286         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
8287         variables.
8288         (rcirc-responses-no-activity): New function.
8289         (rcirc-handler-generic): Check for responses in above.
8290         (rcirc-process-command): Add ?: character to arguments of raw
8291         server commands.
8292         (rcirc-format-response-string): Use `rcirc-bright-nicks' and
8293         `rcirc-dim-nicks'.
8294         (rcirc-gray-toggle): Remove unused variable.
8295         (rcirc-print): Remove some tracking logic, which is moved into
8296         markup functions.
8297         (rcirc-activity-types): Was `rcirc-activity-type', now a list of
8298         types.
8299         (rcirc-activity-string): Look for 'keyword in activity-types.
8300         (rcirc-window-configuration-change): Don't erase overlay-arrow
8301         unnecessarily.
8302         (rcirc-add-or-remove): New function.
8303         (rcirc-cmd-ignore): Use it.
8304         (rcirc-message-leader): Remove unused function.
8305         (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
8306         (rcirc-add-face): New function.
8307         (rcirc-facify): Use rcirc-add-face.
8308         (rcirc-url-regexp): Add parens.
8309         (rcirc-map-regexp): Remove function.
8310         (rcirc-mangle-regexp): Remove function.
8311         (rcirc-markup-text-functions): New variable.
8312         (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
8313         (rcirc-markup-body-text, rcirc-markup-attributes)
8314         (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
8315         (rcirc-markup-bright-nicks): New markup handler functions.
8316         (rcirc-nick-in-message-full-line): New face.
8317         (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
8318         (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
8320 2006-09-02  Martin Rudalics  <rudalics@gmx.at>
8322         * cus-start.el (hscroll-margin, hscroll-step)
8323         (mode-line-in-non-selected-windows, mouse-autoselect-window)
8324         (x-use-underline-position-properties): Change version to "22.1"
8325         since they will appear there for the first time.
8327 2006-09-01  Chong Yidong  <cyd@stupidchicken.com>
8329         * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
8331 2006-08-31  Richard Stallman  <rms@gnu.org>
8333         * cus-edit.el (custom-save-variables): Slight cleanup.
8334         (Custom-no-edit): Renamed from custom-no-edit.
8335         (Custom-newline): Renamed from custom-newline.
8336         (custom-mode-map): Use new names.
8338         * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
8339         about customization, rather than M-x customize, in the doc string
8340         made for the defcustom.
8342         * emacs-lisp/trace.el (trace-function-background): Doc fix.
8344 2006-08-31  Romain Francoise  <romain@orebokech.com>
8346         * dired-x.el (dired-guess-shell-alist-default): Update.
8348 2006-08-31  Michael Mauger  <mmaug@yahoo.com>
8350         * custom.el (custom-theme-set-variables): Autoload packages before
8351         sorting the variables.
8353 2006-08-30  Michael Kifer  <kifer@cs.stonybrook.edu>
8355         * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
8356         chars if XEmacs.
8357         (viper-after-change-undo-hook): Check if undo-in-progress is bound.
8359 2006-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8361         * progmodes/python.el (python-eldoc-function): Re-enable quit while
8362         waiting for process.
8364 2006-08-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8366         * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
8367         results in ASCII-only string, encode original one directly.
8369 2006-08-29  Romain Francoise  <romain@orebokech.com>
8371         * startup.el (normal-splash-screen, fancy-splash-screens):
8372         Make buffer read-only and arrange to enter view mode if necessary.
8374 2006-08-29  Chong Yidong  <cyd@stupidchicken.com>
8376         * hl-line.el (hl-line): New face.
8377         (hl-line-face): Use it.
8379         * image-mode.el (image-mode): Fix last fix.
8380         Suggested by Kim F. Storm.
8382 2006-08-29  Michael Albinus  <michael.albinus@gmx.de>
8384         Sync with Tramp 2.0.54.
8386         * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
8387         of `=', because `tramp-get-remote-gid' might not always return an
8388         integer when expected.
8389         (tramp-register-file-name-handlers): `partial-completion-mode' is
8390         unknown to XEmacs.
8391         (tramp-time-diff): Don't use `floor', it might fail for large
8392         differences.
8393         (tramp-handle-make-auto-save-file-name): For Emacs 21, set
8394         `tramp-auto-save-directory' if unset in order to guarantee unique
8395         auto-save file names.
8397 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8399         * image-mode.el (image-mode): Display image as text on a terminal.
8401 2006-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * progmodes/python.el (python-send-command): Simplify.
8404         (run-python): Don't generate a new buffer unless `new' was specified.
8405         Make sure we send `import emacs' to the proper process.
8407         * progmodes/python.el (python-send-command): Don't wait for the command
8408         to terminate.  Don't fiddle with compilation-parsing-end.
8410 2006-08-28  Chong Yidong  <cyd@stupidchicken.com>
8412         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8413         Insert commentary after first line summary.
8415         * woman.el (woman-follow): New function, based on `man-follow'.
8416         (woman-mode-map): Use it.
8418         * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
8419         since ibuffer-do-sort-by-recency does not define a sorter.
8421 2006-08-28  Kim F. Storm  <storm@cua.dk>
8423         * find-dired.el (find-dired): Use shell-quote-argument to properly
8424         escape ( and ) args.  Also use it on {} and ; args in default
8425         value of find-ls-option string.
8426         (find-grep-dired): Use shell-quote-argument on {} and ; args.
8428 2006-08-27  Michael Olson  <mwolson@gnu.org>
8430         * emacs-lisp/tq.el: Small grammar fix in comments.
8431         (tq-enqueue): Check for existence of queue rather than the
8432         head queue item's question, which was a no-op.
8433         (tq-filter, tq-process-buffer): Make sure the process buffer
8434         exists before making it the current buffer.
8436 2006-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8438         * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
8439         (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
8440         (special-event-map): Apply 2006-08-16 change for x-win.el.
8442 2006-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         * progmodes/python.el (python-send-receive): Wait in the
8445         process's buffer so as to check the right buffer-local variables.
8447 2006-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8449         * emacs-lisp/checkdoc.el: Remove * in defcustoms.
8450         (defgroup checkdoc): Move to beginning.
8452         * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
8453         (python-preoutput-continuation): Remove.
8454         (python-preoutput-filter): Simplify correspondingly.
8455         Remove handling of _emacs_ok.  Make sure we skip _emacs_out's prompts.
8456         Loop around to catch embedded _emacs_out output.
8457         (run-python): Send the import&print command on a single line.
8458         (python-send-command): Send command&print on a single line.
8459         (python-send-string): Only add double \n if needed.
8460         (python-send-receive): Loop until the result comes.
8461         (python-mode-running): Defvar it.
8462         (python-setup-brm): Remove unused var `menu'.
8463         Only bind py-mode-map and `features' around brm-init.
8464         (python-calculate-indentation): Remove unused var `point'.
8465         (python-beginning-of-defun): Remove unused var `def-line'.
8467 2006-08-25  Richard Stallman  <rms@gnu.org>
8469         * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
8471 2006-08-25  Michael Kifer  <kifer@cs.stonybrook.edu>
8473         * viper.el (viper-set-hooks): Use frame bindings for
8474         viper-vi-state-cursor-color.
8475         (viper-non-hook-settings): Don't set default
8476         mode-line-buffer-identification.
8478         * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
8479         (viper-set-cursor-color-according-to-state)
8480         (viper-get-saved-cursor-color-in-replace-mode)
8481         (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
8482         viper-emacs-state-cursor-color.
8484         * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
8485         (viper-undo): Use point if undo-beg-posn is nil.
8486         (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
8487         (viper-after-change-undo-hook): Don't use
8488         viper-emacs-state-cursor-color by default.
8489         (viper-undo): More sensible positioning after undo.
8491         * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
8492         (viper-emacs-state-cursor-color): Default to nil, since this feature
8493         doesn't work well yet.
8495         * ediff-mult.el (ediff-intersect-directories)
8496         (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
8497         always expand filenames.
8499 2006-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8501         * tumme.el: Remove * in defcustoms's docstrings.
8503 2006-08-24  Chong Yidong  <cyd@stupidchicken.com>
8505         * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
8506         Accept internal time format for SECS arg.
8507         (timer-relative-time): Doc fix.
8509         * jit-lock.el: "Stealth fontification by requeuing timers" patch,
8510         adapted from Martin Rudalics.
8511         (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
8512         (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
8513         (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
8514         using sit-for.
8516 2006-08-24  Francesc Rocher  <francesc.rocher@gmail.com>
8518         * cus-start.el (all): Add `overline-margin' and
8519         `x-underline-at-descent-line'.
8521 2006-08-24  Kim F. Storm  <storm@cua.dk>
8523         * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
8524         to mean "use find -exec"; nil now unambiguously means auto-detect.
8525         (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
8526         Use shell-quote-argument to build grep-find-command and
8527         grep-find-template.
8528         (rgrep): Use shell-quote-argument to properly quote arguments to find.
8529         Reported by Tom Seddon.
8531 2006-08-23  Chong Yidong  <cyd@stupidchicken.com>
8533         * startup.el (fancy-splash-head): Give instructions for dismissing
8534         the splash screen for default startup too.
8535         (display-startup-echo-area-message, fancy-splash-screens)
8536         (use-fancy-splash-screens-p): New arg hide-on-input.  If nil, show
8537         all splash text at once and keep the splash buffer around.
8538         (command-line-1): Give display-startup-echo-area-message a t arg.
8540 2006-08-23  Carsten Dominik  <dominik@science.uva.nl>
8542         * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
8543         gnus frame is selected.
8545 2006-08-23  Nick Roberts  <nickrob@snap.net.nz>
8547         * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
8549 2006-08-22  Kim F. Storm  <storm@cua.dk>
8551         * ido.el (ido-set-matches-1): Fix full matching for subdirs.
8552         Add suffix matching for subdirs.
8554 2006-08-22  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8556         * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
8557         mouse-yank-at-point is non-nil.
8559 2006-08-22  Nick Roberts  <nickrob@snap.net.nz>
8561         * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
8562         a bit wider and remove fringes to fit initial output on line.
8564 2006-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * frame.el (blink-cursor-end): Only ignore the error we care about.
8567         (blink-cursor-mode): Use blink-cursor-end to simplify the code.
8569 2006-08-21  Richard Stallman  <rms@gnu.org>
8571         * whitespace.el (whitespace-cleanup): Doc fix.
8573 2006-08-20  Ryan Yeske  <rcyeske@gmail.com>
8575         * net/rcirc.el (rcirc-show-maximum-output): New var.
8576         (rcirc-buffer-process): If no buffer argument is supplied, use
8577         current-buffer.
8578         (rcirc-complete-nick): Complete to the last completed nick first.
8579         (rcirc-mode): Preserve the value of `rcirc-urls' across
8580         connections.  Setup scroll function.
8581         (rcirc-scroll-to-bottom): New function.
8582         (rcirc-print): Use nick syntax around regexp work.
8583         Notice dim-nicks speaking only if they say our nick.
8584         (rcirc-update-activity-string): Do not show the modeline indicator
8585         if there are no live rcirc processes.
8586         (rcirc-cmd-ignore): Ignore case.
8587         (rcirc-browse-url-at-point): Fix off-by-one error.
8589 2006-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8591         * progmodes/python.el: Remove * in defcustom docstrings.
8592         (run-python, python-proc, python-try-complete): Use derived-mode-p.
8593         (python-mode): Set tab-width and indent-tabs-mode.
8595 2006-08-20  Dave Love  <fx@gnu.org>
8597         * progmodes/python.el: Update to Dave Love's latest version.
8598         (python-font-lock-keywords, python-mode): Don't use
8599         font-lock-syntax-table, but match symbol elements explicitly instead.
8600         (python-mode-map): Add help, and a few more key bindings.
8601         (python-skip-comments/blanks): Move out of comments as well.
8602         (python-continuation-line-p): Behave better with unbalanced parens.
8603         (python-blank-line-p): New fun.
8604         (python-open-block-statement-p): Don't use a heuristic.
8605         (python-outdent-p): Better handle blocks-in-the-same-line.
8606         (python-calculate-indentation): Misc improvements.
8607         (python-comment-indent): Remove.
8608         (python-block-pairs): New var.
8609         (python-first-word): New fun.
8610         (python-indentation-levels): Handle more common cases.
8611         (python-indent-line-1): Add `leave' argument.
8612         (python-indent-region): New fun.
8613         (python-skip-out): New fun.
8614         (python-beginning-of-statement, python-end-of-statement): Use it.
8615         (python-next-statement): Return correct count even at eob.
8616         (python-end-of-block): Fix paren-typo.
8617         (python-imenu-create-index): Add module variables.
8618         (run-python): Add `new' arg.
8619         Check we're at a prompt before returning.
8620         (python-send-command): Move to end of buffer.
8621         Wait for prompt to return.
8622         (python-set-proc): New fun.
8623         (python-imports): New var.
8624         (python-describe-symbol): Use it.  Adjust to new interface of `ehelp'.
8625         (python-eldoc-function): Try to move out of arg list.
8626         (python-outline-level): Offset by 1.
8627         (python-find-imports): New fun.
8628         (python-symbol-completions): Use python-imports.
8629         (python-module-path, ffap-alist): Add support for ffap.
8630         (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8631         (python-insert-*, python-default-template, python-expand-template):
8632         Add templates/skeletons.
8633         (python-setup-brm): Support for Bicycle Repair Man.
8634         (python-abbrev-syntax-table): New var.
8635         (python-abbrev-pc-hook, python-pea-hook): New funs.
8637 2006-08-20  Chong Yidong  <cyd@stupidchicken.com>
8639         * frame.el (blink-cursor-start): Set timer first.
8640         (blink-cursor-end): Ignore timer cancelling errors.
8641         Suggested by Ken Manheimer.
8643 2006-08-20  Juanma Barranquero  <lekktu@gmail.com>
8645         * newcomment.el (comment-box): Call `comment-normalize-vars'.
8646         Add autoload cookie.
8648 2006-08-20  Richard Stallman  <rms@gnu.org>
8650         * simple.el (line-number-at-pos): Doc fix.
8652         * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8653         timer-activate-when-idle, so timer can run before Emacs becomes
8654         non-idle again.
8656 2006-08-18  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
8658         * whitespace.el (whitespace-cleanup-internal): New optional arg
8659         REGION-ONLY.  If it's non-nil, modify the message to the user
8660         accordingly.
8661         (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8662         a non-nil argument.
8664 2006-08-18  Gustav H\e,Ae\e(Bllberg  <gustav@gmail.com>  (tiny change)
8666         * rect.el (spaces-string): Simplify and add doc string.
8668 2006-08-17  Romain Francoise  <romain@orebokech.com>
8670         * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8672 2006-08-17  Richard Stallman  <rms@gnu.org>
8674         * compare-w.el (compare-windows): lambda's take an arg and pass
8675         it to compare-windows-skip-whitespace.
8677 2006-08-17  Martin Rudalics  <rudalics@gmx.at>
8679         * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8680         the right buffer.
8682 2006-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8684         * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8685         removed files.
8687 2006-08-17  Nick Roberts  <nickrob@snap.net.nz>
8689         * progmodes/gdb-ui.el (gdb-locals-watch-map)
8690         (gdb-locals-watch-map-1): Suppress keymap first.
8691         (gdb-edit-locals-map-1): New variable.
8692         (gdb-edit-locals-value): New function.
8693         (gdb-stack-list-locals-handler): Use them.
8695 2006-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8697         * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8698         cursor would normally be drawn in the fringe.
8700         * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8701         Reported by Martin Rudalics <rudalics@gmx.at>.
8703 2006-08-16  Richard Stallman  <rms@gnu.org>
8705         * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8706         (special-event-map): Process drag-n-drop events this way.
8708         * simple.el (move-beginning-of-line): Test whether fields
8709         would prevent motion back to line's first visible character.
8710         If so, stop where the fields would stop the motion.
8712         * newcomment.el (comment-indent): Fully update INDENT
8713         before checking to see if it will change the text.
8715         * cus-edit.el (custom-newline): New function.
8716         (custom-mode-map): Bind newline to custom-newline.
8718         * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8719         into ignore-whitespace.
8720         Check each buffer for its skip-function.
8721         Handle compare-windows-skip-whitespace special-case test
8722         by returning t from default skip function.
8724 2006-08-15  Carsten Dominik  <dominik@science.uva.nl>
8726         * textmodes/org.el (org-clock-special-range)
8727         (org-clock-update-time-maybe): New functions.
8728         (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8729         not only a-z.
8730         (org-agenda-get-blocks): Allow multiple blocks per headline.
8731         (org-timestamp-change): Call `org-clock-update-time-maybe'.
8732         (org-export-html-title-format)
8733         (org-export-html-toplevel-hlevel): New options.
8734         (org-export-language-setup): Add support for Czech.
8735         (org-mode, org-insert-todo-heading, org-find-visible)
8736         (org-find-invisible, org-invisible-p, org-invisible-p2)
8737         (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8738         (org-show-subtree, org-show-entry, org-make-options-regexp):
8739         Remove compatibility support for old outline-mode.
8740         (org-check-occur-regexp): Funtion removed.
8741         (org-on-heading-p, org-back-to-heading): Made defalias.
8742         (org-set-local): New defsubst.
8743         (org-set-regexps-and-options, org-mode)
8744         (org-set-font-lock-defaults, org-edit-agenda-file-list)
8745         (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8746         (org-remember-apply-template, org-table-edit-field)
8747         (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8748         (org-set-autofill-regexps): Use `org-set-local'.
8749         (org-table-eval-formula): Fix bug with parsing of display flags.
8751 2006-08-15  Nick Roberts  <nickrob@snap.net.nz>
8753         * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8754         frame with fringe arrow.  Suggested by Simon Marshall
8755         <simon.marshall@misys.com>.
8756         (gdb-stack-position): New variable.
8757         (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8758         (gdb-frames-mode): Set gdb-stack-position to nil.
8759         Add to overlay-arrow-variable-list
8760         (gdb-reset): Delete gdb-stack-position from above list.
8762 2006-08-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8764         * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8765         read only.
8767 2006-08-13  Romain Francoise  <romain@orebokech.com>
8769         * cus-theme.el (customize-create-theme)
8770         (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8772         * filesets.el (filesets-add-buffer): Ditto.
8774         * pcvs.el (cvs-change-cvsroot): Ditto.
8776 2006-08-13  Nick Roberts  <nickrob@snap.net.nz>
8778         * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8779         (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8780         (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8781         expressions.
8782         (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8783         Only search till end of line.
8784         Add face to function names in case of no filename.
8785         Add face to variable names of watchpoints.
8787 2006-08-12  Robert Thorpe  <rthorpe@realworldtech.com>  (tiny change)
8789         * cus-start.el <indent-tabs-mode>: Move to the `indent'
8790         customization group.
8792 2006-08-12  Ken Manheimer  <ken.manheimer@gmail.com>
8794         * allout.el (allout-prior-bindings, allout-added-bindings):
8795         Remove, after long deprecation.
8796         (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8797         Add customization vars controlling allout-beginning-of-line and
8798         allout-end-of-line conveniences.
8799         (allout-header-prefix, allout-use-mode-specific-leader)
8800         (allout-use-mode-specific-leader, allout-mode-leaders):
8801         Revise docstrings.
8802         (allout-infer-header-lead): Change to be an alias for
8803         allout-infer-header-lead-and-primary-bullet.
8804         (allout-infer-header-lead-and-primary-bullet): New version of
8805         allout-infer-header-lead which assigns the primary bullet to the
8806         same as the header lead, when its being changed.
8807         (allout-infer-body-reindent): Apply regexp-quote instead of
8808         unconditionally prepending "\\", so that all literal
8809         allout-header-prefix and allout-primary-bullet strings are
8810         properly handled.
8811         (allout-add-resumptions): Add optional qualifier for extending or
8812         appending to existing values, rather than replacing them.
8813         (allout-view-change-hook): Clarify docstring.
8814         (allout-exposure-change-hook): Take explicit arguments, via
8815         run-hook-with-args.
8816         (allout-structure-added-hook)
8817         (allout-structure-deleted-hook)
8818         (allout-structure-shifted-hook): New hooks analogous to
8819         allout-exposure-change-hook for other kinds of structural outline
8820         edits.
8821         (allout-encryption-plaintext-sanitization-regexps): New encryption
8822         customization variable, by which cooperating modes can provde
8823         massage of the plaintext without actually being passed it.
8824         (allout-encryption-ciphertext-rejection-regexps)
8825         (allout-encryption-ciphertext-rejection-ceiling): New encryption
8826         customization variables, by which cooperating modes can prohibit
8827         rare but possible ciphertext patterns from fouling their
8828         operation, with actually being passed the ciphertext.
8829         (allout-mode): Run activation and deactivation hooks after the
8830         minor-mode variable has been toggled, to clarify the mode
8831         disposition.  The new encryption ciphertext rejection variable is
8832         used to ensure that the ciphertext does not contain text that
8833         would be recognized as outline structural elements by allout.
8834         Substite allout-beginning-of-line and allout-end-of-line for
8835         conventionall beginning-of-line and end-of-line bindings.
8836         If allout-old-style-prefixes is non-nil, don't nullify it on mode
8837         activation!
8838         (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8839         (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8840         (allout-chart-subtree): Implement new mode, charting only the
8841         visible items in the subtree, when new 'visible' parameter is non-nil.
8842         (allout-end-of-subtree): Properly handle the last item in the buffer.
8843         (allout-pre-command-business, allout-command-counter):
8844         Increment an advertised counter so that cooperating enhancements can
8845         track revisions of items.
8846         (allout-open-topic): Run allout-structure-added-hook with suitable
8847         arguments.
8848         (allout-shift-in): Run allout-structure-shifted-hook with suitable
8849         arguments.
8850         (allout-shift-out): Fix doubling for negative args and ensure call
8851         of allout-structure-shifted-hook by solely using allout-shift-in.
8852         (allout-kill-line, allout-kill-topic):
8853         Run allout-structure-deleted-hook with suitable arguments.
8854         (allout-yank-processing): Run allout-structure-added-hook with
8855         proper arguments.
8856         (allout-yank): Enclose activity in allout-unprotected.
8857         (allout-flag-region): Run allout-exposure-change-hook with
8858         suitable arguments, instead of making the callee infer the arguments.
8859         (allout-encrypt-string):
8860         Support allout-encryption-plaintext-sanitization-regexps,
8861         allout-encryption-ciphertext-rejection-regexps, and
8862         allout-encryption-ciphertext-rejection-ceiling.  Indicate correct
8863         en/de cryption mode in symmetric encryption failure message.
8864         (allout-obtain-passphrase): Use copy-sequence to get a distinct
8865         copy of the passphrase, and don't zero it or we'll corrupt the
8866         stashed copy.
8867         (allout-create-encryption-passphrase-verifier)
8868         (allout-verify-passphrase): Respect the new signature for
8869         allout-encrypt-string.
8870         (allout-get-configvar-values): Convenience for getting a
8871         configuration variable value and handling its absence gracefully.
8873 2006-08-11  Romain Francoise  <romain@orebokech.com>
8875         * obsolete/zone-mode.el: Delete.
8877 2006-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8879         * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8881 2006-08-11  Thien-Thi Nguyen  <ttn@gnu.org>
8883         * emacs-lisp/bindat.el (bindat-ip-to-string):
8884         Use `format-network-address' if possible.
8886 2006-08-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8888         * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8890 2006-08-10  Chong Yidong  <cyd@stupidchicken.com>
8892         * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8893         restore unread-command-events here.
8894         (edebug-display): Do it here, to detect sit-for interruptions.
8896 2006-08-10  Romain Francoise  <romain@orebokech.com>
8898         * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8899         (dns-mode-soa-auto-increment-serial): New user option.
8900         (dns-mode-soa-maybe-increment-serial): New function.
8901         (dns-mode): Add the latter to `write-contents-functions'.
8903         * obsolete/zone-mode.el: Move to obsolete/ from net/.
8904         Delete autoload cookies.
8906 2006-08-10  John Wiegley  <johnw@newartisans.com>
8908         * eshell/em-glob.el (eshell-glob-chars-list)
8909         (eshell-glob-translate-alist): Add support for [^g] in character globs.
8911 2006-08-10  Richard Stallman  <rms@gnu.org>
8913         * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8914         (facemenu-set-face): Doc fix.
8915         (facemenu-listed-faces): Doc fix.
8917 2006-08-09  Chong Yidong  <cyd@stupidchicken.com>
8919         * avoid.el (mouse-avoidance-animating-pointer): New var.
8920         (mouse-avoidance-nudge-mouse): Use it.
8921         (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8922         (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8923         (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8924         Don't activate if currently animating.  All callers changed.
8926 2006-08-09  John Wiegley  <johnw@newartisans.com>
8928         * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8929         variable, which causes timeclock to report elapsed time worked,
8930         instead of just work remaining.
8932 2006-08-09  Kenichi Handa  <handa@m17n.org>
8934         * international/latexenc.el (latexenc-find-file-coding-system):
8935         Fix for the case that the 2nd element of arg-list is a cons.
8937 2006-08-08  Chong Yidong  <cyd@stupidchicken.com>
8939         * info.el (Info-fontify-node): Handle preceding `in' for note
8940         reference hiding rules.
8942 2006-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8945         mistake a closing " for an opening one.
8947 2006-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
8949         * term/xterm.el (terminal-init-xterm): Add more key bindings.
8951 2006-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8953         * complete.el (PC-do-completion): Filter out completions matching
8954         completion-ignored-extensions before checking whether there are
8955         multiple completions.
8956         Don't use `list' unnecessarily when building completion tables.
8958 2006-08-06  Richard Stallman  <rms@gnu.org>
8960         * help.el (describe-mode): Make minor mode list more concise.
8962 2006-08-05  Chong Yidong  <cyd@stupidchicken.com>
8964         * bindings.el: Give mode-line-format, mode-line-modes, and
8965         mode-line-position `standard-value' properties.
8967 2006-08-05  Eli Zaretskii  <eliz@gnu.org>
8969         * buff-menu.el (list-buffers-noselect): For Info buffers, use
8970         "(file)node" instead of the file name.
8972 2006-08-05  Richard Stallman  <rms@gnu.org>
8974         * faces.el (escape-glyph): Doc fix.
8976 2006-08-04  Kenichi Handa  <handa@m17n.org>
8978         * international/mule-diag.el (describe-font): Improve docstring
8979         and error message.  Use frame-parameter (not frame-parameters).
8981 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8983         * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8984         Correctly mark the end-of-docstring char.
8986 2006-08-03  Chong Yidong  <cyd@stupidchicken.com>
8988         * simple.el (line-move-to-column): Constrain move-to-column to
8989         current field.
8991 2006-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8993         * font-lock.el (font-lock-beg, font-lock-end)
8994         (font-lock-extend-region-functions): New vars.
8995         (font-lock-extend-region-multiline)
8996         (font-lock-extend-region-wholelines): New functions.
8997         (font-lock-default-fontify-region): Use them.
8998         (font-lock-extend-jit-lock-region-after-change): Only round up
8999         if font-lock-default-fontify-region will do it as well.
9001         * font-lock.el (font-lock-extend-after-change-region-function):
9002         Rename from font-lock-extend-region-function.
9003         (font-lock-extend-region): Remove by inlining at call sites.
9004         (font-lock-after-change-function): Don't needlessly round up to a whole
9005         number of lines.
9006         (font-lock-extend-jit-lock-region-after-change): Be more careful about
9007         the boundary conditions and the interactions between the various ways
9008         to extend the region.
9010 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9012         * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
9013         modification status when forcing the second redisplay.
9015 2006-08-03  Kim F. Storm  <storm@cua.dk>
9017         * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
9019 2006-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
9022         doesn't look like a file name.
9024         * complete.el (PC-expand-many-files): Avoid signalling an error when
9025         the current directory doesn't exist.  Reported by Micha\e,Ak\e(Bl Cadilhac.
9027 2006-08-02  Andreas Schwab  <schwab@suse.de>
9029         * bindings.el (mode-line-format): Simplify reference to vc-mode.
9031 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9033         * bindings.el (map): Make mode-line-buffer-identification-keymap
9034         before defining propertized-buffer-identification.
9036 2006-08-01  Richard Stallman  <rms@gnu.org>
9038         * bindings.el (mode-line-format): Adjust spacing around vc-mode.
9040 2006-08-02  Nick Roberts  <nickrob@snap.net.nz>
9042         * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
9043         default value.
9044         (gdb-find-source-frame): New function.
9045         (menu): Add to menu bar.
9047 2006-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9049         * font-core.el (font-lock-extend-region-function)
9050         (font-lock-extend-region): Move to font-lock.el.
9052         * font-lock.el (font-lock-extend-region-function)
9053         (font-lock-extend-region): Move from font-core.el.  Simplify.
9055         * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
9056         if needed.
9057         (jit-lock-start, jit-lock-end): New dynamic scoped vars.
9058         (jit-lock-after-change-extend-region-functions): New hook.
9059         (jit-lock-after-change): Use it instead of hard-coding font-lock code.
9061         * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
9062         (font-lock-turn-on-thing-lock): Use it.
9064         * longlines.el (longlines-show-region): Make it work on read-only
9065         buffers as well.
9067 2006-08-01  Nick Roberts  <nickrob@snap.net.nz>
9069         * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
9071 2006-07-31  Richard Stallman  <rms@gnu.org>
9073         * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
9074         (vhdl-speedbar-display-projects): Update old obsolete
9075         speedbar variable names.
9077 2006-07-31  Nick Roberts  <nickrob@snap.net.nz>
9079         * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
9080         (gdb-stopped): Use it.
9082         * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
9084 2006-07-29  Chong Yidong  <cyd@stupidchicken.com>
9086         * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
9087         for load-history elements.
9089 2006-07-29  Eli Zaretskii  <eliz@gnu.org>
9091         * files.el (convert-standard-filename): For Cygwin, replace
9092         characters not allowed in Windows file names.
9093         (make-auto-save-file-name): Add Cygwin to the list of systems
9094         where the auto-save file name needs to be run through
9095         convert-standard-filename.
9097 2006-07-29  Lennart Borgman  <lennart.borgman.073@student.lu.se>
9099         * window.el (bw-get-tree): Don't integerp subtree if it's nil.
9101 2006-07-28  Richard Stallman  <rms@gnu.org>
9103         * bindings.el (mode-line-frame-identification)
9104         (propertized-buffer-identification): Centralize the code
9105         to initialize the variable.
9107         * progmodes/grep.el (grep-default-command): Catch errors from
9108         wildcard-to-regexp.
9110 2006-07-29  Kim F. Storm  <storm@cua.dk>
9112         * progmodes/grep.el (grep-tag-default): New function.
9113         (grep-default-command, grep-read-regexp): Use it.
9114         (grep-read-files): Use car of grep-files-history or grep-files-aliases
9115         as default if nothing else applies.
9117 2006-07-28  Bill Atkins  <atkinw@rpi.edu>  (tiny change)
9119         * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9120         Throw error if buffer is not in Dired and Wdired mode, respectively.
9122 2006-07-28  Chong Yidong  <cyd@stupidchicken.com>
9124         * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
9125         self-insert-command keys don't activate buttons.
9126         (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
9128 2006-07-29  Nick Roberts  <nickrob@snap.net.nz>
9130         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
9131         faces for enable character.
9133 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9135         * Makefile.in (recompile): Update comment to reflect change
9136         on 2004-04-21.
9138 2006-07-27  Richard Stallman  <rms@gnu.org>
9140         * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
9141         (customize-package-emacs-version): Change msg when pkg has no entry.
9142         (custom-no-edit): On a button, do like widget-button-press.
9144 2006-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9146         * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
9147         S-tab and C-S-tab.
9149 2006-07-28  Nick Roberts  <nickrob@snap.net.nz>
9151         * progmodes/which-func.el (which-function): Fix documentation/
9152         comment typo.
9154 2006-07-26  Richard Stallman  <rms@gnu.org>
9156         * textmodes/ispell.el (ispell-word): If we replace the word,
9157         move point to the end.  Insert before deleting.
9159 2006-07-26  Chong Yidong  <cyd@stupidchicken.com>
9161         * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9162         a timer.
9164 2006-07-26  Mathias Dahl  <mathias.dahl@gmail.com>
9166         * tumme.el (tumme-backward-image): Add prefix argument.  Add error
9167         when at first image.
9168         (tumme-forward-image): Add prefix argument.  Add error when at last
9169         image.
9171 2006-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9173         * tabify.el (tabify-regexp): Use more specific regexps.
9174         (tabify): Avoid modifying the buffer unnecessarily.
9176 2006-07-25  Mathias Dahl  <mathias.dahl@gmail.com>
9178         * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
9179         (tumme-format-properties-string): Handle empty `buf'.
9180         (tumme-get-comment): Change variable names inside `let'.
9181         Add missing `let' variable that cause font-lock problems.
9182         (tumme-write-comments): Change variable names inside `let'.
9183         Add missing `let' variable that cause font-lock problems.
9184         (tumme-forward-image): Rename from `tumme-forward-char'.
9185         (tumme-backward-image): Rename from `tumme-backward-char'.
9187 2006-07-25  Masatake YAMATO  <jet@gyve.org>
9189         * progmodes/ld-script.el (ld-script-keywords)
9190         (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
9191         and add comments.
9193 2006-07-25  Nick Roberts  <nickrob@snap.net.nz>
9195         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
9196         (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
9197         (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
9198         for status indicator.
9200 2006-07-24  Richard Stallman  <rms@gnu.org>
9202         * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
9204         * subr.el (dolist, dotimes): Use interned symbols for locals.
9205         (--dotimes-limit--, --dolist-tail--): New defvars.
9206         (looking-back): Doc fix.
9208         * replace.el (replace-match-string-symbols): Handle dotted lists.
9210 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9212         * tumme.el (tumme-write-tags): Add.
9213         (tumme-write-comments): Add.
9214         (tumme-tag-files): Change to use `tumme-write-tags'.
9215         (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
9216         (tumme-dired-comment-files): Change to use `tumme-write-comments'.
9217         (tumme-save-information-from-widgets): Change to use
9218         `tumme-write-comments' and `tumme-write-tags'.
9219         (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
9220         (tumme-write-tag): Remove.
9221         (tumme-write-comment): Remove.
9222         (tumme-display-previous-thumbnail-original): Remove empty line.
9223         (tumme-widget-list): Add punctuation.
9225 2006-07-24  Mathias Dahl  <mathias.dahl@gmail.com>
9227         * tumme.el (tumme-line-up): Add an extra check for end of buffer.
9229 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9231         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9232         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org>
9233         and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
9235 2006-07-23  Thien-Thi Nguyen  <ttn@gnu.org>
9237         * mouse.el (mouse-on-link-p): Doc fix.
9239 2006-07-23  Nick Roberts  <nickrob@snap.net.nz>
9241         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9242         Handle "C-h f `".
9244 2006-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9246         * ibuffer.el (ibuffer-formats): Use left alignment for the mode
9247         column.
9249 2006-07-22  Matt Hodges  <MPHodges@member.fsf.org>
9251         * textmodes/table.el: Add move-beginning-of-line and
9252         move-end-of-line to Point Motion Only Group.
9254 2006-07-22  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9256         * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
9258 2006-07-22  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
9260         * startup.el (user-mail-address): Initialize from the `EMAIL'
9261         environment variable first.  Document this.
9262         (command-line): Ditto.
9264 2006-07-22  Nick Roberts  <nickrob@snap.net.nz>
9266         * help-mode.el (help-function-def, help-variable-def)
9267         (help-face-def): Print a message in the minibuffer.
9269 2006-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9271         * term/xterm.el (terminal-init-xterm): Fix key bindings
9272         syntax.  Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
9274 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9276         * dos-w32.el (find-buffer-file-type-coding-system): Support calls
9277         where `(nth 1 command)' is a cons cell.  Doc fix.
9279         * textmodes/po.el (po-find-charset): Doc fix.
9281 2006-07-21  Ken Manheimer  <ken.manheimer@gmail.com>
9283         * allout.el (allout-unprotected, allout-e-o-prefix-p)
9284         (allout-beginning-of-current-line, allout-end-of-current-line)
9285         (allout-next-visible-heading, allout-open-topic)
9286         (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
9287         (allout-flag-current-subtree, allout-show-to-offshoot)
9288         (allout-hide-current-entry, allout-show-current-branches)
9289         (allout-hide-region-body, allout-old-expose-topic)
9290         (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
9291         (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
9292         containing `beginning-of-line' and `end-of-line' with
9293         `inhibit-field-text-motion' t.
9295 2006-07-21  Eli Zaretskii  <eliz@gnu.org>
9297         * frame.el (focus-follows-mouse): Document that it doesn't have
9298         any effect on MS-Windows.
9300 2006-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9302         * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
9304 2006-07-20  Jay Belanger  <belanger@truman.edu>
9306         * calc.el (calc-previous-alg-entry): Remove variable.
9308         * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
9309         New variables.
9310         (calc-alg-entry): Use `calc-alg-entry-history'.
9311         (calc-do-quick-calc): Use `calc-quick-calc-history'.
9312         Remove reference to `calc-previous-alg-entry'.
9313         (calcAlg-edit, calcAlg-enter): Remove reference to
9314         `calc-previous-alg-entry'.
9315         (calcAlg-previous): Use `previous-history-element' instead of
9316         `calc-previous-alg-entry'.
9317         (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
9318         Change keybinding for `calcAlg-plus-minus', add keybindings for
9319         `previous-history-element' and `next-history-element'.
9321         * calc-rewr.el (calc-match): Remove reference to
9322         `calc-previous-alg-entry'.
9324         * calc-sel.el (calc-selection-history): New variable.
9325         (calc-enter-selection, calc-sel-mult-both-sides)
9326         (calc-sel-add-both-sides): Use `calc-selection-history'.
9328         * calc-map.el (calc-get-operator-history): New variable.
9329         (calc-get-operator): Use `calc-get-operator-history'.
9331         * calcalg3.el (calc-curve-fit-history): New variable.
9332         (calc-curve-fit): Use `calc-curve-fit-history'.
9334 2006-07-20  Kenichi Handa  <handa@m17n.org>
9336         * international/mule-cmds.el (select-safe-coding-system): Fix the
9337         way of deciding eol-type of the coding system.
9339 2006-07-20  Alan Mackenzie  <acm@muc.de>
9341         * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
9342         (c-lang-setvar): New macro.
9343         (c-make-init-lang-vars-fun): Use the initialization forms in
9344         c-emacs-variable-inits in addition to those in c-lang-variable-inits.
9345         (comment-start, comment-end, comment-start-skip): Change these from
9346         c-lang-defvar's to c-lang-setvar's.
9348         * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
9349         which calls make-local-variable on the elements of
9350         c-emacs-variable-inits.
9351         (c-init-language-vars-for): Call this new macro.
9353 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9355         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9356         Try to rule out false positives due to time stamps.
9357         (compilation-mode-font-lock-keywords): Remove rules made redundant
9358         because of the above change.  Add `segmentation fault' to the known and
9359         highlighted compilation termination messages.
9361 2006-07-19  Kim F. Storm  <storm@cua.dk>
9363         * progmodes/grep.el (grep-find-ignored-directories):
9364         Add .svn and _darcs to list.
9366 2006-07-19  Mathias Dahl  <mathias.dahl@gmail.com>
9368         * dired.el (dired-mode-map): Add key binding `C-te' for
9369         `tumme-dired-edit-comment-and-tags'.
9371         * tumme.el (tumme-display-thumbnail-original-image): Make sure
9372         image display buffer is displayed before call to
9373         `tumme-display-image.
9374         (tumme-dired-display-image): Make sure image display buffer is
9375         displayed before call to `tumme-display-image.
9376         (tumme-mouse-display-image): Make sure image display buffer is
9377         displayed before call to `tumme-display-image.
9378         (tumme-widget-list): Add.
9379         (tumme-dired-edit-comment-and-tags): Add.
9380         (tumme-save-information-from-widgets): Add.
9382 2006-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9384         * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
9386 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9388         * progmodes/sh-script.el (sh-font-lock-keywords-1):
9389         Revert inadvertently installed patch hunk.
9391         * progmodes/compile.el (compilation-find-file): Handle the
9392         cases where the user selects a non-existent file.
9394 2006-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9396         * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
9398 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9400         * subr.el (sit-for): Just sleep-for if noninteractive.
9402 2006-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9404         * emacs-lisp/autoload.el (make-autoload): Use new arg.
9406         * custom.el (custom-autoload): Add `noset' argument.
9407         (custom-push-theme): Don't autoload the variable, let callers do it.
9408         (custom-theme-set-variables): Autoload the variable if necessary.
9410         * cus-edit.el (custom-variable-state-set): If the variable was
9411         originally set outside custom, but to the same value as the default,
9412         consider it to be standard.
9414         * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
9415         file *before* telling Emacs to add the autoloads, in case it fails.
9417         * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
9418         Use `cond', push', and `dolist'.
9420 2006-07-17  Richard Stallman  <rms@gnu.org>
9422         * image-mode.el (tar-superior-buffer, archive-superior-buffer):
9423         Add defvars to silence warnings.
9425 2006-07-17  Chong Yidong  <cyd@stupidchicken.com>
9427         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9428         Don't highlight "Compiling file" messages as error.
9430         * dired-aux.el (dired-compress-file): Confirm again if gzipped
9431         file already exists.
9433 2006-07-16  Thien-Thi Nguyen  <ttn@gnu.org>
9435         * find-file.el (ff-special-constructs): Doc fix.  Also, for C/C++
9436         entry, don't assign to free var; simply return the extracted filename.
9437         (ff-treat-as-special): Incorporate common preamble from callers.
9438         (ff-other-file-name, ff-find-the-other-file):
9439         Update call to ff-treat-as-special.
9441         * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
9443 2006-07-16  Mathias Dahl  <mathias.dahl@gmail.com>
9445         * tumme.el (tumme-get-comment): Fix bug.
9447 2006-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * files.el: Remove spurious * in docstrings.
9451 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9453         * allout.el (allout-run-unit-tests-on-load): Rectify docstring
9454         grammar.
9455         (allout-beginning-of-current-line): Beware beginning of buffer.
9456         Also, a comment is simplified.
9457         (allout-hotspot-key-handler): Only set allout-post-goto-bullet
9458         when appropriate.  (This fix enables use for other than
9459         bullet-hotspot operation.)
9460         (allout-hide-current-subtree): While escalating to sibling-close,
9461         make sure to situate on a topic.
9463 2006-07-14  Kim F. Storm  <storm@cua.dk>
9465         * emulation/cua-base.el (cua-delete-selection)
9466         (cua-toggle-set-mark): New defcustoms.
9467         (cua-rectangle-modifier-key): Add `alt' modifier.
9468         (cua-replace-region): Don't delete if cua-delete-selection is nil.
9469         (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
9470         Suggested by Klaus Zeitler <kzeitler@lucent.com>.
9472         * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
9474 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
9476         * allout.el: Require 'cl during byte-compilation/interactive load,
9477         for the `assert' macro.
9478         (allout-mode-deactivate-hook): New hook, run when allout mode
9479         deactivates.
9480         (allout-developer): New allout customization subgroup.
9481         (allout-run-unit-tests-on-load): New allout-developer
9482         customization variable, when true allout unit tests are run towards
9483         end of file load/eval.
9484         (allout-inhibit-auto-fill): Disable auto-fill activity even during
9485         auto-fill-mode.
9486         (allout-resumptions): Remove, to be replaced by...
9487         (allout-add-resumptions): Register variable settings to be
9488         reinstated by `allout-do-resumptions'.  The settings are made
9489         buffer-local, but the locality/globality of the suspended setting
9490         is restored on resumption.
9491         (allout-do-resumptions): Reinstate all settings suspended using
9492         `allout-add-resumptions'.
9493         (allout-test-resumptions): Unit tests (and intermediate variables)
9494         for resumptions.
9495         (allout-tests-globally-unbound, allout-tests-globally-true)
9496         (allout-tests-locally-true): Intermediate variables for
9497         resumptions unit tests.
9498         (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
9499         (allout-exposure-category): Replaces 'allout-overlay-category variable.
9500         (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
9501         instead of retired `allout-resumptions'.  For hook functions, use
9502         `local' parameter so hook settings are created and removed as
9503         buffer-local settings.  Revise (resumptions) setting
9504         auto-fill-function so it is set only if already active.  (The
9505         related fill-function settings are all made in either case, so
9506         that activating auto-fill-mode activity will have the custom
9507         allout-mode behaviors (hanging indent on topics, if configured for it).
9508         Remove all allout-exposure-category overlays on mode deactivation.
9509         (allout-hotspot-key-handler): New function extracted from
9510         `allout-pre-command-business', so the functionality can be used
9511         for other purposes, eg as a binding in an overlay.
9512         (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
9513         (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
9514         customization variable.
9515         (allout-run-unit-tests): Run the (currently quite small)
9516         repertoire of unit tests.  Called just before the provide iff user
9517         has customized `allout-run-unit-tests-on-load' non-nil.
9519 2006-07-14  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
9521         * emacs-lisp/authors.el (authors-aliases): Update.
9523 2006-07-14  Nick Roberts  <nickrob@snap.net.nz>
9525         * progmodes/gdb-ui.el (gdb-display-buffer): Check for
9526         gdb-source-window.  Add dedicated argument.
9527         (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
9528         (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
9529         (gdb-display-threads-buffer, gdb-display-memory-buffer)
9530         (gdb-display-locals-buffer): Use it.
9532         * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
9533         Set gdb-source-window.
9535 2006-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9537         * emacs-lisp/autoload.el (make-autoload): Remove special handling of
9538         minor modes, redundant with the custom-autoload line above.
9540 2006-07-12  Chong Yidong  <cyd@stupidchicken.com>
9542         * longlines.el (longlines-post-command-function): Handle open-line too.
9544 2006-07-12  Richard Stallman  <rms@gnu.org>
9546         * progmodes/grep.el (grep-last-buffer): Doc fix.
9548         * info.el (Info-try-follow-nearest-node): Doc fix.
9550         * emacs-lisp/edebug.el (edebug-instrument-function):
9551         Err if find-function-noselect gives no position.
9553         * emacs-lisp/find-func.el (find-function-search-for-symbol):
9554         If can't find definition, return nil for position.
9555         (find-function-do-it): Handle new return value
9556         of find-definition-noselect.
9557         (find-definition-noselect, find-variable-noselect): Doc fix.
9558         (find-function-noselect): Doc fix.
9560         * help-mode.el (help-variable-def): Handle find-variable-noselect
9561         returning no position.
9562         (help-function-def): Likewise for find-function-search-for-symbol.
9563         (help-face-def): Likewise.
9565         * help-fns.el (describe-variable): Handle find-variable-noselect
9566         returning no position.
9568         * files.el (locate-file-completion): Avoid duplicates in result.
9570         * cus-edit.el (custom-no-edit): New command.
9571         (custom-mode-map): Remap to custom-no-edit instead of
9572         using suppress-keymap.
9574 2006-07-12  Nick Roberts  <nickrob@snap.net.nz>
9576         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9577         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9578         (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
9580         * thumbs.el (thumbs-call-convert): Use shell-command-switch.
9582 2006-07-11  Kim F. Storm  <storm@cua.dk>
9584         * ido.el (ido-copy-current-file-name): Use buffer-name if
9585         buffer-file-name is nil.
9587 2006-07-11  Chong Yidong  <cyd@stupidchicken.com>
9589         * simple.el (undo-ask-before-discard): Set to nil.
9591         * vc.el (vc-exec-after): Don't delete process manually.
9592         (vc-print-log): Run log-view-mode in process sentinel inside
9593         inhibit-read-only.  Don't shrink window due to timing issues.
9595         * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9596         Avoid using with-output-to-temp-buffer, which clobbers local vars.
9598 2006-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9600         * progmodes/compile.el (compilation-error-regexp-alist-alist):
9601         Fix ambiguity introduced by last change.
9602         (compilation-find-file): Move save-excursion to where it may
9603         make sense.  Fix a left over `find-file'.
9605 2006-07-11  Robert J. Chassell  <bob@rattlesnake.com>
9607         * textmodes/texinfmt.el (texinfo-format-separate-node):
9608         Insert a string before point, which fits documentation, not after.
9609         (texinfo-multitable-item): In a multitable row, insert any
9610         additional needed @tabs and spaces.
9612 2006-07-11  Nick Roberts  <nickrob@snap.net.nz>
9614         * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9615         (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9616         (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9617         instead of shell-command.
9618         (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9619         (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9620         (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9621         (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9622         (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9623         (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9625 2006-07-11  Kim F. Storm  <storm@cua.dk>
9627         * subr.el (sit-for): Doc fix.  Specify normal arg list using fn-form.
9628         Remove special case for seconds < 0.  Use (redisplay t) instead.
9630 2006-07-10  Chong Yidong  <cyd@stupidchicken.com>
9632         * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9633         avoid compilation error.
9635         * subr.el (sit-for): New function.
9637         * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9639 2006-07-10  Richard Stallman  <rms@gnu.org>
9641         * ldefs-boot.el (edebug): Update page.
9643 2006-07-10  Kim F. Storm  <storm@cua.dk>
9645         * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9646         to FOR-RELEASE and TODO.
9648 2006-07-10  Romain Francoise  <romain@orebokech.com>
9650         * emacs-lisp/authors.el (authors-aliases): Update.
9652 2006-07-10  Alan Mackenzie  <acm@muc.de>
9654         * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9655         * cc-mode.el: Changes to eradicate eval-after-load.
9657 2006-07-09  Chong Yidong  <cyd@stupidchicken.com>
9659         * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9660         on non-char events.
9662 2006-07-09  Romain Francoise  <romain@orebokech.com>
9664         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9665         Don't highlight start/end markers as compilation messages.
9667         * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9668         to t.
9670 2006-07-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9672         * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9674 2006-07-08  Richard Stallman  <rms@gnu.org>
9676         * term/x-win.el (x-handle-display): Add doc string.
9678         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9680         * subr.el (def-edebug-spec): Move here.
9681         * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9683         * imenu.el (imenu-choose-buffer-index): Doc fix.
9685 2006-07-08  Romain Francoise  <romain@orebokech.com>
9687         * term/x-win.el (x-display-name): Fix typo.
9689 2006-07-08  Eli Zaretskii  <eliz@gnu.org>
9691         * hexl.el (hexl-find-file): Doc fix.
9693         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9695 2006-07-07  Chong Yidong  <cyd@stupidchicken.com>
9697         * term/x-win.el (x-display-name): Doc fix.
9699 2006-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9701         * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9702         long prefixes.
9703         (fill-region-as-paragraph): Don't round up to a whole line.
9704         (fill-comment-paragraph): Don't include the code-before-the-comment
9705         when calling fill-region-as-paragraph.
9707         * international/mule.el (make-char): Remove redundancy.
9709         * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9710         property may contain an anonymous function rather than a symbol.
9712         * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9714         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9715         Use shy regexp.  Fix incorrect backref to potentially unmatched group.
9717         * dirtrack.el (dirtrack-default-directory-function): Remove.
9718         (dirtrack-directory-function): Use file-name-as-directory.
9719         (dirtrack-windows-directory-function): Simplify.
9720         (dirtrack-forward-slash, dirtrack-backward-slash)
9721         (dirtrack-replace-slash): Remove.
9722         (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9723         (dirtrack): Fix wrong parenthesizing; use match-string.
9725         * progmodes/octave-inf.el: Remove spurious * in docstrings.
9726         (inferior-octave-mode): Only change the buffer-local value of
9727         comint-dynamic-complete-functions.
9728         (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9729         Move the initialization to the declaration.
9730         (inferior-octave-complete): Remove unused var `filter'.
9732         * shell.el (shell-mode): Only change the buffer-local value of
9733         comint-dynamic-complete-functions.
9735 2006-07-07  Carsten Dominik  <dominik@science.uva.nl>
9737         * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9738         entry is skipped because it has been scheduled.
9739         (org-prepare-agenda-buffers): Don't mark buffers as modified when
9740         changing `:org-archived' and `:org-comment' properties.
9742 2006-07-06  Chong Yidong  <cyd@stupidchicken.com>
9744         * server.el (server-select-display): Don't make the temp frame
9745         minibuffer-only, in case it's not a temp frame.
9746         (server-process-filter): Don't delete the temp frame if it's the
9747         only one we have on that display.
9749         * files.el (find-alternate-file): Doc fix.
9751 2006-07-05  Richard Stallman  <rms@gnu.org>
9753         * files.el (abbreviate-file-name): Add save-match-data.
9755 2006-07-03  Richard Stallman  <rms@gnu.org>
9757         * faces.el (read-face-name): Doc fix.
9759 2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
9761         * net/goto-addr.el (goto-address): Mark as safe for local evals.
9763 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
9765         * vc.el (vc-diff-internal): Fix prev change.
9767 2006-07-05  Thien-Thi Nguyen  <ttn@gnu.org>
9769         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9770         * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9772 2006-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9774         * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9775         fails if the symbol contains chars like ( or '.
9776         (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9777         (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9778         `short'.
9780 2006-07-04  Kenichi Handa  <handa@m17n.org>
9782         * international/mule-cmds.el (set-language-info): If LANG-ENV is
9783         the current one, don't call set-language-environment, but call one
9784         of set-language-environment-XXX to make INFO effective now.
9785         (set-language-environment): Call set-language-environment-XXX
9786         functions instead of doing the various setups directly.
9787         (set-language-environment-coding-systems): Delete argument eol-type.
9788         (set-language-environment-input-method)
9789         (set-language-environment-nonascii-translation)
9790         (set-language-environment-charset)
9791         (set-language-environment-fontset)
9792         (set-language-environment-unibyte): New functions.
9794 2006-07-03  Luc Teirlinck  <teirllm@auburn.edu>
9796         * locate.el (locate-update-when-revert): New option.
9797         (locate-update-path): New option (suggested by Michael Albinus).
9798         (locate-prompt-for-command): Whitespace change.
9799         (locate-update): No longer offer to update the locate database by
9800         default.  Implement the two new options.
9802 2006-07-04  Nick Roberts  <nickrob@snap.net.nz>
9804         * tooltip.el: Move comment about track-mouse...
9806         * progmodes/gud.el: ...to here.
9808 2006-07-03  Chong Yidong  <cyd@stupidchicken.com>
9810         * facemenu.el (facemenu-listed-faces): New var.
9811         (facemenu-unlisted-faces): Variable deleted.
9812         (facemenu-add-new-face): Use facemenu-listed-faces.
9814         * emulation/viper-init.el, calendar/calendar.el:
9815         * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9817 2006-07-03  Carsten Dominik  <dominik@science.uva.nl>
9819         * textmodes/org.el (org-mode): Remove no invalid settings for
9820         calc embedded mode.
9821         (org-mode-p): New defsubst.
9822         (org-save-all-org-buffers): New function.
9823         (org-first-headline-recenter): Enclose outline-regexp in group
9824         delimiters.
9825         (org-set-tags): Keep single space after stars.
9827 2006-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * window.el (set-window-text-height): Only set window-min-height to
9830         1 if that's the requested size.
9832         * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9833         (diff-unified->context, diff-context->unified)
9834         (diff-reverse-direction): Make sure the end marker stays at the end.
9835         (diff-mode): Add the keymap table at the end of docstring.
9836         Use lexical-let rather than constructing a closure manually.
9838         * files.el (find-file-noselect-1): Remove unused var assignment.
9839         (hack-local-variables-confirm): Print lists of strings as lists of
9840         strings rather than lists of symbols.
9841         (abbreviate-file-name, hack-local-variables-prop-line):
9842         Use match-string.
9843         (hack-one-local-variable): Move `make-local-variable' nearer its use.
9844         (recover-session-finish): Use line-end-position.
9846 2006-07-02  Michael Albinus  <michael.albinus@gmx.de>
9848         * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9850 2006-07-02  Daniel Pfeiffer  <occitan@esperanto.org>
9852         * progmodes/make-mode.el (makefile-macroassign-regex):
9853         Accept preceding keyword.
9854         (makefile-gmake-statements): Reorganize, now that makepp has
9855         "override" and also handle forgotten "override define".
9856         (makefile-makepp-statements): Add new "global", "override export"
9857         and "override global".
9859 2006-06-30  Juanma Barranquero  <lekktu@gmail.com>
9861         * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9862         (ada-compile-mouse-goto-error, ada-deactivate-properties)
9863         (ada-no-auto-case): Fix typos in docstrings.
9865 2006-06-30  Nick Roberts  <nickrob@snap.net.nz>
9867         * info.el (Info-find-node-2): Search for makeinfo version more
9868         carefully.
9870 2006-06-29  Carsten Dominik  <dominik@science.uva.nl>
9872         * textmodes/org.el (org-prepare-agenda-buffers):
9873         Use `invisible-OK' argument for `org-end-of-subtree'.
9874         (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9875         (org-beginning-of-item): Fix bug in regular expression for white line.
9876         (org-export-as-html): Enforce space after bullet in plain list items.
9877         (org-set-autofill-regexps): Require space after plain list bullet
9878         for paragraph-start.
9879         (org-ts-regexp3): New constant.
9880         (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9881         (org-timestamp-up-day, org-timestamp-down-day)
9882         (org-timestamp-change): Work with inactive timestamps.
9883         (org-ts-regexp1): Don't allow brackets in time stamps.
9885 2006-06-29  Nick Roberts  <nickrob@snap.net.nz>
9887         * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9888         for ignoring links.
9890         * faces.el (read-face-name): Use it.
9892 2006-06-28  Juri Linkov  <juri@jurta.org>
9894         * buff-menu.el (list-buffers-noselect): Compare Info file
9895         with the string "dir" to detect Info directory.
9897         * complete.el (partial-completion-mode): In lambda for
9898         `choose-completion-string-functions' use full function signature
9899         with 4 args, and move point to the end of the minibuffer only if arg
9900         `mini-p' is non-nil.
9902 2006-06-28  John Paul Wallington  <jpw@pobox.com>
9904         * ibuffer.el (ibuffer-mode): Doc fix.
9906 2006-06-28  Carsten Dominik  <dominik@science.uva.nl>
9908         * textmodes/org.el (org-context): New contexts :item-bullet,
9909         :latex-fragment, :latex-preview.
9910         (org-overlays-at, org-overlay-start, org-overlay-end):
9911         New compatibility functions.
9912         (org-inside-LaTeX-fragment-p): More accurate matching, using the
9913         exact regexp that will be used during export.
9914         (org-latex-regexps): New variable.
9915         (org-cdlatex-mode): Improve advice for `texmathp'.
9916         (turn-on-org-cdlatex): New function.
9918 2006-06-28  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9920         * term/mac-win.el (mac-handle-font-selection): Change keys of
9921         mac-atsu-font-table from strings to numbers.
9922         (mac-ts-caret-position): Use also when cursor-type is nil.
9923         (mac-ts-update-active-input-area): Add Mac OS Classic support.
9924         Relax condition for using overlay strings.
9925         Use mac-ts-caret-position face when cursor-type is nil.
9927 2006-06-26  Kim F. Storm  <storm@cua.dk>
9929         * help.el (view-emacs-news): Declare `res' in the right let* form.
9931 2006-06-25  Michael Albinus  <michael.albinus@gmx.de>
9933         * net/rcompile.el (remote-compile): Replace ange-ftp based
9934         implementation by Tramp functions.
9935         Suggested by Marc Abramowitz <msabramo@gmail.com>.
9937         * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9939 2006-06-24  Yoshinori Koseki  <kose@meadowy.org>
9941         * international/fontset.el (setup-default-fontset): Fix a typo in
9942         the "Oriya-Akruti" registry name.
9944 2006-06-23  Lars Hansen  <larsh@soem.dk>
9946         * desktop.el (desktop-full-file-name): New function.
9947         (desktop-kill, desktop-save, desktop-remove, desktop-read)
9948         (desktop-revert): Use it.
9949         (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9950         (desktop-after-read-hook): Add option list-buffers.
9951         (desktop-locals-to-save): Add tab-width.
9952         (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9953         Fix docstring.
9955 2006-06-23  Carsten Dominik  <dominik@science.uva.nl>
9957         * textmodes/org.el (org-cdlatex-mode-map)
9958         (org-cdlatex-texmathp-advice-is-done): New variables.
9959         (org-cdlatex-mode): New minor mode.
9960         (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9961         (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9962         (org-export-with-archived-trees): New option.
9963         (org-open-file): Remove the call to `convert-standard-filename'.
9964         (org-archive-tag, org-agenda-skip-archived-trees)
9965         (org-cycle-open-archived-trees)
9966         (org-sparse-tree-open-archived-trees): New options.
9967         (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9968         (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9969         New functions.
9970         (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9971         (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9972         (org-mode-map): Add binding for `org-toggle-archive-tag'.
9973         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9974         Call `org-prepare-agenda-buffers'.
9975         (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9976         (org-file-apps, org-file-apps-defaults-gnu)
9977         (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9978         Handle remote files by forcing them to be opened in Emacs.
9980 2006-06-23  Andre Spiegel  <spiegel@gnu.org>
9982         * vc.el (vc-diff-knows-L): New variable.
9983         (vc-diff-internal): Use it to handle "diff" programs that don't
9984         understand -L.  This works automatically, no user action is necessary.
9986 2006-06-23  Daniel Brockman  <daniel@brockman.se>
9988         * net/rcirc.el (rcirc-default-user-full-name): Default to
9989         `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9990         longer exists).
9991         (rcirc-process-list): Check `buffer-live-p' before attempting to
9992         switch to a buffer.
9994 2006-06-23  Ryan Yeske  <rcyeske@gmail.com>
9996         * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9997         based on rcirc-coding-system-alist.
9999 2006-06-23  Martin Rudalics  <rudalics@gmx.at>
10001         * cus-edit.el (customize-apropos): A better error message.
10002         (top level) <debug-ignored-errors>: Extend and update the list of
10003         ignored error messages.
10005 2006-06-23  Michael Ernst  <mernst@alum.mit.edu>
10007         * complete.el (PC-do-completion): Retain capitalization of user
10008         input, when possible, even if completion-ignore-case is set.
10010 2006-06-23  Eli Zaretskii  <eliz@gnu.org>
10012         * generic-x.el (bat-generic-mode): Support .cmd files.
10014         * dos-w32.el (top level): Use find-file-not-found-functions
10015         instead of the obsolete find-file-not-found-hooks.
10017 2006-06-22  Kim F. Storm  <storm@cua.dk>
10019         * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
10020         to recognize mode name containing submodes, such as Grep/lw.
10022 2006-06-21  Kim F. Storm  <storm@cua.dk>
10024         * simple.el (line-move-1): Check for move-end-of-line instead of
10025         end-of-line when setting temporary-goal-column.
10027 2006-06-21  Miles Bader  <miles@gnu.org>
10029         * play/cookie1.el (cookie): Work properly when there's only one entry.
10031 2006-06-21  Nick Roberts  <nickrob@snap.net.nz>
10033         * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
10034         (gdb-frame-handler): Generalize frame regexp for templates.
10036 2006-06-20  Glenn Morris  <rgm@gnu.org>
10038         * calendar/appt.el (appt-display-format): Default value must be
10039         one of the customize options.
10041 2006-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
10043         * term/xterm.el (terminal-init-xterm): Update key availability info.
10044         Bind C-return.
10046         * term.el (term-delete-lines, term-insert-lines): Clarify comments.
10048 2006-06-20  Chong Yidong  <cyd@stupidchicken.com>
10050         * files.el (hack-local-variables): Run `hack-local-variables-hook'
10051         whether or not a local variables list is defined.
10053         * msb.el (msb): Move `sit-for' hack here to handle both
10054         "mouse-down and drag" and "mouse-up and select" situations.
10055         (mouse-select-buffer): Move `sit-for' hack to `msb'.
10057 2006-06-20  Kenichi Handa  <handa@m17n.org>
10059         * international/characters.el (word-combining-categories):
10060         Add entries for 2-byte Han characters.
10062 2006-06-19  Richard Stallman  <rms@gnu.org>
10064         * bindings.el (mode-line-format): Save some mode line space.
10066         * files.el (find-file-noselect): Improve the question wording.
10067         (basic-save-buffer-2): Mask UMASK against 666.
10069         * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
10070         (mouse-drag-vertical-line): Call it.
10072         * cus-edit.el (customize-option, customize-option-other-window):
10073         Error if SYMBOL is nil.
10075 2006-06-19  Carsten Dominik  <dominik@science.uva.nl>
10077         * textmodes/org.el: Require noutline, also on XEmacs.
10078         (org-end-of-subtree): Return point.
10079         (org-dblock-start-re, org-dblock-end-re): New constants.
10080         (org-create-dblock, org-prepare-dblock, org-map-dblocks)
10081         (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
10082         (org-update-all-dblocks, org-find-dblock): New functions.
10083         (org-collect-clock-time-entries): New function.
10084         (org-html-handle-time-stamps): Never export CLOCK timeranges.
10085         (org-fixup-indentation): Modify to deal correctly with lines
10086         starting with TAB.  Only one argument DIFF now.
10087         (org-demote, org-promote): Call `org-fixup-indentation' with just
10088         one argument, DIFF.
10089         (org-mode): Don't mark buffer as modified when aligning tables.
10090         (org-clock-sum): Don't mark buffer modified when adding time sum
10091         properties.
10092         (org-export-as-html): Add support for a link validation function.
10093         (org-archive-all-done): New function.
10094         (org-archive-subtree): New prefix argument.  When set, archive all
10095         done subtrees in this buffer.
10096         (org-remove-clock-overlays)
10097         (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
10098         (org-inhibit-highlight-removal): New variable, for dynamic scoping.
10099         (org-put-clock-overlay): Don't swallow last headline character
10100         when displaying overlay.
10101         (org-store-link): Link to `image-mode' with just the file name.
10103 2006-06-18  Michael Kifer  <kifer@cs.stonybrook.edu>
10105         * viper-cmd.el (viper-special-read-and-insert-char):
10106         Use read-key-sequence.
10107         (viper-after-change-undo-hook): Misc enhancements.
10108         (viper-after-change-undo-hook): New hook.
10109         (viper-undo): Use viper-after-change-undo-hook.
10110         (viper-add-newline-at-eob-if-necessary): Widen before making changes.
10111         (viper-next-line-at-bol): If point is on a widget or a button, simulate
10112         clicking on that widget/button.
10114         * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
10116         * ediff-diff (ediff-test-patch-utility): Catch errors.
10117         (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
10118         (ediff-set-actual-diff-options): New function.
10119         (ediff-reset-diff-options, ediff-toggle-ignore-case):
10120         Use ediff-set-actual-diff-options.
10121         (ediff-extract-diffs): Catch errors.
10122         (ediff-whitespace): Add non-breakable space.
10123         (ediff-same-file-contents): Catch errors.
10125         * ediff-mult.el (ediff-collect-custom-diffs):
10126         Save coding-system-for-read.
10128         * ediff-vers.el (ediff-keep-tmp-versions): New variable.
10129         (ediff-vc-internal, ediff-vc-merge-internal):
10130         Use ediff-delete-version-file.
10131         (ediff-delete-version-file): New function.
10133         * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
10135         * ediff.el (ediff-directories, ediff-directory-revisions)
10136         (ediff-merge-directories, ediff-merge-directories-with-ancestor)
10137         (ediff-directories-internal, ediff-merge-directory-revisions)
10138         (ediff-merge-directory-revisions-with-ancestor)
10139         (ediff-directories3): Use read-directory-name.
10141 2006-06-18  Ralf Angeli  <angeli@caeruleus.net>
10143         * textmodes/tex-mode.el (tex-font-lock-match-suscript):
10144         Remove superfluous part of regexp for brace matching which is handled
10145         by `scan-lists' call.
10147 2006-06-16  Richard Stallman  <rms@gnu.org>
10149         * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
10151         * files.el (basic-save-buffer-2): For a new precious file,
10152         use the default modes in the return value.
10154         * facemenu.el (facemenu-color-alist): Doc fix.
10156         * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
10158 2006-06-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10160         * cus-start.el (all): Add mac-ts-script-language-on-focus.
10162         * term/mac-win.el (mac-text-encoding-ascii): New constant.
10163         (mac-utxt-to-string): Use it.
10164         (mac-ts-update-active-input-area): Use mac-ae-number.
10166 2006-06-15  Dan Nicolaescu  <dann@ics.uci.edu>
10168         * term.el (term-handle-scroll, term-delete-lines)
10169         (term-insert-lines): Fix off by one errors.
10171 2006-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10173         * net/tramp.el (tramp-touch): Use UTC to express time.
10175 2006-06-15  Chong Yidong  <cyd@stupidchicken.com>
10177         * mail/sendmail.el (mail-send): Search explicitly for
10178         mail-header-separator when checking for corrupted header lines.
10180 2006-06-15  Nick Roberts  <nickrob@snap.net.nz>
10182         * progmodes/gdb-ui.el (gdb-same-frame): New option.
10183         (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
10184         (gdb-init-1): Initialise them.
10185         (gdb-starting): Reset gdb-printing
10186         (gdb-starting): Save value of gud-overlay-arrow-position.
10187         (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
10188         (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
10189         Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
10190         (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
10192 2006-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10194         * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
10196 2006-06-13  Martin J. Reed  <mjreed@essex.ac.uk>  (tiny change)
10198         * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
10199         (ldap-search-internal): Keep error messages, and a regexp fix.
10201 2006-06-12  Thien-Thi Nguyen  <ttn@gnu.org>
10203         * files.el (hack-local-variables-confirm):
10204         Display string value using its printed representation.
10206 2006-06-11  Chong Yidong  <cyd@stupidchicken.com>
10208         * server.el (server-edit): No-op if no server buffers exist.
10210 2006-06-11  Robert J. Chassell  <bob@rattlesnake.com>
10212         * textmodes/page-ext.el (pages-directory-for-addresses):
10213         Including `pages-directory-address-mode' in the function results
10214         in the message "Buffer in which pages were found is deleted".
10216 2006-06-10  Carsten Dominik  <dominik@science.uva.nl>
10218         * textmodes/org.el (org-agenda-mode-map): Add bindings for
10219         clocking functions.
10221         (org-agenda-clock-in, org-check-running-clock)
10222         (org-clock-out-if-current, org-remove-clock-overlays)
10223         (org-put-clock-overlay): New functions.
10224         (org-clock-marker, org-clock-file-total-minutes)
10225         (org-clock-overlays): New variables.
10226         (org-clock-display, org-clock-sum, org-clock-cancel)
10227         (org-clock-out, org-clock-in): New commands.
10228         (org-export): New function.
10229         (org-emph-re): New constant.
10230         (org-set-emph-re, org-do-emphasis-faces): New functions.
10231         (org-emphasis-regexp-components, org-emphasis-alist): New options.
10232         (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
10233         (org-export-html-convert-emphasize): Use the configurable emphasis.
10234         (org-cleaned-string-for-export): Make multiline emphasis visible
10235         to the exporter.  New optional argument PARAMETERS.
10236         (org-export-as-html): Specify :emph-multiline parameter to
10237         `org-cleaned-string-for-export'.
10239 2006-06-10  Richard Stallman  <rms@gnu.org>
10241         * help.el (help-for-help-internal): Clean up help text.
10243 2006-06-10  Andreas Schwab  <schwab@suse.de>
10245         * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
10246         in doc string.
10248         * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
10250 2006-06-09  Karl Chen  <quarl@cs.berkeley.edu>
10252         * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
10253         spaces after the comment start.
10255 2006-06-09  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
10257         * play/pong.el (pong-init-buffer):
10258         Fill buffer with spaces instead of ^A.
10260         * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
10261         launched asynchronously, delete its process instead of being cool.
10262         (ispell-async-processp): Check for `delete-process' existence
10263         instead of `kill-process' one for consistency.
10265 2006-06-09  Nick Roberts  <nickrob@snap.net.nz>
10267         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
10268         (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
10269         in mode line at startup.
10271 2006-06-08  Kim F. Storm  <storm@cua.dk>
10273         * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
10274         (ido-init-completion-maps): Bind them to M-SPC and M-v.
10275         (ido-copy-current-file-name): Repeating C-w inserts whole file name.
10276         (ido-file-internal): Pass full file name to write-file.
10277         (ido-read-internal): Only pop stack elements automatically if they
10278         actually match an existing directory or file name.
10280 2006-06-07  Kenichi Handa  <handa@m17n.org>
10282         * international/mule.el (find-auto-coding): Don't handle the short
10283         name `char-trans'.
10285         * files.el (hack-local-variables-prop-line)
10286         (hack-local-variables): Cancel the previous change.
10288 2006-06-06  Jesper Harder  <harder@phys.au.dk>
10290         * ediff-diff.el (ediff-test-utility): Protect against file-error.
10292 2006-06-06  Chong Yidong  <cyd@stupidchicken.com>
10294         * diff-mode.el (diff-mode): Set buffer-read-only to t when
10295         diff-default-read-only is non-nil.
10296         (diff-hunk-kill, diff-file-kill, diff-split-hunk)
10297         (diff-refine-hunk): Set inhibit-read-only to t.
10299         * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
10300         modifying the *Diff* buffer.
10301         (diff-process-filter): New filter function for diff process that
10302         sets inhibit-read-only to t when modifying the *Diff* buffer.
10304 2006-06-06  Carsten Dominik  <dominik@science.uva.nl>
10306         * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
10307         insertion point and control the number of empty lines.
10308         (org-paste-subtree): Limit the number of empty lines at the end of
10309         the inserted tree.
10310         (org-agenda): Use buffer name of current file for narrowing.
10311         (org-export-as-xml): Command removed.
10312         (org-export-xml-type): Option removed.
10313         (org-mode-map): Call `org-export-as-xoxo' directly.
10314         (org-get-indentation): New optional argument LINE.
10315         (org-fix-indentation, org-remove-tabs): New functions.
10316         (org-export-as-ascii, org-ascii-level-start): Determine and apply
10317         correct indentation for headlines that are converted it items.
10318         (org-skip-comments): Remove table lines that contain narrowing
10319         cookies but no other non-empty fields.
10320         (org-set-tags): Allow groups of mutually exclusive tags.
10321         (org-cmp-time): Sort 24:21 before items without time.
10322         (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
10323         (org-open-at-point): Require double colon also for numbers.
10325 2006-06-06  Kim F. Storm  <storm@cua.dk>
10327         * ido.el (ido-default-file-method, ido-default-buffer-method):
10328         Make choice values consistent with corresponding command names.
10329         (ido-visit-buffer): Update accordingly.  Default to selected-window.
10331 2006-06-06  Nick Roberts  <nickrob@snap.net.nz>
10333         * progmodes/gud.el (gud-running): Fix doc string.
10334         (gud-menu-map): Use :visible instead fo :enable for debugger test.
10335         (gud-tooltip-modes): Add python-mode.
10336         (gud-tooltip-print-command): Add pdb.  Remove perldb.
10338 2006-06-05  Eli Zaretskii  <eliz@gnu.org>
10340         * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
10341         Quote $(EMACS).
10343 2006-06-05  Richard Stallman  <rms@gnu.org>
10345         * faces.el (defined-colors): Doc fix.
10347 2006-06-05  Thien-Thi Nguyen  <ttn@gnu.org>
10349         * vc.el (vc-process-filter): Inhibit undo info collection around
10350         call to insert.
10351         (vc-setup-buffer): Likewise for call to erase-buffer.
10352         (vc-do-command): Likewise for call to process-file.
10354 2006-06-05  Nick Roberts  <nickrob@snap.net.nz>
10356         * progmodes/gud.el (gud-menu-map): Use a conditional help echo
10357         for gud-go.
10358         (gud-common-init): Other debuggers may trigger error.
10360 2006-06-05  Kenichi Handa  <handa@m17n.org>
10362         * international/mule.el (find-auto-coding):
10363         Handle enable-character-translation in file header.
10365 2006-06-04  Kim F. Storm  <storm@cua.dk>
10367         * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
10368         (authors-fixed-entries): Fix spelling.
10369         (authors-canonical-file-name): Don't report error for wildcards.
10371         * help.el (view-emacs-news): Rewrite to support new NEWS,
10372         NEWS.major, and NEWS.1-17 file naming.  Add more intelligence,
10373         e.g. version 10 matches 1.10, and don't be confused by version 1.1
10374         being a prefix of 1.12 (etc).  A numeric prefix arg also works.
10376 2006-06-03  Vivek Dasmohapatra  <vivek@etla.org>
10378         * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
10379         exec constructs like `foo bar`.
10380         (sh-quoted-subshell): New helper function to search for a possibly
10381         nested subshell (like `` or $()) within a "" quoted string.
10382         (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
10383         (sh-apply-quoted-subshell): Flag quote characters inside a
10384         subshell, which is itself already in a quoted region, as
10385         punctuation, since this is the closest to what they actually are.
10386         (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
10387         sh-apply-quoted-subshell.
10388         (sh-font-lock-syntactic-face-function): Apply the new face for
10389         text inside `` instead of the old font-lock-string-face.
10391 2006-06-03  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10393         * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
10394         (mac-ae-number, mac-ae-frame, mac-ae-script-language)
10395         (mac-bytes-to-text-range, mac-ae-text-range-array)
10396         (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
10397         (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
10398         (mac-ts-unicode-for-key-event): New functions.
10399         (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
10400         (mac-handle-font-selection): Use mac-ae-number.
10401         (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
10402         New variables.
10403         (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
10404         (mac-ts-converted-text, mac-ts-selected-converted-text)
10405         (mac-ts-block-fill-text, mac-ts-outline-text)
10406         (mac-ts-selected-text, mac-ts-no-hilite): New faces.
10407         (mac-ts-hilite-style-faces): New constant.
10408         (mac-apple-event-map): Bind text input events.
10409         (mac-dispatch-apple-event): Use command-execute instead of
10410         call-interactively.
10411         (global-map): Don't bind mac-apple-event.
10412         (special-event-map): Bind mac-apple-event.
10414 2006-06-02  Eli Zaretskii  <eliz@gnu.org>
10416         * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
10417         file name.
10418         (emacs): Enclose the value of $(EMACS) in quotes.
10420 2006-06-02  Juri Linkov  <juri@jurta.org>
10422         * international/mule.el (sgml-html-meta-auto-coding-function):
10423         Remove the condition `(search-forward "<html" size t)'.
10424         Replace `\"' with `[\"']?' in `re-search-forward'.
10426 2006-06-02  Kenichi Handa  <handa@m17n.org>
10428         * files.el (hack-local-variables-prop-line): Ignore `char-trans'
10429         as well as `coding'.
10430         (hack-local-variables): Likewise.
10432         * international/mule.el (enable-character-translation):
10433         Put permanent-local and safe-local-variable properties.
10434         (find-auto-coding): Handle char-trans: tag.
10436 2006-06-02  Juri Linkov  <juri@jurta.org>
10438         * international/mule.el (sgml-html-meta-auto-coding-function):
10439         Limit the search by the end of the HTML header (if any).
10441 2006-06-01  Richard Stallman  <rms@gnu.org>
10443         * subr.el (with-current-buffer): Doc fix.
10445 2006-06-02  Masatake YAMATO  <jet@gyve.org>
10447         * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
10448         Almost rewrite.  Underlines over all lines of gcov output are too
10449         uncomfortable to read.  Suggested by Dan Nicolaescu.
10451 2006-06-01  Luc Teirlinck  <teirllm@auburn.edu>
10453         * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
10455         * shell.el (shell-mode): Use shell-mode-map in docstring.
10457         * comint.el (comint-send-input): Do not add help-echo and
10458         mouse-face to input if `comint-use-prompt-regexp' is non-nil.
10460 2006-06-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10462         * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
10464 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
10466         * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
10467         (gdb-stopped, gdb-info-stack-custom): If there is no source info
10468         look up the stack and pop up GUD buffer if necessary.
10469         (gdb-frames-select): Remove redundant call to gud-display-frame.
10470         (gdb-info-threads-custom): Keep point at start of buffer.
10471         (gdb-find-file-hook): Make it work for pre-GDB 6.4.
10473 2006-05-31  Juri Linkov  <juri@jurta.org>
10475         * replace.el (query-replace-read-from, query-replace-read-to):
10476         Bind `history-add-new-input' to nil.  Call `add-to-history'.
10478 2006-05-31  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10480         * textmodes/table.el: Convert all HTML tags to lower case for
10481         XHTML compatibility.
10483 2006-05-31  Masatake YAMATO  <jet@gyve.org>
10485         * progmodes/compile.el:
10486         (compilation-error-regexp-alist-alist::gcov-called-line):
10487         Don't put face on `-' lines in gcov file.  Suggested by Dan Nicolaescu.
10489 2006-05-31  Nick Roberts  <nickrob@snap.net.nz>
10491         * progmodes/gud.el (gud-query-cmdline, gud-common-init):
10492         Revert inadvertent changes made with last commit.
10494 2006-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10496         * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
10497         New functions.
10499         * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
10501 2006-05-30  Carsten Dominik  <dominik@science.uva.nl>
10503         * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
10504         only matches in the right place.
10505         (org-upcoming-deadline): New face.
10506         (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
10507         (org-export-ascii-underline): Rename constant `org-ascii-underline'
10508         and make it an option.
10509         (org-export-ascii-bullets): New option.
10510         (org-export-as-html): Many changes to emit valid XHTML.
10511         (org-par-open): New variable.
10512         (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
10513         (org-html-do-expand, org-section-number): Fix case in `replace-match'.
10514         (org-timeline): Pass `org-timeline-show-empty-dates' to
10515         `org-get-all-dates'.  Interpret empty dates returned by
10516         `org-get-all-dates'.
10517         (org-get-all-dates): New argument EMPTY.  Add dates without
10518         entries to the list, mark large ranges of empty dates.
10519         (org-point-in-group, org-context): New functions.
10521 2006-05-30  Nick Roberts  <nickrob@snap.net.nz>
10523         * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
10525         * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
10526         C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
10527         to C-mouse-3 (for 2 button mice).
10528         (gdb-send): Do the right thing for C-d.
10530         * speedbar.el (speedbar-detach): Delete.
10531         (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
10532         it breaks things.
10533         (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
10535 2006-05-30  Daniel Pfeiffer  <occitan@esperanto.org>
10537         * files.el (auto-mode-alist): Add makepp suffix and optional mk on
10538         Makeppfile.
10540         * progmodes/compile.el (compilation-error-regexp-alist-alist):
10541         Add makepp diagnostic.
10543 2006-05-29  Richard Stallman  <rms@gnu.org>
10545         * window.el (fit-window-to-buffer): Doc fix.
10547         * help.el (temp-buffer-max-height): Doc fix.
10549         * subr.el (with-current-buffer): Doc fix.
10551 2006-05-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10553         * term/x-win.el: Bind F10 to menu-bar-start if available.
10555 2006-05-28  Dan Nicolaescu  <dann@ics.uci.edu>
10557         * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
10558         uses with a simple test.
10559         (term-set-escape-char, term-mode, term-check-kill-echo-list)
10560         (term-send-raw-string, term-send-raw, term-mouse-paste)
10561         (term-char-mode, term-line-mode, term-exec, term-sentinel)
10562         (term-handle-exit, term-read-input-ring)
10563         (term-previous-matching-input-string)
10564         (term-previous-matching-input-string-position)
10565         (term-previous-matching-input-from-input)
10566         (term-replace-by-expanded-history, term-send-input)
10567         (term-skip-prompt, term-bol, term-send-invisible)
10568         (term-kill-input, term-delchar-or-maybe-eof)
10569         (term-backward-matching-input, term-check-source)
10570         (term-proc-query, term-emulate-terminal)
10571         (term-handle-colors-array, term-process-pager, term-pager-line)
10572         (term-pager-bob, term-unwrap-line, term-word)
10573         (term-dynamic-complete-filename)
10574         (term-dynamic-complete-as-filename)
10575         (term-dynamic-simple-complete): Replace one arm ifs with whens or
10576         unlesses.
10578 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10580         * files.el (hack-one-local-variable-eval-safep): Don't burp if used
10581         during bootstrapping.
10583         * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
10584         Basically undo the change of 2006-05-26: use extra arguments instead of
10585         dynamic scoping.
10586         (ewoc-locate): Remove unused var `footer'.
10588 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10590         * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10592         * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10593         (generate-file-autoloads): Obey it.  Return whether autoloads were
10594         added at point or not.
10595         (update-file-autoloads): Use this new return value.
10596         Remove redundant test for the presence of an autoload cookie.
10598         * emacs-lisp/autoload.el (autoload-find-file): New fun.
10599         This one calls hack-local-variables.
10600         (generate-file-autoloads, update-file-autoloads): Use it.
10602         * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10603         (bibtex-sort-entry-class): Add safe-local-variable predicate.
10604         (bibtex-sort-entry-class-alist): Don't set the global value.
10605         (bibtex-init-sort-entry-class-alist): New fun.
10606         (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10607         bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10608         of bibtex-init-sort-entry-class.
10610 2006-05-28  Richard Stallman  <rms@gnu.org>
10612         * subr.el (load-history-regexp): If FILE is relative, insist
10613         entire last name component must match it.
10614         (load-history-filename-element, load-history-regexp): Doc fixes.
10616 2006-05-29  Kim F. Storm  <storm@cua.dk>
10618         * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10619         `pos' and `raw-data' for clarity, as eval forms may access these.
10621 2006-05-28  Kim F. Storm  <storm@cua.dk>
10623         * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10625 2006-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * progmodes/make-mode.el (makefile-browser-map)
10628         (makefile-mode-syntax-table): Move initialization inside declaration.
10629         (makefile-fill-paragraph): Use the default comment-filling code.
10631 2006-05-28  Chong Yidong  <cyd@stupidchicken.com>
10633         * replace.el (query-replace-defaults): New variable.
10634         (query-replace-read-from): Use `query-replace-defaults' for
10635         default value, instead of history list.
10636         (query-replace-read-to): Update `query-replace-defaults'.
10638 2006-05-27  Chong Yidong  <cyd@stupidchicken.com>
10640         * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10641         with no X toolkit.
10643 2006-05-28  Nick Roberts  <nickrob@snap.net.nz>
10645         * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10646         (tumme-show-all-from-dir): Add autoload.
10648 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10650         * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10651         (tumme-remove-tag): Fix bug.
10653 2006-05-27  Thien-Thi Nguyen  <ttn@gnu.org>
10655         * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10656         FOOTER args.  Update unique caller.
10657         (ewoc-delete): Compute last node once before looping.
10658         (ewoc--node-branch): Merge into unique caller.
10659         (ewoc--node): Don't define constructor make-ewoc--node for this
10660         structure.
10661         (ewoc): Add member `hf-pp' to this structure.
10662         (ewoc--wrap): New func.
10663         (ewoc-create): Take additional arg NOSEP.  If nil, wrap node and
10664         header/footer pretty-printers.  Save header/footer pretty-printer.
10665         (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10667         * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10669 2006-05-27  Mathias Dahl  <mathias.dahl@gmail.com>
10671         * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10672         `tumme-delete-tag'.  Rename `Remove Image Tag' to `Delete Image
10673         Tag'.  Change "Compare directories..." to "Change Directories...".
10674         Move tumme commands to Operate, Regexp and Immediate menus.
10675         Change "Add Comment" to "Add Image Comment".  Change "Add Image
10676         Tag" to "Add Image Tags".
10678         * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10679         (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10680         `tumme-delete-tag'.
10682 2006-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10684         * shell.el (shell-mode): Call shell-dirtrack-mode after
10685         list-buffers-directory is made a local variable, to avoid setting
10686         the default value.
10688 2006-05-26  Kevin Ryde  <user42@zip.com.au>
10690         * info.el (Info-index-next): Use where-is-internal to report
10691         actual binding of Info-index-next, rather than hard-coded `,'.
10693 2006-05-26  Eli Zaretskii  <eliz@gnu.org>
10695         * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10696         and "Find Command in Manual" to here.
10698         * buff-menu.el (list-buffers-noselect): For Info buffers, use
10699         Info-current-file as the file name.
10701 2006-05-26  Jonathan Yavner  <jyavner@member.fsf.org>
10703         * ses.el (defadvice undo-more): Delete this defadvice.  The undo
10704         overrides will now be done a different way.
10705         (ses-set-parameter): Reapply this function for undo.
10706         (ses-set-header-row): Reconstruct header row during undo.
10707         (ses-widen): New function.
10708         (ses-goto-data, ses-reconstruct-all): Use new function.
10709         (ses-command-hook): Widen buffer during undo, before unupdating
10710         the cells.
10711         (ses-insert-row, ses-delete-row): Widen buffer during undo.
10712         (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10713         (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10714         formula hasn't been executed yet.
10716 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10718         * comint.el (comint-kill-whole-line): Rename arg to count.
10719         Fix doc string.
10721 2006-05-26  Chong Yidong  <cyd@stupidchicken.com>
10723         * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10724         to copy-file.
10726 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10728         * simple.el (toggle-truncate-lines): Make arg optional for
10729         backward compatibility.
10731 2006-05-26  Thien-Thi Nguyen  <ttn@gnu.org>
10733         * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10734         (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10735         DLL arg.  Instead, use ewoc--current-dll.  Update all callers.
10736         (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10737         (ewoc--adjust): Use ewoc--current-dll.
10738         (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10740 2006-05-26  Carsten Dominik  <dominik@science.uva.nl>
10742         * textmodes/org.el (org-next-item, org-previous-item): Emit more
10743         compact error message.
10744         (org-tags-view): Refresh category table in each file.
10745         (org-table-justify-field-maybe): Remove superfluous arguments to
10746         `format'.
10747         (org-export-as-html): Insert "<p>" before postamble.
10748         (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10750 2006-05-26  Kenichi Handa  <handa@m17n.org>
10752         * textmodes/po.el (po-find-charset): Pay attention to the case
10753         FILENAME is a cons (NAME . BUFFER).
10754         (po-find-file-coding-system-guts): Likewise.
10756         * arc-mode.el (archive-set-buffer-as-visiting-file):
10757         Call find-operation-coding-system with (FILENAME . BUFFER).
10759         * tar-mode.el (tar-extract): Call find-operation-coding-system
10760         with (FILENAME . BUFFER).
10762         * international/mule.el (decode-coding-inserted-region):
10763         Call find-operation-coding-system with (FILENAME . BUFFER).
10765 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
10767         * image-mode.el (image-toggle-display): Use buffer contents to
10768         generate image for a remote file.
10770 2006-05-25  Juri Linkov  <juri@jurta.org>
10772         * replace.el (query-replace-read-from, query-replace-read-to):
10773         Remove 8th arg KEEP-ALL in read-from-minibuffer.
10775 2006-05-25  Rajesh Vaidheeswarran  <rv@gnu.org>
10777         * whitespace.el (whitespace-cleanup): Change to cleanup
10778         region if one is active.
10779         * whitespace.el (whitespace-cleanup-internal): New internal method.
10781 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10783         * dired.el (dired-mode-map): Add help-echo strings to tumme
10784         commands.  Bind `tumme-dired-display-image' to C-t i.
10786         * tumme.el (tumme-display-image): Change documentation string slightly.
10787         (tumme-dired-display-image): Add call to `display-buffer'.
10789 2006-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
10791         * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10792         Signal error if RAW-DATA is a multibyte string.
10794 2006-05-24  Richard Stallman  <rms@gnu.org>
10796         * subr.el (with-local-quit): When handling `quit' signal,
10797         make a chance for quit-flag to cause a quit.
10799         * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10800         (ad-disable-advice): Add autoloads.
10802         * subr.el (read-passwd): Copy PROMPT before changing its properties.
10804 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10806         * dired.el (dired-mode-map): Change menu items for tumme as per
10807         suggestions in emacs-devel.
10809 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10811         * dired.el (dired-mode-map): Fix breakage.
10813 2006-05-25  Mathias Dahl  <mathias.dahl@gmail.com>
10815         * tumme.el (tumme-display-dired-image): Rename to...
10816         (tumme-dired-display-image): ...this.
10817         (tumme-track-movement): Change default value to t.
10818         (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10819         used from `tumme-next-line-and-display' and similar commands.
10821         * dired.el (dired-mode-map): Add Thumbnail submenu under the
10822         Immediate menu.  Add some tumme commands there.
10824 2006-05-24  Luc Teirlinck  <teirllm@auburn.edu>
10826         * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10828 2006-05-24  Chong Yidong  <cyd@mit.edu>
10830         * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10831         menu entries that open submenus.
10833 2006-05-24  Alan Mackenzie  <acm@muc.de>
10835         * startup.el (command-line): For names of preloaded files, don't
10836         append ".elc" (now done in Fload), and call file-truename on the
10837         lisp directory.
10839         * subr.el (eval-after-load): Fix the doc-string.  Allow FILE to
10840         match ANY loaded file with the right name, not just those in
10841         load-path.  Put a regexp matching the file name into
10842         after-load-alist, rather than the name itself.
10844         * subr.el (load-history-regexp, load-history-filename-element)
10845         (do-after-load-evaluation): New functions.
10847         * international/mule.el (load-with-code-conversion): Do the
10848         eval-after-load stuff by calling do-after-load-evaluation.
10850 2006-05-25  Nick Roberts  <nickrob@snap.net.nz>
10852         * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10853         has not been killed.
10855 2006-05-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10857         * term/mac-win.el: Set idle timer to clean up expired Apple events.
10858         (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10859         (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10860         Optionally set error message in reply.
10862 2006-05-24  Carsten Dominik  <dominik@science.uva.nl>
10864         * textmodes/org.el (org-open-at-point): Use renamed variable
10865         `org-confirm-shell-link-function'.
10866         (org-confirm-shell-link-function): Rename from
10867         `org-confirm-shell-links'.
10868         (org-export-directory): New function.
10869         (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10870         (org-export-icalendar): Use `org-export-directory'.
10871         (org-indent-item): Keep cursor position.
10872         (org-link-file-path-type): New option.
10873         (org-export-as-html): Fix bug with plain lists starting in
10874         column 0.
10875         (org-export-as-html): Remove deadline formatting, this happens
10876         now already in `org-html-handle-time-stamps'.
10877         (org-export-html-style): Deadline class removed.
10878         (org-insert-labeled-timestamps-at-point): New option.
10879         (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10880         of `hide-sublevels 1', in case the first headline is not level 1.
10881         (org-overview, org-content): New fuction.
10882         (org-cycle-global-status, org-cycle-subtree-status): Make these
10883         variables buffer-local.
10884         (org-global-cycle): New command.
10885         (org-shifttab): Use `org-global-cycle'.
10886         (org-insert-heading, org-insert-item): Go to end of new
10887         headline/item after creating it.
10888         (org-export-visible): Rename from `org-export-copy-visible'.
10889         Now creates a temporary org-file and applies an exporting command
10890         to it.
10891         (org-table-eval-formula): Support for lisp forms.
10892         (org-agenda-todo-ignore-scheduled): New option.
10893         (org-agenda-get-todos): Use new option
10894         `org-agenda-todo-ignore-scheduled'.
10895         (org-export-html-inline-images): New value `maybe'.
10896         (org-export-as-html): Inlining of images dependent on link description.
10897         (org-archive-subtree): Check for end-of-buffer before trying
10898         `kill-line'.
10899         (org-agenda-follow-mode): New option.
10900         (org-export-with-tags, org-export-with-timestamps): New options.
10901         (org-html-handle-time-stamps): New function.
10902         (org-keyword-time-regexp): New variable.
10903         (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10904         (org-agenda-todo-list-sublevels): New option.
10905         (org-html-level-start): When TITLE is nil, just close all levels.
10906         (org-parse-key-lines, org-parse-export-options): Remove functions,
10907         replaced by `org-infile-export-plist'.
10908         (org-combine-plists, org-infile-export-plist)
10909         (org-default-export-plist): New functions.
10910         (org-export-html-preamble, org-export-html-postamble)
10911         (org-export-html-auto-preamble, org-export-html-auto-postamble):
10912         New variables.
10913         (org-export-publishing-directory): New option.
10914         (org-export-as-html, org-export-as-ascii): Use the new property
10915         lists for settings.
10916         (org-export-copy-visible, org-export-as-xoxo):
10917         Respect `org-export-publishing-directory'.
10918         (org-link-search, org-store-link, org-file-apps): Support for
10919         links to BibTeX database entries..
10920         (org-get-current-options, org-set-regexps-and-options):
10921         Implement logging as a startup option.
10922         (org-store-link): Make sure context string is never empty
10923         (org-insert-link): Use relative path when possible.
10924         (org-at-item-checklet-p): New function.
10925         (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10926         (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10927         (org-metaright, org-metaup, org-metadown, org-shiftup)
10928         (org-shiftdown, org-shiftright, org-shiftleft)
10929         (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10930         Dispatch using `call-interactively'.
10931         (org-call-with-arg): New defsubst.
10932         (org-tag-alist, org-use-fast-tag-selection): New options.
10933         (org-complete): Use `org-tag-alist'.
10934         (org-fast-tag-insert, org-fast-tag-selection): New functions.
10935         (org-next-item, org-previous-item): New commands.
10936         (org-beginning-of-item, org-end-of-item): Add (interactive) to
10937         make command.
10938         (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10940 2006-05-23  Thien-Thi Nguyen  <ttn@gnu.org>
10942         * emacs-lisp/ewoc.el (ewoc-delete): New function.
10943         (ewoc-filter): Use `ewoc-delete'.
10945         * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10947 2006-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10949         * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10950         Signal more user-friendly error messages.
10952         * complete.el (PC-do-completion): Undo the addition of implicit
10953         wildcards if they did not lead to finding any match.
10954         (read-file-name-internal): Don't add the final > if the completion is
10955         not finished.
10957 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10959         * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10960         Quote safe-local-variable predicate.
10962 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
10964         * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10966 2006-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10968         * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10970         * progmodes/make-mode.el (makefile-special-targets-list)
10971         (makefile-macro-table, makefile-target-table): Mark as risky.
10972         (makefile-query-one-target-method): Make this the alias for the
10973         following variable.
10974         (makefile-query-one-target-method-function): Make this the real name.
10976         * textmodes/artist.el (artist-text-renderer): Make this the alias
10977         for the following variable.
10978         (artist-text-renderer-function): Make this the real name.
10980         * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10981         the alias for the following variable.
10982         (flyspell-generic-check-word-predicate): Make this the real name.
10984         * textmodes/ispell.el (ispell-format-word): Make this the alias
10985         for the following variable.
10986         (ispell-format-word-function): Make this the real name.
10987         (ispell-message-text-end): Mark as risky.
10989         * skeleton.el (skeleton-transformation, skeleton-filter)
10990         (skeleton-pair-filter): Make these the aliases for the following
10991         variables.
10992         (skeleton-transformation-function, skeleton-filter-function)
10993         (skeleton-pair-filter-function): Make these the real names.
10995         * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10996         and skeleton-pair-filter-function.
10998         * textmodes/sgml-mode.el (sgml-transformation): Make this the
10999         alias for the following variable.
11000         (sgml-transformation-function): Make this the real name.
11001         (sgml-tag-alist): Mark as risky.
11003 2006-05-21  Richard Stallman  <rms@gnu.org>
11005         * simple.el (kill-region): Interactively, pass point, then mark.
11007 2006-05-22  Thien-Thi Nguyen  <ttn@gnu.org>
11009         * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
11011 2006-05-21  Romain Francoise  <romain@orebokech.com>
11013         * dired-x.el (dired-mode-map): Don't bind M-g.
11015 2006-05-20  Richard Stallman  <rms@gnu.org>
11017         * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
11018         (dired-goto-file): Doc fix.
11020 2006-05-21  Kim F. Storm  <storm@cua.dk>
11022         * emulation/cua-base.el: Mention customizing cua-mode as alternative
11023         way to enable built-in cua-mode if user loads older CUA-mode package.
11025         * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
11026         if default-filename is specified.
11028 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11030         * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
11032         * info.el (info-apropos): Make sure current-file and current-node
11033         have non-nil values.  Speed up by using add-to-list instead of
11034         manual consing.
11036 2006-05-20  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11038         * progmodes/make-mode.el (makefile-mode): Doc fix.
11040 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11042         * dired-aux.el (dired-do-shell-command): Doc fix.
11044 2006-05-20  Kevin Ryde  <user42@zip.com.au>
11046         * info-xref.el (info-xref-check-all-custom): Skip :tag part of
11047         ``(custom-manual :tag "Foo" "(foo)Node")''.
11049 2006-05-20  Karl Chen  <quarl@cs.berkeley.edu>
11051         * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
11052         value is an integer.
11054 2006-05-20  Eli Zaretskii  <eliz@gnu.org>
11056         * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
11057         "format".
11058         (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
11060 2006-05-20  Martin Rudalics  <rudalics@gmx.at>
11062         * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
11063         a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
11065 2006-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11067         * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
11068         regexp for keywords.
11070 2006-05-20  Masayuki FUJII  <boochang@m4.kcn.ne.jp>  (tiny change)
11072         * dnd.el (dnd-get-local-file-name): Specify LITERAL in
11073         replace-regexp-in-string.
11075         * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
11076         encode, and escape file name on conversion to URL.
11078 2006-05-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11080         * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
11081         Don't unescape URL.
11082         (dnd-get-local-file-name): Unescape URL on conversion to file name.
11084         * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
11085         on conversion to URLs.
11087         * net/browse-url.el (browse-url-file-url): Encode file name on
11088         conversion to URL.
11090         * term/mac-win.el (mac-ae-open-documents): Escape file name on
11091         conversion to URL.
11093 2006-05-19  Eli Zaretskii  <eliz@gnu.org>
11095         * progmodes/cc-styles.el (c-style-alist): Doc fix.
11097 2006-05-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11099         * term/mac-win.el (mac-bytes-to-digits): Remove function.
11100         (mac-handle-toolbar-switch-mode): Use coercion instead of it.
11102 2006-05-19  Glenn Morris  <rgm@gnu.org>
11104         * calendar/diary-lib.el (diary-bahai-date)
11105         (list-bahai-diary-entries, mark-bahai-diary-entries)
11106         (mark-bahai-calendar-date-pattern): Not interactive.
11107         (add-to-diary-list): New optional arg LITERAL.  Doc fix.
11108         (diary-entries-list): Change format of 4th element in each entry.
11109         (diary-list-entries): Use add-to-diary-list.
11110         (diary-goto-entry): Handle the case where the buffer visiting the
11111         diary has been killed.
11112         (fancy-diary-display): Add 'locator to button rather than 'marker.
11113         Only generate temp-face when there are marks to apply.
11114         (list-sexp-diary-entries): Pass literal to add-to-diary-list.
11115         (diary-fancy-date-pattern): New variable.
11116         (diary-time-regexp): Doc fix.
11117         (diary-anniversary, diary-time): New faces.
11118         (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
11119         diary-time-regexp.  Add font-lock-multiline property where needed.
11120         Use new faces diary-anniversary and diary-time.
11121         (diary-fancy-font-lock-fontify-region-function): New function, to
11122         handle multiline font-lock pattern in fancy diary.
11123         (fancy-diary-display-mode): Set font-lock-fontify-region-function.
11124         (diary-font-lock-keywords): Tweak time regexp.  Use new face
11125         diary-time.
11127 2006-05-19  Alexander Shopov  <ash@contact.bg>  (tiny change)
11129         * international/code-pages.el (mik): Table corrected.
11131 2006-05-18  Kim F. Storm  <storm@cua.dk>
11133         * progmodes/grep.el (grep-find): Don't check grep-find-command
11134         before running command (breaks non-interactive usage).
11136 2006-05-18  Thien-Thi Nguyen  <ttn@gnu.org>
11138         * emacs-lisp/ewoc.el (ewoc--adjust): New func.
11139         (ewoc--insert-new-node): Don't insert trailing newline.
11140         Instead, adjust successor nodes's start markers.
11141         (ewoc--refresh-node): Delete all text from current node's start
11142         marker to the next one's; adjust successor nodes's start markers.
11143         (ewoc--create): Doc fixes.
11144         (ewoc--refresh): Don't insert newline.
11145         (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
11146         * pcvs.el (cvs-make-cvs-buffer):
11147         Specify extra newline for ewoc's header and footer.
11148         (cvs-update-header): Update initial header recognition.
11149         Append newline to final header and footer values.
11150         * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
11152 2006-05-17  Richard Stallman  <rms@gnu.org>
11154         * files.el (file-name-extension): Doc fix.
11156 2006-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11158         * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
11159         we can explicitly enable/disable rather than toggle.
11160         (shell-mode): Use it.
11161         (shell-cd): Don't try to reproduce what `cd' does.
11163 2006-05-17  Kim F. Storm  <storm@cua.dk>
11165         * ido.el (ido-read-internal): Use only nondirectory part of
11166         default item.
11168 2006-05-17  Thien-Thi Nguyen  <ttn@gnu.org>
11170         * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
11171         (ewoc-nth): Doc fix.
11173         (ewoc-map, ewoc-invalidate): Compute PP before looping.
11175 2006-05-16  Eli Zaretskii  <eliz@gnu.org>
11177         * international/mule.el (auto-coding-alist): Add .lha to files
11178         read with no-conversion.
11180         * files.el (auto-mode-alist): Add .lha files to archive file
11181         extensions.
11183         * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
11184         Convert csize to integer when computing offsets within the
11185         compressed archive file.
11187 2006-05-16  Kim F. Storm  <storm@cua.dk>
11189         * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
11190         with read-from-minibuffer.
11192 2006-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11194         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
11195         (byte-compile-warnings): Fix safe-local-variable property.
11197 2006-05-16  Ken Manheimer  <ken.manheimer@gmail.com>
11199         * allout.el (allout-show-bodies, allout-old-style-prefixes)
11200         (allout-stylish-prefixes, allout-numbered-bullet)
11201         (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
11202         predicates to qualify `safe-local-variable' property, when
11203         available, else use equivalent lambda.
11204         (allout-current-topic-collapsed-p): Do the right thing regarding
11205         trailing blank lines.
11207 2006-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11209         * server.el (server-start): Only create a directory if needed.
11210         (server-edit, server-unload-hook): server-start => server-mode.
11211         (kill-emacs-hook): Cleanup upon exit.
11213 2006-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11215         * hexl.el (hexlify-buffer): Encode process arguments manually.
11217 2006-05-16  Nick Roberts  <nickrob@snap.net.nz>
11219         * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
11220         call to gdb-tooltip-print.
11222 2006-05-15  Romain Francoise  <romain@orebokech.com>
11224         * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
11225         systems, default to "tar" since those systems probably have GNU tar.
11227 2006-05-14  Lars Hansen  <larsh@soem.dk>
11229         * desktop.el (desktop-missing-file-warning): Fix docstring.
11230         (desktop-restore-file-buffer): Correct question asked on missing file.
11232 2006-05-14  Kim F. Storm  <storm@cua.dk>
11234         * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
11235         Add CUA move property.
11237 2006-05-13  Chong Yidong  <cyd@stupidchicken.com>
11239         * custom.el (custom-push-theme): Load the variable before checking
11240         its `standard-value'.
11242 2006-05-13  Lars Hansen  <larsh@soem.dk>
11244         * desktop.el (desktop-save): Use with-temp-buffer.
11246 2006-05-12  Glenn Morris  <rgm@gnu.org>
11248         * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
11249         * calendar/calendar.el (calendar-mode-map):
11250         * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
11251         * calendar/appt.el (appt-check, appt-make-list): Refer to
11252         diary-view-entries, diary-list-entries, diary-show-all-entries
11253         rather than obsolete aliases.
11255 2006-05-12  Chong Yidong  <cyd@stupidchicken.com>
11257         * simple.el (line-move-finish): Avoid calling point motion hooks
11258         while processing intangibility.
11260 2006-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
11262         * term/xterm.el (terminal-init-xterm): Fix typo.
11264 2006-05-12  Ken Manheimer  <ken.manheimer@gmail.com>
11266         * allout.el (allout-view-change-hook): Mark as being deprecated,
11267         to be replaced by `allout-exposure-change-hook'.
11268         (allout-exposure-change-hook): New, replacing
11269         `allout-view-change-hook'.
11270         (allout-flag-region): Run new hook `allout-exposure-change-hook',
11271         in addition to `allout-view-change-hook'.
11272         (allout-show-bodies, allout-old-style-prefixes)
11273         (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
11274         lambda forms to prevent their showing up in variable help
11275         presentations as inscrutable byte-compiled code.
11276         (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
11277         Use string-or-null-p to qualify safe-local-variable values.
11278         (allout-reindent-bodies): Use memq to qualify matches against
11279         valid safe-local-variable values.  Also, quote the lambda as above.
11280         (allout-use-mode-specific-leader): Add missing candidate-value
11281         symbols, use memq, and quote the lambda.
11282         (allout-overlay-interior-modification-handler): Remove unused
11283         variables `msg' and 'opened'.
11284         (allout-hidden-p): Constrain invisibility consideration to allout's
11285         invisibility spec, disregarding invisibility for other reasons.
11287 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
11289         * files.el (version-control): Correct safe values.
11291 2006-05-12  Thien-Thi Nguyen  <ttn@gnu.org>
11293         * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
11295         (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
11296         (ewoc--insert-new-node): New func.
11297         Update callers of deleted funcs to use it, instead.
11299 2006-05-11  Glenn Morris  <rgm@gnu.org>
11301         * calendar/calendar.el (diary-show-all-entries): Do not refer to
11302         obsolete alias `show-all-diary-entries'.
11303         (make-diary-entry): Not interactive.
11304         (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
11305         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
11306         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
11307         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
11308         (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
11309         (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
11311 2006-05-11  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11313         * calendar/calendar.el (calendar-french-date-string)
11314         (calendar-mayan-date-string, calendar-chinese-date-string)
11315         (calendar-astro-date-string, calendar-iso-date-string)
11316         (calendar-islamic-date-string, calendar-bahai-date-string)
11317         (calendar-hebrew-date-string, calendar-coptic-date-string)
11318         (calendar-ethiopic-date-string, calendar-persian-date-string):
11319         These functions are not interactive.
11321 2006-05-11  Luc Teirlinck  <teirllm@auburn.edu>
11323         * files.el: Balance parentheses.
11325 2006-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
11327         * files.el, newcomment.el, outline.el, simple.el,
11328         * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
11329         * progmodes/cc-vars.el, progmodes/compile.el:
11330         Move `safe-local-variable' declarations to the respective files.
11332         * help-fns.el (describe-variable): Don't print safe-var if it is
11333         byte-code.  Improve wording as suggested by Luc Teirlinck.
11335 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11337         * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
11338         (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
11339         Use a token for pending-triggers to ensure gdb-var-update
11340         gets called once per user input again for pre-GDB 6.4.
11341         (gdb-var-delete): Match on more complex expressions.
11342         (gdb-var-list-children-handler, gdb-var-create-handler):
11343         Use a token for consistency.
11345 2006-05-11  Carsten Dominik  <dominik@science.uva.nl>
11347         * textmodes/org.el (org-read-date, org-goto-calendar)
11348         (org-agenda-goto-calendar):
11349         Bind `view-calendar-holidays-initially' to nil.
11351 2006-05-11  Thien-Thi Nguyen  <ttn@gnu.org>
11353         * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
11354         Update all callers to do it there, instead.
11356 2006-05-10  Glenn Morris  <rgm@gnu.org>
11358         * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
11359         prefix arg case, to avoid view-diary-entries-initially error.
11360         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
11361         (calendar-date-is-legal-p): Handle dates with no day part.
11363 2006-05-11  Nick Roberts  <nickrob@snap.net.nz>
11365         * comint.el (comint-insert-input): Just make it when
11366         comint-use-prompt regexp is nil (default) and with the mouse.
11367         (comint-copy-old-input): Reinstate from 2004-06-23.
11368         (comint-mode-map): Bind C-c C-m to it.
11370 2006-05-10  J.D. Smith  <jdsmith@as.arizona.edu>
11372         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
11373         Remove spurious move to point-max (new comint behavior fixes).
11375         * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
11376         compatibility function (Emacs 18/19).
11377         (idlwave-is-continuation-line): Always return point at start of
11378         previous non-blank continuation line.
11379         (keyword-parameters): Fix continued comment font-lock matcher.
11380         (idlwave-font-lock-fontify-region): Written, use as
11381         font-lock-fontify-region-function, to fix continued keyword
11382         fontification issues.
11384 2006-05-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11386         * term/mac-win.el (mac-font-panel-mode): Doc fix.
11387         (mac-service-selection, mac-service-open-file)
11388         (mac-service-open-selection, mac-service-mail-selection)
11389         (mac-service-mail-to, mac-service-insert-text): Rename from
11390         mac-services-*.  All uses changed.
11391         (mac-apple-event-map): Rename event symbol `services' to `service'.
11393 2006-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
11395         * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
11396         (ewoc--node-enter-first, ewoc--node-enter-last)
11397         (ewoc--delete-node-internal): Merge funcs into unique callers.
11399 2006-05-09  Chong Yidong  <cyd@stupidchicken.com>
11401         * emacs-lisp/crm.el (completing-read-multiple): Properly handle
11402         return value of read-from-minibuffer for empty input.
11404 2006-05-09  Miles Bader  <miles@gnu.org>
11406         * comint.el (comint-insert-input): Remove redundant calls to setq
11407         and goto-char.
11409 2006-05-10  Nick Roberts  <nickrob@snap.net.nz>
11411         * comint.el (comint-insert-input): Make it work when
11412         comint-use-prompt-regexp is t.
11414 2006-05-10  Miles Bader  <miles@gnu.org>
11416         * subr.el (field-at-pos): New function.
11418         * comint.el (comint-insert-input): Use it.
11420 2006-05-09  Juri Linkov  <juri@jurta.org>
11422         * battery.el (battery-linux-proc-acpi): Also try
11423         `/proc/acpi/thermal_zone/THR2/temperature'.
11425         * files.el <safe-local-variable>: Remove `eval' and `let' binding
11426         for now unused lambda `string-or-null'.
11428         * add-log.el (change-log-default-name): Put `string-or-null-p'
11429         instead of lambda on `safe-local-variable' property.
11431         * diff-mode.el (diff-context->unified): Use `region-beginning' and
11432         `region-end' instead of `mark' and `point'.
11433         (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
11434         Operate on region in Transient Mark mode when the mark is active.
11435         Use `region-beginning' and `region-end' instead of `mark' and
11436         `point'.
11437         (diff-hunk-text, diff-goto-source): Doc fix.
11439         * startup.el (fancy-splash-screens, normal-splash-screen): Use
11440         face `mode-line-buffer-id' for mode-line buffer face instead of
11441         hard-coded `(:weight bold)'.
11443         * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
11444         buffer-undo-list to t (undo-ask is reproducible by visiting
11445         nested archives).
11447 2006-05-09  Kim F. Storm  <storm@cua.dk>
11449         * progmodes/grep.el (rgrep): Set default directory of *grep*
11450         buffer if we start M-x rgrep in the *grep* buffer and choose
11451         a different base directory.
11453 2006-05-09  Michael Albinus  <michael.albinus@gmx.de>
11455         * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
11456         completion also when ido is loaded.
11458 2006-05-09  Masatake YAMATO  <jet@gyve.org>
11460         * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
11461         "warning" and "import".
11462         (cpp-font-lock-keywords): Added "warning".
11464 2006-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
11466         * term/xterm.el (terminal-init-xterm): Add more key bindings.
11468 2006-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11470         * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
11471         pages at a time, if we signal the end, we should indeed reach that end.
11473 2006-05-08  David Reitter  <david.reitter@gmail.com>
11475         * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
11476         output during execution of the body.
11478 2006-05-08  Kim F. Storm  <storm@cua.dk>
11480         * progmodes/grep.el (lgrep, rgrep): Doc fixes.
11482 2006-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
11484         * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
11485         Use with-current-buffer.
11487 2006-05-07  Kim F. Storm  <storm@cua.dk>
11489         * subr.el (add-to-history): Remove keep-dups arg.
11491         * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
11492         to nil around call to add-to-history.
11494 2006-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11496         * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
11497         than after a buffer modification.
11499 2006-05-08  Nick Roberts  <nickrob@snap.net.nz>
11501         * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
11502         call to...
11503         (gud-watch): ...here so speedbar is raised for already watched
11504         expressions.
11505         (gdb-speedbar-refresh): Delete function.
11506         (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
11507         Use speedbar-timer-fn instead of speedbar-refresh (reverting
11508         earlier change).
11509         (gdb-var-evaluate-expression-handler)
11510         (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
11512         * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
11513         Update localized contents for all buffers except ignored modes.
11515 2006-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11517         * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
11518         (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
11519         (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
11520         (mac-handle-font-panel-closed, mac-handle-font-selection):
11521         New functions.
11522         (mac-font-panel-mode): New minor mode.
11523         (mac-apple-event-map): Add bindings for toolbar toggle button and
11524         font panel.
11525         (menu-bar-showhide-menu): Add mac-font-panel-mode.
11527 2006-05-07  John Paul Wallington  <jpw@pobox.com>
11529         * ibuffer.el (ibuffer-compressed-file-name-regexp):
11530         Avoid `regexp-opt'; simplify regexp for readability.
11532 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
11534         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
11535         * files.el (buffer-stale-function):
11536         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11537         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
11538         links to the main manual, not to emacs-xtra.
11540 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11542         * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
11543         MacJapanese if text is ASCII-only.
11545 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
11547         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
11548         unless so nil isn't returned.
11549         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
11551 2006-05-06  Kim F. Storm  <storm@cua.dk>
11553         * subr.el (add-to-history): New function.
11555         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
11556         (ediff-merge-files-with-ancestor):
11557         * env.el (setenv):
11558         * isearch.el (isearch-update-ring):
11559         * server.el (server-visit-files):
11560         * progmodes/grep.el (lgrep, rgrep):
11561         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
11562         * progmodes/xscheme.el (xscheme-insert-expression):
11563         Use add-to-history.
11565         * kmacro.el (kmacro-push-ring): Use add-to-history.
11566         (kmacro-ring-length): Remove unused defun.
11567         (kmacro-start-macro): Use kmacro-push-ring.
11569 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
11571         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
11572         directly instead of a lambda expression that calls it.
11574 2006-05-06  Kim F. Storm  <storm@cua.dk>
11576         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
11577         instead of compute-motion.
11579 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
11581         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
11582         change.
11584 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
11586         * startup.el (command-line-1): Refer to "Pure Storage" on
11587         pure-space-overflow.
11589 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
11591         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11592         provided faces once they all have been used up.
11594 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11596         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11597         reference to the Lisp manual to the warning about pure space
11598         overflow.
11600 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
11602         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11603         argument to avoid the call to `ispell-internal-change-dictionary'
11604         when not needed.
11605         (ispell-change-dictionary): Use this argument and call
11606         `ispell-internal-change-dictionary' after the possible change
11607         to `ispell-local-dictionary'.
11608         (ispell-internal-change-dictionary): Check for a change in
11609         personal dictionary use too.
11611 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
11613         * startup.el (command-line): On MS-Windows, probe "~", not
11614         "~USER", for warning about non-existent home directory.
11616         * arc-mode.el (archive-l-e): New optional argument `float' means
11617         generate a float value.
11618         (archive-arc-summarize, archive-lzh-summarize)
11619         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11620         with 3rd argument non-nil when file's size is being computed.
11621         Format the file sizes with %8.0f instead of %8d.
11623 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11625         * cus-start.el (all): Add mac-dnd-known-types.
11627         * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11628         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11629         (mac-TIFF-to-string): New functions.
11630         (x-get-selection, x-selection-value)
11631         (mac-select-convert-to-string): Use them.
11632         (mac-text-encoding-mac-japanese-basic-variant): New constant.
11633         (mac-dnd-types-alist): New customization variable.
11634         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11635         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11636         (mac-dnd-handle-drag-n-drop-event): New functions.
11637         (mac-drag-n-drop): Remove function.
11638         (global-map): Bind drag-n-drop and M-drag-n-drop to
11639         mac-dnd-handle-drag-n-drop-event.
11641 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
11643         * progmodes/perl-mode.el (perl-beginning-of-function):
11644         Skip anonymous subs.
11646 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
11648         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11649         regexp-opt at run time.
11651         * term.el (term-handle-ansi-escape): Fix off by one error.
11653 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
11655         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11656         (gdb-init-1, gdb-post-prompt): ...and references to it.
11657         (gdb-frame-handler): Strip directory name from filename if present.
11659         * progmodes/gud.el (gdb-force-update): Delete defvar
11660         (gud-speedbar-buttons): ...and references to it.  Use window-start
11661         to try to keep positon in watch expression.
11663 2006-05-03  Richard Stallman  <rms@gnu.org>
11665         * simple.el (next-history-element, previous-history-element): Doc fix.
11667         * isearch.el (isearch-update-ring): Doc fix.
11669 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
11671         * isearch.el (isearch-update-ring): Take history-delete-duplicates
11672         into consideration.  Replace one arm ifs with whens.
11674 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
11676         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11677         (menu): Fix typo.
11679 2006-05-02  Miles Bader  <miles@gnu.org>
11681         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11683 2006-05-02  Jay Belanger  <belanger@truman.edu>
11685         * calc/calc-embed.el (calc-override-minor-modes-map)
11686         (calc-override-minor-modes): New variables.
11687         (calc-do-embedded): Make sure that Calc keystrokes aren't
11688         overwritten by minor modes.
11690 2006-05-02  Chong Yidong  <cyd@mit.edu>
11692         * msb.el (msb): If EVENT is a down event, read and discard the up event.
11694 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11696         * startup.el (command-line-1): Refer to Lisp manual when
11697         pure-space-overflow occurs.
11699         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11700         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11701         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11702         (version-control): Don't use `t' for safe-local-variable declarations.
11704 2006-05-01  Richard Stallman  <rms@gnu.org>
11706         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11707         M-r, M-R, M-A, M-SPC or M-DEL.
11708         (diff-mode-map): diff-refine-hunk now on C-c C-w
11709         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11711         * help-mode.el (help-mode): view-exit-action calls delete-window
11712         only when it is safe and possible.
11714         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11715         in messages.
11717         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11719         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11720         in the default tool-bar-map.
11722 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
11724         * net/tramp.el (tramp-completion-file-name-handler-alist)
11725         (tramp-run-real-handler, tramp-completion-run-real-handler)
11726         (tramp-completion-handle-file-name-all-completions)
11727         (tramp-completion-handle-file-name-completion): Autoload them.
11728         (tramp-completion-handle-file-exists-p)
11729         (tramp-completion-handle-file-name-directory)
11730         (tramp-completion-handle-file-name-nondirectory)
11731         (tramp-completion-handle-expand-file-name): Remove them.
11732         (tramp-handle-file-name-directory): Return the real directory name.
11733         Returning "/" only doesn't need to be necessary any longer.
11734         (tramp-file-name-handler): Make special attention when in hostname
11735         completion mode.
11736         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11737         (tramp-register-file-name-handlers):
11738         Register `tramp-completion-file-name-handler' only when
11739         `partial-completion-mode' is enabled.
11740         (tramp-completion-handle-file-name-all-completions):
11741         Delete directory part from results.
11742         (tramp-get-completion-methods, tramp-get-completion-user-host):
11743         Discard deleting "/", it doesn't work after the change of
11744         `tramp-handle-file-name-directory' above.
11746 2006-05-01  Kim F. Storm  <storm@cua.dk>
11748         * progmodes/grep.el (grep-expand-template): Use save-match-data
11749         and symbol-value.
11751 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11753         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11754         Use select-frame-set-input-focus instead of raise-frame.
11755         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11757 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
11759         * progmodes/gud.el (gud-def): Add %c case.
11760         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11761         (gud-format-command): Make match case sensitive.  Match on %F.
11763 2006-04-30  Glenn Morris  <rgm@gnu.org>
11765         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11766         (cal-tex-preamble): Use cal-tex-preamble-extra.
11767         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11768         than alias `list-diary-entries'.
11770 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
11772         * help-fns.el (describe-variable): Add info about safe local variables.
11774 2006-04-29  Richard Stallman  <rms@gnu.org>
11776         * bindings.el (mode-line-format): help-echo doc fixes.
11778         * net/tramp.el (tramp-file-name-handler-alist): Delete
11779         expand-file-name and other operations that can cause spurious loading.
11781 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * files.el (safe-local-variable-p): Remove support for the special
11784         value t.
11786         * textmodes/paragraphs.el (sentence-end-without-space):
11787         Fix safety predicate.
11788         (sentence-end-double-space, sentence-end-without-period)
11789         (paragraph-ignore-fill-prefix):
11790         * textmodes/fill.el (colon-double-space):
11791         * abbrev.el (abbrev-mode): Tighten the safety predicate.
11793         * subr.el (booleanp): New fun.
11795         * textmodes/reftex-vars.el (reftex-guess-label-type):
11796         Tighten the safety predicate.
11798 2006-04-28  Kim F. Storm  <storm@cua.dk>
11800         * progmodes/grep.el (defgroup grep): Doc fix.
11801         (grep-auto-highlight): Remove.
11802         (grep-template): New defcustom.
11803         (grep-find-template): Rename from grep-tree-template.
11804         (grep-files-aliases): Rename from grep-tree-files-aliases.
11805         Remove "all" alias, add "l" alias.
11806         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11807         (grep-find-ignored-directories): New defcustom to replace
11808         grep-tree-ignore-CVS-directories, to facilitate ignoring
11809         subdirectories for multiple version control systems.
11810         (grep-mode-map): Add Recursive grep item to GREP menu.
11811         (grep-regexp-history, grep-files-history): New defvars.
11812         (grep-probe): New helper function.
11813         (grep-compute-defaults): Use it to simplify code.
11814         Adapt to name changes.
11815         Use `.' as base in grep-find-template rather than <D>.
11816         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
11817         Call grep-compute-defaults unconditionally.
11818         (grep-expand-keywords): New defconst.
11819         (grep-expand-template): Rename from grep-expand-command-macros.
11820         Simplify via grep-expand-keywords.  Look at case-fold-search instead
11821         of grep-tree-ignore-case to add -i option.
11822         Bind case-fold-search to nil while matching keywords.
11823         (grep-tree-last-regexp, grep-tree-last-files): Remove.
11824         (grep-read-regexp, grep-read-files): New helper functions.
11825         (rgrep): Rename from grep-tree.  Rework to use proper histories.
11826         Adapt to changes in defcustoms and functions above.
11827         (lgrep): New command, as grep, but using same interactive UI as rgrep.
11829 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
11831         * net/tramp.el (tramp-completion-file-name-handler):
11832         Disable Tramp's functionality while loading Tramp itself.
11833         (tramp-register-file-name-handlers): That's a defsubst now.
11834         Code from `tramp-repair-jka-compr' moved here.  Apply it via
11835         `after-init-hook'.
11836         (tramp-repair-jka-compr): Remove.
11838 2006-04-27  Jay Belanger  <belanger@truman.edu>
11840         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11841         read expression when `math-read-big-expr' doesn't work.
11843 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
11845         * startup.el (command-line-1): Display warning when
11846         pure-space-overflow is non-nil.
11848 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11850         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11851         risky.
11853 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11855         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11856         Return the URL or nil if none can be generated.
11858 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
11860         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11861         byte compiler warnings.
11862         (gud-basic-call, gud-find-expr): Let user select an expression
11863         for printing.  Print expression as well as value in GUD buffer.
11865 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
11867         * allout.el: Remove local autoload declaration for
11868         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11869         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11870         (allout-plain-bullets-string, allout-distinctive-bullets-string)
11871         (allout-use-mode-specific-leader, allout-old-style-prefixes)
11872         (allout-stylish-prefixes, allout-numbered-bullet)
11873         (allout-file-xref-bullet, allout-presentation-padding)
11874         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11875         safe-local-variable with suitable value spec, and add autoload
11876         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
11877         (move-beginning-of-line, move-end-of-line): Repair so these compat
11878         functions now actually resituate the point, when appropriate.
11880 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11882         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11884         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11885         (add-log-iso8601-time-string): Fix call to format-time-string.
11887 2006-04-26  Kim F. Storm  <storm@cua.dk>
11889         * subr.el (posn-string, posn-image, posn-object): Doc fix.
11891 2006-04-26  Masatake YAMATO  <jet@gyve.org>
11893         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11894         Add support for "//" style comments.  Remove `b' flag
11895         from ?* in `asm-mode-syntax-table'.
11897 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11899         * follow.el: Use (featurep 'xemacs) everywhere.
11900         (follow-mode): Use define-minor-mode.
11901         (follow-mode-map): Move initialization into the declaration.
11902         Use command remapping.
11903         (follow-emacs-version-xemacs-p): Remove.
11904         (follow-submit-feedback): Remove.
11906         * allout.el (allout-layout, allout-passphrase-verifier-string)
11907         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11909         * textmodes/reftex-vars.el (reftex-vref-is-default)
11910         (reftex-fref-is-default, reftex-guess-label-type):
11911         Tighten up a bit the safety predicate.
11913         * textmodes/paragraphs.el (sentence-end-double-space)
11914         (sentence-end-without-period, sentence-end-without-space)
11915         (page-delimiter, paragraph-ignore-fill-prefix):
11916         Tighten up a bit the safety predicate.
11918         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11920         * progmodes/python.el (python-continuation-line-p)
11921         (python-beginning-of-statement): syntax-ppss may return
11922         a negative depth.
11923         (python-mode): Don't forcefully enable font-lock.
11925         * time-stamp.el (time-stamp-start, time-stamp-end)
11926         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11928         * add-log.el: Remove spurious * in docstrings.
11929         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11930         (add-change-log-entry): Use it here, since it's not specific
11931         to iso8601.
11932         (add-log-iso8601-time-string): Don't use it here any more.
11933         (change-log-indent-text, change-log-indent): Rename from add-log-*.
11935         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11937 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
11939         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11940         (rcirc-toggle-low-priority): Doc fix.
11941         (rcirc-handler-NOTICE): Remove beginning of line anchor in
11942         ChanServ regexp.
11943         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11944         #emacs.
11945         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11946         (rcirc-decode-coding-system): Use utf-8 as the default.
11947         (rcirc-multiline-minor-mode): Set the fill-column.
11948         (rcirc-format-response-string): Display bright and dim nicks.
11949         (rcirc-browse-url): Update interactive spec to fill ARG.
11950         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11951         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11953 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
11955         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11956         case for @Article, etc.
11958 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
11960         * net/tramp.el (tramp-register-file-name-handlers): New defun.
11961         Added with autoload cookie.
11962         (tramp-unload-file-name-handlers): Rename from
11963         `tramp-unload-file-name-handler-alist'.
11965 2006-04-23  Romain Francoise  <romain@orebokech.com>
11967         * comint.el (comint-match-partial-filename): Doc fix.
11969 2006-04-21  Glenn Morris  <rgm@gnu.org>
11971         * calendar/cal-menu.el (calendar-mode-map): Refer to
11972         `diary-view-entries' rather than alias `view-diary-entries'.
11973         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11975 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
11977         * progmodes/antlr-mode.el (antlr-default):
11978         * cus-edit.el (custom-documentation):
11979         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11980         in defface.
11982 2006-04-21  Kim F. Storm  <storm@cua.dk>
11984         * image.el (image-type): New defun split out of create-image.
11985         (create-image): Use it.
11987 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
11989         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11990         (org-open-at-point): Remove the "...done" message to keep output
11991         in the echo area visible.
11992         (org-export-as-xoxo): Fix call to `indent-region'.
11994 2006-04-21  Kevin Ryde  <user42@zip.com.au>
11996         * international/mule.el (keyboard-coding-system): defcustom
11997         info-link fixes: "Specify Coding" has been split, keyboard now in
11998         "Terminal Coding", and "Single-Byte Character Support" is now
11999         "Unibyte Mode".
12001 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
12003         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
12004         Use font-lock-warning-face for any errors e.g. no stack.
12005         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
12007 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
12009         * progmodes/sh-script.el (sh-shell): Mark as safe.
12011         * newcomment.el (comment-start, comment-start-skip)
12012         (comment-end-skip, comment-end): Mark as safe.
12014 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
12016         * textmodes/org.el (org-deadline-announce): Face removed.
12017         (org-level-faces, org-n-levels): Convert to constant.
12018         (org-compatible-face): New function.
12019         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
12020         (org-level-5, org-level-6, org-level-7, org-level-8)
12021         (org-special-keyword, org-warning, org-headline-done, org-link)
12022         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
12023         (org-scheduled-today, org-scheduled-previously, org-time-grid):
12024         Face definition revised for better color tty support.
12025         (org-bold-re, org-italic-re, org-underline-re): New constants.
12026         (org-set-font-lock-defaults): Use the new constants.
12027         (org-agenda-highlight-todo): New function.
12028         (org-agenda-todo): Fix bug with point at end of line.
12029         (org-agenda-change-all-lines, org-finalize-agenda-entries):
12030         Fontify TODO keywords.
12031         (org-insert-link): Preserve relative path in ../ links.
12032         (org-export-as-html): Convert links pointing to .org files into
12033         links that will work beteen the exported HTML files.
12034         (org-todo-list): Fix bug when arg=0.
12035         (org-insert-heading): More fine-tuning.
12037 2006-04-19  Romain Francoise  <romain@orebokech.com>
12039         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
12040         from `rmail-mime-charset-pattern'.
12042 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12044         * progmodes/python.el (python-mode): Fix typo.
12046 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
12048         * comint.el (comint-previous-input): Don't clobber input line
12049         when moving off either end of the input history ring.
12050         (comint-delete-input): New function, used by
12051         `comint-previous-input' and others.
12052         (comint-previous-matching-input):
12053         Use `coming-delete-input'.  Save the partial input if leaving the
12054         edit line.  Goto point-max before deleting input to avoid
12055         partial input fragments hanging around.
12056         (comint-restore-input): New function, used by `comint-previous-input'.
12058 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
12060         * imenu.el (imenu--index-alist): Balance parentheses.
12062 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
12064         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
12066 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
12068         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
12069         file is nil.
12071 2006-04-18  Richard Stallman  <rms@gnu.org>
12073         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
12075         * imenu.el (imenu-create-index-function, imenu--index-alist)
12076         (imenu--last-menubar-index-alist, imenu--make-index-alist)
12077         (imenu-default-create-index-function, imenu--generic-function):
12078         Doc fixes.
12080         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
12082         * help-mode.el (help-mode): Set view-exit-action to delete window.
12084         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
12085         now works by passing nil as arg.
12087         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
12089         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
12090         (read-abbrev-file): Provide default when reading filename.
12092         * files.el (enable-local-variables): Allow :all as value.
12093         (hack-local-variables): Implement that value.
12094         (safe-local-variable-values, safe-local-eval-forms)
12095         (enable-local-variables): Mark as risky.
12096         (find-file-visit-truename, kept-old-versions): Mark safe.
12098         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
12099         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
12100         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
12102 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12104         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
12105         Use forward-line so as to get to BOL even in the presence of fields.
12106         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
12107         in return.
12108         (inferior-tcl): Tell tclsh to work in interactive mode.
12110         * complete.el (partial-completion-mode):
12111         Use 'choose-completion-string-functions to make sure that
12112         choose-completion fills the minibuffer properly.
12114         * complete.el (PC-old-read-file-name-internal): Remove.
12115         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
12116         of read-file-name-internal.
12117         (partial-completion-mode): Enable/disable this advice.
12119 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
12121         * net/tramp.el (tramp-completion-file-name-handler): Revert change
12122         of 2006-04-17.
12124 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
12126         * textmodes/org.el (org-insert-heading): Insert heading before
12127         current if at beginning of line.
12128         (org-todo, org-date): New faces.
12129         (org-table-align): Make sure tooltip window contains full text.
12130         (org-no-properties): New defsubst.
12131         (org-set-font-lock-defaults): Use new faces.
12133 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
12135         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
12136         for root variables.
12138         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
12139         (gdb-frame-address): Re-use to identify frame for watch expression.
12140         (gdb-var-list, gdb-var-create-handler): Add frame address for root
12141         variables.
12142         (gdb-init-1, gdb-source, gdb-post-prompt)
12143         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
12144         (gdb-frame-handler): Get gdb-frame-address.
12146 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
12148         Sync with Tramp 2.0.53.
12150         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
12151         'control.  Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
12152         (tramp-completion-file-name-handler): Add autoload cookie for
12153         adding to `file-name-handler-alist'.
12155         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
12156         the prompt.  If it returns earlier (when detecting an error
12157         message), the rest of the output will merge accidently with the
12158         output of the next command.  Reported by M Jared Finder
12159         <jared@hpalace.com>.
12161         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12162         for `process-file', in order to let it work for older Emacsen too.
12164 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
12166         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
12167         (tex-font-lock-keywords-3): Use it.
12169 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12171         * newcomment.el (comment-add): New function.
12172         (comment-region-default, comment-dwim): Use it.
12174 2006-04-15  Michael Olson  <mwolson@gnu.org>
12176         * emacs-lisp/tq.el: Improve comments.
12177         (tq-queue-head-question): New accessor function.
12178         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
12179         Update for modified queue structure.
12180         (tq-queue-add): Accept `question' argument.
12181         (tq-queue-pop): If a question is pending, send it.
12182         (tq-enqueue): Accept new optional argument `delay-question'.
12183         If this is non-nil, and at least one other question is pending a
12184         response, queue the question rather than sending it immediately.
12186 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12188         * calendar/appt.el (appt-add): Check whether an appointment is
12189         already present in appt-time-msg-list.  Simplify code.
12191 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12193         * progmodes/cc-langs.el (c-mode-menu):
12194         Don't presume c-subword-mode is bound.
12196 2006-04-13  Bill Wohler  <wohler@newt.com>
12198         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
12199         (customize-package-emacs-version): Use cdr instead of cadr now
12200         that alists use dotted pairs.
12202         * custom.el (defcustom): Fix docstring for :package-version.
12204 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
12206         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
12207         (tramp-handle-shell-command): Display output buffer only when
12208         `tramp-display-shell-command-buffer' is true.
12209         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
12211 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12213         * textmodes/org.el (org-set-autofill-regexps): Set only the local
12214         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
12216 2006-04-13  Romain Francoise  <romain@orebokech.com>
12218         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
12219         leaving temporary .cvsignore buffers behind.
12221 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12223         * textmodes/org.el (org-set-regexps-and-options)
12224         (org-get-current-options): Better names for the startup folding
12225         options.
12227 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
12229         * vc.el (vc-annotate): Arrange for point to end up at the same
12230         line number as in the original, but only when using a new buffer.
12232 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
12234         * files.el (hack-one-local-variable-eval-safep):
12235         Recognize `edebug-form-spec' for `put', but only if it passes
12236         `edebug-basic-spec'.  Generalize `put' handling.
12238         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
12239         vetting file-local form specs.
12241         * allout.el (allout-layout): Autoload its `safe-local-variable'
12242         property.
12244 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
12246         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
12247         (org-agenda-mouse-1-follows-link)
12248         (org-mouse-1-follows-link): New options.
12249         (org-format-agenda-item): Fix bug if TAGS is nil.
12250         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
12252 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
12254         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
12255         GDB 6.1+ gives full filename for "info sources" so use
12256         file-name-nondirectory.
12258 2006-04-12  Romain Francoise  <romain@orebokech.com>
12260         * subr.el (read-passwd): Bind `message-log-max' to nil.
12262 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12264         * progmodes/perl-mode.el (perl-indent-new-calculate):
12265         Recompute parse-start after jumping backward by a whole sexp.
12267 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12269         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
12270         window configuration.
12271         (vc-annotate-display-select): Select the buffer so that current-buffer
12272         (and selected-window) is the output buffer at the end of vc-annotate.
12274 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
12276         * vc.el (vc-annotate-color-map): Add custom TTY color map for
12277         8-color terminals, to use all of the colors in a sensible order.
12278         256-color terminals work well with the standard map.
12279         (vc-annotate-lines): Only strip the first color character if it
12280         is "#", to allow for terminal-style named colors.
12281         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
12282         the correct buffer is scrolled.
12284 2006-04-11  Richard Stallman  <rms@gnu.org>
12286         * emacs-lisp/bytecomp.el (byte-compile-file):
12287         Bind enable-local-variables to :safe, and make normal-mode obey it.
12289         * files.el (enable-local-variables): Allow value :safe.
12290         (normal-mode): Doc fix.
12291         (hack-local-variables): Implement enable-local-variables = :safe.
12292         (hack-local-variables-confirm): Don't prevent quitting.
12294 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * loadhist.el (unload-feature): A bit of sanity check of
12297         load-history entries.  Cancel timer-vars before unbinding them.
12299         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
12300         quote special chars, and make the trick work on the hex part of the
12301         buffer as well.
12302         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
12303         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
12305         * startup.el (normal-splash-screen): Fix last change so we don't wait
12306         2 minutes if we don't show the splash screen.
12308 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
12310         * textmodes/org.el (org-export-plain-list-max-depth)
12311         (org-table-spaces-around-separators)
12312         (org-radio-targets, org-activate-camels)
12313         (org-table-spaces-around-invisible-separators): Options removed.
12314         (org-time-stamp-rounding-minutes, org-remember-templates)
12315         (org-ellipsis, org-activate-links, org-descriptive-links):
12316         New options.
12317         (org-remember-apply-template, org-current-time)
12318         (org-finish-edit-table-field)
12319         (org-link-unescape, org-link-escape)
12320         (org-string-width, org-table-clean-line, org-html-do-expand)
12321         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
12322         (org-read-agenda-file-list): New functions.
12323         (org-table-edit-field)
12324         (org-table-create-or-convert-from-region): New commands
12325         (org-table-toggle-vline-visibility): Command removed.
12326         (org-table-convert-region): Made a command.
12327         (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
12328         Replace with the normal org- functions.
12329         (org-self-insert-command): Don't trigger realign unnecessarily
12330         when blanking a field that is not full.
12331         (org-mode): `Set buffer-invisibility-spec' for links.
12332         (org-activate-links2): Hide link part and only show descriptive
12333         part of the link.
12334         (org-insert-link): Modify for new linking system.
12335         (org-store-link): Store description separately, for use by
12336         `org-insert-link'.
12337         (org-table-align): Use `org-string-width'.
12338         (defgroup): Completely new group structure for custom variables.
12339         (org-agenda-files): Option: Single file name allowed.  Function:
12340         Optional argument unrestrited means ignore any restricitons.
12341         (org-install-agenda-files-menu): Find a buffer in Org-mode before
12342         trying to modify the menu.  Use generalized access to
12343         `org-agenda-files.'
12344         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
12345         (org-agenda-file-to-front, org-remove-file, org-diary)
12346         (org-tags-view, org-export-icalendar-all-agenda-files)
12347         (org-export-icalendar-combine-agenda-files): Use generalized
12348         access to `org-agenda-files'.
12349         (org-remember-handler): Correctly preserve heading if present.
12350         (org-table-insert-row, org-table-insert-hline): Deal with
12351         invisible characters.
12353 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
12355         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
12356         (vc-annotate-color-map): New 18 element constant
12357         value/saturation, rotating hue colormap, from red->blue.
12358         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
12359         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
12360         (vc-annotate): To avoid killing the required local variables,
12361         set them before the end of `with-output-to-temp-buffer', and
12362         after first switching to annotate-mode.
12363         (vc-annotate-warp-version): Add buffer argument in goto-line to
12364         ensure annotation, not source, is scrolled.
12366 2006-04-10  Bill Wohler  <wohler@newt.com>
12368         * custom.el (defcustom, custom-handle-keyword):
12369         Add :package-version keyword.
12370         (custom-add-package-version): New function.  Sets value of new
12371         property 'custom-package-version from :package-version keyword.
12372         (defcustom): Create Common Keywords section in docstring.
12373         (defface, defgroup): Replace definitions of a select few keywords
12374         with a reference to the Common Keywords in defcustom.
12375         (defcustom, defface, defgroup): Replace reference to Customization
12376         chapter in manual with hyperlink.
12378         * cus-edit.el (customize-package-emacs-version-alist): New variable.
12379         (customize-changed-options): Add check for custom-package-version.
12380         (customize-package-emacs-version): New function to look up Emacs
12381         version corresponding to the given package version.
12383         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
12384         defun name, in similar fashion to find-variable-regexp.
12386 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
12388         * international/mule-cmds.el (set-locale-environment): Fix last
12389         change for when the locale's preferences don't specify any encoding.
12391 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12393         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
12394         so the defined var/fun doesn't need to be quoted.
12396 2006-04-10  Richard Stallman  <rms@gnu.org>
12398         * finder.el (finder-mode-map): Add n and p bindings.
12400 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
12402         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
12403         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
12404         (gdb-setup-windows): Put something in source window if we can't find
12405         the source file.
12406         (gdb-frame-handler): Make it work again with just assembly.
12407         (gdb-data-list-register-values-handler): Make it work when there is
12408         no stack.
12410 2006-04-09  Richard Stallman  <rms@gnu.org>
12412         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
12413         specs while looking for charset.
12415         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
12417         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
12418         Make them faces.
12419         (lm-font-lock-keywords): Update appropriately.
12421 2006-04-10  Kim F. Storm  <storm@cua.dk>
12423         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
12424         it can also replace buffer-substring-no-properties.
12426         * emulation/cua-base.el (cua-delete-region, cua-paste)
12427         (cua-repeat-replace-region): Use filter-buffer-substring.
12429         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
12430         (cua-cut-region-to-global-mark): Likewise.
12432         * emulation/cua-rect.el (cua--extract-rectangle)
12433         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
12435 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12437         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
12438         entry-type.  Add field delimiters to numerical fields if they are
12439         not present.
12441 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12443         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
12444         string-const to return value.
12445         (bibtex-remove-delimiters): Use it.
12447 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12449         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
12450         cl-byte-compile-compiler-macro unless it exists.
12452 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12454         * files.el (hack-local-variables-confirm) <offer-save>:
12455         Clarify message text.  Suggested by Ralf Angeli.
12457 2006-04-08  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
12459         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
12460         (delete-extract-rectangle-line): Use `filter-buffer-substring'
12461         instead of `buffer-substring' and `delete-region'.  (Most of the
12462         code actually copied from `kill-region'.)
12464 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
12466         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
12467         (rcirc-default-port): Rename from rcirc-port.
12468         (rcirc-default-nick): Rename from rcirc-nick.
12469         (rcirc-default-user-name): Rename from rcirc-user-name.
12470         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
12471         (rcirc-low-priority-flag): New variable.
12472         (rcirc-decode-coding-system): New defcustom.
12473         (rcirc-encode-coding-system): New defcustom.
12474         (rcirc-coding-system-alist): New defcustom.
12475         (rcirc-multiline-major-mode): New defcustom.
12476         (rcirc-nick): New internal variable.
12477         (rcirc-process): Remove variable.
12478         (rcirc-server-buffer): New variable.
12479         (rcirc): Update to use rcirc-default-* variables above.
12480         (rcirc-connect): Do not add window-configuration-hook-here.
12481         (rcirc-server): New internal variable.
12482         (rcirc-connect): Do not send keepalive pings if
12483         rcirc-keepalive-seconds is nil.
12484         (with-rcirc-server-buffer): New macro.
12485         (rcirc-send-string): Encode with rcirc-encode-coding-system.
12486         (rcirc-server-name): Rename from rcirc-server.
12487         (rcirc-buffer-process): New function.
12488         (rcirc-buffer-nick): New function.
12489         (rcirc-buffer-target): Remove function.
12490         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
12491         New commands.
12492         (rcirc-mode-map): Change binding of C-c C-l to
12493         rcirc-toggle-low-priority.
12494         (rcirc-mode): Initialize coding system based on
12495         rcirc-coding-system-alist.  New change-major-mode-hook to part the
12496         channel on a mode change.  Make kill-buffer-hook buffer-local.
12497         (rcirc-change-major-mode-hook): New function.
12498         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
12499         (rcirc-last-post-time): New variable.
12500         (rcirc-process-message): Store the last time user posted a message
12501         to this target.
12502         (rcirc-multiline-minor-mode): New mode.
12503         (rcirc-multiline-minor-mode-map): New mode map.
12504         (rcirc-edit-multiline): Put multiline-edit buffer in
12505         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
12506         (rcirc-print): Ignore any line starting with an ignored nick.
12507         (rcirc-print): Decode using rcirc-decode-coding-system.
12508         (rcirc-track-minor-mode): Update global-mode-string when disabling
12509         this mode.
12510         (minor-mode-alist): Add LowPri indicator.
12511         (rcirc-toggle-low-priority): New function.
12512         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
12513         next lowpriority buffer with activity.
12514         (rcirc-record-activity): Sort buffers in rcirc-activity by the
12515         last time the user posted a message in to the target.
12516         (rcirc-update-activity-string): New formatting for low priority
12517         buffers.
12518         (rcirc-split-activity): New function.
12519         (rcirc-handler-PART, rcirc-handler-KICK)
12520         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
12521         (rcirc-nick-away-alist): New variable.
12522         (rcirc-handler-301): New handler.  Away messages are printed once
12523         per change.
12525 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
12527         * info.el (Info-follow-nearest-node): Doc fix.
12529         * international/mule-cmds.el (set-locale-environment): Make sure
12530         the coding-system preferred by the locale's language has the same
12531         EOL conversion type as the original buffer-file-coding-system.
12532         (locale-language-names): Add a few MS Windows language codes.
12534 2006-04-07  Richard Stallman  <rms@gnu.org>
12536         * simple.el (eval-expression): Doc fix.
12538         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
12539         (eval-defun): Doc fixes.
12541 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
12543         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
12545 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
12547         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
12548         GDB list command without argument for greater generality.
12550 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12552         * subr.el (string-or-null-p): New function.
12554         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
12556         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
12558         * files.el: Update comment about safe-local-variable declarations.
12560 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
12562         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
12563         See idlwave.org.
12565         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
12566         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
12568         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
12569         See idlwave.org.
12571         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
12572         version 6.0 (minimal changes).  See idlwave.org.
12574         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
12575         6.0 (minimal changes).  See idlwave.org.
12577         * progmodes/idlw-rinfo.el: File obsoleted and removed.
12579 2006-04-06  Romain Francoise  <romain@orebokech.com>
12581         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
12582         symmetric encryption features and a new asynchronous interface to
12583         GnuPG.  This new version is version 1.4, plus whitespace changes.
12585 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12587         * files.el: Move some `safe-local-variable' declarations to the
12588         respective files.
12590         * textmodes/ispell.el (ispell-check-comments)
12591         (ispell-local-dictionary): Mark as safe.
12593         * abbrev.el (abbrev-mode): Mark as safe.
12595         * add-log.el (change-log-default-name): Mark as safe.
12597         * textmodes/reftex-vars.el (reftex-vref-is-default)
12598         (reftex-fref-is-default, reftex-level-indent)
12599         (reftex-guess-label-type): Mark as safe.
12601         * textmodes/fill.el (colon-double-space): Mark as safe.
12603         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12604         (sentence-end-double-space, sentence-end-without-period)
12605         (sentence-end-without-space, sentence-end, sentence-end-base)
12606         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12608 2006-04-06  Kim F. Storm  <storm@cua.dk>
12610         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12611         the :set-after list.
12612         (ido-downcase-unc-hosts): New user option.  Default on.
12613         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12614         when it is set, as regexps are now applied on the fly.
12615         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12616         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12617         on the fly, but only when ido-process-ignore-lists is set.
12618         Do case insensitive filtering if ido-downcase-unc-hosts is set.
12619         Only downcase names if ido-downcase-unc-hosts is set.
12621 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
12623         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12625         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12627 2006-04-05  Kim F. Storm  <storm@cua.dk>
12629         * ido.el (ido-mode): Set after ido-unc-hosts and
12630         ido-ignore-unc-host-regexps.
12631         (ido-save-history): Save ido-unc-hosts-cache.
12632         (ido-load-history): Load ido-unc-hosts-cache.
12633         (ido-reread-directory): Refresh unc hosts cache in // dir.
12635         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12636         to nil while displaying slash screen.
12638 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12640         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12641         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12643 2006-04-05  Kenichi Handa  <handa@m17n.org>
12645         * international/characters.el: Setup cases of Latin, Greek, and
12646         Cyrillic characters in CJK charsets.
12648 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12650         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12651         default-enable-multibyte-characters.  This reverts the change from
12652         revision 6.17 which is no longer necessary because the passphrase
12653         is sent separately now.  GnuPG messages are unreadable under
12654         multibyte locales with default-enable-multibyte-characters set to nil.
12656 2006-04-04  Andreas Schwab  <schwab@suse.de>
12658         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12659         and `byte-compile-warnings' as `safe-local-variable'.
12661 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
12663         * man.el (Man-mode-map): Restore the \r binding.
12664         (Man-abstract-xref-man-page): If Man-target-string is a function,
12665         call it.
12666         (Man-highlight-references): Use Man-default-man-entry to get the
12667         target.  Deal with xrefs too.
12668         (Man-highlight-references0): Don't call the target function.
12670         * woman.el (WoMan-xref-man-page): Strip the section number, woman
12671         cannot deal with it.
12673 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12675         * pgg-gpg.el: Clean up process buffers every time gpg processes
12676         complete.
12678 2006-04-04  Kenichi Handa  <handa@m17n.org>
12680         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12681         here.
12682         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12683         Temporarily bind inhibit-field-text-motion to t.
12685 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12687         * startup.el (normal-splash-screen): Only set mode-line-format in the
12688         splash buffer, so as not to interfere when debugging the code.
12689         Ignore errors when switching buffer.
12691 2006-04-03  Romain Francoise  <romain@orebokech.com>
12693         * dired.el (dired-dnd-protocol-alist): Fix typo.
12695 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12697         * savehist.el (savehist): Add :version.
12698         (savehist-ignored-variables): New variable.
12699         (savehist-minibuffer-hook): Don't save variables listed in
12700         `savehist-ignored-variables'.
12702         * dired.el (dired-dnd-protocol-alist): Mention that change does
12703         only apply to new buffers in doc string.
12705 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
12707         * recentf.el (recentf-open-files-item): Include newline in button
12708         field, so opening a file will work, when the point is at the end
12709         of the file name.  Allow, for example, to [i]search a file by
12710         extension and just push RET to open it.
12712 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12714         * pgg-gpg.el (pgg-gpg-process-filter)
12715         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12717         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12718         lines, temporary fix.
12720 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12722         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12724 2006-04-02  Richard Stallman  <rms@gnu.org>
12726         * progmodes/compile.el (compilation-message-face): Make it defcustom.
12728 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
12730         * ibuf-macs.el (define-ibuffer-column): Add a new key:
12731         header-mouse-map.
12733         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12734         (ibuffer-mode-header-map): New keymaps.
12735         (ibuffer-update-title-and-summary): Enable mouse face highlighting
12736         and keybindings for column headers.
12737         (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12738         property.
12740 2006-04-02  Drew Adams  <drew.adams@oracle.com>
12742         * speedbar.el (speedbar-after-create-hook): Doc fix.
12744 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
12746         * shell.el (shell-directory-tracker)
12747         (shell-dynamic-complete-command): Doc fixes.
12749 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
12751         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12752         terminals.
12754 2006-04-01  Kim F. Storm  <storm@cua.dk>
12756         * ido.el (ido-unc-hosts-cache): New defvar.
12757         (ido-unc-hosts): If value of defcustom is a function, call it to
12758         get list of UNC hosts.  Add function-item choices to specify
12759         ido-unc-hosts-net-view or user function.
12760         (ido-ignore-unc-host-regexps): New defcustom.
12761         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12762         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12763         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12765 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12767         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12768         wwidth.
12770 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
12772         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12773         (ido-max-work-file-list, ido-switch-buffer)
12774         (ido-read-file-name-as-directory-commands):
12775         Fix typos in docstrings.
12777 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12779         * term/mac-win.el (mac-system-coding-system): Define and use after
12780         Mac-specific coding systems are ready.
12782 2006-03-27  Romain Francoise  <romain@orebokech.com>
12784         * net/rcirc.el (rcirc-connect): Add autoload cookie.
12786         * ldefs-boot.el: Update.
12788 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12790         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12791         passphrases when it is not needed.
12792         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12793         passphrase stuff from gpg, should only be necessary when you use
12794         gpg with a smartcard.
12796 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
12798         * comint.el (comint-dynamic-list-completions): Allow user to
12799         select *Completions* buffer.
12801 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
12803         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12805 2006-03-26  Andreas Schwab  <schwab@suse.de>
12807         * progmodes/gud.el (gdb): Only complain about multiple debugging
12808         when the gdb process is still running.
12810 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
12812         * mail/rmail.el (tool-bar-map): Defvar it.
12813         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12814         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12816 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
12818         * help.el (print-help-return-message): Suggest to use
12819         display-buffer instead of switch-to-buffer-other-window to restore
12820         the previous window without selecting it.
12822 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12824         * frame.el (select-frame-by-name): Call x-focus-frame also when
12825         window-system is mac.
12827         * term/mac-win.el: Adjust Courier font specifications in
12828         x-fixed-font-alist.
12829         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12830         when directly encoding to UTF-16 in native byte order, no BOM.
12832 2006-03-25  Kim F. Storm  <storm@cua.dk>
12834         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12835         (cua--init-keymaps): Use it instead of fixed C-return.
12836         (cua-mode): Set after it.
12838         * emulation/cua-rect.el (cua--init-rectangles):
12839         Use cua-rectangle-mark-key instead of fixed C-return.
12841 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
12843         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12844         "run" in .gdbinit.
12845         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12847 2006-03-24  Romain Francoise  <romain@orebokech.com>
12849         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12850         `display-buffer-other-frame'.
12852 2006-03-24  Kim F. Storm  <storm@cua.dk>
12854         * apropos.el (apropos-synonyms): Add selection => region.
12856 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12858         * progmodes/gdb-ui.el (gdb-var-create-regexp)
12859         (gdb-var-list-children-regexp, gdb-var-update-regexp)
12860         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12861         (gdb-data-list-register-values-regexp)
12862         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12863         Future proof against new fields being added to MI output.
12864         (gdb-send): Don't treat backslashes for program input as
12865         continuations.
12866         (gdb-assembler-handler): Don't use window-start for this handler.
12867         (gdb-frame-handler): Don't change to hollow arrow if overlay
12868         arrow doesn't move to new frame.
12870 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
12872         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12873         prevent compiler warnings.
12874         (gdb-stopped): Check for gud-last-last-frame (case: signal).
12875         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12876         (gdb-assembler-custom): Use hollow-right-triangle for assembler
12877         buffer too.
12879 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
12881         * pgg-gpg.el (pgg-gpg-update-agent): Check for
12882         make-network-process, so we can use the same code in Gnus v5-10
12883         too and have this file fully synchronized with that release.
12885 2006-03-23  Romain Francoise  <romain@orebokech.com>
12887         * ibuf-ext.el (ibuffer-read-filter-group-name):
12888         Use `ibuffer-generate-filter-groups' to make completion list match
12889         the filter groups that are really displayed in the Ibuffer buffer.
12890         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12892 2006-03-23  Kenichi Handa  <handa@m17n.org>
12894         * international/mule-cmds.el (sort-coding-systems): Describe that
12895         the argument is modified in docstring.
12897 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12899         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12900         (pgg-gpg-update-agent): New function.
12901         (pgg-gpg-use-agent-p): New function.
12902         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12903         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12904         (pgg-gpg-sign-region): Use it.
12906 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
12908         * cus-edit.el (custom-face-set): Call custom-push-theme before
12909         face-spec set so that `changed' theme is correctly saved.
12910         (custom-face-reset-standard): Reset to recalculated face rather
12911         than defface spec.
12913         * custom.el (custom-push-theme): Only save `changed' theme if the
12914         current face does not match the defface specs.
12916 2006-03-21  Simon Josefsson  <jas@extundo.com>
12918         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12919         <wilde@sha-bang.de>.
12920         (pgg-gpg-use-agent): New variable.
12921         (pgg-gpg-process-region): Use it.
12922         (pgg-gpg-encrypt-region): Likewise.
12923         (pgg-gpg-encrypt-symmetric-region): Likewise.
12924         (pgg-gpg-decrypt-region): Likewise.
12925         (pgg-gpg-sign-region): Likewise.
12926         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12928 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
12930         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12931         bracket links.
12933 2006-03-21  Kim F. Storm  <storm@cua.dk>
12935         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12936         fringe-indicator-alist instead of modifying global value.
12937         (gdb-frame-handler): Likewise.
12939 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
12941         * diff-mode.el (diff-function): Make it inherit from diff-header
12942         instead of diff-context.
12944         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12945         bitmap.
12946         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12947         change names in macro above for consistency.
12948         (gdb-frame-handler): Use hollow-right-triangle for all selected
12949         frames which except the innermost (where execution has stopped).
12950         (gdb-reset): Reset buffer-local values of overlay-arrow.
12952 2006-03-20  Richard Stallman  <rms@gnu.org>
12954         * simple.el (set-mark-command): Doc fix.
12956         * files.el (display-buffer-other-frame): New command.
12957         (ctl-x-4-map): Bind C-x 5 C-o to it.
12959 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12961         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12962         rather than just defer-time, in case defer-time has been changed but
12963         the timer isn't running yet.
12964         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12966 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
12968         * help-mode.el (help-follow-symbol): New function.
12969         Essentially identical to the old `help-follow', but do not let
12970         `push-button' do the work when on an xref.
12971         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12973 2006-03-19  Richard Stallman  <rms@gnu.org>
12975         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12976         preceded by the word `program'.
12977         (help-follow-mouse, help-follow): Throw error if not on xref.
12978         Delete no longer used args.
12980 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
12982         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12983         annotation ensure gud-overlay-arrow-position is redisplayed.
12985 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12987         * textmodes/bibtex.el (bibtex-include-OPTkey)
12988         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12989         (bibtex-autokey-name-case-convert)
12990         (bibtex-autokey-titleword-case-convert): Make these the aliases
12991         for the following two variables.
12992         (bibtex-autokey-name-case-convert-function)
12993         (bibtex-autokey-titleword-case-convert-function): Make these the
12994         real names.
12995         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12996         bibtex-font-lock-crossref sublists.
12997         (bibtex-mode): Revert 2005-12-30 change (which made
12998         completion-ignore-case buffer-local).
12999         (bibtex-url): Simplify.
13001 2006-03-19  Kim F. Storm  <storm@cua.dk>
13003         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
13004         cursor property value to 2 (to align with C level change).
13006 2006-03-19  Bill Wohler  <wohler@newt.com>
13008         * image.el (image-load-path-for-library): Shorten first line in
13009         docstring.
13011 2006-03-18  Richard Stallman  <rms@gnu.org>
13013         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
13015 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
13017         * isearch.el (isearch-other-meta-char): Handle user bindings for
13018         shifted control characters.
13020 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
13022         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
13023         part that matches email addresses, file names, etc.
13025 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
13027         * term/w32-win.el (mouse-set-font):
13028         Mention w32-list-proportional-fonts in the doc string.
13030 2006-03-18  Kim F. Storm  <storm@cua.dk>
13032         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
13033         (ido-unc-hosts): New user option to explicitly define list of know
13034         UNC-style hosts for completion.
13035         (ido-cache-unc-host-shares-time): New user option.
13036         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
13037         New helper functions for UNC file-name support.
13038         (ido-may-cache-directory): Check for UNC host.  Simplify.
13039         (ido-wash-history): Clean out old UNC hosts.
13040         (ido-nonreadable-directory-p): UNC hosts are always readable.
13041         (ido-directory-too-big-p): UNC hosts are never too big.
13042         (ido-set-current-directory): Handle UNC root path.
13043         (ido-file-name-all-completions): Complete UNC host names from
13044         ido-unc-hosts list.  Cache UNC host shares.
13045         (ido-make-file-list-1): Don't filter UNC root.
13046         (ido-exhibit): Check for // in root directory, and switch to UNC
13047         mode by setting ido-current-directory to //.
13049 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
13051         * cus-edit.el (customize-changed-options): Mention explicit
13052         version number as default in prompt.
13054 2006-03-17  Bill Wohler  <wohler@newt.com>
13056         * image.el (image-load-path-for-library): Minor docstring fix.
13058 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
13060         * textmodes/org.el (org-read-date): Include subgroup 5 into
13061         replacement text.
13062         (org-popup-calendar-for-date-prompt): Fix customization type.
13064 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
13066         * progmodes/gdb-ui.el (gud-watch): Provide completion.
13067         (gdb-continuation): New variable.
13068         (gdb-send): Deal with continuation lines.
13070         * progmodes/gud.el (gud-gdb-complete-command)
13071         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
13072         expressions.
13073         (gud-tooltip-mode): Use buffer-local value.
13075 2006-03-16  Kim F. Storm  <storm@cua.dk>
13077         * ido.el (ido-edit-input): Use selected match, if any.
13079 2006-03-16  Bill Wohler  <wohler@newt.com>
13081         * image.el (image-load-path-for-library): Prefer user's images in
13082         image-load-path.
13084 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
13086         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
13087         when checking for attempt to drag leftmost or rightmost scrollbar.
13089 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
13091         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
13092         (gdb-force-mode-line-update): New function.
13093         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
13094         (gdb-exited): Use them.
13095         (gdb-signal): New function.
13096         (gdb-annotation-rules): Provide a rule for it.
13098 2006-03-16  Kenichi Handa  <handa@m17n.org>
13100         * international/mule.el (auto-coding-regexp-alist): Add entries
13101         for Unicode BOM.
13103         * sort.el (sort-build-lists): Temporarily bind
13104         inhibit-field-text-motion to t.
13106 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
13108         * locate.el (locate-command, locate-make-command-line)
13109         (locate-fcodes-file, locate-update-command)
13110         (locate-prompt-for-command, locate, locate-with-filter)
13111         (locate-get-file-positions): Doc fixes.
13112         (locate-buffer-name, locate-header-face): Remove leading `*' in
13113         defcustom.
13114         (locate-filter-output): Use `keep-lines' instead of its alias
13115         `delete-non-matching-lines'.
13116         (locate-get-filename, locate-get-dirname): Add introductory comment.
13117         (locate-find-directory-other-window): Give appropriate error
13118         message if used outside main listing.
13120 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13122         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
13123         the new extend-region feature.
13124         (font-lock-after-change-function): Update correspondingly.
13125         * jit-lock.el (jit-lock-after-change): Update correspondingly.
13126         * progmodes/grep.el (font-lock-lines-before): Don't disable.
13128 2006-03-15  Bill Wohler  <wohler@newt.com>
13130         * image.el (image-load-path-for-library): Fix example by not
13131         recommending that one binds image-load-path.  Just defvar it to
13132         placate compiler and only use it if previously defined.
13134 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
13136         * textmodes/org.el (org-insert-centered): Use `string-width' to
13137         make underlining work for wide characters.
13138         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
13139         TAB to `org-cycle', to make sure that no binding in
13140         `outline-mode-map' can supercede it.
13142 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
13144         * allout.el: Increment version to 2.2.1 in file commentary.
13146         (allout-version): Increment to 2.2.1.
13148         (allout-default-layout): New customization variable, used when the
13149         file lacks a specific allout-layout.  Uses allout-layout-type for
13150         recursively nested definition.
13152         (allout-layout-type): Widget defining allout layouts, necessary for
13153         self-recursive definition.
13155         (allout-mode): Incorporate allout-default-layout as fallback for
13156         allout-layout.
13158         (allout-layout): Mark as 'safe-local-variable', and refer mention
13159         fallback to `allout-default-layout' in absence of a specified value.
13160         (allout-passphrase-verifier-string)
13161         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
13163         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
13165         (allout-get-encryption-passphrase-verifier): Use correct name of
13166         passphrase verifier in docstring.
13168 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
13170         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
13171         elements.
13172         (gdb-find-watch-expression): Make it work for arrays too.
13173         Follow change to gdb-var-list.
13174         (gud-watch): Allow the user to enter variable name with a prexix
13175         arg.  Create keybindings.
13176         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13177         (gdb-var-list-children-handler, gdb-var-update-handler)
13178         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
13179         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
13180         Follow change to gdb-var-list.
13181         (gdb-starting): Don't show the overlay arrows when program is running.
13183         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
13184         gdb-var-list.
13186 2006-03-14  Bill Wohler  <wohler@newt.com>
13188         * image.el (image-load-path-for-library): Pass value of path
13189         rather than symbol.  Always return list of directories.
13190         Guarantee that image directory comes first.
13192 2006-03-14  Alan Mackenzie  <acm@muc.de>
13194         * font-core.el (font-lock-extend-region\(-function\)?.):
13195         New function/variable.
13197         * font-lock.el (font-lock-after-change-function):
13198         Call font-lock-extend-region.  Obey font-lock-lines-before.
13199         (font-lock-default-fontify-region): Remove reference to
13200         font-lock-lines-before.
13202         * jit-lock.el (jit-lock-after-change):
13203         Call font-lock-extend-region.  Obey font-lock-lines-before.
13205 2006-03-14  David Ponce  <david@dponce.com>
13207         * tree-widget.el (tree-widget-themes-load-path)
13208         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13210 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
13212         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
13213         (rcirc-print): Mark the start of text at the end of the prompt.
13214         (rcirc-track-minor-mode): Add autoload cookie.
13215         (rcirc-update-activity-string): Add space to front of mode-line
13216         indicator.
13218 2006-03-13  Miles Bader  <miles@gnu.org>
13220         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
13221         (rcirc-abbrev-nick): Remove function.
13222         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
13224 2006-03-13  David Ponce  <david@dponce.com>
13226         * tree-widget.el: Handle themes across all occurrences of the main
13227         themes sub-directory found in tree-widget-themes-load-path.
13228         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
13229         (tree-widget--locate-sub-directory): Return all occurrences.
13230         (tree-widget-themes-path): New function.
13231         Replace tree-widget-themes-directory, and return a list of directories.
13232         (tree-widget-set-parent-theme)
13233         (tree-widget-lookup-image): Use it.
13235 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
13237         * textmodes/org.el (org-link-search): Avoid self-matching of
13238         links, allow target text to be distributed over several lines.
13239         (org-search-not-link): New function.
13240         (org-set-regexps-and-options, org-get-current-options):
13241         New startup options.
13242         (org-export-as-html): Take odd-level setting from local variable.
13243         (org-fontify-emphasized-text): New option.
13244         (org-set-font-lock-defaults): Include emphasized text.
13245         (org-follow-mhe-link): Allow folder-only links, fix folder name.
13246         (org-font-lock): Customize group renamed from `org-faces'.
13248 2006-03-13  John Paul Wallington  <jpw@pobox.com>
13250         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
13251         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
13253 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
13255         * cus-start.el (all): Delete :version keyword for members of the
13256         fringe group, since the entire group is new in 22.1.
13258 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
13260         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
13261         map if value is hexadecimal (an address).
13262         (gud-watch): Only search roots for existing watch expressions.
13263         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
13264         prevent caching problems with speedbar-update-directory-contents.
13266 2006-03-12  Juri Linkov  <juri@jurta.org>
13268         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
13269         before comparing with `low' and `warn'.
13271         * info.el (Info-dir-remove-duplicates): Move point to the
13272         beginning of the current line after deleting the entries from
13273         redundant heading.  Use marker for `limit' and compare it with
13274         point before calling `re-search-forward'.
13276 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
13278         * simple.el (yank): Fix typo in docstring.
13280 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
13282         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
13283         messages, where "D" is the 6th character.
13285 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13287         * simple.el (yank): Fix last change.
13289 2006-03-11  David Ponce  <david@dponce.com>
13291         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
13292         merging elements from the standard ispell-dictionary-alist.
13293         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
13294         alist, and return the new alist.
13296 2006-03-11  Richard Stallman  <rms@gnu.org>
13298         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
13300         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
13301         the way it is implemented is too unclean.
13303         * simple.el (kill-region, yank): Doc fix.
13305         * battery.el (battery-echo-area-format): Doc fix.
13306         (battery-mode-line-format): Likewise.
13307         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
13308         (battery-linux-proc-acpi): Ignore batteries that say "charged".
13310 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
13312         * progmodes/octave-mod.el (octave-indent-for-comment):
13313         Behave according to do string.
13315 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
13317         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
13318         Be visible only if major mode is Mail Mode.
13320         * textmodes/flyspell.el (flyspell-external-point-words)
13321         (flyspell-process-localwords): Fix last changes.
13323 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
13325         * calendar/holidays.el (list-holidays): Doc fix.
13327         * international/mule.el (auto-coding-alist): Add .odt
13328         (OpenOffice's open document) files.
13330         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
13331         document) files.  Mention in the doc string the need to sync with
13332         auto-coding-alist.
13334 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
13336         * files.el (hack-local-variables-confirm): Don't prompt for ! if
13337         enable-local-variables is set to always query, or there is no
13338         savable variable.
13340 2006-03-10  Bill Wohler  <wohler@newt.com>
13342         * image.el (image-load-path-for-library): Merge at least three
13343         functions from Gnus and MH-E into this one function that can now
13344         be shared.
13346 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
13348         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
13349         gdb-remove-mouse-face and remove help-echo too.
13350         (gdb-enqueue-input): Correct conditional clause.
13352 2006-03-10  Glenn Morris  <rgm@gnu.org>
13354         * calendar/calendar.el (calendar-holidays): Doc fix.
13355         * calendar/holidays.el (list-holidays): Doc fix.
13357 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
13359         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
13360         it gets called in gdb-prompt anyway.
13361         (gdb-use-separate-io-buffer): Only restore window arrangement for
13362         gdb-many-windows.
13363         (gdb-enqueue-input): Make it harder to send GDB input when program
13364         is running.
13365         (gdb-buffer-list): New variable.
13366         (gdb-remove-mouse-face): New function.
13367         (gdb-starting): Use it when GDB input won't get sent.
13369 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
13371         * help.el (view-lossage): Remove trailing whitespace before
13372         inserting "\n".
13374 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
13376         * files.el (hack-local-variables-confirm):
13377         Set coding-system-for-read to nil before writing to .emacs.
13379         * arc-mode.el (archive-extract): Check if an existing buffer name
13380         comes from a different archive.
13382         * help.el (describe-key-briefly): If KEY is a down event, read and
13383         discard the up event.
13385 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
13387         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
13388         be edited and use font-lock-warning-face for any changes.
13390         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
13391         (gdb-edit-value): Use it to report any errors.
13393 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
13395         * help.el (describe-key): Remove leftover test code.
13397 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
13399         * textmodes/org.el: Move defvars out of eval-when-compile.
13400         Use buffer-file-name variable.
13401         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
13402         arg `file'.
13403         (org-level-faces): Remove startup dependency.
13404         (org-cycle, org-map-tree, org-scan-tags)
13405         (org-remember-handler): Don't call `outline-level' directly.
13406         (org-mhe-search-all-folders): New option.
13407         (org-mhe-get-message-folder-from-index)
13408         (org-mhe-get-message-folder): Fix indexing search.
13409         (org-format-agenda-item): Handle nil TAGS argument.
13410         (org-cleaned-string-for-export, org-activate-target-links)
13411         (org-make-target-link-regexp): Deal with empty radio target list.
13412         (org-tag): New face.
13413         (org-get-level-face): New function.
13414         (org-set-font-lock-defaults): Simplify setup for headlines.
13415         (org-complete): Pass common substring to `display-completion-list'.
13417 2006-03-06  David Ponce  <david@dponce.com>
13419         * tree-widget.el: Update Commentary header.
13420         (tree-widget-theme-name): Ignore parent themes.
13421         (tree-widget-set-parent-theme): New function.
13422         (tree-widget-set-theme): Use it.
13423         (tree-widget-set-image-properties): Move definition.  Does nothing
13424         if image properties have already been set.
13425         (tree-widget-image-properties): Move definition.  Receive an image
13426         name.  Set the :pointer property.
13427         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
13428         Don't set the :pointer image property.
13429         (tree-widget-convert-widget): New function.  Handle :dynargs
13430         compatibility here.
13431         (tree-widget): Use it to :convert-widget.  Add the :expander-p
13432         predicate to control when the :expander function is entered.
13433         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
13434         (tree-widget-value-create): Handle :expander-p.  widget-apply
13435         :expander.
13436         (tree-widget-expander-p): New function.  Default value of the
13437         :expander-p property.
13439 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
13441         * help.el (describe-key): Properly handle the return value of
13442         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
13443         remaps.  Handle string and vector `follow-link' values.
13445 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13447         * complete.el (PC-expand-many-files): Try be more careful when parsing
13448         the shell's output.
13450 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13452         * outline.el (hide-sublevels): Provide better interactive default.
13454 2006-03-06  Kenichi Handa  <handa@m17n.org>
13456         * international/fontset.el (create-fontset-from-fontset-spec):
13457         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
13459 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
13461         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
13462         backslashes instead of one in regexp.
13463         (gud-tooltip-dereference): Add missing optional argument.
13465 2006-03-04  John Paul Wallington  <jpw@pobox.com>
13467         * wdired.el (toplevel): Require `cl' at compile-time.
13469 2006-03-04  Andreas Schwab  <schwab@suse.de>
13471         * server.el (server-process-filter): Handle errors during
13472         evaluation of the argument.
13474 2006-03-03  John Paul Wallington  <jpw@pobox.com>
13476         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
13477         escape parentheses at beginning of line.
13478         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
13479         (t-mouse-mode): Remove period from end of error message.
13481 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
13483         * textmodes/flyspell.el (flyspell-process-localwords):
13484         Be case-sensitive.
13486 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
13488         * cus-edit.el (custom-quote): Remove function, since it has been
13489         moved to custom.el.
13491         * font-lock.el (lisp-font-lock-keywords-2)
13492         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
13493         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
13494         they have no special meaning.
13496         * midnight.el (clean-buffer-list): Handle case where base-buffer of
13497         indirect buffer gets killed before indirect buffer.  Use dolist.
13499 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13501         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
13502         value instead of a literal constant (1) on more pauses.
13504 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
13506         * textmodes/flyspell.el (flyspell-external-point-words):
13507         Be case-sensitive.
13509 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
13511         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
13512         with "www".
13514 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
13516         * allout.el: Restablish intermediate missing comment header to
13517         preserve outline structure.
13518         (allout-beginning-of-current-entry): Skip invisible text.
13519         (allout-open-topic): Fix opening a topic at end-of-buffer.
13520         (allout-minor-mode): Move nearer to allout-mode function.
13522 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
13524         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
13526 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
13528         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
13529         is nil.
13531         * progmodes/gud.el (gud-speedbar-menu-items):
13532         Use buffer-local-value and add missing :visible keyword.
13534         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
13536 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
13538         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
13539         must be `follow-link'.
13541         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
13543         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
13544         formatting: No nested anchors.
13545         (org-all-targets): Fix bug with XEmacs compatibility.
13546         (org-read-date): Add (require 'parse-time).
13547         (org-set-tags): Fix bug with extra inserted space.
13548         (org-export-html-style): Define a style class for targets.
13549         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
13550         (org-hide-leading-stars): New option.
13551         (org-hide): New face.
13552         (org-set-font-lock-defaults): Allow to hide leading stars.
13553         (org-get-legal-level, org-tr-level): New functions.
13554         (org-odd-levels-only): New option.
13555         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
13556         (org-demote, org-promote): Deal with double-star levels.
13557         (org-convert-to-odd-levels): New command.
13559 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
13561         * speedbar.el (speedbar-update-localized-contents): Try to
13562         preserve window-start.
13563         (speedbar-update-directory-contents): Try to preserve window-start
13564         and window-point.
13565         (speedbar-update-special-contents): Don't move back to start of window.
13567         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
13568         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
13569         speedbar-timer-fn.
13570         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
13571         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
13572         instead of gdb-speedbar-timer-fn.
13574 2006-02-28  Jay Belanger  <belanger@truman.edu>
13576         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
13577         (math-compose-expr): Use latex option when calling
13578         `math-compose-tex-matrix' for latex mode.
13580 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
13582         * speedbar.el: Re-instate comments about developing for speedbar
13583         [this is what info and gdb-ui use even if better methods exist now].
13585         * t-mouse.el: New file.
13586         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
13587         (t-mouse-lispy-buffer-posn-from-coords): Remove.
13588         (t-mouse-make-event-element): Use posn-at-x-y instead.
13589         (t-mouse-make-event): Deal with Fedora Core 3.
13590         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13591         (t-mouse-mouse-position-function): New function.  Use it instead
13592         of advising mouse-position.
13593         (t-mouse-mode): New minor mode.
13594         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
13596 2006-02-27  Glenn Morris  <rgm@gnu.org>
13598         * calendar/calendar.el (calendar-holidays): Doc fix.
13600 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
13602         * progmodes/gdb-ui.el (gdb-source-window): New variable.
13603         Re-introduce the concept of a source window.
13604         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13605         consistency with get-buffer-create.
13606         (def-gdb-auto-update-handler, gdb-info-locals-handler)
13607         (gdb-data-list-register-values-handler)
13608         (gdb-stack-list-locals-handler): Try to preserve window-start as
13609         well as window-point.
13610         (gdb-display-source-buffer): New function (old concept).
13611         (gdb-goto-breakpoint): Use it.
13613         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13614         for gdb-ui/gdb-mi (old concept).
13616 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
13618         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13619         binding.
13621         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13623         * textmodes/reftex-sel.el (reftex-select-label-map)
13624         (reftex-select-bib-map): Add `follow-mouse' binding.
13626 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
13628         * jka-cmpr-hook.el (jka-compr-compression-info-list)
13629         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13630         Give :set functions to provide automatic updating.
13631         Update docstring.  Give compiler defvars early in the file
13632         and move the defcustoms to a later spot where all called functions
13633         are defined.
13634         (jka-compr-file-name-handler-entry): Doc fix.
13635         (jka-compr-compression-info-list--internal)
13636         (jka-compr-mode-alist-additions--internal)
13637         (jka-compr-load-suffixes--internal): New variables.
13638         (jka-compr-install): Set the three above variables.
13639         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13640         (jka-compr-update, jka-compr-set): New functions.
13641         (auto-compression-mode): Doc fix.
13643         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13644         Update `load-file-rep-suffixes' instead of `load-suffixes'.
13645         Use jka-compr-compression-info-list--internal,
13646         jka-compr-mode-alist-additions--internal and
13647         jka-compr-load-suffixes--internal.
13649         * files.el (load-library):
13650         * loadhist.el (file-loadhist-lookup):
13651         * startup.el (command-line):
13652         * subr.el (locate-library):
13653         * emacs-lisp/autoload.el (update-directory-autoloads):
13654         * emacs-lisp/find-func.el (find-library-suffixes):
13655         Use `get-load-suffixes' instead of `load-suffixes'.
13657         * subr.el (locate-library):
13658         * emacs-lisp/find-func.el (find-library-name):
13659         Use `load-file-rep-suffixes' instead of '("").
13661 2006-02-26  Kim F. Storm  <storm@cua.dk>
13663         * ido.el (ido-save-history, ido-load-history): Simplify.
13664         Don't use find-file-noselect to avoid interference from other modes.
13666 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
13668         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13669         to use the default shell if filename is not available.
13670         Reported by Giorgos Keramidas.
13672 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
13674         * progmodes/etags.el (tags-completion-table): Do completion from
13675         all the tables in the current list, as documented in the manual.
13677 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13679         * CC Mode Update to 5.31.3.
13681 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13683         * progmodes/cc-mode.el (c-postprocess-file-styles):
13684         Bind inhibit-read-only to t, around the call to
13685         c-remove-any-local-eval-or-mode-variables, so that it works on a
13686         RO file.
13688 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13690         * progmodes/cc-awk.el: Correct a typo.
13692 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13694         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13695         c-hungry-delete-backwards, at the request of RMS.  Leave the old
13696         name as an alias.
13698 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13700         * progmodes/cc-mode.el: Correct a typo.
13702 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13704         * progmodes/cc-defs.el: Update the version number to 5.31.3.
13706 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13708         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13709         brace-else-brace (error due to mbeg, mend being undefined).
13711 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13713         * progmodes/cc-mode.el: File Local variables: Solve the problem
13714         where both `mode' and c-file-offsets are specified: `mode' will
13715         overwrite c-f-o's settings:
13716         (c-remove-any-local-eval-or-mode-variables): New function.
13717         (c-postprocess-file-styles): Call the above new function, within
13718         c-tentative-buffer-change, to splat `mode' and `eval' before the
13719         second hack-local-variables.
13721 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13723         * progmodes/cc-mode.el:
13724         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13725         (c-after-change): Protect the match data with save-match-data.
13726         It was getting corrupted by c-after-change-check-<>-operators.
13728         * cc-defs.el: [Supersedes patch V1.38]:
13729         (top level): Check for a buggy font-lock-compile-keywords ONLY in
13730         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
13732         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13733         with save-match-data.  It was being corrupted when Font Lock was
13734         not enabled.
13736 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
13738         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13739         Mode and Subword Mode.
13741         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13742         real labels ("case 1:" or "foo:") from non-labels ("public:").
13743         (c-forward-objc-directive): Replace c-forward-token-2 with crude
13744         coding; c-f-t-2 doesn't move over a token at EOB.
13746         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13748         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13749         (c-update-modeline): Concatenate the minor mode indicators
13750         directly onto mode-name, removing c-submode-indicators.
13751         Sometimes, c-s-i got separated from the mode name on the mode line.
13753         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13754         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13756 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
13758         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13759         error message when there's an evaluation error to show whether
13760         it's loaded from source or not.
13761         (c-filter-ops): Make it available at runtime too to work when
13762         `c-make-init-lang-vars-fun' needs to evaluate from source.
13764 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
13766         * help.el (help): Revert last part of 2006-02-23 change (deletion
13767         of the `provide' call).
13769 2006-02-23  Juri Linkov  <juri@jurta.org>
13771         * compare-w.el (compare-windows-highlight): Add new value
13772         `persistent' and change :type from `boolean' to `choice'.
13773         (compare-windows-overlays1, compare-windows-overlays2):
13774         New internal variables.
13775         (compare-windows-highlight): If compare-windows-highlight is
13776         `persistent', add current overlays to compare-windows-overlays[12]
13777         instead of adding compare-windows-dehighlight to pre-command-hook.
13778         (compare-windows-dehighlight): Delete all overlays from
13779         compare-windows-overlays[12].
13781         * info.el (Info-search): Don't bind search-spaces-regexp to
13782         Info-search-whitespace-regexp in non-regexp isearch mode.
13784 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13786         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13788 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
13790         * textmodes/org.el (org-xemacs-p)
13791         (org-export-html-show-new-buffer, org-table-may-need-update)
13792         (org-insert-item, org-mhe-get-message-real-folder)
13793         (org-mhe-get-message-folder-from-index)
13794         (org-mhe-get-message-folder, org-mhe-get-message-num)
13795         (org-mhe-get-header, org-make-org-heading-search-string)
13796         (org-make-org-heading-camel, org-table-sort-lines)
13797         (org-format-org-table-html, org-format-table-table-html):
13798         Fix typos in docstrings.
13800 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
13802         * textmodes/org.el (org-cleaned-string-for-export)
13803         (org-solidify-link-text): New function.
13804         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13805         XEmacs, just to silence the compiler.
13806         (org-export-as-ascii, org-export-as-html-and-open):
13807         Use `org-cleaned-string-for-export' and create internal links.
13808         (org-follow-mhe-link): Require mh-e, use folder.
13810 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13812         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13814         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13815         gdb-debug-log-length.
13816         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
13817         it a real ring but...
13818         (gud-gdba-marker-filter): ...make it work like mark-ring.
13819         (gdb-enable-debug): Rename from gdb-enable-debug-log.
13820         (gdb-mouse-jump): New function.  Add bindings.
13822 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
13824         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13825         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13826         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13827         (gdb-debug-log-length): Customize it's length.
13828         (gud-watch, gdb-var-create-handler): Display function::var format
13829         but don't use to create variable object.
13830         (gdb-var-create-handler): Use message-box in place of message.
13831         (gdb-stopped): Call gdb-exited if signalled.
13833 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
13835         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13837         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13839         * textmodes/reftex.el (reftex-locate-file): Search all extensions
13840         if `reftex-try-all-extensions' is set.
13842         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13843         fail silently when there is no valid argument at point.
13844         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13845         `fail-silently' argument.  From a patch by David Reiter.
13847         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13848         New commands.
13849         (org-mark-ring): New variable.
13850         (org-mark-ring-length): New option.
13851         (org-open-at-point, org-goto, org-open-file): Push old position
13852         onto the mark ring.
13853         (org-add-hook): New function.
13854         (org-export-table-remove-special-lines): New option.
13855         (org-skip-comments, org-format-org-table-html): Respect new
13856         option `org-export-table-remove-special-lines'.
13857         (org-open-file): Allow special command configuration for
13858         directory link.
13859         (org-file-apps): Fix bugs in customize type, added setting
13860         for directories.
13861         (org-activate-tags, org-format-agenda-item, org-complete)
13862         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13863         (org-get-tags, org-get-buffer-tags, org-open-at-point)
13864         (org-link-search, org-make-org-heading-search-string)
13865         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13866         (org-radio-targets, org-file-link-context-use-camel-case)
13867         (org-activate-camels): New options.
13868         (org-update-radio-target-regexp, org-all-targets)
13869         (org-make-target-link-regexp, org-activate-target-links):
13870         New functions.
13871         (org-make-org-heading-search-string): New function.
13872         (org-store-link, org-insert-link): Use new option
13873         `org-file-link-context-use-camel-case'.
13874         (org-activate-camels): Use new option `org-activate-camels'.
13875         (org-link-regexp): Add mhe prefix.
13876         (org-open-at-point, org-store-link): Support for mhe links.
13877         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13878         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13879         (org-mhe-get-header, org-follow-mhe-link): New functions.
13880         (org-remove-angle-brackets, org-add-angle-brackets):
13881         New functions.
13882         (org-bracket-link-regexp): New constant.
13883         (org-read-date): Fix bug that was rejecting all typed dates.
13884         (org-link-search): Make hierarchy above visible after a match.
13885         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13886         (org-store-link): Fix bug with link creation when cursor is in
13887         an empty line.
13888         (org-open-at-point): Fix bug with matching a link.
13889         Fixed buggy argument sequence in call to `org-view-tags'.
13890         (org-compile-prefix-format): Set `org-prefix-has-tag'.
13891         (org-prefix-has-tag): New variable.
13892         (org-format-agenda-item): Remove tags from headline
13893         if appropriate.
13894         (org-agenda-remove-tags-when-in-prefix): New option.
13896 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
13898         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13899         Fix the regular expressions.
13901 2006-02-21  Richard M. Stallman  <rms@gnu.org>
13903         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13904         if there's no other specific basis.
13906         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13907         as variables at all.
13908         (unsafep-variable): Rename arg; doc fix.
13910         * abbrevlist.el (list-one-abbrev-table): Add autoload.
13912         * calendar/appt.el (diary-selective-display): Add defvar.
13914         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13916         * isearch.el (search-whitespace-regexp): Fix custom type.
13918         * help.el (describe-key-briefly): Compute interactive args
13919         in same was as before previous change.
13921         * files.el (enable-local-variables): Doc fix.
13923 2006-02-21  Kim F. Storm  <storm@cua.dk>
13925         * fringe.el: Cleanup as file is now pre-loaded.
13926         (fringe-bitmaps): Initialize unconditionally.
13927         (fringe-mode, set-fringe-style): Remove autoload cookies.
13929 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
13931         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13932         `horizontal-bar'.
13933         (fringe-cursor-alist): Use `horizontal-bar'.
13935 2006-02-20  Kim F. Storm  <storm@cua.dk>
13937         * fringe.el (fringe-bitmaps): Update to new bitmap names.
13938         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13940         * loadup.el: Load "fringe" on window systems.
13942 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13944         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13945         out of scope components.
13947         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13948         default.
13950 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
13952         * custom.el (customize-mark-to-save, customize-mark-as-set):
13953         Load the symbol first.
13955 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
13957         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13958         strech spec so it doesn't display as "^J" on the header line
13959         when `Buffer-menu-use-header-line' is t.
13961 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
13963         * speedbar.el (speedbar-make-button): Keep text properties
13964         of string arguments if desired.
13966         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13967         expessions.
13969         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13970         of speedbar.
13972 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
13974         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13975         to value of `read-file-name-completion-ignore-case'.
13977 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
13979         * custom.el (customize-mark-as-set): Push to `user' theme.
13981         * cus-edit.el (custom-save-variables): Allow unthemed values.
13982         (customize-set-variable): Push setting to `user' theme.
13984 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
13986         * progmodes/gud.el: Don't require font-lock as it's now
13987         automatically loaded.
13988         (gud-speedbar-buttons): Replace gdb-var-changed with
13989         gdb-force-update.
13991         * progmodes/gdb-ui.el (gdb-force-update): Rename from
13992         gdb-var-changed.
13993         (gdb-post-prompt): Use it.
13994         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13995         (gdb-var-update-handler, gdb-var-delete)
13996         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13997         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13998         gdb-force-update in gdb-post-prompt.
13999         (gdb-reset): Clear watch expressions from speedbar when quitting.
14001 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
14003         * viper-cmd.el (viper-insert-state-post-command-sentinel)
14004         (viper-change-state-to-vi, viper-change-state-to-emacs):
14005         Make aware of cursor coloring in the Emacs state.
14006         (viper-special-read-and-insert-char): Use read-char-exclusive.
14007         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
14009         * viper-init.el (viper-emacs-state-cursor-color): New variable.
14011         * viper-util.el (viper-save-cursor-color)
14012         (viper-get-saved-cursor-color-in-replace-mode)
14013         (viper-get-saved-cursor-color-in-insert-mode)
14014         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
14015         state.
14016         (viper-get-saved-cursor-color-in-emacs-mode): New function.
14018         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
14019         (ediff-ignore-case-option3, ediff-actual-diff-options)
14020         (ediff-actual-diff3-options): New variables to control case sensitivity.
14021         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
14022         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
14023         (ediff-toggle-ignore-case): New function.
14024         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
14026         * ediff-help.el (ediff-long-help-message-narrow2)
14027         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
14028         (ediff-long-help-message-word-mode): Add ignore-case command.
14029         (ediff-help-for-quick-help): Add ignore-case command.
14031         * ediff-merg.el: Move provide to the end.
14033         * ediff-ptch.el: Move provide to the end.
14035         * ediff-wind.el: Move provide to the end.
14037         * ediff-mult.el: Move provide to the end.
14038         (ediff-set-meta-overlay): Enable follow-link.
14040         * ediff.el: Move provide to the end.
14041         Break recursive load cycle in eval-when-compile.
14042         (ediff-patch-buffer): Better heuristics.
14044         * ediff-util.el: Move provide to the end.
14045         Break recursive load cycle in eval-when-compile.
14046         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
14047         defuns.
14048         (ediff-submit-report): Pass the values of ediff-diff3-program,
14049         ediff-diff3-options.
14051 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
14053         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
14054         the opening bracket of the following bracketing pairs: {}, [], (), <>,
14055         `' (for example, in the docstring of `windmove-default-keybindings').
14057 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
14059         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
14060         shadow face.  Don't provide binding to edit variable when it is
14061         out of scope.
14063         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
14064         (gdb-var-update-handler): Detect out of scope variables with pre
14065         GDB 6.4 too.
14066         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
14067         Reset status of variable objects to nil in update handlers.
14068         (gdb-var-update-handler-1): Detect when a variable object comes
14069         in scope.  setcar on var changes gdb-var-list directly.
14071 2006-02-17  Juri Linkov  <juri@jurta.org>
14073         * ffap.el (ffap) <defface>: Add explicit face declaration.
14074         (ffap-highlight): Use face `ffap' directly instead of checking
14075         for its existence.
14077         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
14078         `visible-ok' of `other-buffer' to find the right original buffer.
14080         * info.el (Info-search): Skip `Local Variables' node.
14082 2006-02-17  Juri Linkov  <juri@jurta.org>
14084         * info.el (Info-find-file): Check for symbols `apropos', `history',
14085         `toc' in the input filename, and return these symbols as is.
14086         (Info-find-node-2): Set Info-current-file to symbols `apropos',
14087         `history', `toc' instead of strings.
14088         (Info-set-mode-line): For non-string Info-current-file use the
14089         symbol's name inside **.
14090         (Info-isearch-push-state): Add quote before Info-current-file and
14091         Info-current-node.
14092         (Info-isearch-pop-state): Use `equal' instead of `string='.
14093         (Info-extract-pointer, Info-following-node-name): Use
14094         `match-string-no-properties' instead of `match-string'.
14095         (Info-up): Check `old-file' for `stringp'.
14096         (Info-history): Use `equal' instead of `string-equal'.
14097         Check `file' for `stringp'.
14098         (Info-history): Use symbol `history' instead of string as first arg
14099         of `Info-find-node'.
14100         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
14101         `toc' instead of string.
14102         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
14103         instead of `buffer-substring', and `match-string-no-properties'
14104         instead of `match-string'.
14105         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
14106         instead of strings.
14107         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
14108         Use symbol `apropos' instead of string.
14109         (Info-copy-current-node-name): Check `Info-current-file' for
14110         `stringp' and construct a command with `Info-find-node' from it.
14111         (Info-fontify-node): Use `match-string-no-properties' instead of
14112         `match-string' and check file names for `stringp'.
14113         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
14114         `history', `toc' instead of strings.
14116 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
14118         * files.el: Rearrange functions and variables in the file local
14119         variables section.
14121 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
14123         * files.el: Add truncate-lines, ispell-check-comments and
14124         ispell-local-dictionary as safe local variables.
14126 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
14128         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
14129         out of scope variables.
14130         (gud-speedbar-buttons): Use unless.
14132         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
14133         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
14134         (gdb-show-changed-values): Also use for out of scope variables.
14135         (gdb-var-update-handler-1): Note if variable goes out of scope.
14137 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
14139         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
14140         default to global variable values for unsupplied args.
14141         (rcirc-get-buffer-create): Fix bug with setting the target.
14142         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
14143         test for rcirc-always-use-server-buffer-flag here.
14144         (rcirc-response-formats): Add %N, which is a facified nick.  %n
14145         uses the default face.  Change the ACTION format string.  If the
14146         "nick" is the server, don't print anything for that field.
14147         Comment fixes.
14148         (rcirc-target-buffer): Don't test
14149         rcirc-always-use-server-buffer-flag here.
14150         (rcirc-print): Squeeze extra spaces out of the text before message.
14151         (rcirc-put-nick-channel): Strip potential "@" char from nick
14152         before adding them to nick table.
14153         (rcirc-url-regexp): Improve to match address like "foo.com".
14155 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
14157         * allout.el (allout-hidden-p): Move this defsubst before
14158         allout-overlay-interior-modification-handler, where it is first
14159         used.
14161 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
14163         * allout.el: Use allout invisible-text overlays instead of
14164         selective display for concealed text.  Also, lots of general
14165         cleanup, and improved compatibility code.
14167         (allout-version): Incremented, corrected, revised, and refined
14168         module commentary.
14170         (provide 'allout): Moved to the bottom, added a require of overlay.
14172         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
14173         `except-current'.
14174         (allout-write-file-hook-handler): Minimize delay.
14175         (count-trailing-whitespace-region): New function so
14176         auto-encryption of current topic can resituate cursor exactly.
14177         PGP/GPG encryption trims trailing whitespace from lines, which
14178         must be accounted for across encryption then decryption.
14180         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
14181         just plain "\C-c", to avoid intruding on user's keybinding space.
14183         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
14184         parameter, so user request to provide a new password is done.
14186         (allout-outside-normal-auto-fill-function, allout-auto-fill):
14187         Refined mechanism for auto-filling behavior while in allout mode.
14189         (allout-mode): Explicitly specify the mode map in the docstring.
14190         Clarify provision for various write-file hook var names.
14191         Adjusted for invisible-text overlays instead of selective-display.
14193         (allout-depth): Really return 0 if not within any topic.  This
14194         rectifies `allout-beginning-of-level' and sequence numbering
14195         errors that occur when cutting and pasting numbered topics.
14196         Changed from a in-line subst to a regular function, as well.
14198         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
14200         (allout-end-of-subtree, allout-end-of-subtree)
14201         (allout-end-of-entry, allout-end-of-current-heading)
14202         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
14203         (allout-show-children, allout-show-to-offshoot)
14204         (allout-hide-current-entry, allout-show-current-entry): Rectified
14205         handling of trailing blank lines between items.
14207         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
14208         (allout-current-depth, allout-unprotected, allout-hidden-p)
14209         (allout-on-current-heading-p, allout-listify-exposed)
14210         (allout-chart-subtree, allout-goto-prefix)
14211         (allout-back-to-current-heading, allout-get-body-text)
14212         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
14213         (allout-hide-region-body, allout-toggle-subtree-encryption)
14214         (allout-encrypt-string, allout-encrypted-key-info)
14215         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
14216         (allout-file-vars-section-data): Adjusted for use with
14217         invisible-text overlays instead of selective-display.
14219         (allout-kill-line, allout-kill-topic, allout-yank-processing):
14220         Reworked for use with invisible text overlays.
14222         (allout-current-topic-collapsed-p): New function.
14224         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
14225         to know when to close the containing topic.
14227         (allout-pre-command-business, allout-post-command-business):
14228         Simplify undo-batching and dynamic isearch exposure.
14230         (allout-set-overlay-category): New for invisible-text overlays.
14231         Sets properties of allout-overlay-category, used by
14232         allout-flag-region to set invisible-text overlay properties.
14233         (allout-get-invisibility-overlay): Get the first qualifying
14234         invisibility overlay, so we can find the extent of it.
14235         (allout-back-to-visible-text): Get to just before the beginnining
14236         of the current invisibility overlay, if any.
14238         (allout-overlay-insert-in-front-handler)
14239         (allout-overlay-interior-modification-handler)
14240         (allout-before-change-handler, allout-isearch-end-handler): New
14241         functions to handle extraordinary actions affecting concealed
14242         text.
14244         (allout-flag-region): Use overlays instead of selective-display
14245         for invisible text - by inheritence from the properties of
14246         allout-overlay-category in mainline Emacs, and applied
14247         property-by-property in XEmacs, some recent versions of which
14248         don't inherit the properties from the category.  Provisions to
14249         respond to concealed-text edits simplified drastically.
14251         (allout-isearch-rectification, allout-isearch-was-font-lock)
14252         (allout-isearch-expose, allout-enwrap-isearch)
14253         (allout-isearch-abort, allout-pre-was-isearching)
14254         (allout-isearch-prior-pos, allout-isearch-did-quit)
14255         (allout-isearch-dynamic-expose)
14256         (allout-hide-current-entry-completely): Functions deleted.
14258         (allout-undo-aggregation): Explicit undo aggregation no longer
14259         necessary due to transition away from selective-display.
14261         (set-allout-regexp, allout-up-current-level)
14262         (allout-next-visible-heading, allout-forward-current-level)
14263         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
14264         (allout-kill-line, allout-yank-processing, allout-show-children)
14265         (allout-expose-topic, allout-old-expose-topic)
14266         (allout-listify-exposed, allout-insert-latex-header)
14267         (allout-toggle-subtree-encryption, allout-encrypt-string)
14268         (remove-from-invisibility-spec, allout-hide-current-subtree):
14269         Ditched unused variables.
14271 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
14273         * textmodes/ispell.el (ispell-change-dictionary): Call
14274         ispell-buffer-local-dict instead of
14275         ispell-accept-buffer-local-defs.
14276         (ispell-local-dictionary-alist): Accept as valid any coding-system
14277         supported by Emacs.
14278         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
14279         changed to iso-8859-3.
14281 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
14283         * speedbar.el (speedbar-frame-width): Make an inline function
14284         instead of a macro.  Use frame-width.
14285         (speedbar-try-completion, speedbar-update-contents)
14286         (speedbar-timer-fn): Use consp.
14287         (speedbar-update-localized-contents): Try to preserve point.
14289         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
14290         (menu): Re-order menu items.
14291         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
14292         field.
14293         (gdb-var-update-handler-1): Use it for GDB 6.4+.
14294         (gdb-post-prompt): Speed things by not forcing update.
14296 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
14298         * wid-edit.el (widget-button-click): For mouse-1, cancel button
14299         press and perform default action if we get a mouse movement event.
14301 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
14303         * calendar/icalendar.el (icalendar--get-event-property)
14304         (icalendar--get-event-property-attributes): Fix typos in
14305         docstrings.
14307         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
14308         docstring.
14310 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
14312         * bs.el (bs-mode): Use `buffer-disable-undo'.
14313         (bs--get-file-name): Simplify.
14314         (bs-show-in-buffer): Mark the buffer as not modified.
14316 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14318         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
14319         widget-button-click.
14321         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
14322         (custom-mode): Update docstring.
14324         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
14325         binding.
14327         * files.el (hack-local-variables-confirm): Allow scrolling if the
14328         file variable list is too long.  Kill temp buffer after use.
14330 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
14332         * progmodes/gud.el (gdb): Improve doc string.
14333         (gdb-script-font-lock-keywords): Expand allowed character set.
14335         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
14336         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
14337         (gdb-separate-io-interrupt, gdb-separate-io-quit)
14338         (gdb-separate-io-stop, gdb-separate-io-eof):
14339         Rename from gdb-inferior-* to gdb-separate-*.
14340         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
14342 2006-02-14  Jay Belanger  <belanger@truman.edu>
14344         * calc/calc-arith.el (math-check-known-scalarp): Make sure
14345         expression is a symbol before checking that it is bound.
14347         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
14348         test to see if equation can be solved.
14350 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
14352         * wid-edit.el (widget-button-click): Use :pressed-face property
14353         for overlay face, if it exists.
14355         * cus-edit.el (custom-manual, custom-add-see-also)
14356         (custom-add-parent-links, custom-group-link): Add :pressed-face
14357         property to links.
14359         * files.el (hack-local-variables): Remove ignored variables before
14360         checking if any variables need setting.
14362 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14364         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
14366 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
14368         * help.el (where-is): Fix message for remapped commands.
14370         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
14371         Fix typos in docstrings.
14373 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
14375         * files.el (safe-local-variable-values): New option.
14376         (hack-local-variables-prop-line): Return a list of variable-value
14377         pairs if MODE-ONLY is non-nil.
14378         (hack-local-variables): Construct list of variable-value pairs,
14379         and apply or reject them in one go.  Ask for confirmation if
14380         variables are not known safe.
14381         (hack-local-variables-confirm): Complete rewrite.  Support
14382         `safe-local-variable-values'.
14383         (enable-local-variables): Update docstring to reflect new
14384         behavior.
14385         (ignored-local-variables): Ignore ignored-local-variables and
14386         safe-local-variable-values.
14387         (safe-local-variable-p): New function.
14388         (risky-local-variable-p): `safe-local-variable' property check
14389         moved to safe-local-variable-p.
14390         (hack-one-local-variable): Checks moved to hack-local-variables.
14392         (byte-compile-dynamic, c-basic-offset, c-file-style)
14393         (c-indent-level, comment-column, fill-column, fill-prefix)
14394         (indent-tabs-mode, kept-new-versions, no-byte-compile)
14395         (no-update-autoloads, outline-regexp, page-delimiter)
14396         (paragraph-start, paragraph-separate, sentence-end)
14397         (sentence-end-double-space tab-width, version-control):
14398         Add `safe-local-variable' property.
14400         * find-lisp.el: Delete nonexistent `autocompile' file variable.
14402         * icomplete.el, play/landmark.el: Change nonexistent
14403         `outline-layout' file variable to `allout-layout'.
14405 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
14407         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
14408         (gdb-get-changed-registers): Test value of gud-minor-mode relative
14409         to gud-comint-buffer.
14410         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
14411         gdb-ui.el for gdb-mi.el.
14412         (gdb-post-prompt, gdb-get-changed-registers): Move test for
14413         registers buffer to gdb-get-changed-registers.
14414         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
14415         deletion of catchpoints (throw and catch).
14416         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
14417         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
14418         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
14419         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
14420         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
14422 2006-02-13  Jay Belanger  <belanger@truman.edu>
14424         * calc/calc-arith.el (math-check-known-matrixp): Make sure
14425         expression is a symbol before checking that it is bound.
14427 2006-02-13  Richard M. Stallman  <rms@gnu.org>
14429         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
14430         for the minibuffer too, but not if resize-mini-windows will interfere.
14432         * help.el (describe-key-briefly, describe-key): Do all arg-reading
14433         inside `interactive' spec.
14434         (describe-key-briefly-internal, describe-key-internal):
14435         Functions merged back into their callers.
14437 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
14439         * info.el (info-xref-visited): Inherit from info-xref too.
14440         (Info-set-mode-line): Replace occurrences of `%' by `%%'
14441         when propertizing Info-current-file and Info-current-node.
14443 2006-02-13  Juri Linkov  <juri@jurta.org>
14445         * tumme.el (tumme-thumbnail-storage): Fix docstring.
14446         (tumme-thumb-name): Fix per-directory format.
14448 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
14450         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
14452 2006-02-12  Miles Bader  <miles@gnu.org>
14454         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
14456 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
14458         * tumme.el: Remove history section.  If someone needs the it, it
14459         can always be found in CVS.
14461 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14463         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
14464         about the Thumbnail Managing Standard option.
14466 2006-02-12  Richard M. Stallman  <rms@gnu.org>
14468         * subr.el (substitute-key-definition): Doc fix.
14470         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
14472         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
14474         * info.el (Info-mode): Doc fix.
14476         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
14478 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
14480         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
14481         because on Solaris a POSIX compatible "id" is needed.  Reported by
14482         Magnus Henoch <mange@freemail.hu>.
14484 2006-02-12  Juri Linkov  <juri@jurta.org>
14486         * tumme.el: Remove todo item about Thumbnail Managing Standard.
14487         (tumme) <defgroup>: Change :group to `multimedia'.
14488         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
14489         Managing Standard.
14490         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
14491         Fix dostring.
14492         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
14493         and %y.  Fix docstring.
14494         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
14495         (tumme-cmd-create-standard-thumbnail-command): New user options.
14496         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
14497         is `standard'.  Fix docstring.
14498         (tumme-thumb-width, tumme-thumb-height): New user options.
14499         (tumme-external-viewer): Try to find various viewers.
14500         (tumme-get-thumbnail-image): Use `create-image' instead of
14501         constructing the `image' structure.
14502         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
14503         `standard'.
14504         (tumme-thumb-name): Add file name generation for standard storage.
14505         Simplify code for other storages.
14506         (tumme-thumb-name): Use width %w and height %h instead of size %s.
14507         Add modification time %m and thumbnail-nq8 %q.
14508         Use `tumme-cmd-create-standard-thumbnail-command' if
14509         tumme-thumbnail-storage is `standard'.
14510         (tumme-dired-insert-marked-thumbs): New autoload command.
14511         (tumme-dired-after-readin-hook): New function.
14512         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
14513         `tumme-thumb-size'.
14514         (tumme-display-image): Replace size-x %x and size-y %y with
14515         width %w and height %h.
14517         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
14518         `tumme-dired-insert-marked-thumbs'.
14520 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
14522         * tumme.el (tumme-write-tag): Fix small bug (file name did not
14523         include path).
14524         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
14525         matching tag.
14527 2006-02-12  Miles Bader  <miles@gnu.org>
14529         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
14530         New variables.
14531         (rcirc-abbrev-nick): New function.
14532         (rcirc-format-response-string): Rewrite to use the formats in
14533         `rcirc-response-formats' and expand escape sequences therein.
14534         A text-property `rcirc-text' is added over the actual response
14535         text to make easy to find inside the returned string.
14536         (rcirc-print): When filling, just look for the `rcirc-text'
14537         text-property to find the appropriate fill prefix, instead of
14538         using hardwired patterns.
14540 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14542         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
14543         Managing Standard.
14545 2006-02-11  Kim F. Storm  <storm@cua.dk>
14547         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
14548         Don't use insert-buffer; do insert-buffer-substring directly.
14549         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
14551 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14553         * files.el (revert-buffer, recover-file): Replace buffer-read-only
14554         with inhibit-read-only.  Suggested by Stefan Monnier.
14555         (revert-buffer): Let insert-file-contents discard
14556         buffer-undo-list.  Simplify code.
14557         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
14559 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
14561         * menu-bar.el (menu-bar-select-yank): Add a doc string.
14563         * help.el (describe-key-briefly): Now a wrapper for
14564         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
14565         to t.  Populate yank-menu if empty.
14566         (describe-key-briefly-internal): Renamed from describe-key-briefly.
14567         (describe-key): Now a wrapper for describe-key-internal.  Bind
14568         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
14569         (describe-key-internal): Renamed from describe-key.
14571 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
14573         * progmodes/glasses.el (glasses-separator): Doc fix.
14574         (glasses-original-separator): New defcustom.
14575         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
14577 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
14579         * mwheel.el (mouse-wheel-up-event): Doc fix.
14581 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
14583         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
14584         (tumme-dir): New function.  Copied from thumbs.el.
14586 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
14588         * desktop.el (desktop-outvar): Fix typo.
14589         (desktop-save-buffer-p): Doc fix.
14591         * subr.el (substitute-key-definition): Fix typo.
14593 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14595         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14596         when window-system is mac.
14598         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14600 2006-02-10  Kim F. Storm  <storm@cua.dk>
14602         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14603         indirect-function instead of using condition-case.
14605 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
14607         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14608         less `colloquial'...
14610 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
14612         * tumme.el: Add a couple of todo items.
14614 2006-02-09  Lars Hansen  <larsh@soem.dk>
14616         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14617         (highlight-changes-mode): Don't change desktop-locals-to-save.
14619 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
14621         * image-mode.el (image-toggle-display): Clear image cache if using
14622         filename.
14624 2006-02-09  Masatake YAMATO  <jet@gyve.org>
14626         * dired-x.el (dired-guess-shell-alist-default): Add .man as
14627         a `dired-man' target.
14629         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14630         boundary of symbols.
14632 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
14634         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14636 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
14638         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14639         `mapcar'; return nil.
14641 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
14643         * mouse.el (mouse-drag-track): Don't change window if we rebind to
14644         some other event.
14646 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
14648         * net/rcirc.el (rcirc-startup-channels-alist):
14649         Add irc.freenode.net and #emacs as defaults.
14650         (rcirc-ignore-all-activity-flag): Remove variable.
14651         (rcirc-authinfo): New variable.
14652         (rcirc-authinfo-filename): Remove variable.
14653         (rcirc-always-use-server-buffer-flag): New flag.
14654         (rcirc): M-x rcirc will automatically connect without prompting.
14655         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
14656         connection in lisp.
14657         (rcirc-process-server-response-1): Remove everything but the nick
14658         portion of the sender so it doesn't need to be done everywhere
14659         else.  Update related code.
14660         (global-map): Remove global keybindings.
14661         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14662         (rcirc-send-input): Split into several functions.
14663         (rcirc-process-input-line, rcirc-process-message)
14664         (rcirc-process-command): New functions.
14665         (rcirc-target-buffer): New function to determine where to route
14666         messages.
14667         (rcirc-user-nick): Save match data.
14668         (rcirc-toggle-ignore-buffer-activity)
14669         (rcirc-update-activity-string): Remove global ignore functionality,
14670         which can be done now by toggling rcirc-track-minor-mode.
14671         (rcirc-track-minor-mode-map): New keymap.
14672         (rcirc-track-minor-mode): New minor-mode.
14673         (ignore): Make the ignore output nicer.  Always print it when
14674         adding or removing nicks.
14675         (rcirc-url-regexp): Improve.
14676         (rcirc-mangle-text): Remove properties before using text in the
14677         modeline.
14678         (rcirc-authenticate): Authentication data comes from
14679         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14680         (rcirc-server-prefix): Inherit from rcirc-server.
14682 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
14684         * Makefile.in (compile): Append "|| true" to the end of the `find'
14685         command, like compile-always does.
14687 2006-02-08  Sam Steingold  <sds@gnu.org>
14689         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14690         output from a dead connection.
14692 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14694         * dired.el (dired-mode-map): Add more bindings for tumme.
14696 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14698         * wdired.el (wdired-mode-map): Use remap.
14699         (wdired-get-filename): Massage.
14700         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14701         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14702         `keymap' property rather than `local-map'.
14704 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
14706         * tumme.el (tumme-get-thumbnail-image): New utility function.
14707         Suggested by from Chong Yidong.
14708         (tumme-dired-with-window-configuration): Rename from
14709         `tumme-dired'.  Add code to save window configuration.
14710         (tumme-restore-window-configuration): New command to restore the
14711         window configuration that `tumme-dired-with-window-configuration'
14712         saves before it changes the window configuration.
14713         (tumme-show-all-from-dir): New command to display thumbnails for
14714         all files in a directory entered by the user, like M-x thumbs.
14715         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14716         have been created.
14717         (tumme-display-thumbnail-original-image): Call `display-buffer'.
14718         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14719         Remove obsolete test function.
14721 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
14723         * vc.el (small-temporary-file-directory): Remove defvar; there's
14724         a defcustom for it in files.el.
14726         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14727         Fix typo in message.
14728         (tumme-gallery-generate): Fix typo in `error' message.
14729         (tumme-display-window-height-correction)
14730         (tumme-display-window-width-correction, tumme-line-up-dynamic)
14731         (tumme-line-up-interactive): Dox fixes.
14732         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14733         (tumme-restore-window-configuration, tumme-format-properties-string)
14734         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14735         Fix typos in docstrings.
14737 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
14739         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14741 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
14743         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14744         User should use hook if desired.
14746         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14747         buffer if necessary.
14748         (gdb-delete-frame-or-window): New function.
14749         (gdb-breakpoints-mode-map): Bind "q" to it.
14751 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14753         * textmodes/nroff-mode.el: Clean up name space.
14754         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14755         (nroff-mode): Obey the global setting of nroff-electric-mode.
14756         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14758         * calendar/calendar.el (calendar-increment-month): Typo in last change.
14760 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
14762         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14764 2006-02-06  Lars Hansen  <larsh@soem.dk>
14766         * generic-x.el (etc-fstab-generic-mode): Add file system types
14767         cifs and usbdevfs.  Allow special chars in file names.
14769 2006-02-05  Jay Belanger  <belanger@truman.edu>
14771         Update copyright notices of the files in lisp/calc.
14773 2006-02-05  Romain Francoise  <romain@orebokech.com>
14775         Update copyright notices of all files in the lisp/play directory.
14777 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
14779         * ldefs-boot.el: Regenerate.
14781         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14783 2006-02-05  Kim F. Storm  <storm@cua.dk>
14785         * files.el (magic-mode-regexp-match-limit): New defvar.
14786         (set-auto-mode): Use it to limit magic-mode-alist matching.
14788 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
14790         * info.el (Info-index, Info-mode): Improve the description of the
14791         `i' command.
14793         * ldefs-boot.el: Regenerate.
14795 2006-02-03  Werner Lemberg  <wl@gnu.org>
14797         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14798         greedy to find the closing bracket in \*[...] and similar
14799         expressions.  This is a first rough fix -- many additional
14800         refinements are necessary to make nroff mode really usable with groff.
14802 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
14804         * international/mule-cmds.el (set-locale-environment):
14805         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14806         libX11.
14808 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
14810         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14811         archive are created in archive-tmpdir.
14813 2006-02-02  John Paul Wallington  <jpw@pobox.com>
14815         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14816         (ibuffer-fontification-alist): Use it.
14817         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14818         to "* z" and the Ibuffer Mark menu.
14820         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14822 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14824         * textmodes/table.el (*table--cell-describe-mode)
14825         (*table--cell-describe-bindings): Undo last change since
14826         print-help-return-message is not obsoleted by anything at all.
14828 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
14830         * emulation/cua-base.el (cua-mode): Doc fix.
14832 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
14834         * dframe.el (dframe-handle-make-frame-visible)
14835         (dframe-handle-iconify-frame, dframe-get-focus)
14836         (dframe-select-attached-frame, dframe-power-click)
14837         (dframe-frame-mode): Fix typos in docstrings.
14839         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14840         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14841         Fix typos in docstrings.
14843         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14844         (hi-lock-face-buffer, hi-lock-font-lock-hook)
14845         (hi-lock-archaic-interface-message-used)
14846         (hi-lock-file-patterns-range): Fix typos in docstrings.
14848         * savehist.el (savehist-loaded, savehist-load, savehist-install)
14849         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14851         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14852         Fix typo in docstring.
14854         * net/newsticker.el (newsticker--decode-iso8601-date)
14855         (newsticker--set-customvar, newsticker--buffer-insert-item)
14856         (newsticker--do-run-auto-mark-filter)
14857         (newsticker--parse-generic-feed): Doc fixes.
14858         (newsticker--retrieval-timer-list, newsticker-url-list)
14859         (newsticker-hide-immortal-items-in-echo-area)
14860         (newsticker-hide-obsolete-items-in-echo-area)
14861         (newsticker-new-item-face, newsticker--enclosure)
14862         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14863         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14864         (newsticker--parse-generic-feed, newsticker--cache-contains)
14865         (newsticker--stat-num-items, newsticker-download-enclosures):
14866         Fix typos in docstrings.
14868         * net/rcirc.el (rcirc-debug): Doc fix.
14869         (rcirc-fill-column, rcirc-receive-message-hooks)
14870         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14871         (rcirc-mode, rcirc-generate-new-buffer-name)
14872         (rcirc-startup-channels, rcirc-ignore-update-automatic)
14873         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14874         Fix typos in docstrings.
14875         (rcirc-print): "?\ " -> "?\s".
14876         (rcirc-cmd-join): Improve argument/docstring consistency.
14878 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
14880         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14881         before narrow-to-region.
14883 2006-02-01  Richard M. Stallman  <rms@gnu.org>
14885         * simple.el (move-beginning-of-line): Scan properly for invis change.
14887         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14889 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
14891         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14892         change bit only when id-format is 'integer.  Reported by Matt
14893         Hodges <M.P.Hodges@rl.ac.uk>.
14895 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
14897         * hilit-chg.el (highlight-changes-initial-state)
14898         (highlight-changes-global-initial-state): Doc fixes.
14899         (highlight-changes-global-modes, global-highlight-changes):
14900         Fix typos in docstrings.
14902 2006-02-01  Kim F. Storm  <storm@cua.dk>
14904         * emulation/cua-base.el (cua-mode): Mention that CUA enables
14905         transient-mark-mode in doc string.
14907 2006-01-31  Richard M. Stallman  <rms@gnu.org>
14909         * replace.el (multi-occur): Doc fix.
14910         (multi-occur-in-matching-buffers): Rename from
14911         multi-occur-by-filename-regexp.  Prefix arg says match
14912         buffer names instead of file names.
14914 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
14916         * bs.el: Allow non-default values of `bs-header-lines-length'.
14917         (bs--running-in-xemacs): Remove (not needed anymore).
14918         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14919         instead of `shrink-window', thus avoiding having to compute the
14920         height of the window.
14921         (bs--up): Wrap around even when there's no header.
14922         (bs--down): Use `forward-line' instead of `next-line'.
14924 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
14926         * image-mode.el (image-toggle-display): Use file name if possible,
14927         instead of unnecessarily allocating a (possibly huge) lisp string.
14929 2006-01-30  John Paul Wallington  <jpw@pobox.com>
14931         * subr.el (toplevel): Define `cl-assertion-failed' condition here
14932         because the `assert' macro signals it at runtime.
14934         * emacs-lisp/cl.el (toplevel): Remove definition of
14935         `cl-assertion-failed' condition.
14937 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
14939         * thumbs.el (thumbs-marked-list): Make buffer-local and
14940         permanent-local.
14941         (thumbs-insert-thumb): Make help-echo non-sticky.
14942         (thumbs-file-alist): Use eolp as check for (non)-image.
14944 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
14946         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14947         (ediff-before-session-group-setup-hooks)
14948         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14949         Fix typos in docstrings.
14951         * window.el (bw-dir, bw-eqdir, balance-windows)
14952         (split-window-keep-point): Fix typos in docstrings.
14954         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14955         (org-quote-string, org-calendar-to-agenda-key)
14956         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14957         (org-show-following-heading, org-tags-column)
14958         (org-use-tag-inheritance, org, org-allow-space-in-links)
14959         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14960         (org-enable-table-editor, org-calc-default-modes)
14961         (org-table-allow-automatic-line-recalculation)
14962         (org-export-html-style, org-export-with-fixed-width)
14963         (org-export-with-sub-superscripts, org-special-keyword)
14964         (org-formula, org-time-grid, org-table-may-need-update)
14965         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14966         (org-goto-quit, org-get-indentation, org-end-of-item)
14967         (org-move-item-down, org-move-item-up)
14968         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14969         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14970         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14971         (org-agenda-log-mode, org-agenda-toggle-diary)
14972         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14973         (org-agenda-file-to-end, org-agenda-no-heading-message)
14974         (org-agenda-get-closed, org-format-agenda-item)
14975         (org-cmp-priority, org-cmp-category, org-cmp-time)
14976         (org-agenda-change-all-lines, org-agenda-diary-entry)
14977         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14978         (org-link-search, org-camel-to-words, org-open-file)
14979         (org-remember-handler, org-table-convert-region)
14980         (org-table-move-row-down, org-table-move-row-up)
14981         (org-table-copy-region, org-table-wrap-region)
14982         (org-table-toggle-vline-visibility)
14983         (org-table-get-vertical-vector, org-table-modify-formulas)
14984         (org-table-get-specials, org-recalc-commands)
14985         (org-table-rotate-recalc-marks, org-table-eval-formula)
14986         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14987         (org-level-color-stars-only, org-insert-heading):
14988         Fix typos in docstrings.
14989         (last-arg): Add defvar.
14991         * makefile.w32-in (WINS): Add erc.
14992         (MH_E_SRC): Update (copied from lisp/Makefile.in).
14994 2006-01-29  Bill Wohler  <wohler@newt.com>
14996         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14997         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14998         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
14999         (mh-autoloads): Don't use comments on otherwise empty lines.
15001 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
15003         * emulation/viper.el (viper-major-mode-modifier-list):
15004         Add insert-state and vi-state entries for erc-mode.
15005         (viper-go-away, viper-set-hooks): Add and remove
15006         viper-comint-mode-hook from erc-mode-hook as appropriate.
15008         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
15010 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
15012         * bs.el (bs--format-aux): Implement `middle' alignment as
15013         described in the docstring for `bs-attributes-list'.
15014         (bs--get-name): Simplify.  Don't pad the buffer name.
15016 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
15018         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
15019         English aspell dictionary is installed, use the first entry of
15020         ispell-dictionary-alist-1.
15022 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
15024         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15025         Doc fix.
15027 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
15029         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
15030         for `process-file', in order to let it work for older Emacsen too.
15032 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
15034         * international/latexenc.el: Add a suitable `coding:' tag.
15035         (latexenc-find-file-coding-system): Undo last change.
15037 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15039         * international/latexenc.el (latexenc-find-file-coding-system):
15040         Make sure latexenc-main-file is a regular file and is readable.
15042 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
15044         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
15045         Pass FILE to vc-user-login-name.
15047         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
15049 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
15051         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
15052         there are no more images to display.
15053         (thumbs-mark, thumbs-unmark): Revert change so that they move to
15054         the next image.
15056 2006-01-26  Richard M. Stallman  <rms@gnu.org>
15058         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
15060         * wid-edit.el (advertised-widget-backward): New alias.
15061         (widget-keymap): Use advertised-widget-backward for S-TAB.
15063         * tumme.el: Correct the keywords.
15064         (tumme-dir-max-size): Use defvar.
15065         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
15067         * simple.el (move-beginning-of-line): Take account of fields.
15068         (clone-indirect-buffer-other-window): Take args like
15069         clone-indirect-buffer, and work like it.
15071         * help-fns.el (describe-function): Don't pass `nil' as default.
15073         * files.el (risky-local-variable-p): Follow var aliases.
15075         * subr.el (lazy-completion-table): Doc fix.
15077         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
15078         global binding of `line'.
15080 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
15082         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
15083         Tramp.
15085         * vc.el (vc-default-dired-state-info): Pass FILE to
15086         vc-user-login-name.
15087         (vc-default-update-changelog): Don't use vc-user-login-name, we
15088         don't need it here.
15090         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
15091         no longer necessary.
15093 2006-01-25  Kenichi Handa  <handa@m17n.org>
15095         * international/mule.el (decode-char): Avoid the overhead of
15096         calling utf-lookup-subst-table-for-decode if
15097         utf-translate-cjk-mode is nil.
15098         (encode-char): Avoid the overhead of calling
15099         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
15100         nil.
15102 2006-01-22  Kenichi Handa  <handa@m17n.org>
15104         * international/mule.el (make-subsidiary-coding-system): Reset
15105         `coding-system-define-form' property of subsidiaries to nil.
15106         Avoid duplicated entry in coding-system-alist.
15107         (make-coding-system): Avoid duplicated entry in
15108         coding-system-alist.
15109         (define-coding-system-alias): Likewise.
15111 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
15113         * completion.el: Minor fixes in introductory comment.
15114         (completion-def-wrapper): Fix alist.
15116 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
15118         * thumbs.el (thumbs-new-image-size): New function.
15119         (thumbs-increment-image-size-element)
15120         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
15121         (thumbs-decrement-image-size): Delete.
15122         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
15123         temp files and use to resize.
15124         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
15125         Use increment argument to enlarge/shrink.  Preserve point.
15126         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
15127         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
15128         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
15129         (thumbs-mark, thumbs-unmark): Preserve point.
15130         (thumbs-modify-image): Keep old temp files and use to modify.
15131         Cleanup old temp files at load time.  Preserve point.
15132         (thumbs-view-image-mode-map): Use new command names.
15134 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15136         * log-view.el (log-view-minor-wrap): First rev is the one at point.
15138         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
15139         the nastiest part of the cyclic dependency.
15140         (cal-menu-update): Use dotimes and calendar-increment-month.
15142         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
15143         (calendar-week-start-day): Add an :initializer.
15144         (calendar-mode-map): Use suppress-keymap, and command remapping.
15145         (describe-calendar-mode): Setup xref-stack info for the back button.
15146         (calendar-star-date): Insert before delete.
15147         (calendar-set-mode-line): Add file-modified info if applicable.
15148         (calendar-increment-month): New function.
15150 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
15152         * font-lock.el (lisp-font-lock-keywords-2):
15153         Recognize "& keywords" only at word boundaries.
15155 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
15157         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
15158         and permanent-local.
15159         (thumbs-max-image-number): New variable.
15160         (thumbs-do-thumbs-insertion): Use them.
15161         (thumbs-per-line): Change default to 4.
15162         (thumbs-marked-list): Rename from thumbs-markedL.
15163         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
15164         (thumbs-rename-images): Use -list instead of L for internal variables.
15165         (thumbs-call-convert): Use call-process instead of shell-command.
15166         (thumbs-insert-thumb): Add filename as help-echo to each image.
15167         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
15168         Give dir to thumbs-show-thumbs-list.
15169         (thumbs-show-thumbs-list): Set default-directory to that of images.
15170         (thumbs-dired-show): Rename from thumbs-dired-show-all.
15171         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
15172         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
15173         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
15175 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15177         * ses.el (ses-read-cell): Provide a default value.
15179 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
15181         * term/w32-win.el (image-library-alist): Add additional names for
15182         GIF library.
15184 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
15186         * international/latexenc.el (latexenc-find-file-coding-system):
15187         Add file-regular-p check.
15189 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15191         * simple.el (clone-buffer): Don't show the new buffer in the same
15192         window.
15194 2006-01-23  Juri Linkov  <juri@jurta.org>
15196         * faces.el (link, link-visited): New faces based on default values
15197         of `info-xref' and `info-xref-visited'.
15199         * info.el (info-xref): Inherit from `link'.
15200         (info-xref-visited): Inherit from `link-visited'.
15202         * cus-edit.el (custom-buffer-create-internal): Use widget type
15203         `custom-manual' instead of `info-link' and don't set properties
15204         `button-face' and `mouse-face' explicitly.
15205         (custom-browse-group-tag, custom-browse-variable-tag)
15206         (custom-browse-face-tag): Inherit from widget class
15207         `custom-group-link' instead of `push-button'.
15208         (custom-button-unraised): Inherit from `underline' face.
15209         (custom-link): Inherit from `link' face.  Fix doc and group.
15210         (custom-add-parent-links, custom-group-value-create): Don't set
15211         properties `button-face' and `mouse-face' explicitly for
15212         `custom-group-link' widget.
15213         (custom-group-link): Add properties `button-face' and `mouse-face'
15214         to widget definition.
15215         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
15216         editable-field's :keymap property.
15217         (custom-mode): Fix docstring: substitute keybindings for
15218         `widget-forward' and `widget-backward' from `widget-keymap',
15219         `widget-complete' from `custom-field-keymap', replace old
15220         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
15222         * desktop.el (desktop-load-file): Check for `fboundp' before
15223         calling `symbol-function'.
15225         * simple.el (clone-buffer, clone-indirect-buffer)
15226         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
15227         `read-string'.  Fix prompts.
15229         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
15231 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
15233         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
15235 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
15237         * startup.el (inhibit-splash-screen, initial-scratch-message):
15238         Doc fixes.
15240 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
15242         Sync with Tramp 2.0.52.
15244         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
15245         * net/tramp-vc.el: Add code for unloading Tramp.  See comment before
15246         `tramp-unload-tramp' for checklist.
15248         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
15249         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
15250         (tramp-unload-file-name-handler-alist)
15251         (tramp-unload-tramp): New defuns.
15252         (tramp-advice-PC-expand-many-files): New defadvice.
15253         (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
15254         removed.
15255         (tramp-handle-expand-file-name): Remove double slash.
15256         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
15257         It doesn't matter, because it will be converted later on.
15258         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
15259         implementation was just heuristic.
15260         (tramp-post-connection): Set uid and gid properties.
15261         (tramp-convert-file-attributes): Set file's gid change bit.
15262         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
15263         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
15264         in case of su(do)? methods.  The home directory of the local user
15265         will be taken else.
15266         (tramp-open-connection-telnet)
15267         (tramp-open-connection-rsh, tramp-open-connection-su)
15268         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
15269         local shell prompt could hurt.  Reported by Romain Francoise
15270         <romain@orebokech.com>.
15271         (tramp-let-maybe): Add `edebug-form-spec' property.
15272         (tramp-handle-expand-file-name): Bind `default-directory' locally
15273         to "/" in order to avoid problems with UNC shares or Cygwin
15274         mounts.
15275         (tramp-md5-function): Fix typo in error message.
15277         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
15279         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
15280         for byte-compiler pacification.
15282 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
15284         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
15285         ID-FORMAT `string'.  This allows us to get rid of
15286         `vc-user-login-name UID'.
15288         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
15290 2006-01-22  John Paul Wallington  <jpw@pobox.com>
15292         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
15294 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
15296         * emacs-lisp/find-func.el (find-definition-noselect)
15297         (find-variable-noselect): Search variables in C source code too.
15298         (find-function-C-source, find-function-noselect, find-function)
15299         (find-function-other-frame, find-variable-noselect, find-variable)
15300         (find-variable-other-frame, find-variable-at-point):
15301         Fix docstrings.
15303 2006-01-21  Francesco Potort\e,Al\e(B  <pot@gnu.org>
15305         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
15307 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
15309         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
15310         Default to disabling the "Save affix" question.
15312 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
15314         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
15315         the first arg to run-python.
15317 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
15319         * startup.el (command-line-1): Handle --no-desktop if desktop.el
15320         is not loaded.
15322 2006-01-20  Jay Belanger  <belanger@truman.edu>
15324         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
15325         limit is 0.
15327         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
15328         the correct variable.
15330 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
15332         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
15333         link.  Fixed buggy argument sequence in call to `org-view-tags'.
15334         (org-compile-prefix-format): Set `org-prefix-has-tag'.
15335         (org-prefix-has-tag): New variable.
15336         (org-format-agenda-item): Remove tags from headline if
15337         appropriate.
15338         (org-agenda-remove-tags-when-in-prefix): New option.
15339         (org-get-tags-at): New function.
15341 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
15343         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
15344         (thumbs-find-image): Move image name and number from buffer name
15345         to mode name.  Set thumbs-buffer.  Preserve point so that large
15346         images remain visible.
15347         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
15348         order.
15349         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
15350         mode name.
15351         (thumbs-next-image, thumbs-previous-image): Make them work.
15353 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
15355         * cus-edit.el (custom-buffer-create-internal): State in the text above
15356         the whole buffer buttons that they do not operate on hidden items.
15357         (custom-face-menu): Use `custom-face-save' instead of
15358         `custom-face-save-command'.
15359         (custom-face-save-command): Make it an alias for `custom-face-save'
15360         and declare it obsolete.
15361         (custom-face-save): Doc fix.
15363         * dired.el (dired-no-confirm): Add quote.
15364         (dired-subdir-alist-pre-R): Add quote in
15365         `make-variable-buffer-local' form and remove unbalanced parenthesis.
15367 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15369         * textmodes/table.el (table-mode-indicator): Typo in last change.
15371 2006-01-19  Richard M. Stallman  <rms@gnu.org>
15373         * outline.el (hide-leaves): Don't call outline-end-of-heading.
15374         Fixes bug reported in Nov 2005.
15376         * isearch.el (isearch-forward): Doc fix.
15378         * dired.el (dired-move-to-filename-regexp): Define as alias.
15379         (dired-no-confirm): Use defcustom.
15380         (dired-subdir-alist-pre-R): Put defvar at top level.
15382         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
15384         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15385         Mark as risky.
15387         * simple.el (set-mark-command): Doc fix.
15388         (clone-indirect-buffer-other-window):
15389         Read arg like clone-indirect-buffer.
15390         (move-beginning-of-line): Skip invisible newlines.
15392 2006-01-19  Masatake YAMATO  <jet@gyve.org>
15394         * progmodes/cpp.el (cpp-edit-load): Make the order of
15395         listed conditions in a base C code buffer and its associate
15396         CPP Edit buffer the same.
15398 2006-01-19  Kenichi Handa  <handa@m17n.org>
15400         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
15401         (rmail-mime-feature): Likewise.
15402         (rmail-require-mime-maybe): Use display-warning to show a warning
15403         message.
15405         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
15406         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
15408 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15410         * array.el: Move defvars out of eval-when-compile.
15411         (array-make-template): Replace undeclared global var with a local one.
15412         (array-mode): Inline initialization functions.
15413         (array-init-local-variables, array-init-max-row)
15414         (array-init-max-column, array-init-columns-per-line)
15415         (array-init-field-width, array-init-rows-numbered)
15416         (array-init-line-length, array-init-lines-per-row): Remove.
15418         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
15419         (doc-mode-map): Define explicitly.
15420         (doctor-txtype): Use mapc.
15422         * textmodes/table.el: Move defvars out of eval-when-compile.
15423         Remove harmful code meant to avoid byte-compiler warnings.
15424         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
15425         specification that checks table-fixed-width-mode directly.
15426         (table-recognize-region, table-recognize-cell):
15427         Use restore-buffer-modified-p.
15428         (table-fixed-width-mode): Remove code that refreshes
15429         table-fixed-mode-indicator.
15430         (*table--cell-describe-bindings, *table--cell-describe-mode):
15431         Avoid obsolete name print-help-return-message.
15432         (table--test-cell-list): Don't use replace-regexp from elisp.
15433         (table--point-entered-cell-function, table--point-left-cell-function):
15434         Don't set table-fixed-mode-indicator, use force-mode-line-update.
15436         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
15437         that was after the end of file.  Use buffer-file-name variable.
15438         (org-timestamp-change): Use with-current-buffer.
15439         (org-todo-list): Don't unnecessarily define a new buffer-local var.
15440         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
15441         `file'.
15443         * progmodes/fortran.el: Move defvars out of eval-when-compile.
15444         (fortran-break-line): Remove unused var `opoint'.
15445         (fortran-abbrev-start): Obey help-event-list.
15447 2006-01-18  Jesper Harder  <harder@phys.au.dk>
15449         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
15451 2006-01-18  Masatake YAMATO  <jet@gyve.org>
15453         * progmodes/make-mode.el (makefile-imake-mode): New mode
15454         derived from makefile-mode.
15455         (makefile-imake-mode-syntax-table): New syntax table
15456         derived from makefile-mode-syntax-table.
15457         (makefile-mode): Write about makefile-imake-mode in doc string.
15458         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
15459         (makefile-imake-font-lock-keywords): New font lock keywords.
15461         * files.el (auto-mode-alist): Add Imakefile.
15463 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
15465         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
15466         loading the file rather than when turning on flyspell-mode.
15468 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
15470         * cus-edit.el (customize-rogue): Minor doc fix.
15472 2006-01-17  Juri Linkov  <juri@jurta.org>
15474         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
15475         instead of the file at the mark as default if the file at the mark
15476         is the same as the file at point or if dired-dwim-target-directory
15477         is not the same as the current directory and the mark is not active.
15479         * log-view.el (log-view-minor-wrap): Use the same logic to get
15480         revisions as `log-view-diff'.
15482         * info.el (Info-revert-find-node): Check for Info-current-file
15483         before preserving new-history.
15485         * man.el (Man-heading-regexp): Add `/'.
15487         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
15488         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
15490 2006-01-16  Juri Linkov  <juri@jurta.org>
15492         * faces.el (mode-line-faces): New defgroup.
15493         (mode-line-highlight): Move definition after new defgroup.
15494         (mode-line, mode-line-inactive, mode-line-highlight):
15495         Replace :group `modeline' with `mode-line-faces'.
15496         (mode-line-buffer-id): New face.
15497         (modeline-buffer-id): New face alias.
15498         (vertical-border): Remove :group `modeline'.
15500         * bindings.el (propertized-buffer-identification): Use face
15501         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
15502         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
15503         (mode-line-buffer-identification-keymap): For mouse-1 replace
15504         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
15505         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
15506         mouse-3.
15508         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
15509         Buffer-menu-buffer.  Doc fix.
15510         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
15511         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
15512         `Buffer-menu-buffer'.
15514         * info.el (Info-mode-line-node-keymap): New defvar.
15515         (Info-set-mode-line): Use `stringp' to check Info-current-file.
15516         Propertize Info-current-node with `mode-line-buffer-id' and
15517         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
15519         * time.el (display-time-mail-face): Replace :group `faces' with
15520         `mode-line-faces'.
15522 2006-01-16  Kenichi Handa  <handa@m17n.org>
15524         * international/code-pages.el: Add autoload cookies for cp125[0345678].
15526         * language/european.el (cp1252): New alias for windows-1252.
15528         * international/mule.el (autoload-coding-system): Prepare for EOL
15529         variants.
15531 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
15533         * term.el (term-raw-map): Add mapping for insert.
15534         (term-send-insert): New.
15535         (term-mode): Make variables local here instead of doing it in
15536         `term-emulate-terminal'.
15537         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
15538         Scroll reverse needs to take into account the scroll region.
15539         Saving and restoring the cursor should save the color attributes too.
15540         (term-reset-terminal): Reset the scroll region.
15541         (term-handle-ansi-escape): Cursor up and down should take into
15542         account the scroll region.
15543         (term-set-scroll-region): Rename from `term-scroll-region'.
15544         Move to 0,0 after setting the region.
15545         (term-handle-scroll): Handle scroll up.
15546         (term-down): Fix off by one error.
15547         (term-delete-lines): Do not delete outside the scroll region.
15548         (term-insert-lines): Take into account the scroll region.
15550 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15552         * textmodes/ispell.el (ispell-internal-change-dictionary)
15553         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
15554         (start, end): Move declaration outside of eval-when-compile.
15556         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
15557         (flyspell-mode-on): Use it.
15559         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
15560         ispell-kill-ispell-hook.
15562 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
15564         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15565         (Custom-reset-saved): Do not ask for confirmation in single option
15566         buffers.
15568 2006-01-13  Richard M. Stallman  <rms@gnu.org>
15570         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
15572 2006-01-13  Romain Francoise  <romain@orebokech.com>
15574         * add-log.el (add-change-log-entry, change-log-merge):
15575         Conditionally use `hard-newline'.
15577 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
15579         * wid-edit.el (widget-field-end): If the overlay is no longer
15580         associated with a buffer, behave as if the overlay didn't exist.
15582         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
15583         Make sure the links use the `custom-link' face.
15585 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15587         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
15588         (ld-script-mode): Don't set indent-line-function since we don't
15589         have one.
15591 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
15593         * textmodes/org.el (org-open-file): Use mailcap for selecting an
15594         application.
15595         (org-file-apps-defaults-gnu): Use mailcap as the default for
15596         selecting an application on a UNIX system.
15597         (org-agenda-show-tags): New command.
15598         (org-table-insert-hline): Keep cursor in current table line.
15599         (org-table-convert): Offset effect of modifying
15600         `org-table-insert-hline'.
15601         (org-format-agenda-item): New optional argument TAG.
15602         (org-compile-prefix-format): Handle %T format for the tag.
15603         (org-expand-wide-chars): New function.
15604         (org-table-insert-row, org-table-insert-hline):
15605         Use `org-expand-wide-chars'.
15606         (org-open-file): Fix bug in program launch.
15607         (org-get-time-of-day): Fix bug with times before 1am.
15608         (org-agenda-menu): Add tags commands.
15610 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
15612         * textmodes/ispell.el (ispell-init-process): Include the used
15613         dictionary in ispell process start message.
15614         (ispell-internal-change-dictionary): When flyspell-mode is active
15615         and dictionary is changed, make sure ispell process is restarted
15616         and flyspell word cache cleared out for the current buffer.
15617         (ispell-change-dictionary): Make sure flyspell word cache is
15618         cleared out in all buffers with active flyspell mode when
15619         dictionary is globally changed.
15620         Call ispell-internal-change-dictionary after dictionary change.
15622 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
15624         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15626         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15627         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15628         years.  Fix small differences wrt Makefile.in.
15629         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15630         Makefile.in does.
15632 2006-01-12  Bill Wohler  <wohler@newt.com>
15634         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15635         mh-search.el.
15637 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15639         * progmodes/ld-script.el: Update copyright year.
15641 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
15643         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15644         Don't add widget if setting undefined.
15646 2006-01-12  John Paul Wallington  <jpw@pobox.com>
15648         * help-fns.el (describe-variable): Remove newlines from void
15649         variable output.
15651 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
15653         * wdired.el (wdired-mode-map): Add help echo for
15654         wdired-abort-changes.
15656         * man.el (Man-file-name-regexp): Adjust for a list of files.
15658 2006-01-12  Masatake YAMATO  <jet@gyve.org>
15660         * progmodes/ld-script.el (auto-mode-alist): Support
15661         suffix conventions used in netbsd and eCos.
15663 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
15665         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15666         (custom-variable-menu, custom-face-menu, custom-group-menu)
15667         (Custom-mode-menu): Change names of menu items.  (As discussed on
15668         emacs-devel.)
15669         (custom-face-menu): Add "Undo Edits" item.
15671         * startup.el (init-file-user): defcustom -> defvar.
15673         * tooltip.el (tooltip-mode): Doc fix.
15675 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15677         * reveal.el (reveal-post-command): window-buffer signals an error on
15678         dead windows rather than returning nil.
15679         (reveal-open-new-overlays): An overlay might die while we open others.
15681 2006-01-11  Bill Wohler  <wohler@newt.com>
15683         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15684         phrasing in docstring.
15686         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15687         can give some systems gas.  Add new file mh-buffers.el.
15689 2006-01-06  Masatake YAMATO  <jet@gyve.org>
15691         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15692         C preprocessor forward ported from GNU Emacs 21.2.
15694         * progmodes/asm-mode.el (asm-font-lock-keywords):
15695         Use `cpp-font-lock-keywords'.
15697         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15699         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15700         of $ for "\\.ld[s]?".
15702 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15704         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15705         (tcl-indent-line): Return `noindent' if inside a string.
15707         * progmodes/flymake.el (flymake-split-string): Remove more than one
15708         empty string at beg/end of the result.
15709         (flymake-find-buildfile, flymake-find-possible-master-files):
15710         Use expand-file-name.
15711         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15712         since expand-file-name does it for us.  Use directory-file-name.
15713         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15714         (flymake-ler-get-type, flymake-ler-get-text)
15715         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
15716         (flymake-current-line-no): Remove spurious interactive spec.
15717         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15718         (flymake-check-include): Remove arg inc-path merged into inc-name.
15719         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15720         Arg regexp-list replaced by a simple regexp.
15721         (flymake-master-make-header-init, flymake-master-tex-init):
15722         Correspondingly replace regexp-list with a regexp.  Fix regexp.
15724 2006-01-10  Simon Josefsson  <jas@extundo.com>
15726         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15727         describing AUTH PLAIN fix.
15729 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
15731         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15732         (report-emacs-bug): Don't record initial prompt text.
15733         Instead, add text properties to prompting text.
15734         (report-emacs-bug-hook): Delete prompting text.
15736 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15738         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15739         `dirs'.  Adjust callers.
15741 2006-01-09  John Paul Wallington  <jpw@gnu.org>
15743         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15745 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15747         * reveal.el (reveal-open-new-overlays): New extracted fun.
15748         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
15749         using them.  Simplify the code.
15750         (reveal-post-command): Use them.  Fix up obsolete windows in
15751         reveal-open-spots.
15753         * progmodes/flymake.el: Use `require' rather than autoload for
15754         XEmacs's overlays.
15755         (flymake-get-common-file-prefix, flymake-build-relative-filename):
15756         Delete.  Use file-relative-name instead.
15757         (flymake-get-syntax-check-program-args, flymake-perl-init):
15758         Simplify the resulting code.
15760         * log-view.el (log-view-file-re, log-view-message-re): Add support
15761         for DaRCS output.
15763 2006-01-09  Alex Schroeder  <alex@gnu.org>
15765         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15766         identifiers sometimes added in square brackets at the beginning of
15767         subject lines.
15769 2006-01-07  Richard M. Stallman  <rms@gnu.org>
15771         * cus-edit.el (Custom-set, Custom-save): Doc fix.
15772         (Custom-reset-current, Custom-reset-saved): Change question text.
15773         (Custom-reset-standard): Likewise.
15774         (custom-variable-reset-saved): Doc fix.
15776 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
15778         * startup.el (init-file-user): Doc fix.
15780 2006-01-07  Alex Schroeder  <alex@gnu.org>
15782         * mail/rmail.el (rmail-current-subject): New function.
15783         (rmail-current-subject-regexp): New function.
15784         (rmail-next-same-subject): Use it.
15786         * mail/rmailsum.el (rmail-summary-by-topic):
15787         Use rmail-current-subject and rmail-current-subject-regexp.
15788         (rmail-summary-next-same-subject): Ditto.
15790         * net/rcirc.el (rcirc-send-input): No longer check whether the
15791         process is open, since not all commands need an open process.
15792         (rcirc-send-string): Check whether the process is open before
15793         sending anything.
15794         (rcirc-ignore-list): New option.
15795         (rcirc-ignore-list-automatic): New variable.
15796         (rcirc-print): Take rcirc-ignore-list into account.
15797         (rcirc-cmd-ignore): New command.
15798         (rcirc-ignore-update-automatic): New function.
15799         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15800         list if ignored nicks.
15801         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15803 2006-01-06  David Reitter  <david.reitter@gmail.com>
15805         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15806         reflect the address to which the report will be sent.
15808 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
15810         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15811         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15813 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
15815         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15817         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15818         the doc string: "functoin" => "function".
15819         * ldefs-boot.el: Likewise.
15821         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15822         message text: "Duplicat" => "Duplicate".
15824 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
15826         * files.el (basic-save-buffer-2): If backing-up failed, reset
15827         buffer-backed-up to nil.
15829 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
15831         * progmodes/gud.el (gdb-script-skip-to-head)
15832         (gdb-script-calculate-indentation): Indent for breakpoint command
15833         lists also.
15835 2006-01-05  Bill Wohler  <wohler@newt.com>
15837         * Makefile.in (compile-always): Add mh-autoloads dependency.
15838         (bootstrap): Remove mh-autoloads dependency, as compile dependency
15839         provides it.
15840         (updates): Remove mh-autoloads dependency, since it probably has
15841         already run recently (via recompile).
15843 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15845         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15846         argument `force' to disable the flyspell-last-buffer optimization.
15847         (flyspell-mode-on): Use it.
15849         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15850         flymake-simple-cleanup.
15851         (flymake-allowed-file-name-masks): Use this new default.
15852         All the functions are now called in the right buffer rather than
15853         passing the buffer as argument.
15854         (flymake-process-sentinel): Switch to buffer before calling cleanup.
15855         (flymake-parse-err-lines): Remove redundant buffer arg.
15856         (flymake-get-program-dir): Comment out unused function.
15857         (flymake-start-syntax-check, flymake-start-syntax-check-process):
15858         Remove redundant buffer argument.
15859         (flymake-get-real-file-name, flymake-simple-java-cleanup)
15860         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15862 2006-01-05  Richard M. Stallman  <rms@gnu.org>
15864         * info.el (Info-find-node): Don't record previous node if have none.
15865         (info): Go to directory only if history is empty.
15867         * simple.el (mark): Doc fix.
15869 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15871         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15872         already of desired type.
15873         (mac-ae-list): Coerce parameter to "list" type.
15874         (mac-dispatch-apple-event): Replace cadr part of event with a
15875         dummy position so that event-start returns it.
15877 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
15879         * textmodes/org.el (org-end-of-subtree): New function.
15880         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15881         Use `org-end-of-subtree'.
15882         (org-agenda, org-agenda-convert-date): Protect calls to
15883         `fit-window-to-buffer'.
15884         (org-tags-view): Force matching of sublevels when doing a
15885         todo-only search.  Define the correct redo command, including the
15886         arguments.
15887         (org-agenda-redo): Display message.
15888         (org-check-for-org-mode): New function.
15889         (org-agenda-type): New variable.
15890         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15891         Set `org-agenda-type'.
15892         (org-agenda-check-type): New function.
15893         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15894         (org-agenda-week-view, org-agenda-day-view)
15895         (org-agenda-next-date-line, org-agenda-previous-date-line)
15896         (org-agenda-log-mode, org-agenda-toggle-diary)
15897         (org-agenda-toggle-time-grid, org-agenda-date-later)
15898         (org-agenda-date-prompt, org-agenda-diary-entry)
15899         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15900         (org-agenda-convert-date, org-agenda-menu):
15901         Use `org-agenda-check-type'.
15902         (org-make-overlay, org-delete-overlay)
15903         (org-detatch-overlay, org-move-overlay, org-overlay-put):
15904         New compatibility functions.
15905         (org-calendar-select-mouse): New command.
15907 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
15909         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15910         (Custom-reset-standard): Fix y-or-n-p messages.
15911         (custom-link): New face for links.
15912         (custom-buffer-create-internal, custom-manual): Use it.
15913         (custom-face-save): Push to theme-face before setting face spec.
15915         * wid-edit.el (widget-default-mouse-face-get): New function.
15916         (widget-specify-button): Handle mouse-face like button-face.
15918         * custom.el (load-theme): Clear old theme settings if reloading.
15920 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
15922         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15923         "Erase Customization" button back to same position it occupies in
15924         the individual State menus.
15926 2006-01-04  Kim F. Storm  <storm@cua.dk>
15928         * wid-edit.el (key-sequence): Rework widget to read key binding
15929         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
15930         (widget-key-sequence-default-value): Default value for empty sequence.
15931         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
15932         (widget-key-sequence-read-event): New command for C-q.
15933         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15934         (widget-key-sequence-value-to-external): New functions.
15936 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15938         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15939         Use expand-file-name.
15940         (flymake-delete-temp-directory): Use expand-file-name,
15941         file-name-directory, and directory-file-name.
15942         (flymake-strrchr): Delete.
15943         (flymake-start-syntax-check): Don't pass the redundant buffer argument
15944         to the init-f function.
15945         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15946         (flymake-init-find-buildfile-dir)
15947         (flymake-init-create-temp-source-and-master-buffer-copy)
15948         (flymake-simple-make-init-impl, flymake-simple-make-init)
15949         (flymake-master-make-init, flymake-master-make-header-init)
15950         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15951         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15952         (flymake-xml-init): Remove corresponding redundant buffer argument.
15953         (flymake-allowed-file-name-masks): Remove last elems that are equal to
15954         the default anyway.  Clean up regexps.
15956         * progmodes/flymake.el (flymake-temp-source-file-name)
15957         (flymake-master-file-name, flymake-temp-master-file-name)
15958         (flymake-base-dir): New buffer-local vars.
15959         (flymake-buffer-data, flymake-get-buffer-value)
15960         (flymake-set-buffer-value): Replace those hash-tables by the new
15961         buffer-local vars.  Update callers.
15963         * progmodes/flymake.el (flymake-check-start-time)
15964         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15965         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15966         Move definition, so we can remove redundant earlier declaration.
15967         (flymake-replace-regexp-in-string, flymake-split-string)
15968         (flymake-get-temp-dir): Use defalias.
15969         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
15970         (flymake-xemacs-window-edges): Remove unused function.
15971         (flymake-get-point-pixel-pos): Move.
15972         (flymake-pid-to-names, flymake-reg-names)
15973         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15974         Replace by a simple list flymake-processes and by process-buffer.
15975         Update callers.  Other than simplify the code, it uses buffers rather
15976         than buffer-names so it doesn't get confused by uniquify.
15977         (flymake-buffer-data): The global value should just be nil.
15979         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15980         Optimize the body of a defalias like any other code.
15982         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15983         Make sure we've setup font-lock's vars.  It may influence which
15984         function we then call.
15985         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15986         here since it's too late anyway.
15988 2006-01-03  Romain Francoise  <romain@orebokech.com>
15990         * startup.el (fancy-splash-tail, normal-splash-screen):
15991         Update copyright year.
15993 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
15995         * mouse.el (mouse-drag-track): Rename, from
15996         `mouse-drag-region-1'.  Includes optional argument required to
15997         enable post-drag event processing (e.g. delete region keys).
15998         Can be used without this argument to track a mouse region and operate
15999         on it as soon as the drag completes.
16000         (mouse-drag-region): Use `mouse-drag-track'.
16002 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
16004         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
16005         Move to `custom-buffer' group.
16007         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
16008         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
16009         (custom-theme-insert-face-marker, custom-theme-variable-menu)
16010         (custom-theme-face-menu): New variables.
16011         (custom-theme-add-variable, custom-theme-variable-action)
16012         (custom-variable-reset-theme, custom-theme-delete-variable)
16013         (custom-face-reset-theme, custom-theme-face-action)
16014         (custom-theme-delete-face, custom-theme-merge-theme)
16015         (custom-theme-add-face, custom-theme-visit-theme): New functions.
16017 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
16019         * custom.el: Move Custom Themes commentary to start of theme code.
16020         (custom-known-themes): Rename `standard' theme to `changed'.
16021         (custom-push-theme): Caller no longer specifies what theme to use
16022         when doing `reset'---the setting is simply removed from the theme.
16023         Delete MODE from `theme-value' and `theme-settings' properties.
16024         (custom-declare-theme): Ignore &rest args since we don't use them.
16026         (custom-loaded-themes): Delete variable.
16027         (custom-theme-load-themes, custom-theme-loaded-p)
16028         (custom-theme-value): Delete functions.
16030         (custom-declare-theme): Signal error on invalid theme names.
16031         (provide-theme): custom-loaded-themes was deleted.
16032         (load-theme): Load the file unconditionally.
16033         (enable-theme): Call `load-theme' if theme is undefined.
16034         (custom-enabled-themes): Only update value for successful loads.
16035         (disable-theme): Complete from enabled themes when interactive.
16036         (custom-variable-theme-value): Calculate theme value directly.
16038         (custom-theme-reset-variables, custom-reset-variables): Mark as
16039         XEmacs compatibility functions.  We don't actually use these.
16041         * cus-edit.el (custom-variable-state-set):
16042         Use custom-variable-theme-value instead of custom-theme-value.
16043         (custom-face-state-set): Rename `standard' theme to `changed'.
16044         (custom-save-variables, custom-save-faces): Delete unneeded
16045         references to custom-reset-variables.
16046         (custom-save-resets): Delete function.
16047         (custom-save-variables, custom-save-faces): MODE argument deleted.
16048         (custom-save-variables, custom-save-faces): Ignore theme values.
16050         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
16051         compatibility function.
16053 2006-01-01  Richard M. Stallman  <rms@gnu.org>
16055         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
16056         (Custom-reset-current, Custom-reset-saved): Likewise.
16057         (Custom-reset-standard): Show message if aborted.
16058         (custom-mode): Doc fix, describing those commands.
16060         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
16061         put on event-kind property.
16063 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
16065         * custom.el (provide-theme): Ban `user' theme name.
16066         (custom-enabling-themes): New variable.
16067         (enable-theme): Don't enable user if custom-enabling-themes is t.
16068         (custom-enabled-themes): Make it a defcustom.
16069         (custom-theme-recalc-face): No-op if face is undefined.
16071         * cus-edit.el (custom-button-mouse): New variable.
16072         (custom-button-mouse): New face.
16073         (custom-raised-buttons, custom-mode): Use it.
16075         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
16077 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16079         * progmodes/gud.el (gud-display-line): Support hl-line in the
16080         source buffer.
16082 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
16084         * mouse.el (mouse-drag-window-above): Verify that the found window
16085         overlaps with the given window in the horizontal dimension.
16087 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
16089         * Makefile.in (cvs-update): New target.
16091         * makefile.w32-in (cvs-update): Ditto.
16093 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
16095         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
16096         (custom-new-theme-mode-map): New variable.
16098 2005-12-30  Richard M. Stallman  <rms@gnu.org>
16100         * custom.el (custom-load-themes): Function deleted.
16102         * cus-edit.el (custom-save-loaded-themes): Function deleted.
16103         (custom-save-variables): Don't delete or add custom-load-themes call.
16105 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16107         * cus-start.el: Add `visible-cursor'.
16109         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
16110         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
16111         (flymake-process-filter): Switch to buffer before calling it instead.
16112         (flymake-post-syntax-check, flymake-highlight-err-lines)
16113         (flymake-delete-own-overlays, flymake-parse-err-lines)
16114         (flymake-start-syntax-check, flymake-start-syntax-check-process)
16115         (flymake-count-lines, flymake-parse-residual):
16116         Remove constant buffer argument.
16117         (flymake-start-syntax-check-for-current-buffer): Remove.
16118         Update callers to use flymake-start-syntax-check instead.
16119         (flymake-display-err-menu-for-current-line):
16120         Remove unused var `mouse-pos'.
16121         (flymake-restore-formatting): Comment out unused function.
16122         (flymake-report-status, flymake-report-fatal-status): Remove buffer
16123         argument, use current-buffer instead.  Update callers.
16125 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16127         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
16128         buffer-local because choose-completion-delete-max-match requires
16129         that we set completion-ignore-case (i.e., binding via let is not
16130         sufficient).
16131         (bibtex-complete): Always set completion-ignore-case and
16132         choose-completion-string-functions.  The latter is needed because
16133         choose-completion-string-functions keeps its value if we quit the
16134         *Completions* buffer without requesting a completion.
16136 2005-12-30  Andreas Schwab  <schwab@suse.de>
16138         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
16140 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
16142         * jit-lock.el (jit-lock-chunk-size): Doc fix.
16144 2005-12-30  Juri Linkov  <juri@jurta.org>
16146         * locate.el (locate-fcodes-file, locate-header-face)
16147         * progmodes/delphi.el (delphi-other-face)
16148         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
16150         * paren.el (show-paren-match, show-paren-mismatch): Use existing
16151         group `paren-showing-faces'.
16153         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
16154         (goto-address): Fix docstring.
16156         * net/webjump.el (webjump-sample-sites): Update URLs.
16158         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
16160         * subr.el (cancel-change-group): Add listp around pending-undo-list.
16162 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16164         * font-lock.el (font-lock-compile-keywords): Signal an error when
16165         font-lock-set-defaults hasn't been called.
16167 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
16169         * subr.el (noreturn, 1value): Doc fixes.
16171 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16173         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
16174         that assoc-string returns nil.
16176 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16178         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
16179         (bibtex-entry-type-str, bibtex-empty-field-re)
16180         (bibtex-search-backward-string, bibtex-preamble-prefix)
16181         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
16182         (bibtex-any-valid-entry-type): New variable.
16183         (bibtex-parse-field-name): Simplify.
16184         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
16185         (bibtex-preamble-prefix): Include left delimiter.
16186         (bibtex-search-forward-field, bibtex-search-backward-field):
16187         Allow unbounded search past entry boundaries (required by bibtex-pop).
16188         (bibtex-text-in-field-bounds): Use push.
16189         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
16190         (bibtex-parse-preamble, bibtex-valid-entry)
16191         (bibtex-beginning-first-field): New functions.
16192         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
16193         (bibtex-map-entries): Fix docstring.
16194         (bibtex-flash-head): New arg prompt.  Simplify.
16195         (bibtex-enclosing-field): Include code of bibtex-inside-field.
16196         (bibtex-insert-kill): Simplify.  Always insert text past the
16197         current field or entry.
16198         (bibtex-format-entry): Use bibtex-parse-field.
16199         (bibtex-pop): Use bibtex-beginning-of-entry and
16200         bibtex-end-of-entry to initiate the search.  Insert empty field if
16201         we found ourselves.
16202         (bibtex-print-help-message): New args field and comma.
16203         Handle entry keys.
16204         (bibtex-make-field): Use bibtex-beginning-of-entry.
16205         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
16206         invalid entry.
16207         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
16208         Handle preambles.  Simplify code for thorough test.
16209         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
16210         New arg comma.  Handle entry heads.
16211         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16212         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
16213         New arg comma.
16214         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
16215         (bibtex-fill-field): Simplify.
16216         (bibtex-fill-entry): Use bibtex-beginning-first-field and
16217         bibtex-parse-field.
16218         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
16219         (bibtex-complete): Use bibtex-parse-preamble.
16221 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
16223         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
16224         Display name of expression instead of convenience variable.
16225         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
16227         * progmodes/gud.el (gud-tooltip-dereference): Rename from
16228         toggle-gud-tooltip-dereference.
16229         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
16230         (gud-tooltip-tips): ...here when dereferencing.
16232 2005-12-28  Bill Wohler  <wohler@newt.com>
16234         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
16236 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16238         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
16239         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
16240         (vc-annotate-display-autoscale): Adjust call.
16241         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
16242         Fix interactive spec.
16243         (vc-annotate-time-span): Remove.
16244         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
16245         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
16246         (vc-annotate-display-select): Use new name.
16248         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
16249         (vc-annotate-mode-menu): Remove left-over redundant declaration.
16250         Correct the construction of span entries.  Simplify.
16251         (vc-annotate-display-select): Fix the nil case.
16252         (vc-annotate): Remove obsolete (and now broken) code.
16253         (vc-annotate-extract-revision-at-line): Remove obsolete code.
16254         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
16256 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
16258         * subr.el (lazy-completion-table): Correct typo in docstring.
16260         * startup.el (command-line): Use `custom-reevaluate-setting' for
16261         `send-mail-function'.
16263         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
16265 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
16267         * mail/smtpmail.el (smtpmail-try-auth-methods):
16268         Send credentials together with "AUTH PLAIN" command.
16270 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16272         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
16273         mouse-2, go back to previously selected window, so it's selected
16274         when mouse-2 command runs.
16276 2005-12-27  Juri Linkov  <juri@jurta.org>
16278         * descr-text.el (describe-text-sexp): Use square brackets for
16279         button [Show] to distinguish it from the property value `show'.
16280         (describe-property-list): Use `insert-text-button' with
16281         `help-face' type instead of putting face in quotes, because button
16282         is not created automatically for a list of faces.
16283         (describe-text-properties-1): Put button-type value in quotes to
16284         distinguish from plain text "button".
16285         (describe-char): Display code point values in hex.  Don't use
16286         `symbol-name' for `current-input-method' because it is a string.
16287         Use `insert-text-button' with `help-face' type instead of putting
16288         hardcoded face in quotes, because button is not created automatically.
16290 2005-12-27  Richard M. Stallman  <rms@gnu.org>
16292         * progmodes/glasses.el (glasses-face): More specific custom type.
16294         * files.el (set-visited-file-name): Doc fix.
16296         * textmodes/flyspell.el (flyspell-external-point-words):
16297         Use local var buffer-scan-pos to advance scan for next misspelling.
16298         Advance it only after we find the misspelling.
16300 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
16302         * textmodes/flyspell.el (flyspell-external-point-words):
16303         New criteria for finding the misspelling in the buffer.
16305 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
16307         * help-mode.el (help-insert-string): Set help-xref-stack-item
16308         rather than call help-setup-xref.
16310         * descr-text.el (describe-char): Revert previous changes for
16311         optional buffer argument.
16313 2005-12-27  Juri Linkov  <juri@jurta.org>
16315         * help-mode.el (help-insert-string): New function.  Save buffer
16316         contents in cases where it is impossible to recompute the old contents.
16318         * descr-text.el (describe-char): Set help-xref-stack-item
16319         explicitly after buffer has been generated.
16321 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16323         * cus-start.el (all): Add x-gtk-show-hidden-files.
16325 2005-12-26  Richard M. Stallman  <rms@gnu.org>
16327         * replace.el (perform-replace): Calculate match-again
16328         before skipping read-only matches.
16330         * paren.el (paren-showing-faces): New group.
16331         (show-paren-match, show-paren-mismatch): Move to that group.
16333         * button.el (button): Put into group `basic-faces'.
16335         * progmodes/make-mode.el: Remove faces from group `faces'.
16337         * apropos.el (apropos, apropos-value): Doc fix.
16338         (apropos-documentation): Doc fix.
16340 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16342         * subr.el (lazy-completion-table): Remove argument `args'.
16344         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16345         Don't use the `args' argument of lazy-completion-table.
16347 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
16349         * descr-text.el (describe-char): Add optional argument for buffer.
16350         Set buffer appropriately.  Call help-setup-xref.
16351         Suggested by Stefan Monnier.
16353 2005-12-26  Juri Linkov  <juri@jurta.org>
16355         * descr-text.el: Require `help-fns' at runtime.  Don't require
16356         `button' for byte compilation.
16357         (describe-text-widget): Add `help-echo' for first button.
16358         Use `help-info' for second.
16359         (describe-property-list): Use `help-argument-name' instead of `italic'.
16360         (describe-text-category): Add prompt to interactive spec.
16361         Call `help-setup-xref'.
16362         (describe-char): Use `help-character-set'.  Add `help-echo' for
16363         code point.  Use `help-input-method'.  Remove superfluous insert.
16365 2005-12-25  Richard M. Stallman  <rms@gnu.org>
16367         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
16368         at point, in case of narrowing.
16370         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
16372         * locate.el (locate-header-face): Allow nil in type.
16374         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
16376 2005-12-25  Romain Francoise  <romain@orebokech.com>
16378         * battery.el (battery-linux-proc-acpi): Also try
16379         `/proc/acpi/thermal_zone/THM0/temperature'.
16381 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
16383         * custom.el (custom-push-theme): Fix docstring.
16385         * cus-edit.el (custom-variable-set, custom-variable-save)
16386         (custom-variable-save): Custom-quote widget values.
16387         (customize-save-variable): Fix custom-push-theme call.
16389 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
16391         * w32-fns.el (w32-batch-update-autoloads): New function.
16393         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
16394         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
16395         from the command line.
16397 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
16399         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
16400         reset means to remove setting from theme entirely.  Don't keep
16401         expanding theme-settings list; delete old entries if necessary.
16403         * cus-edit.el (custom-buffer-create-internal): Move "Erase
16404         customization" button one line up.
16405         (custom-themed): New face.
16406         (custom-magic-alist): New value, THEMED, for theme settings.
16407         (custom-variable-state-set, custom-face-state-set):
16408         Check theme-value instead of saved-value.
16409         (custom-variable-reset-standard, custom-face-reset-standard):
16410         Remove theme setting entirely.  Recalculate new values.
16411         (custom-variable-set, custom-variable-set)
16412         (custom-variable-reset-saved, custom-variable-reset-backup)
16413         (custom-face-set, custom-face-reset-saved): Update `user' theme.
16414         (custom-variable-save): Fix typos.
16416 2005-12-23  Juri Linkov  <juri@jurta.org>
16418         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
16419         Add autoload cookies.
16420         (edebug-outside-d-c-i-n-s-w): New variable.
16421         (edebug-display, edebug-outside-excursion): Use it to save the
16422         original value of default-cursor-in-non-selected-windows.
16423         Set default-cursor-in-non-selected-windows to t while Edebug
16424         is active.
16425         (edebug-mode, edebug-eval-mode): Doc fix.
16427         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
16428         with `buffer-substring-no-properties' to remove common substring
16429         highlighting.
16431         * info.el (info-other-window, info): Rename function argument
16432         `file' to `file-or-node'.
16433         (Info-complete-menu-item): Use local variable `complete-nodes' to
16434         keep the global value of `Info-complete-nodes' unchanged for
16435         subsequent completions.
16436         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
16438         * simple.el (get-next-valid-buffer, last-buffer)
16439         (next-error-buffer-p, next-error-find-buffer)
16440         (minibuffer-history-sexp-flag): Doc fix.
16442         * savehist.el (savehist-mode-hook): Add `:group'.
16444         * log-view.el: Call autoload for vc-find-version.
16445         (log-view-current-file): Adjust subgroup numbers.
16446         (log-view-current-tag): Add `length'.
16448 2005-12-23  Richard M. Stallman  <rms@gnu.org>
16450         * vc.el (vc-annotate-car-last-cons): Defn moved up.
16452 2005-12-23  Juri Linkov  <juri@jurta.org>
16454         * hi-lock.el (hi-lock-archaic-interface-message-used)
16455         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
16456         (hi-lock-mode): Display "Hi" in the mode line only when
16457         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
16458         (hi-lock-write-interactive-patterns):
16459         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
16460         (hi-lock-set-pattern, hi-lock-set-file-patterns)
16461         (hi-lock-font-lock-hook): Set 3rd arg `how' of
16462         font-lock-add-keywords to t.
16464 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
16466         * hi-lock.el (hi-lock-highlight-range): New variable.
16467         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
16468         only if font-lock-fontified is non-nil.  Remove overlays.
16469         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
16470         font-lock-fontified is non-nil, otherwise use overlays (instead of
16471         text properties).
16472         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
16473         New variables.
16474         (hi-lock-string-serialize): New function.
16476 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16478         * menu-bar.el (menu-find-file-existing): New function.
16479         (menu-bar-file-menu): Use menu-find-file-existing for Open.
16481         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
16483 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16485         * vc.el: Remove unnecessary leading * in docstrings.
16486         (vc-annotate-mode-map): Move initialization into declaration.
16487         (vc-static-header-alist): Nitpick on the regexp.
16488         (vc-default-init-version): New fun.
16489         (vc-register): Use it.
16490         (vc-insert-headers): Use dolist.
16491         (vc-annotate-get-backend): Remove unused function.
16492         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
16493         (vc-annotate-mode): Remove corresponding call.
16494         (vc-annotate-car-last-cons): Simplify.
16495         (vc-annotate-buffers): Remove var.
16496         (vc-annotate-backend): Make it buffer-local.
16497         (vc-annotate): Move the interaction to the interactive spec.
16498         Add a `buf' argument.
16499         (vc-annotate-warp-version): Use this new `buf' argument to avoid
16500         killing&creating a vc-annotate buffer, which is very disruptive when
16501         the buffers are shown in dedicated frames.
16503 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
16505         * descr-text.el: Add FSF as maintainer.
16506         (describe-text-mode, describe-text-mode-map)
16507         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
16508         help-mode.
16509         (describe-text-widget, describe-text-sexp)
16510         (describe-property-list, describe-text-category)
16511         (describe-text-properties, describe-text-properties-1)
16512         (describe-char): Use help buttons instead of widgets.
16513         (describe-char-unicodedata-file): Make URL link in doc string.
16515 2005-12-22  Richard M. Stallman  <rms@gnu.org>
16517         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
16518         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
16519         Don't include buttons that write a file when there's no file.
16520         (custom-variable-menu, custom-face-menu, custom-group-menu):
16521         Don't include commands that write a file when there's no file.
16522         (customize-browse): Reword the top-of-buffer help intro.
16523         (custom-buffer-create-internal): Fix previous change.
16524         (customize-changed-options-previous-release): Prev release is 21.1.
16525         (customize-changed-options): Doc fix.
16526         (customize-changed): New alias.
16527         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
16528         Say "standard values".
16529         (Custom-reset-standard): Doc fix.
16530         (custom-face-reset-standard): Doc fix.
16532 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16534         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
16535         even if font-lock-mode is non-nil since it may be t without having
16536         turned on font-lock-mode-internal.
16537         (font-lock-choose-keywords): Minor optimization.
16538         (font-lock-add-keywords, font-lock-remove-keywords)
16539         (font-lock-set-defaults): Don't call make-local-variable on a variable
16540         that we know to already be local.
16542 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16544         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
16545         messages if in the minibuffer.
16547 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16549         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
16550         (tex-mode-flyspell-verify, flyspell-get-word)
16551         (flyspell-external-point-words): Don't use point-min/max uselessly.
16553         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
16554         by Kevin Rodgers.  Instead, just hide the completions buffer if we
16555         don't need to show it.
16557 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
16559         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
16561 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16563         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
16564         delete-windows-on with an inexistent buffer.
16566 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
16568         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16569         Delete defcustom variable :tag names.
16571 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16573         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
16574         (log-view-font-lock-keywords): Ajust subgroup numbers.
16575         (log-view-current-tag): Don't hard code the number of subgroups.
16577 2005-12-20  Juri Linkov  <juri@jurta.org>
16579         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
16580         (tooltip-x-offset, tooltip-y-offset): Doc fix.
16582         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16583         (menu-bar-non-minibuffer-window-p): Instead of checking
16584         display-multi-frame-p, use selected-frame when menu-updating-frame
16585         is nil.
16587 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
16589         * align.el (align-rules-list): Use [ \t] instead of \s-
16590         for column separators in text mode.
16592 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
16594         * help-mode.el (help-customize-variable, help-customize-face):
16595         Don't pop help-xref-stack as help-follow no longer pushes
16596         anything on to it.
16598 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
16600         * textmodes/org.el (org-agenda-custom-commands): New option.
16601         (org-agenda): Offer custom commands on splash screen.
16602         (org-make-tags-matcher): Parser for Boolean logic added.
16603         (org-agenda-set-tags): New command.
16604         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16605         (org-set-tags): Efficiency improvements.
16606         (org-auto-align-tags): New option.
16607         (org-todo, org-demote, org-promote): Realign tags.
16608         (org-tags-completion-function): Use also "&" and "|" as separators.
16609         (org-org-menu): Agenda commands simplified.
16611 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
16613         * cus-edit.el (customize-apropos, customize-apropos-options):
16614         Docstring changes.
16616         * font-lock.el (font-lock): Add tags to the links in the defgroup.
16618 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
16620         * longlines.el (longlines-mode): Wrap while widened.
16621         (longlines-decode-region, longlines-encode-region): Compute max
16622         just once.
16624 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16626         * cus-edit.el (mac): New group.
16628         * cus-start.el (all): Add user options in macterm.c.  Add test for
16629         Mac-related built-ins.  Fix test for GTK-related built-ins.
16631         * term/mac-win.el (mac-handle-language-change)
16632         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16633         (mac-services-open-selection, mac-services-mail-selection)
16634         (mac-services-mail-to, mac-services-insert-text)
16635         (mac-dispatch-apple-event): Add docstrings.
16636         (x-get-selection, mac-select-convert-to-string): Select coding
16637         system from `utf-16be' and `utf-16le' using `byteorder'.
16639 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16641         * subr.el (lazy-completion-table): Don't be fooled if the var holds
16642         a "list" (lambda ...) rather than a real completion list.
16644         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16645         lexical-let when encountering ((lambda (...) ...) ...).
16647 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16649         * progmodes/sh-script.el (sh-mode):
16650         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16651         * textmodes/picture.el (picture-mode): Update docstrings.
16653 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
16655         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16656         commands enclosed in $(ARGQUOTE)s should not be split between two
16657         lines, as that will break with GNU Make >3.80, when sh.exe is used
16658         and arg quoting is with '..'.
16659         (autoloads): Don't break the quoted --eval expression between
16660         several lines.
16662 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
16664         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16665         Capture error from printing circular structures.
16667 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
16669         * wid-edit.el (widget-checkbox-action): Clear undo info.
16671 2005-12-16  Bill Wohler  <wohler@newt.com>
16673         * menu-bar.el (kill-this-buffer): Set a good example by using menu
16674         bar, not menubar in comment.
16676 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16678         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16679         After-change-functions should not clobber the match data.
16681 2005-12-16  Juri Linkov  <juri@jurta.org>
16683         * simple.el (choose-completion): Use `buffer-substring-no-properties'
16684         instead of `buffer-substring'.
16685         (completion-common-substring): Doc fix.
16686         (completion-setup-function): Use minibuffer-completion-contents
16687         instead of minibuffer-contents.  Don't set common-string-length
16688         initially.  Remove special handling of partial-completion-mode.
16689         Move computation of completion-base-size into one cond.
16690         Call completion-base-size-function in mainbuf.  In computation of
16691         completion-base-size for file name completion don't move point to
16692         the end of the minibuffer.  Move computation of common-string-length
16693         into one cond.  Start putting faces only when common-string-length>=0.
16694         Add condition to put completions-common-part when
16695         common-string-length>0.
16697         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16698         place point at the first different character in the minibuffer
16699         even if this position is at the beginning of the minibuffer.
16701         * info.el (Info-read-node-name-1): In completion-base-size-function's
16702         lambda return 1 if common-substring or minibuffer-completion-contents
16703         starts with (, and 0 otherwise.
16705         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16706         Use `crm-current-element' for second arg of `display-completion-list'.
16708 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
16710         * files.el (set-auto-mode): Look for an interpreter specified on
16711         the first line also if search for mode specification succeeded,
16712         but the mode is not known.
16714 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
16716         * textmodes/org.el (org-tags-match-list-sublevels): New option.
16717         (org-open-at-point): Implement tag searches as links.
16718         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16719         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16720         (org-tags-sparse-tree, org-tags-view, org-set-tags)
16721         (org-agenda-dispatch): New commands.
16722         (org-use-tag-inheritance, org-tags-column): New options.
16723         (org-tab-follows-link, org-return-follows-link): New options.
16724         (org-tags): New customize group.
16725         (org-start-icalendar-file): Get local time zone.
16726         (org-tags-completion-function): New function.
16727         (org-set-font-lock-defaults): Make sure links will also be
16728         highlighted inside headlines.
16730 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
16732         * term.el (term-emulate-terminal):
16733         Let term-handle-ansi-terminal-messages override what Bash says about
16734         its current directory.
16736 2005-12-16  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
16738         * bindings.el (last-buffer): Move to simple.el.
16739         * simple.el (last-buffer): Move here.
16740         (get-next-valid-buffer): New function.
16741         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16742         (prev-buffer): Ditto.  Rename to `previous-buffer'.
16744         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16745         * bindings.el (global-map): Ditto.
16747 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
16749         * cus-edit.el: Introductory comment change.
16750         (custom-magic-alist): Change message string for the `rogue' state.
16752 2005-12-15  Richard M. Stallman  <rms@gnu.org>
16754         * tooltip.el: Delete defcustom variable :tag names.
16756         * complete.el (partial-completion-mode): Doc fix.
16758         * textmodes/flyspell.el (flyspell-external-point-words):
16759         Use save-excursion to ensure we don't move backward in the
16760         search loop, not even one character.
16761         (flyspell-delete-all-overlays): Use remove-overlays directly.
16763         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16764         (ispell-start-process): Set that variable.
16765         Clear ispell-buffer-local-name.
16766         (ispell-internal-change-dictionary):
16767         Set ispell-current-dictionary after killing process.
16768         (ispell-buffer-local-dict):
16769         Don't set spell-personal-dictionary after killing process.
16770         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16771         (ispell-tex-skip-alists, ispell-html-skip-alists)
16772         (ispell-skip-region-alist): Mark as risky.
16774         * net/newsticker.el (newsticker--retrieval-timer-list)
16775         (newsticker--display-timer, newsticker-running-p)
16776         (newsticker-ticker-running-p): Definitions moved up.
16778 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
16780         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16782 2005-12-15  David Ponce  <david@dponce.com>
16784         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16785         (recentf-edit-list, recentf-open-files): Signal an error when
16786         there is no recent file.
16788 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
16790         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16791         read-only except for texinfo-format-region evaluation.
16793 2005-12-14  Richard M. Stallman  <rms@gnu.org>
16795         * vc.el (vc-default-previous-version, vc-default-next-version)
16796         (vc-do-command): Doc fixes.
16798 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16800         * textmodes/bibtex.el (bibtex-expand-strings)
16801         (bibtex-autokey-expand-string, bibtex-name-part)
16802         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16803         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16804         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16805         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16806         (bibtex-entry-postfix, bibtex-known-entry-type-re)
16807         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16808         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16809         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16810         (bibtex-beginning-of-last-entry): Remove.
16811         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
16812         message if comma is missing but buffer is read-only.
16813         (bibtex-parse-field-text): Handle whitespaces at the end of field
16814         text.  Return 3-element list with beginning and end of field text
16815         and end of field.
16816         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16817         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
16818         (bibtex-search-forward-field, bibtex-search-backward-field):
16819         Search always delimited by limits of entry.  Use more efficient
16820         search algorithms.
16821         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16822         bibtex-end-of-name-in-field.
16823         (bibtex-text-in-field-bounds): Handle BibTeX strings when
16824         extracting the content of a field.
16825         (bibtex-text-in-field): Use search limits.
16826         (bibtex-parse-string-prefix): Handle empty string keys based on
16827         bibtex-string-empty-key.
16828         (bibtex-parse-string): Fix docstring.
16829         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16830         (bibtex-preamble-prefix, bibtex-strings): New functions.
16831         (bibtex-skip-to-valid-entry): Include preceding whitespace in
16832         BibTeX entries (consistent with other BibTeX functions).
16833         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16834         (bibtex-search-entry): Fix docstring.  Simplify.
16835         (bibtex-flash-head, bibtex-complete-string-cleanup)
16836         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16837         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16838         (bibtex-parse-entry): New optional arg content.
16839         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16840         Use bibtex-text-in-field-bounds.
16841         (bibtex-print-help-message): Handle BibTeX strings and preambles.
16842         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16843         bibtex-parse-string-postfix.
16844         (bibtex-find-text-internal): New function.
16845         (bibtex-remove-delimiters): Use it.
16846         (bibtex-find-text): Use it.  New optional arg help.
16847         (bibtex-complete): Handle BibTeX string and preamble entries.
16848         (bibtex-Preamble): Fix order of closing delimiters.
16850 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16852         * vc.el (vc-default-revert): New fun.
16854         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16856 2005-12-14  Romain Francoise  <romain@orebokech.com>
16858         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16859         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16860         (font-lock-remove-keywords): Likewise.
16862 2005-12-14  Juri Linkov  <juri@jurta.org>
16864         * log-view.el (log-view-diff): Doc fix.
16866         * isearch.el (isearch-query-replace): Use (mark) instead of
16867         isearch-opoint if mark is active in transient-mark-mode.
16869 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
16871         * isearch.el (isearch-query-replace): Check for isearch-other-end.
16873 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
16875         * progmodes/cpp.el (cpp-face): New widget.
16876         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16878 2005-12-14  Juri Linkov  <juri@jurta.org>
16880         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16881         around `erase-buffer' and `insert'.
16883         * descr-text.el (describe-text-properties): Replace buffer name
16884         "*Help-2*" with "*Help*<2>".
16885         (describe-char): Add functions print-help-return-message,
16886         toggle-read-only.  Use help-setup-xref with nil to not store
16887         describe-char in help-xref-stack.  Use help-make-xrefs to
16888         make [back] button.
16890         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16892         * wdired.el (wdired-old-point): New internal variable.
16893         (wdired-change-to-wdired-mode): Set it buffer-locally.
16894         (wdired-abort-changes): Restore point after aborting changes.
16896 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16898         * vc.el (vc-do-command): Add a new value t for okstatus.
16900         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16901         frame in case of errors.
16903 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16905         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16906         so it comes after "On the Left" in the menu.
16908 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
16910         * cus-edit.el (customize-apropos, customize-apropos-options)
16911         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16913 2005-12-12  Bill Wohler  <wohler@newt.com>
16915         * vc-svn.el (vc-svn-registered): Fix problem of visiting
16916         non-writable Subversion-controlled files by saving window
16917         configuration before calling vc-do-command.  vc-do-command calls
16918         pop-to-buffer on error which is unexpected during registration.
16920 2005-12-12  Jay Belanger  <belanger@truman.edu>
16922         * calc/README: Update the summary of changes.
16924 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16926         * descr-text.el (describe-char): Rework last fix to solve the problem
16927         is the same way it's solved for everything else in that function
16928         (i.e. by extracting the info before setting up the *Help* buffer).
16930 2005-12-12  Kim F. Storm  <storm@cua.dk>
16932         * subr.el (version-regexp-alist): Allow space as separator before
16933         non-numeric part, e.g. "1.0 alpha".
16934         (version-to-list): Interpret .X.Y version as 0.X.Y version.
16936 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
16938         * textmodes/org.el (org-agenda, org-timeline, org-todo):
16939         Implement Logging and the keep-modes setting.
16940         (org-get-category): Make sure a string is returned.
16941         (org-log-done): New function.
16942         (org-log-done, org-closed-string): New options.
16944 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16946         * tooltip.el (tooltip-y-offset): Change default to 20.
16948 2005-12-12  Richard M. Stallman  <rms@gnu.org>
16950         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16952         * frame.el (display-hourglass): Doc fix.
16954         * help.el (help-for-help-internal): Simplify entry for `a'.
16956         * info.el (Info-on-current-buffer): Doc fix.
16957         (info-insert-file-contents): Don't test (featurep 'jka-compr).
16959         * startup.el (inhibit-splash-screen): Make this the real name.
16960         (inhibit-startup-message): Make this the alias.
16961         (command-line): Find only simple.el, and use its directory
16962         to fill in other preloaded files' names.
16963         (command-line): Deactivate the mark if deactivate-mark is set.
16965         * international/mule.el (load-with-code-conversion):
16966         Bind deactivate-mark.
16968         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16970 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
16972         * cus-edit.el (customize-apropos): Avoid listing an option more
16973         than once under different aliases.  No longer list user options
16974         that are not defined with defcustom (unless a prefix arg is given).
16975         Doc fix.
16976         (customize-apropos-options): Doc fix.
16978 2005-12-11  Juri Linkov  <juri@jurta.org>
16980         * frame.el (set-background-color, set-foreground-color)
16981         (set-cursor-color, set-mouse-color, set-border-color):
16982         Add explicit prompts to read colors by `facemenu-read-color'.
16983         (show-trailing-whitespace, blink-cursor-delay)
16984         (blink-cursor-interval, display-hourglass, hourglass-delay):
16985         Remove tags.
16986         (display-hourglass, hourglass-delay): Doc fix.
16987         (cursor-in-non-selected-windows): Capitalize words in tag.
16989         * faces.el (frame-background-mode): Replace `choice-item' keywords
16990         with `const' to not make [default] button.  Change default value tag
16991         from `default' to `automatic'.  Doc fix.
16992         (trailing-whitespace) <defface>: Change group `whitespace' to
16993         `whitespace-faces'.
16995 2005-12-11  Richard M. Stallman  <rms@gnu.org>
16997         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16999 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17001         * term/mac-win.el: Create keymap for mac-apple-event-map.
17003 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
17005         * tooltip.el (tooltip-mode): Move to start of file so that it
17006         appears at top of customize buffer.
17008         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17009         Add the gud groupname.
17010         (gud-tooltip-mode): Add the tooltip groupname.
17011         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
17012         avoid conflict with tooltip-use-echo-area.
17014 2005-12-10  Romain Francoise  <romain@orebokech.com>
17016         * help.el (help-for-help-internal): Add `r' in doc string.
17018 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17020         * align.el (align-regexp, align-highlight-rule):
17021         Use region-beginning and region-end instead of point and mark, so that
17022         repetition (with `repeat-complex-command') recomputes the region
17023         bounds.
17025 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
17027         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
17028         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
17029         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
17030         (balance-windows): Rewrite using the above new functions.
17032 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
17034         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
17035         react if global-hi-lock-mode seems intended.
17036         (global-hi-lock-mode): Renamed from hi-lock-mode.
17037         (hi-lock-archaic-interface-message-used)
17038         (hi-lock-archaic-interface-deduce): New variables.
17039         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
17040         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
17041         (hi-lock-find-patterns, hi-lock-font-lock-hook):
17042         Replace hi-lock-buffer-mode with hi-lock-mode.
17044 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
17046         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
17047         completion list, even after a partial completion has been
17048         inserted in the current buffer.  If there are more than 1
17049         completion, redisplay the *Completions* buffer; if the
17050         completion is unique, delete the *Completions* window.
17052 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
17054         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
17055         strings and long subject lines that were broken into multiple
17056         lines at arbitrary places.  Handle subjects that have "Re: " in
17057         the middle.
17059 2005-12-10  John W. Eaton  <jwe@octave.org>
17061         * emacs/octave-mod.el (octave-electric-space): Don't indent
17062         comments or strings if octave-auto-indent is nil.
17064 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17066         * term/mac-win.el: Require url when compiling.
17067         Call mac-process-deferred-apple-events after loading init files.
17068         (mac-apple-event-map): New defvar.  Define event handlers in it.
17069         (core-event, internet-event): New Apple event class symbols.
17070         (open-application, reopen-application, open-documents)
17071         (print-documents, open-contents, quit-application)
17072         (application-died, show-preferences, autosave-now, get-url):
17073         New Apple event ID symbols.
17074         (about): New HICommand ID symbol.
17075         (mac-event-spec, mac-event-ae): New macros.
17076         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
17077         (mac-ae-selection-range, mac-ae-text-for-search)
17078         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
17079         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
17080         and Services menu events are now defined in mac-apple-event-map.
17081         (mac-drag-n-drop): Remove selection range handling.
17083 2005-12-10  Kenichi Handa  <handa@m17n.org>
17085         * simple.el (zap-to-char):
17086         * isearch.el (isearch-process-search-char): Translate CHAR by
17087         translation-table-for-input.
17089 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
17091         * foldout.el (foldout-exit-fold): Properly hide subtree.
17093 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17095         * files.el (save-buffer):
17096         * international/ucs-tables.el (ucs-set-table-for-input):
17097         * mail/mail-extr.el (mail-extract-address-components):
17098         * mail/sendmail.el (mail-mode): Reformat doc string.
17100 2005-12-09  Juri Linkov  <juri@jurta.org>
17102         * isearch.el (isearch-highlight): Change main overlay priority
17103         from 1 to 1001.  Simplify.
17104         (isearch-lazy-highlight-update): Change lazy overlay priority
17105         from 0 to 1000.
17107         * replace.el (replace-highlight): Change overlay priority from
17108         1 to 1001.
17110         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
17111         Change overlay priority from 1 to 1001.  Reuse existing overlay.
17113         * compare-w.el (compare-windows-highlight): Change overlay
17114         priority from 1 to 1000.
17116         * menu-bar.el (menu-bar-edit-menu): Add listp around
17117         pending-undo-list to disable menu item "undo" when pending
17118         undo list is empty.
17120         * locate.el (locate): Disable undo in *Locate* buffer.
17122 2005-12-09  Kim F. Storm  <storm@cua.dk>
17124         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
17126 2005-12-09  David Ponce  <david@dponce.com>
17128         * recentf.el: Improvement of the menu code.
17129         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
17130         instead of menu hook.
17131         (recentf-show-menu, recentf-hide-menu): New functions.
17132         (recentf-menu-customization-changed, recentf-mode): Use them.
17133         (recentf-menu-action, recentf-max-menu-items)
17134         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
17135         (recentf-arrange-by-rule-others)
17136         (recentf-arrange-by-rules-min-items)
17137         (recentf-arrange-by-rule-subfilter): Don't use
17138         `recentf-menu-customization-changed'.
17139         (recentf-arrange-rules): Likewise.  Accept functions to compute
17140         sub-menu titles.
17141         (recentf-menu-filter): Likewise.  Doc fix.
17142         (recentf-menu-value-shortcut): Doc fix.
17143         (recentf-dump-variable): Quote atom value.
17144         (recentf-make-menu-items): Update to use it as a menu filter.
17145         (recentf-match-rule): New function.
17146         (recentf-arrange-by-rule): Use it.
17147         (recentf-indirect-mode-rule): New function.
17148         (recentf-build-mode-rules): Use it.
17149         (recentf-dir-rule): New function.
17150         (recentf-arrange-by-dir): Use it.
17151         (recentf-filter-changer-current): Rename from
17152         `recentf-filter-changer-state'.  All references updated.
17153         (recentf-filter-changer-alist): Update filter names.
17154         (recentf-filter-changer-select): New function.
17155         (recentf-filter-changer): Use it.  Make a sub-menu from filters
17156         available in `recentf-filter-changer-alist'.
17157         (recentf-data-cache, recentf-clear-data)
17158         (recentf-update-menu): Remove.  All references updated.
17159         (recentf-match-rule-p, recentf-build-dir-rules)
17160         (recentf-filter-changer-goto-next)
17161         (recentf-filter-changer-get-current)
17162         (recentf-filter-changer-get-next): Remove.
17164 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
17166         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
17167         buffer "Reset" button to "Reset to Current" for consistency with
17168         the State buttons.
17170 2005-12-08  John Paul Wallington  <jpw@pobox.com>
17172         * ibuf-ext.el (define-ibuffer-filter filename):
17173         If `dired-directory' is a list then really use its car.
17175 2005-12-08  Kim F. Storm  <storm@cua.dk>
17177         * emulation/cua-rect.el (cua--rectangle-aux-replace):
17178         Fix indention of text on right side of replaced rectangle.
17180 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
17182         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
17183         No need to check gud-comint-buffer is bound.
17184         (gdb): Prevent multiple debugging when first session uses gdba.
17186 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17188         CC Mode update to 5.31.
17190         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
17191         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
17192         We might do this function properly in the future).
17194         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
17195         New macros c-sentence-end and c-default-value-sentence end, to cope
17196         with Emacs 22's new function `sentence-end'.
17198 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17200         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
17201         compat issue using `c-put-overlay' and `c-delete-overlay'.
17203         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
17204         New compat macros to handle overlays/extents.
17206 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17208         * progmodes/cc-fix.el: Add definitions of the macros push and pop
17209         (for GNU Emacs 20.4).
17211         * progmodes/cc-defs.el:
17212         (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
17214         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
17215         highlighting mechanism so it will work in XEmacs too.
17217         * progmodes/cc-defs.el: Insert c-int-to-char.
17219         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
17220         call to the new macro c-int-to-char.  This solves XEmacs's
17221         regarding characters as different from integers.
17223 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17225         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
17226         New internal helper.
17228         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
17229         construct to make the indirect face lookup work in XEmacs.
17231         (c-cpp-matchers): Append the negation char face to the existing
17232         fontification, so that the cpp face doesn't disappear.
17233         Use `c-make-syntactic-matcher' to avoid negation chars in comments
17234         and strings.
17236         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
17237         to map to `font-lock-negation-char-face' in emacsen where it exists.
17239 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17241         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
17243         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
17244         Rename "c-subword-move-mode" as "c-subword-mode".
17246         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
17247         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
17249 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17251         * progmodes/cc-mode.el: Added autoload directive for
17252         `c-subword-move-mode' for use in older emacsen.
17254 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17256         * progmodes/cc-mode.el:
17257         (i): Insert a binding for C-c C-backspace into
17258         c-bind-special-erase-keys which works in TTYs.
17259         (ii): Make sure that when file styles are used, any explicitly
17260         given style variables take priority over those in the style.
17261         Do this by calling `hack-local-variables' a second time.
17263         * progmodes/cc-vars.el: Add language specific customization
17264         widgets for AWK to c-doc-comment-style, c-require-final-newline
17265         and c-default-style.  Add a defcustom for awk-mode-hook.
17266         Give c-syntactic-element and c-syntactic-context doc-strings by
17267         directly setting their `variable-documentation' propery.
17268         This allows Emacs 22.1 to read these with C-h v.
17270         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
17272 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17274         * progmodes/cc-fonts.el, cc-vars.el
17275         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
17276         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
17277         Masatake YAMATO.
17279         (c-doc-comment-style): Made GtkDoc default in C mode.
17281         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
17282         and C-c C-<delete>.
17284         (c-bind-special-erase-keys): New function for use on
17285         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
17287         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
17288         <delete> key behavior in XEmacs according to `delete-forward-p'.
17289         C.f. `c-electric-delete'.
17291 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17293         * progmodes/cc-mode.el: Give c-hungry-backspace and
17294         c-hungry-delete-forward permanent key bindings.
17296         * progmodes/cc-cmds.el (c-electric-semi&comma):
17297         Bind c-syntactic-context for calls to "criteria functions", for
17298         consistency with other calls to user functions.
17300         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
17301         `current-prefix-arg', since this might be the prefix arg to a
17302         command which calls c-indent-command as a function.  Change the
17303         interactive spec from "p" to "P".
17305         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
17306         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
17307         was difficult to understand.
17309 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17311         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
17312         first char of an identifier.
17314         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
17315         +" syntax in C++.
17317 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17319         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
17320         auto-fill doesn't split a c-comment's last word from a hanging
17321         "*/" when a space is typed between them after fill-column.
17323         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
17325         * progmodes/cc-styles.el (c-set-style)
17326         (c-setup-paragraph-variables): Abort the command if we're not in a
17327         CC Mode buffer.
17329         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
17330         with blank comment-prefix, and a blank line as the comment's
17331         second line.
17333 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17335         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
17336         Incorporate the patterns added in the Emacs development branch
17337         for the new Emacs 22 face `font-lock-negation-char-face'.
17339         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
17340         of "red" since it stands out better in xterms and DOS terminals.
17342         * progmodes/cc-engine.el (c-literal-faces):
17343         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
17345 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17347         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
17348         forcibly enable c-electric-flag.
17350         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
17351         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
17352         after the comment-prefix of a C-style comment will close that comment.
17354 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17356         * progmodes/cc-fonts.el (c-basic-matchers-before)
17357         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
17358         in Pike.
17360         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
17361         digraphs.
17363         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
17364         (c-cpp-message-directives, c-cpp-include-directives)
17365         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
17366         (c-cpp-expr-directives): Introduce new language constants to
17367         control cpp syntax in a cleaner way.
17369         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
17371         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
17373         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
17374         (c-multiline-string-start-char): New language constants and
17375         variables to specify how newlines in string literals work.
17377         (c-font-lock-invalid-string): Use them.
17379         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
17380         unbalanced close brace is entered.  Optimization by avoiding going
17381         back over arbitrarily large blocks.  Removed hints that this
17382         function only would be relevant/useful in AWK.
17384         (c-electric-brace): Indent syntactically after the cleanups since
17385         lineup functions might do it differently then.
17387         * progmodes/cc-engine.el, cc-langs.el
17388         (c-opt-op-identifier-prefix): New language constant and variable.
17390         (c-just-after-func-arglist-p, c-after-special-operator-id)
17391         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
17393         * progmodes/cc-align.el, cc-engine.el
17394         (c-after-special-operator-id): New helper to handle C++ operator
17395         identifiers.
17397         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
17398         (c-guess-basic-syntax): Handle C++ operator identifiers in
17399         declarations.
17401         * progmodes/cc-langs.el (c-assignment-operators): Add the
17402         trigraph version of ^= too.
17404         * progmodes/cc-langs.el (c-assignment-operators): Add the
17405         trigraph version of |= in C++.
17407         * progmodes/cc-fonts.el (c-font-lock-declarators):
17408         Handle `c-decl-hangon-kwds' after the identifier name.
17410         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
17411         whether an arglist is "nonempty", ignore a comment after the open
17412         paren if it isn't followed by a non-comment token on the same line.
17414         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
17415         Enable heuristics below the point to cope with classes inside special
17416         brace lists in Pike.
17418 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17420         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
17422 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17424         * progmodes/cc-guess.el (cc-guess-install): New function to
17425         install an already guessed style in another buffer.
17427         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
17428         sets `inhibit-read-only' - `c-save-buffer-state' should be used
17429         anyway if the change always is undone.
17431 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17433         Implement togglable electricity:
17435         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
17436         saying when it should be used.
17438         * progmodes/cc-engine.el: Add the new buffer-local variable,
17439         c-electric-flag.
17441         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
17442         c-toggle-auto-newline.
17444         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
17445         c-toggle-auto-newline.  Remove the binding for
17446         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
17447         c-toggle-electric-state.
17449         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
17451         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
17452         c-\(forward\|backward\)-subword.
17453         (c-update-modeline): Add the new modeline flag `l' for
17454         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
17455         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
17456         Make the old name an alias of the new name.
17457         (c-toggle-electric-state): New function.
17458         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
17459         Adapt these functions to do electric things only when
17460         c-electric-flag is non-nil.
17461         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
17462         new functions from c-electric-brace.
17463         (c-point-syntax): Add a check for "virtual semicolons" in AWK
17464         mode, so that the tentative extra newline doesn't change the
17465         syntax of the following brace.
17466         (c-electric-brace): Restructure by extracting the above functions.
17467         Tidy up the coding somewhat.
17468         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
17469         restructure a bit.
17471 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17473         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
17474         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
17476         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
17477         (c-submode-indicators): Change name from `c-auto-hungry-string'
17478         since it's now used to track another submode.
17480         (c-update-modeline): Convert to function and extended to check
17481         `c-subword-move-mode'.
17483         (c-forward-into-nomenclature, c-backward-into-nomenclature):
17484         Convert to compat aliases for `c-forward-subword' and
17485         `c-backward-subword'.
17487         * progmodes/cc-subword.el: New functions and minor mode to handle
17488         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
17490         (c-forward-subword, c-backward-subword, c-mark-subword)
17491         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
17492         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
17493         Functions corresponding to the standard word handling functions.
17495         (c-subword-move-mode): Minor mode that replaces all the standard
17496         word handling functions with their subword equivalences.
17498 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17500         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
17501         entry for one-liner-defun.
17503         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
17504         name in its def-edebug-spec.
17506         * progmodes/cc-cmds.el (c-electric-brace): Make the
17507         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
17508         compacts space before a comment, if this will make things fit on
17509         one line.
17511         Introduce an "awk" style, mainly for auto-newline and clean-ups.
17513         * progmodes/cc-align.el: New function c-snug-1line-defun-close.
17515         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
17516         clean-up one-liner-defun.
17518         * progmodes/cc-styles.el: Add the new "awk" style.
17520         * progmodes/cc-vars.el: Add description of one-liner-defun to
17521         c-cleanup-list's doc-string.  New user options,
17522         c-max-one-liner-length.  In c-default-style, set the default style
17523         for AWK to "awk".
17525 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17527         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
17528         macros inside labels.
17530         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
17531         `c-at-statement-start-p' and `c-at-expression-start-p'.
17533         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
17534         error if the mark isn't set.
17536         * progmodes/cc-engine.el (c-guess-continued-construct)
17537         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
17538         accurately detect functions inside functions.
17540         * progmodes/cc-engine.el (c-at-expression-start-p): New function
17541         like `c-at-statement-start-p' that additionally recognizes commas
17542         and expression parentheses as delimiters.
17544         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
17545         to avoid heuristics that doesn't work for unclosed blocks.
17546         (c-at-statement-start-p): New function.
17548         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
17549         Objective-C directives, e.g. directives spanning lines should work
17550         reasonably well now.
17552         (c-put-c-type-property, c-clear-c-type-property): New helpers.
17554         (c-forward-objc-directive): New function to move over any ObjC
17555         directive.
17557         (c-just-after-func-arglist-p, c-guess-basic-syntax)
17558         (c-basic-matchers-before): Use it.
17560         (c-font-lock-objc-iip-decl): Remove.
17562         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
17563         in the template arglist recognition.
17565         * progmodes/cc-styles.el (c-style-alist): Fix several
17566         inconsistencies in the Whitesmith style.
17568         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
17569         New lineup function to get lines after Whitesmith style blocks
17570         correctly indented.
17572         (c-lineup-whitesmith-in-block): Back out the compensation for
17573         opening parens since it's done using `add' lists in the style
17574         definition instead.  Don't use the anchor position since it varies
17575         too much between the syntactic symbols. :P
17577         * progmodes/cc-vars.el (c-valid-offset): Update.
17579         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
17580         lists where the offsets are combined according to several
17581         different methods: `first', `min', `max', and `add'.
17582         Report offset evaluation errors with `c-benign-error' so that some kind
17583         of reindentation still is done.
17585         * progmodes/cc-engine.el (c-guess-basic-syntax):
17586         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
17587         `arglist-close'.
17589         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17590         situations for `arglist-cont-nonempty' and `arglist-close'.
17592         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17594         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17595         cc-bytecomp-boundp' in a number of places.
17597         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17598         macro related issue.
17600 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17602         * progmodes/cc-awk.el: Change the terminology of regexps: A char
17603         list is now [asdf], a char class [:alpha:].
17604         Include code for char classes.
17605         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
17606         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17608         Remove (nearly all of) the cruft associated with AWK Mode's former
17609         concept of "virtual semicolons":
17611         Adapt c-beginning-of-statement, c-end-of-statement (together with
17612         subfunctions) to use the new notion of "virtual semicolon" in
17613         place of the old awkward special handling for AWK.  There remains
17614         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17615         * progmodes/cc-cmds.el:
17616         (c-ascertain-adjacent-literal): In the backwards direction, now
17617         recognises AWK regexp delimiters as string delimiters.
17618         (c-after-statement-terminator-p): Adapt for virtual semicolons;
17619         check more rigorously for "end of macro".
17620         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17621         virtual semicolons;
17622         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17623         out the code for forward movement into ...
17624         (c-end-of-statement): Now contains the code for forward movement,
17625         adapted for virtual semicolons.
17627         * progmodes/cc-engine.el:
17628         (c-ws*-string-limit-regexp): New regexp.
17629         (c-forward-single-comment, c-backward-single-comment): Comment out
17630         the (now redundant) "special" AWK stuff.
17632         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17633         c-string-par-start, c-string-par-separate to be more like Text
17634         Mode than Fundamental Mode.
17636 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17638         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17639         to the fontified region so that fontification doesn't occur
17640         outside it (could happen e.g. when fontifying a line with an
17641         unfinished declaration).
17643 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17645         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17646         start of the file.  ^L now separate sections of the file.
17647         (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17648         (c-awk-one-line-possibly-open-string-re)
17649         (c-awk-regexp-one-line-possibly-open-char-class-re)
17650         (c-awk-one-line-possibly-open-regexp-re)
17651         (c-awk-one-line-non-syn-ws*-re): New defonsts.
17652         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17654         Amend the concept of "virtual semicolons" (in the indentation
17655         engine) for languages like AWK, such that they are now
17656         conceptually attached to end of the last token of a statement, not
17657         the end of the line.  (In AWK Mode, however, the pertinent text
17658         property is still physically set on the EOL.)  Remove the specific
17659         tests for awk-mode, thus facilitating the introduction of other
17660         language modes where EOLs can end statements.
17661         (Note: The funtionality in cc-cmds.el, specifically
17662         c-beginning/end-of-statement has yet to be amended.)
17664         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17665         New macros.
17667         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17668         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
17669         c-vsemi-status-unknown-p-fn (in a new page).
17671         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17672         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17673         numerous awkward forms like
17674         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17675         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
17676         variable before-ws-ip, the place just after char-before-ip appears.
17678         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17679         a comment.
17681 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17683         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17684         `c-tentative-buffer-changes'.
17686         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17687         convert to macro to choose between Emacs and XEmacs at compile time.
17689         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17691         (c-tentative-buffer-changes): New macro to handle temporary buffer
17692         changes in a convenient way.
17694         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17695         for `c-tentative-buffer-changes'.
17697         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17698         the checks for paren sexps between the point and the keyword, to
17699         avoid some false alarms.
17701         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17702         Fixed a situation where an error could be thrown for unbalanced
17703         parens.  Changed to make use of c-keyword-member' to avoid some
17704         repeated regexp matches.
17706         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17707         These language variable are no longer necessary.
17709         (c-block-stmt-kwds): New language constant used by
17710         c-looking-at-inexpr-block'.
17712         (c-guess-basic-syntax): Remove an optional check that looked at
17713         the existence of the now removed language variables.
17715         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17716         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17717         object instantiation expressions as declarations in some contexts.
17718         This bug only affected languages where the declarator can't be
17719         enclosed in parentheses.
17721         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17722         insert newlines before and after substatement braces.
17724         * progmodes/cc-engine.el: Improved the heuristics for recognizing
17725         function declaration headers and the handling of C++ style member
17726         init lists.
17728         (c-just-after-func-arglist-p): Rewritten to use
17729         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
17731         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17733         (c-guess-basic-syntax): Adapt case 5B for the new
17734         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
17735         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17736         covers all cases now).
17738         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17740 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17742         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17743         c-string-par-start/separate c-sentence-end-with-esc-eol,
17744         initialised in c-setup-paragraph-variables, used in string
17745         scanning subroutines of c-beginning-of-statement.
17747         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17748         which precedes the newly inserted `{'.
17750 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17752         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17753         function for declaration level blocks.  It should now cope with
17754         templates better and also be a lot more comprehensible.
17756         (c-looking-at-decl-block): The new function.
17758         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
17759         for compatibility.
17761         (c-add-class-syntax, c-guess-continued-construct)
17762         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17764         (c-decl-block-key): Change to tell apart ambiguous and
17765         unambiguous keywords.  Pike specials are now handled directly in
17766         the code instead.
17768         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17769         New language constants and variables to make the backward skip in
17770         `c-looking-at-decl-block' as tight as possible.
17772         (c-nonsymbol-token-char-list): New language constant.
17774         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17775         find balanced template arglists backwards.
17777         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17778         making char classes for `c-syntactic-skip-backward'.
17780         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17781         16D - can't be a class-close at that point.
17783         * progmodes/cc-engine.el (c-guess-basic-syntax)
17784         (c-add-class-syntax): Don't narrow out the enclosing declaration
17785         level.  This makes everything a lot easier, and it was actually
17786         only four small places that needed it to work.  Some places that
17787         previously did `widen' are removed now, which has the effect that
17788         `c-guess-basic-syntax' never will look at things outside the
17789         current narrowment now.  The anchor position for `topmost-intro'
17790         is affected by this, but it was so bogus it was basically useless
17791         before, and now it's equally bogus but in a slightly different way.
17793         (c-narrow-out-enclosing-class): Gone.
17795         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17796         the narrowed region.
17798         (c-least-enclosing-brace): Remove silly optional argument.
17800         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17801         the point could be left directly after an open paren when finding
17802         the beginning of the first decl in the block.
17804         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17805         Specify which submatch to use.
17807         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17809         (c-decl-start-re): No longer any need for special treatment of
17810         ObjC due to the above.
17812         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17813         presumably follows C in that regard.
17815         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17816         New language constants to specify operator tokens inside
17817         identifiers in a more high level way.
17819         (c-opt-identifier-prefix-key): New internal language constant.
17821         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17822         (c-identifier-start, c-identifier-key): Now completely calculated
17823         from other constants.
17825         (c-identifier-last-sym-match): Decommission since it's no longer used.
17827         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
17829         * progmodes/cc-engine.el (c-forward-name): Remove the
17830         optimization when c-identifier-key is equal to c-symbol-key since
17831         it doesn't work in byte compiled files.  Don't record empty
17832         regions as identifiers.
17834         * progmodes/cc-langs.el (c-filter-ops): New helper function to
17835         simplify access to `c-operators' and its likes.
17837         (c-operator-list, c-all-op-syntax-tokens)
17838         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17839         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17840         (c-primary-expr-regexp, c-cast-parens): Use it.
17842         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17843         an explicit language in functions.
17845         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17846         variant of adornment.
17848         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17849         variable.
17851         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17852         the Pike value.
17854         * progmodes/cc-engine.el (c-on-identifier)
17855         (c-simple-skip-symbol-backward): Small fix for handling "-"
17856         correctly in `skip-chars-backward'.  Affected the operator lfun
17857         syntax in Pike.
17859         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17860         diagnostic message about precompiled language vars not being used.
17862         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17863         "__attribute__" is followed by a parenthesis.
17865         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17866         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17867         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17869         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17870         Internal cleanups to properly detect the declared identifiers in
17871         various declarations.
17873         (c-decl-start-kwds): New language constant to recognize
17874         declarations that can start anywhere.  Used for class declarations
17875         in Pike.
17877         (c-specifier-key, c-not-decl-init-keywords)
17878         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17879         (c-find-decl-spots): Implement `c-decl-start-kwds'.
17881         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17882         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17883         handling of the compiler specific extension keywords into a new
17884         language constant `c-decl-hangon-kwds' that defines keyword
17885         clauses to be ignored in declarations.
17887         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17888         past unrecognized tokens when handling `c-colon-type-list-kwds'.
17889         Necessary to stop at the declared identifier in e.g. IDL valuetype
17890         declarations.
17892         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17893         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17894         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17895         (c-forward-decl-or-cast-1): Recognize the declared identifier in
17896         class and enum declarations as such and not as part of the type.
17898         (c-forward-decl-or-cast-1, c-forward-label): Relax the
17899         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17901         (c-forward-decl-or-cast-1): Don't disregard sure signs of
17902         declarations when there's some syntax error later on.
17904         (c-complex-decl-matchers): Did away with a reference to
17905         `c-specifier-key'.
17907         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17908         value - this variable is always dynamically bound.
17910         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17911         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17912         * cc-cmds.el, cc-defs.el: Change the policy for marking up
17913         functions that might do hidden buffer changes: All such internal
17914         functions are now marked instead of those that don't.
17916         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17917         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17918         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17919         (c-literal-type): Allow these functions to make hidden buffer changes,
17920         so that they are free to use text property caching later on.
17922         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17923         (c-electric-brace, c-electric-slash, c-electric-star)
17924         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17925         (c-electric-paren, c-electric-continued-statement, c-indent-command)
17926         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17927         (c-context-line-break): Add `c-save-buffer-state' calls to comply
17928         with the changed semantics of the functions above.
17930         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17931         when macros occur in obscure places.  Optimized the sexp movement
17932         a bit.
17934 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
17936         Enhancements for c-beginning-of-statement to work in AWK Mode:
17938         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17939         (completed statement) with `}' (statement completed by closing
17940         brace or semicolon) and `$' (statement completed by EOL).
17942         (c-awk-virtual-semicolon-ends-prev-line-p)
17943         (c-awk-virtual-semicolon-ends-line-p)
17944         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17945         (c-awk-at-statement-end-p): New functions.
17947         * progmodes/cc-cmds.el: Simplify the structure of functions
17948         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
17949         two functions and c-beginning-of-statement to handle AWK Mode.
17951         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17952         c-backward-single-comment for AWK mode.  Attempt to clarify their
17953         doc-strings.
17955         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17957 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
17959         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17960         label handling.  Labels are now recognized in a uniform and more
17961         robust way, regardless of context.  Text properties are put on all
17962         labels to recognize the following declarations better.
17963         Multiword labels are handled both in indentation and fontification for
17964         the benefit of language extensions like Qt.  For consistency, keywords
17965         in labels are now fontified with the label face instead.
17966         That also applies to "case" and "default".
17968         (c-beginning-of-statement-1): Fix some bugs in the label
17969         handling.  Disregard `c-nonlabel-token-key' in labels that begin
17970         with `c-label-kwds'.
17972         (c-find-decl-spots): Support that the callback adds more
17973         `c-decl-end' spots to find.
17975         (c-forward-decl-or-cast-1): Don't treat a list of plain
17976         identifiers followed by a colon as a declaration.
17978         (c-forward-label): New function to recognize labels.
17980         (c-guess-basic-syntax): Replace uses of `c-label-key' with
17981         `c-forward-label'.  Moved the label recognition cases (14 and 15)
17982         earlier since they aren't so context sensitive now.  Handle labels
17983         on the top level gracefully.  Moved access label recognition to
17984         the generic label case (CASE 15) - removed CASE 5E.
17986         (c-font-lock-declarations): Add recognition of labels in the
17987         same round since we need to handle labels in parallell with other
17988         declarations to recognize both accurately.  It should also improve
17989         speed.
17991         (c-simple-decl-matchers, c-basic-matchers-after):
17992         Move `c-font-lock-labels' so that it only is used on decoration level 2
17993         since `c-font-lock-declarations' handles it otherwise.
17995         (c-complex-decl-matchers): Remove the simplistic recognition of
17996         access labels.
17998         (c-decl-prefix-re): Remove the kludges that was necessary to cope
17999         with labels earlier.
18001         (c-decl-start-re): New language variable to make
18002         `c-font-lock-declarations' stop for the special protection labels
18003         in Objective-C that start with `@'.
18005         (c-label-key): Remove since it's no longer used.
18007         (c-recognize-colon-labels, c-label-prefix-re): New language
18008         constants to support recognition of generic colon-terminated labels.
18010         (c-type-decl-end-used): `c-decl-end' is now used whenever there
18011         are colon terminated labels.
18013         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
18014         first argument starts with a special brace list.
18016         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
18017         (c-font-lock-declarations): Break out the declaration and cast
18018         recognition from `c-font-lock-declarations' to a new function, so
18019         that it can be used in the indentation engine.
18021         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
18022         up to the start of the literal.  Fixed bug with the point on the
18023         wrong side of the search limit that could happen when the start
18024         position is inside a literal.
18026         * progmodes/cc-engine.el (c-parse-state)
18027         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
18028         so that it's kept a little bit back to increase the hit rate.
18030         (c-parse-state): Change the macro handling and fixed some
18031         glitches.  Macro context is checked more often than necessary now,
18032         but otoh less garbage conses are generated.
18034         * progmodes/cc-engine.el (c-parse-state)
18035         (c-invalidate-state-cache): Cache the last position where
18036         `c-state-cache' applies.  This can speed up refontification quite
18037         a bit in blocks where there are many non-brace parens before the point.
18039         (c-state-cache-end): New variable for this.
18041         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
18042         cache variable.
18044         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
18045         get close initial continue positions when the start position is
18046         inside a literal or macro.  Do not call the callback for spots
18047         before the start position (which can happen e.g. for `c-decl-end'
18048         spots inside comments).  Optimize better in special cases when the
18049         region is a single line inside a literal or macro (typically when
18050         the current line is refontified).
18052         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
18053         to `c-add-stmt-syntax' - there's no need to explicitly whack off
18054         entries from the paren state.
18056         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
18057         special case for "else if" clauses.
18059         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
18060         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
18062         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
18063         New language variable to recognize the gcc extension with statement
18064         blocks inside expressions.
18066         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
18067         it somewhat more comprehensible.  The argument AT-BLOCK-START is
18068         no longer used and hence removed.
18070         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
18071         to `c-add-stmt-syntax'.
18073         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
18074         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
18075         This fixes bogus label recognition.
18077         * progmodes/cc-engine.el (c-add-type, c-check-type)
18078         (c-forward-name, c-forward-type): Improve storage of template
18079         types in `c-found-types' so that they can be recognized better.
18081         (c-syntactic-content): Add option to skip past nested parens.
18083         * progmodes/cc-engine.el (c-forward-name):
18084         Set `c-last-identifier-range' all the time.  It's less work that way.
18085         Handle that there might not be an identifier to store in
18086         `c-last-identifier-range'.
18088         (c-forward-type): Handle that `c-last-identifier-range' might be
18089         nil from `c-forward-name'.
18091         * progmodes/cc-defs.el (c-safe-scan-lists)
18092         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
18094         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
18095         to work even if the form fails.
18097         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
18098         down in a large file in one go.
18100         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
18102         * progmodes/cc-align.el (c-lineup-assignments): New lineup
18103         function which is like `c-lineup-math' but returns nil instead of
18104         `c-basic-offset' when it doesn't match.
18106         (c-lineup-math): Change to use `c-lineup-assignments'.
18108 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18110         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
18111         c-beginning-of-statement.  New subfunctions
18112         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
18114 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18116         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
18117         hardcoded char classes whereever possible.  Changed a couple of
18118         places to use skip by syntax instead of skip by char class.
18120         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
18121         Fix a bug in the regexp that caused extreme backtracking.
18123         * progmodes/cc-langs.el (c-block-comment-starter)
18124         (c-block-comment-ender): New language constants to specify in a
18125         single place how block comments look.
18127         (c-comment-start-regexp, c-block-comment-start-regexp)
18128         (comment-start, comment-end, comment-start-skip)
18129         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
18130         (c-syntactic-ws, c-nonempty-syntactic-ws)
18131         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
18132         `c-line-comment-starter', `c-block-comment-starter' and
18133         `c-block-comment-ender'.
18135         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
18136         New language constants to break up things a bit.
18138         (c-simple-ws): New language constant for simple whitespace.
18140         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
18142         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
18143         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
18144         newlines.  Allow and ignore nil elements in the list.
18146 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18148         * progmodes/cc-cmds.el: Comment out a (n almost certainly
18149         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
18151         * progmodes/cc-cmds.el: Tidy up the comments in
18152         c-beginning-of-statement and subfunctions.
18154         * progmodes/cc-awk.el: Replace calls to put-text-property to the
18155         more flexible c-put-char-property and c-clear-char-properties.
18156         Add the author's email address.
18158         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
18160         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
18161         closing "*/" of a block comment.
18163         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
18164         subfunctions) so that it works at BOB and EOB.
18166         * progmodes/cc-cmds.el, cc-vars.el: More updating of
18167         c-beginning-of-statement, including new variable
18168         c-block-comment-start-regexp.
18170 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18172         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
18173         symbols from `*-font-lock-extra-types' so that there's no need to
18174         use `regexp-opt' on those lists.
18176         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
18177         `c-type-modifier-kwds' is empty.
18179         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
18180         there are several strings on the same line.
18182         * progmodes/cc-engine.el (c-literal-limits): Remove the
18183         compatibility function for older emacsen.  `c-literal-limits-fast'
18184         has now taken the place of this function.
18186         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
18187         with older emacsen: We now require `pps-extended-state'.
18189 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18191         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
18192         which obviates the need to hack sentence-end.  This now handles
18193         escaped newlines in strings correctly.  Correct minor bugs in
18194         c-move-over-sentence and in c-beginning-of-statement.
18196         * progmodes/cc-cmds.el (c-beginning-of-statement (and
18197         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
18198         that movement over macros and code are rigorously separated from
18199         eachother.  Correct a few incidental bugs.
18201         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
18202         Improve its doc-string.  Improve the handling of certain specific cases.
18204 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18206         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
18207         (c-guess-basic-syntax): Change the way class-level labels are
18208         recognized; they can now contain essentially any symbols.
18210         (c-opt-extra-label-key): New language variable to cope with the
18211         special protection label syntax in Objective-C.
18213         (c-opt-access-key): Remove; this is now handled better by
18214         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
18216         (c-complex-decl-matchers): Update to handle that
18217         `c-opt-access-key' no longer exists.
18219         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
18220         improved label recognition in `c-beginning-of-statement-1'.
18222         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18223         Recognize bitfields better.
18225         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
18226         Remove some cruft and fixed a bug that could cause it to go to a
18227         position further down.
18229         * progmodes/cc-langs.el, cc-engine.el
18230         (c-beginning-of-statement-1): Improve detection of labels in
18231         declaration contexts.
18233         (c-beginning-of-decl-1): Use it.
18235         (c-nonlabel-token-key): New language constant and variable needed
18236         by `c-beginning-of-statement-1'.
18238         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
18239         manifested itself due to the correction in `c-forward-sexp'.
18241         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
18242         Make these behave as documented when used at the buffer limits.
18244         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
18245         (c-type-decl-end-used): Made this a language variable.
18247         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
18248         correctly when `combine-after-change-calls' is used together with
18249         temporary narrowings.
18251         * progmodes/cc-engine.el (c-beginning-of-statement-1):
18252         Report labels correctly when the start point is immediately after the
18253         colon.
18255         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
18256         Remove since it isn't used anymore.
18258         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
18259         bracket arglists such as template parens in C++.
18261         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
18262         in the last check-in.  Some optimization.
18264         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
18265         where it could stop at the same level in a preceding sexp when
18266         PAREN-LEVEL is set.
18268         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
18269         text property lookup only when it's needed.
18271         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
18272         Change the policy for paren marked angle brackets to be more
18273         persistent; once marked they remain marked even when they're found
18274         to be unbalanced in the searched region.  This should keep the
18275         paren syntax around even when individual lines are refontified in
18276         multiline template arglists.
18278         (c-parse-and-markup-<>-arglists): New dynamically bound variable
18279         to control markup so that incorrect angle bracket arglists aren't
18280         marked in contexts where the correct value for
18281         `c-disallow-comma-in-<>-arglists' isn't known.
18283         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
18284         argument has become `c-parse-and-markup-<>-arglists'.
18286         (c-remove-<>-arglist-properties): Remove - no longer used.
18288         (c-after-change-check-<>-operators): New function used on
18289         `after-change-functions' to avoid that "<" and ">" characters that
18290         are part of longer operators have paren syntax.
18292         (c-<>-multichar-token-regexp): New language variable used by
18293         `c-after-change-check-<>-operators'.
18295         (c-after-change): Call `c-after-change-check-<>-operators'.
18297         (c-font-lock-<>-arglists): Use the context properties set by
18298         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
18299         correctly to avoid doing invalid markup.
18301         (c-font-lock-declarations): Remove code that undoes the invalid
18302         markup done by `c-font-lock-<>-arglists'.
18304         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
18305         after `c-font-lock-declarations'.
18307         * progmodes/cc-engine.el (c-syntactic-skip-backward):
18308         Add paren-level feature.
18310         (c-guess-basic-syntax): Improve the anchor position for
18311         `template-args-cont' in nested template arglists.  There's still
18312         much to be desired in this area, though.
18314 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
18316         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
18317         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
18319 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
18321         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
18322         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
18324         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
18325         it doesn't work no longer are supported.
18327         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
18328         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
18329         requires support for the syntax-table' text property, which rules
18330         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
18331         cruft associated with those versions.
18333         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
18334         for the `syntax-table' text property, which rules out Emacs 19 and
18335         XEmacs < 21.4.  Removed various compatibility cruft associated
18336         with those versions.
18338         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
18339         support for the `syntax-table' text property.
18341         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
18342         variable and use an extra quoted face name instead.  All the
18343         emacsen flavors handle that correctly.
18345         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
18346         (c-font-lock-declarators, c-font-lock-declarations)
18347         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
18348         property to mark the items in in declarator lists to handle
18349         refontification inside multiline declarations better.
18351         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
18352         construct like "a * b = c;" as a declaration.
18354 2005-12-08  Kim F. Storm  <storm@cua.dk>
18356         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
18357         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
18358         select either meta, hyper, or super modifier for rectangle commands.
18359         (cua--rectangle-modifier-key): New defvar.
18360         (cua--M/H-key): Use it.  Remove special case for `space'.
18361         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
18362         on X, to meta otherwise.  Always bind C-return to toggle
18363         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
18365         * emulation/cua-rect.el (cua-help-for-rectangle):
18366         Use cua--rectangle-modifier-key.  Handle super modifier too.
18367         (cua--init-rectangles): Always bind C-return to toggle rectangle.
18368         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
18370         * ido.el: Move Acknowledgements and History after Commentary.
18371         Minor changes to Commentary.
18373         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
18374         keymap if cua--prefix-override-timer is `shift'.
18375         (cua--shift-control-prefix): New function; emulate "type prefix
18376         key twice" functionality to handle shifted prefix key override.
18377         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
18378         New commands.
18379         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
18381 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
18383         * textmodes/org.el (org-insert-heading): Try to do items before
18384         headings.
18385         (org-agenda-mode): Quote `org-agenda-mode-hook'.
18386         (org-insert-item): New function.
18387         (org-renumber-ordered-list): Don't skip to higher level lists.
18389 2005-12-08  Juri Linkov  <juri@jurta.org>
18391         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
18393         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
18395         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
18397         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18398         the constructed function name fun-1.
18400         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
18401         because such links don't lead to parent documentation.
18403 2005-12-08  Kenichi Handa  <handa@m17n.org>
18405         * descr-text.el (describe-char): Use *Help-2* buffer if the
18406         current buffer is *Help*.  Call describe-text-properties while
18407         setting the original buffer.
18409 2005-12-07  Bill Wohler  <wohler@newt.com>
18411         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
18412         and causes problems with non-MH users (such as Gnus users).
18414 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
18416         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
18417         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
18418         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
18419         command "info sources".  Move calls to GDB command "list".
18420         (gdb-find-file-hook): Just use gdb-source-file-list.
18421         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
18422         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
18423         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
18424         (gdb-data-list-register-values-handler): Use correct trigger name.
18426 2005-12-07  Kim F. Storm  <storm@cua.dk>
18428         * ido.el (ido-completion-map): Rename from ido-mode-map.
18429         (ido-common-completion-map, ido-file-completion-map)
18430         (ido-file-dir-completion-map, ido-buffer-completion-map):
18431         Rename from ido-mode-....-map.
18432         (ido-init-completion-maps): Rename from ido-init-mode-maps.
18433         (ido-setup-completion-map): Rename from ido-define-mode-map.
18434         (ido-read-internal): Bind minibuffer-local-filename-completion-map
18435         to ido-completion-map.
18437 2005-12-07  Kenichi Handa  <handa@m17n.org>
18439         * international/mule-cmds.el
18440         (set-display-table-and-terminal-coding-system): If the coding
18441         system specified in `unibyte-display' property is different from
18442         the arg coding-system, don't setup standard-display-table.
18444 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18446         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
18447         that comments end at \n, regardless of selective-display.
18449 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
18451         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
18452         (gdb-version): New variables.
18453         (gdb-source-file-list, gdb-register-names)
18454         (gdb-changed-registers): New variables for use with GDB 6.4+.
18455         (gdb-ann3): Replace with...
18456         (gdb-init-1, gdb-init-2): ...two new functions.
18457         (gdba, gdb-prompt): Call gdb-init-1.
18458         (gdb-get-version): New function.  Call gdb-init-2 from here.
18459         (gud-watch): Make it work with mouse events too.
18460         (gdb-post-prompt): Don't add to queue until GDB version is known.
18461         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
18462         (gdb-locals-mode): Use gdb-version.
18463         (gdb-memory-format-map, gdb-memory-unit-map)
18464         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
18465         (gdb-locals-font-lock-keywords-1)
18466         (gdb-locals-font-lock-keywords-2): New variables.
18467         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
18468         (gdb-set-gud-minor-mode-existing-buffers-1)
18469         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
18470         (gdb-var-update-1, gdb-var-update-handler-1)
18471         (gdb-data-list-register-values-handler)
18472         (gdb-data-list-register-values-custom)
18473         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
18474         (gdb-stack-list-locals-handler, gdb-get-register-names):
18475         New functions for use with GDB 6.4+.
18476         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
18477         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
18478         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
18479         (gdb-stack-list-locals-regexp)
18480         (gdb-data-list-register-names-regexp): New regexps for use with
18481         GDB 6.4+.
18483 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18485         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
18487 2005-12-06  Nozomu Ando  <nand@mac.com>
18489         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
18490         prompts work for AUTH PLAIN.  Also reported by Steve Allan
18491         <seallan@verizon.net>.
18493 2005-12-06  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18495         * frame.el (set-frame-parameter): Add doc string.
18497 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
18499         * textmodes/org.el (org-occur-highlights): New variable.
18500         (org-highlight-new-match, org-remove-occur-highlights): New functions.
18501         (org-highlight-sparse-tree-matches): New option.
18502         (org-do-occur): New function.
18503         (org-get-heading): Make it work also at beginning of line.
18504         (org-category-table): New variable.
18505         (org-get-category-table, org-get-category)
18506         (org-camel-to-words, org-link-search): New functions.
18507         (org-select-this-todo-keyword): New variable.
18508         (org-todo-list): New command.
18509         (org-shiftright, org-shiftleft): New commands.
18510         (org-agenda-todo): Add prefix argument.
18511         (org-show-hierarchy-above): New option.
18512         (org-show-todo-tree): Numerical prefix creates tree for specific
18513         TODO keyword.
18514         (org-outline-level): New function, to assign a level to plain
18515         lists items.
18516         (org-cycle-include-plain-lists): New option.
18517         (org-mode): Use `org-outline-level' as value of `outline-level'.
18518         (org-cycle): Temporarily switch `outline-regexp' if
18519         `org-cycle-include-plain-lists' is non-nil.
18520         (org-start-icalendar-file): Fix format bug.
18521         (org-agenda-get-day-entries): Create category table.
18522         (org-agenda-get-todos, org-agenda-get-timestamps)
18523         (org-agenda-get-deadlines, org-agenda-get-scheduled)
18524         (org-agenda-get-blocks): Use `org-get-category'.
18525         (org-context-in-file-links): Rename from
18526         `org-line-numbers-in-file-links'.
18528 2005-12-06  Romain Francoise  <romain@orebokech.com>
18530         * window.el (balance-windows): Delete extraneous third arg in call
18531         to `enlarge-window'.
18533 2005-12-06  Kenichi Handa  <handa@m17n.org>
18535         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
18537 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
18539         * progmodes/gdb-ui.el (gdb-var-create-handler)
18540         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
18541         (gdb-var-list-children-handler, gdb-var-update-handler):
18542         Current buffer is already gdb-partial-output-buffer, don't
18543         make it current again.
18545 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
18547         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
18548         (list-buffers-noselect): Use it.
18550 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18552         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
18553         (mail-yank-ignored-headers): Use regexp-opt.
18554         (mail-mode-map): Move initialization into declaration.
18555         (mail-sent-via): Remove unused shadowed var `to-line'.
18556         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
18557         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
18558         (mail-do-fcc): Use dolist and push.
18559         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
18560         (mail-yank-ignored-headers): Don't autoload.
18562 2005-12-05  Kenichi Handa  <handa@m17n.org>
18564         * international/mule-cmds.el (set-language-info-internal): New fun.
18565         (set-language-info): Call set-language-info-internal to update
18566         language-info-alist.  If LANG-ENV is the current one, call
18567         set-language-environment to make INFO effective now.
18568         (set-language-info-alist): Likewise.
18569         (locale-language-names): With locale "en", use English
18570         lang. env. but set the default codings to iso-8859-1.
18572 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
18574         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
18575         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
18576         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
18577         for plain strings.
18578         (gdb-frames-mode): Remove redundant call to font-lock-mode.
18579         (gdb-all-registers): Rename from toggle-gdb-all-registers.
18580         Create registers buffer if necessary.  Echo new state in minibuffer.
18581         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
18583 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
18585         * info.el (Info-fontify-node): Match external links using
18586         non-directory part of filename.
18588 2005-12-04  Juri Linkov  <juri@jurta.org>
18590         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18591         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
18592         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18593         because there is no customization option for it.
18595         * font-lock.el (lisp-font-lock-keywords-1):
18596         Add define-global-minor-mode.
18598         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18600         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18601         properties on the constructed variable names.
18603         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18604         Put `definition-name' properties on the constructed function names
18605         next-sym and prev-sym.
18607         * emacs-lisp/find-func.el (find-function-regexp):
18608         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
18609         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
18610         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18611         and easy-menu-define.
18613         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18614         easy-mmode-define-global-mode and define-global-minor-mode.
18615         (lisp-imenu-generic-expression): Add define-global-minor-mode.
18617         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18618         instead of easy-mmode-define-global-mode.
18620         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18621         Use define-minor-mode instead of easy-mmode-define-minor-mode.
18623         * cus-edit.el (customize-group, customize-group-other-window):
18624         Filter out autoloaded options from the group completion list by
18625         using heuristics that autoloaded groups don't have `custom-autoload'
18626         property on their symbols (they have only `custom-loads').
18628         * simple.el (completion-setup-function): Put completions-common-part
18629         face on complete completion string too (i.e. completion string
18630         without completions-first-difference face).
18632         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18634 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
18636         * view.el (view-mode): Doc fix.
18638         * disp-table.el (standard-display-european): Add to the warning
18639         message a reference to the doc string.
18641         * play/yow.el (apropos-zippy): Call print-help-return-message,
18642         similar to other Help and Apropos commands.
18644         * help.el (print-help-return-message): If pop-up-frames is
18645         non-nil, set up help-return-method to delete the help window and,
18646         possibly, its frame as well, and don't display message about
18647         scrolling the help window.  Doc fix.
18648         (help-return-method): Doc fix.
18650 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
18652         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18653         whereby names of length one or names starting with a
18654         symbol-constituent character would not be returned.
18656 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18658         * subr.el (atomic-change-group): Add edebug and indentation spec.
18660 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18662         * completion.el (save-completions-file-name): Fix typo in last change.
18664 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18666         * info.el: Move back/forward history to the beginning of the tool bar.
18668 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
18670         * allout.el (eval-when-compile): Remove unnecessary load of cl.
18671         Add fset of allout-real-isearch-abort during compile to fix
18672         byte-compilation warnings.
18673         (allout-mode-p): Move definition of this macro above all uses, or
18674         byte compilation in barren Emacs (eg, during Emacs build) will
18675         lack the definition.
18676         (allout-mode): Move this variable above any uses, or byte
18677         compilation will fail.
18678         (allout-resolve-xref): Remove use of personal file-reference function.
18679         (allout-toggle-current-subtree-encryption): Do the current (ie,
18680         visible containing) topic, rather than nearest around point.  Doc fix.
18681         (allout-toggle-subtree-encryption): New function, workhorse that
18682         works on nearest topic containing point.
18683         (allout-encrypt-string): Signal requirement for newer version of pgg.
18684         (allout-resumptions): Doc fix.
18686 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
18688         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18690 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
18692         * textmodes/flyspell.el (flyspell-external-point-words):
18693         Consider a misspelling as found in the string search if: (a) misspelling
18694         and found string lengths match, or (b) misspelling is found as
18695         element in a boundary-chars separated longer string, or (c)
18696         ispell-program-name is really ispell and misspelling is found as
18697         part of a TeX string.  After successful match move beginning of
18698         search region to end of match.  Warn about not found misspellings
18699         once the process is done.
18700         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18702 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
18704         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18705         tool bar (removed inadvertently).
18707 2005-12-02  Juri Linkov  <juri@jurta.org>
18709         * log-view.el (log-view-diff): Clarify doc string.
18711 2005-12-01  Bill Wohler  <wohler@newt.com>
18713         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18714         triggers lm-verify errors.
18716 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
18718         * simple.el (transient-mark-mode, line-number-mode)
18719         (column-number-mode, size-indication-mode): Remove `:require nil'.
18721 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
18723         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18724         in the margin also.
18725         (gdb-breakpoints-mode-map): Use D instead of d for
18726         gdb-delete-breakpoint.
18727         (gdb-get-frame-number): Require a number to match on.
18728         (gdb-threads-mode-map): Add follow-link binding.
18730 2005-11-30  Jason Rumney  <jasonr@gnu.org>
18732         * isearch.el (isearch-mode-map): Avoid exiting search on
18733         language-change event.
18735 2005-11-30  Romain Francoise  <romain@orebokech.com>
18737         * speedbar.el (speedbar-default-position): New defcustom.
18738         (speedbar-frame-reposition-smartly): Use it.
18740         * dframe.el (dframe-reposition-frame-emacs): Fix position
18741         computation for `left' location.
18742         Update copyright year.
18744 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18746         * help.el (help-map): Move initialization into declaration.
18748         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18750         * help-fns.el (help-argument-name): Don't autoload.
18751         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18752         to be re-loaded when customizing the `help' group.
18754 2005-11-30  John Paul Wallington  <jpw@gnu.org>
18756         * help-fns.el (describe-function-1): Fill arglist output.
18758 2005-11-30  Kim F. Storm  <storm@cua.dk>
18760         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18761         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18762         after revert-buffer (or anything else which kills all local variables).
18764         * apropos.el (apropos-parse-pattern): Doc fix.
18765         Set apropos-regexp directly, rather than expecting callers to do so.
18766         (apropos-command, apropos, apropos-value, apropos-documentation):
18767         Simplify calls to apropos-parse-pattern.
18769 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18771         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18772         (hi-lock-face-phrase-buffer): Use hi-yellow face.
18773         (hi-lock-write-interactive-patterns): Use comment-region.
18775         * longlines.el (longlines-mode): Add mail-setup-hook.
18777         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18779         * simple.el (sendmail-user-agent-compose, next-line):
18780         Conditionally use hard-newline.
18782 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
18784         * international/latexenc.el (latex-inputenc-coding-alist):
18785         Reword doc string.
18787 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
18789         * help.el (describe-key-briefly, describe-key): Recognize default
18790         bindings.
18792 2005-11-29  Romain Francoise  <romain@orebokech.com>
18794         * view.el (view-inhibit-help-message): New defcustom.
18795         (view-mode-enter): Use it.
18797 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
18799         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18800         Preserve user position.
18802 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
18804         * font-lock.el: Throw error if facemenu is not loaded to prevent
18805         accidental change of loading order in loadup.el.  (Suggested by RMS.)
18807         * loadup.el: Add comment explaining why facemenu must be loaded
18808         before font-lock.
18810 2005-11-28  Jay Belanger  <belanger@truman.edu>
18812         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18813         (calc-dispatch-map): Add more keys for `calc-same-interface'.
18815         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18817         * calc/calc-embed.el (calc-do-embedded): Update help message.
18819         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18821 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18823         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18825         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18826         called-interactively-p.
18827         (elp-profilable-p): Rename from elp-not-profilable-p.
18828         Invert result and take into account macros and autoloaded functions.
18829         (elp-instrument-function): Update call.
18830         (elp-instrument-package): Update call.  Add completion.
18831         (elp-pack-number): Use match-string.
18832         (elp-results-jump-to-definition-by-mouse): Merge into
18833         elp-results-jump-to-definition and then remove.
18834         (elp-output-insert-symname): Make help echo text single-line.
18836         * replace.el (query-replace-map): Move initialization into declaration.
18837         (occur-engine): Use with-current-buffer.
18838         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18839         (occur-mode-mouse-goto): Replace with an alias.
18841 2005-11-28  Juri Linkov  <juri@jurta.org>
18843         * simple.el (quoted-insert): Let-bind input-method-function to nil.
18845         * term/w32-win.el: Bind [S-tab] to [backtab].
18847         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18848         `Info-find-file' to t.
18850         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18851         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18852         and same-window-regexps.
18853         (occur-next-error): Don't move point for arg 0.
18855 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
18857         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18859 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18861         * log-edit.el (log-edit-changelog-use-first): New var.
18862         (log-edit-changelog-ours-p): Use it.
18863         (log-edit-insert-changelog): Set it with new arg `use-first'.
18864         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18865         (log-edit-hook): Add them to the list of suggested options.
18867         * textmodes/flyspell.el (flyspell-last-buffer): New var.
18868         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18869         redundant work.
18870         (flyspell-mode-on): Use add-hook for after-change-functions.
18871         (flyspell-mode-off): Use remove-hook for after-change-functions.
18872         (flyspell-changes): Make it buffer-local.
18873         (flyspell-after-change-function): Make it non-interactive.  Use push.
18874         (flyspell-post-command-hook): Check input-pending-p while processing
18875         the potentially long list of buffer changes.
18877 2005-11-28  K\e,Aa\e(Broly L\e$,1 q\e(Brentey  <lorentey@elte.hu>
18879         * buff-menu.el (list-buffers-noselect): Display the selected
18880         frame's buffer list, not the global one.
18882 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18884         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18885         that (list last-input-event) works as in interactive spec.
18887 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18889         * loadup.el ("facemenu"): Load facemenu before font-lock, because
18890         `facemenu-keymap' needs to be defined when font-lock is loaded.
18891         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18893 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18895         * completion.el: Remove useless leading * in defcustom docstrings.
18896         (save-completions-file-name): Use ~/.emacs.d if available.
18897         (completion-standard-syntax-table): Rename from
18898         cmpl-standard-syntax-table and fold initialization into declaration,
18899         thus removing cmpl-make-standard-completion-syntax-table.
18900         (completion-lisp-syntax-table, completion-c-syntax-table)
18901         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18902         (cmpl-saved-syntax, cmpl-saved-point): Remove.
18903         (symbol-under-point, symbol-before-point)
18904         (symbol-under-or-before-point, symbol-before-point-for-complete)
18905         (add-completions-from-c-buffer): Use with-syntax-table.
18906         (make-completion): Don't return a list of completion entries.
18907         Update callers.
18908         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18909         (completion-initialize): Rename from initialize-completions.
18910         (completion-find-file-hook): Rename from cmpl-find-file-hook.
18911         (kill-emacs-save-completions): Collect stats here.
18912         (save-completions-to-file, load-completions-from-file):
18913         Use with-current-buffer.
18914         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
18915         into a function.  Move all calls to toplevel.
18916         (completion-lisp-mode-hook): New fun.
18917         (completion-c-mode-hook, completion-setup-fortran-mode):
18918         Set the syntax-table here.  Use local-set-key.
18919         (completion-saved-bindings): New var.
18920         (dynamic-completion-mode): Make it into a proper minor mode.
18921         (load-completions-from-file): Remove unused var `num-uses'.
18923         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18924         constructor if it is explicitly overridden.
18926         * complete.el (PC-completion-as-file-name-predicate):
18927         Use minibuffer-completing-file-name.
18928         (partial-completion-mode): Use find-file-not-found-functions.
18929         (PC-lisp-complete-symbol): Use with-syntax-table.
18930         (PC-look-for-include-file): Remove dead setq.
18931         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18932         (PC-complete): Use with-current-buffer.
18934         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18935         escape single quotes.
18937 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18939         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18940         of `if' whose condition always returned nil.  Doc fix.
18942         * buff-menu.el (Buffer-menu-revert-function): Make the selected
18943         window's buffer the current buffer around the call to
18944         `list-buffers-noselect'.  This is necessary to mark that buffer
18945         with a `.' in the Buffer Menu when called from Lisp, for instance
18946         by Auto Revert Mode.
18948 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
18950         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18951         attaching to it.
18952         (gdb-pre-prompt): Make sure gdb-error is reset.
18954         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18955         with a child process, detect it.
18956         (gud-speedbar-buttons): Match regexp more carefully.
18958 2005-11-27  Richard M. Stallman  <rms@gnu.org>
18960         * mouse.el (mouse-drag-move-window-bottom):
18961         Use adjust-window-trailing-edge.
18963 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
18965         * simple.el (blink-matching-open): Ignore
18966         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18967         (blink-matching-paren-on-screen): Update docstring.
18969         * paren.el (show-paren-mode): No longer change
18970         `blink-matching-paren-on-screen'.
18972 2005-11-27  John Paul Wallington  <jpw@pobox.com>
18974         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18975         (gdb-threads-select, gdb-edit-register-value):
18976         Use `posn-set-point' instead of `mouse-set-point' because the
18977         latter is not fbound when configured without X.
18979 2005-11-27  Kim F. Storm  <storm@cua.dk>
18981         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18982         existing face when partially highlighting a TAB in a rectangle.
18984 2005-11-26  Kim F. Storm  <storm@cua.dk>
18986         * ido.el (ido-mode-map): Doc fix.
18987         (ido-mode-common-map, ido-mode-file-map)
18988         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18989         (ido-define-mode-map): Rewrite.  Select one of the new maps as
18990         parent for ido-mode-map instead of building from scratch.
18991         (ido-init-mode-maps): New defun to initialize new maps.
18992         (ido-mode): Call it.
18993         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18994         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18996 2005-11-26  John Paul Wallington  <jpw@pobox.com>
18998         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18999         `mouse-set-point' because the latter is not fbound when configured
19000         without X.
19002 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
19004         * files.el (file-relative-name): Doc fix.
19006 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
19008         * progmodes/octave-inf.el (inferior-octave-startup): Force a
19009         non-empty string for secondary prompt PS2.
19011 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19013         * progmodes/compile.el (compilation-setup): Fix last change.
19015 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
19017         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
19018         (gdb-mouse-toggle-breakpoint-margin)
19019         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
19020         Add gdb-server-prefix to keep out of command history.
19021         (gdb-edit-register-value): New function.
19022         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
19023         (gdb-info-registers-custom): Use above map.
19025 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
19027         * custom.el (enable-theme): Signal error if argument is not a
19028         theme.  Don't recalculate a face if it's not loaded yet.
19030         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
19031         the `user' theme is in effect.
19033         * info.el (Info-on-current-buffer): Record actual filename in
19034         Info-current-file, instead of t, or a fake filename if a non-file
19035         buffer.  Make autoload.
19036         (Info-find-node, Info-revert-find-node): No need to check for
19037         Info-current-file nil.
19038         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
19039         Info-current-file is now never `t'.
19040         (Info-fontify-node): Many simplifications due to Info-current-file
19041         always being valid.  Use Info-find-file to find node filename.
19043 2005-11-25  David Kastrup  <dak@gnu.org>
19045         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
19046         new character, then delete" in order to preserve markers.
19048 2005-11-25  David Ponce  <david@dponce.com>
19050         * recentf.el (recentf-arrange-by-rule): Handle a special
19051         `auto-mode-alist'-like "strip suffix" rule.
19052         (recentf-build-mode-rules): Handle second level auto-mode entries.
19054 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
19056         * viper-keym.el (viper-ESC-key): Use different values in terminal and
19057         window modes.
19059         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
19060         jde-javadoc-checker-report-mode.
19062         * ediff-wind (ediff-make-wide-display): Slight simplification.
19064         * ediff.el (ediff-date): Change the date of last update.
19066 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
19068         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
19069         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
19070         (hi-lock-mode): New global minor mode.
19071         (turn-on-hi-lock-if-enabled): New function.
19072         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
19073         Change arguments to regexp and face instead of a font-lock pattern.
19074         Directly set face property, instead of refontifying.
19075         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
19076         (hi-lock-find-patterns): Use line-number-at-pos.
19078         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
19079         arguments for hi-lock-set-pattern.
19080         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
19081         Call font-lock-fontify-buffer.
19082         (hi-lock-find-file-hook, hi-lock-current-line)
19083         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
19085         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
19086         turned off.
19088         * progmodes/compile.el (compilation-setup): Don't fiddle with
19089         font-lock-defaults.
19091 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
19093         * progmodes/gdb-ui.el (gdb-var-create-handler)
19094         (gdb-var-list-children-handler): Find values for all variable
19095         objects.  gud-speedbar-buttons decides whether to display them.
19097 2005-11-24  Romain Francoise  <romain@orebokech.com>
19099         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
19100         buffer name with a space.
19102 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
19104         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
19105         `org-export-local-list-max-depth'.  Change default value to 3.
19106         (org-auto-renumber-ordered-lists)
19107         (org-plain-list-ordered-item-terminator): New options.
19108         (org-at-item-p, org-beginning-of-item, org-end-of-item)
19109         (org-get-indentation, org-get-string-indentation)
19110         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
19111         New functions.
19112         (org-move-item-down, org-move-item-up): New commands.
19113         (org-export-as-html): New classes for CSS support.  Bug fix in
19114         regular expression detecting fixed-width regions.  Respect
19115         `org-local-list-ordered-item-terminator'.
19116         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
19117         also a list item.
19118         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
19119         New item moving functions.
19121 2005-11-24  Juri Linkov  <juri@jurta.org>
19123         * isearch.el (isearch-repeat): With empty search ring set
19124         `isearch-error' to the error string instead of signaling error
19125         with the function `error'.
19127 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19129         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
19131 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
19133         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
19134         and variable.
19135         (gdb-var-create-handler, gdb-var-list-children-handler):
19136         Don't match on "char **...".
19137         (gdb-var-update-handler): Find values for all variable objects.
19138         (gdb-info-frames-custom): Identify frames by leading "#".
19140         * progmodes/gud.el (gud-speedbar-menu-items): Add
19141         gdb-speedbar-auto-raise as radio button.
19142         (gud-speedbar-buttons): Raise speedbar if requested.
19143         Don't match on "char **...".
19144         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
19145         Make it editable.
19147 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
19149         * info.el (Info-fontify-node): Handle the case where
19150         Info-current-file is t.
19152 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19154         * simple.el (blink-matching-open): Fix off-by-one in last change.
19156 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19158         * term/mac-win.el: Don't change default directory.
19160 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
19162         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
19163         buffers correctly.  (It used to throw an error in such buffers.)
19164         Make it ask for confirmation in group buffers and other Custom
19165         buffers containing more than one customization item.
19167 2005-11-22  John Paul Wallington  <jpw@gnu.org>
19169         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
19170         property on mail and url overlays.
19171         (goto-address-at-point): Use `posn-set-point' instead of
19172         `mouse-set-point' because the latter is not fbound when configured
19173         without X.
19175 2005-11-22  Lars Hansen  <larsh@soem.dk>
19177         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
19178         (ls-lisp-classify, ls-lisp-format): Delete call to
19179         ls-lisp-parse-symlink.
19180         (ls-lisp-handle-switches): Handle symlinks to directories as
19181         directories when ls-lisp-dirs-first in non-nil.
19183 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
19185         * startup.el (command-line): Make sure that loaddefs.el is handled
19186         correctly in load-history.
19188 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
19190         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
19191         (gdb-struct-string, gdb-array-string): New constants.
19192         (gdb-info-locals-handler): Use them.
19193         (gdb-reset): Reset gdb-var-list to nil.
19195 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19197         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
19198         in patterns.
19200 2005-11-21  Juri Linkov  <juri@jurta.org>
19202         * custom.el (defcustom): Update link types in docstring.
19204 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
19206         * custom.el (defgroup): Add doc-string-elt info.
19208         * widget.el (define-widget): Don't use declare for the doc-string-elt.
19210 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19212         * newcomment.el (comment-enter-backward): Fix last fix.
19214         * simple.el (blink-matching-open):
19215         * paren.el (show-paren-function): Allow new paren-class info.
19217 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
19219         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
19220         handled automagically.
19222 2005-11-20  Andreas Schwab  <schwab@suse.de>
19224         * descr-text.el (describe-char): When copying overlays put them
19225         over the full char description instead of just the first character
19226         of it.
19228 2005-11-20  Juri Linkov  <juri@jurta.org>
19230         * simple.el (what-cursor-position):
19231         * descr-text.el (describe-char): Use Lisp-readable syntax
19232         for octal and hex.  Reorder decimal, octal and hex values.
19233         Remove excess whitespace in the output.  Use `=' in `column='
19234         like in `point=' and `Hscroll='.
19236         * international/mule-cmds.el (encoded-string-description):
19237         Use Lisp-readable syntax for hex.
19239 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19241         * newcomment.el (comment-enter-backward): Handle the case where the
19242         comment is closed by EOB.
19244 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
19246         * longlines.el (longlines-before-revert-hook)
19247         (longlines-after-revert-hook): New functions.
19248         (longlines-mode): Turn off longlines temporarily when reverting.
19249         Add a message-setup-hook.
19250         (longlines-decode-buffer): New function.
19251         (longlines-wrap-line): Preserve marker positions.
19253 2005-11-19  Andreas Schwab  <schwab@suse.de>
19255         * emacs-lisp/shadow.el: Handle compressed files.
19257 2005-11-19  Romain Francoise  <romain@orebokech.com>
19259         * net/browse-url.el (browse-url-default-browser): Signal an error
19260         if no usable browser can be found, rather than try to load w3.
19262 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
19264         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
19265         replacing existing properties.
19266         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19267         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
19268         tty specs.
19269         (rcirc-server-prefix, rcirc-server): New faces.
19270         (rcirc-url-regexp): Generate with rx macro.
19271         (rcirc-last-server-message-time): New variable.
19272         (rcirc-filter): Record time of last message.
19273         (rcirc-keepalive): Kill processes that did not send a message
19274         since the last ping.
19275         (rcirc-mode): Give rcirc-topic a local binding here.
19277 2005-11-19  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
19279         * subr.el (read-passwd): Fontify the prompt as we do with other
19280         prompts.
19282 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
19284         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
19285         binding buffer-read-only to nil.
19287 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19289         * complete.el (partial-completion-mode):
19290         Mention completion-auto-help in the doc string.
19292         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
19293         more Lisp-ish way.
19295 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
19297         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
19298         digits, not 8, to avoid misalignment for files larger than 100MB.
19300 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
19302         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
19303         Mention "keyboard shortcuts" in the help text.
19305 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19307         * startup.el (fancy-splash-default-action): Discard only
19308         mouse-down and succeeding mouse-up events in the splash screen
19309         window so that drag-n-drop event can be processed.
19311 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
19313         * longlines.el (longlines-mode): Add hacks for mail-mode and
19314         message-mode.
19316 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
19318         * textmodes/org.el (org-table-sort-lines): New command.
19319         (org-tbl-menu): Add entry for `org-table-sort-lines'.
19320         (org-add-file): Command removed, use `org-agenda-file-to-front'
19321         instead.
19322         (org-export-icalendar): Use `org-icalendar-combined-name'.
19323         (org-cycle-agenda-files, org-agenda-file-to-end)
19324         (org-agenda-file-to-front): New commands.
19325         (org-table-tab-jumps-over-hlines, org-export-html-style):
19326         New options.
19327         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
19328         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
19329         New functions.
19330         (org-fill-paragraph): Call `org-table-align' in tables.
19331         (org-mode): Call `org-set-autofill-regexps'.
19332         (org-export-as-html): Support for local handformatted lists.
19333         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
19334         (org-export-local-list-max-depth): New option.
19335         (org-html-expand): Use `org-html-protect'.
19337 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
19339         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
19340         to "p".
19341         (gdb): Move definition of gud-pp to...
19343         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
19344         speedbar.
19345         (gdb-find-watch-expression): New function.
19347 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19349         * faces.el (face-attribute, set-face-attribute): Mention existence
19350         of `:ignore-defface' setting in docstring.
19352 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
19354         * simple.el (completion-setup-function): Fix last change.
19356 2005-11-17  John Paul Wallington  <jpw@pobox.com>
19358         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
19359         Use `posn-set-point' instead of `mouse-set-point' because the
19360         latter is not fbound when configured without X.
19362         * comint.el (comint-insert-input): Likewise.
19364 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
19366         * simple.el (hard-newline): New variable.
19367         (sendmail-user-agent-compose, next-line): Use it.
19369         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
19370         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
19371         (mail-mail-reply-to, mail-mail-followup-to)
19372         (mail-position-on-field, mail-signature, mail-yank-original)
19373         (mail-attach-file): Likewise.
19375         * mail/mailheader.el (mail-header-format)
19376         (mail-header-format-function): Likewise.
19378         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
19380 2005-11-17  Juri Linkov  <juri@jurta.org>
19382         * font-lock.el (font-lock-faces): Rename this defgroup from
19383         `font-lock-highlighting-faces'.
19384         (font-lock-comment-face, font-lock-comment-delimiter-face)
19385         (font-lock-string-face, font-lock-doc-face)
19386         (font-lock-keyword-face, font-lock-builtin-face)
19387         (font-lock-function-name-face, font-lock-variable-name-face)
19388         (font-lock-type-face, font-lock-constant-face)
19389         (font-lock-warning-face, font-lock-negation-char-face)
19390         (font-lock-preprocessor-face)
19391         (font-lock-regexp-grouping-backslash)
19392         (font-lock-regexp-grouping-construct): Rename :group from
19393         `font-lock-highlighting-faces' to `font-lock-faces'.
19395         * cus-edit.el (lisp, c, tex):
19396         * progmodes/ada-mode.el (ada):
19397         * progmodes/asm-mode.el (asm):
19398         * progmodes/cperl-mode.el (cperl-faces):
19399         * progmodes/cpp.el (cpp):
19400         * progmodes/dcl-mode.el (dcl):
19401         * progmodes/f90.el (f90):
19402         * progmodes/fortran.el (fortran):
19403         * progmodes/icon.el (icon):
19404         * progmodes/idlwave.el (idlwave-misc):
19405         * progmodes/m4-mode.el (m4):
19406         * progmodes/make-mode.el (makefile):
19407         * progmodes/meta-mode.el (meta-font):
19408         * progmodes/modula2.el (modula2):
19409         * progmodes/octave-mod.el (octave):
19410         * progmodes/pascal.el (pascal):
19411         * progmodes/perl-mode.el (perl):
19412         * progmodes/prolog.el (prolog):
19413         * progmodes/ps-mode.el (PostScript-edit):
19414         * progmodes/scheme.el (scheme):
19415         * progmodes/sh-script.el (sh-script):
19416         * progmodes/simula.el (simula):
19417         * progmodes/tcl.el (tcl):
19418         * textmodes/nroff-mode.el (nroff):
19419         * textmodes/reftex-vars.el (reftex-fontification-configurations):
19420         * textmodes/sgml-mode.el (sgml):
19421         * textmodes/texinfo.el (texinfo):
19422         Add :link (custom-group-link font-lock-faces) to defgroup.
19424         * hi-lock.el (hi-lock): Rename this defgroup from
19425         `hi-lock-interactive-text-highlighting'.  Change parent group from
19426         `faces' to `font-lock'.  Add link to the manual.
19427         (hi-lock-mode, hi-lock-file-patterns-range)
19428         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
19429         `hi-lock-interactive-text-highlighting' to `hi-lock'.
19430         (hi-lock-faces): Add :group `faces'.
19432         * cus-edit.el (custom-variable-prompt): Clarify the code.
19434         * faces.el (face-read-string): Set the default value arg of
19435         completing-read.
19437 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
19439         * rfn-eshadow.el (file-name-shadow-properties)
19440         (file-name-shadow-tty-properties, file-name-shadow-mode):
19441         Remove autoloads, because the file is now preloaded.
19443 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19445         * printing.el (easy-menu-intern): Don't define.
19446         (pr-get-symbol): Use easy-menu-intern only if defined.
19448         * simple.el (blink-matching-open): Simplify a bit.
19449         (completion-setup-function): Fix the case of partial-completion-mode
19450         when the minibuffer's contents start with "-".
19451         Obey completion-base-size-function even when
19452         minibuffer-completing-file-name is non-nil.
19454 2005-11-16  Richard M. Stallman  <rms@gnu.org>
19456         * net/eudcb-ph.el (eudc-ph-open-session):
19457         Use set-process-query-on-exit-flag.
19459         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
19461         * international/ucs-tables.el (ucs-set-table-for-input):
19462         Use make-local-variable, not make-variable-buffer-local.
19464         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
19465         Improve warning message text.
19467         * savehist.el (savehist-save-hook): Add :group.
19469         * menu-bar.el (menu-bar-help-menu):
19470         Rename Find Extra Packages to External Packages.
19472         * cus-edit.el (Custom-reset-standard): Verify that
19473         :custom-standard-value prop exists before calling it.
19475         * apropos.el (apropos-calc-scores): Use apropos-pattern.
19477 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
19479         * wid-edit.el (color): Enclose %t in %{...%}.
19481         * cus-edit.el (face): Enclose %t in %{...%}.
19483 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
19485         * savehist.el (savehist-mode-hook): Re-add the var.
19486         (savehist-mode): Use it.
19488 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19490         * textmodes/flyspell.el: Fix commenting convention.
19491         Remove unnecessary leading * in custom docstrings.
19492         (flyspell-emacs): Remove unused var.
19493         (flyspell-delete-region-overlays): Use remove-overlays.
19494         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
19495         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
19496         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
19497         (flyspell-debug-signal-word-checked): Use with-current-buffer.
19498         (make-flyspell-overlay): Don't locally reuse a global name.
19499         (flyspell-highlight-incorrect-region)
19500         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
19501         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
19502         (flyspell-notify-misspell): Remove unused args `start' and `end'.
19503         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
19504         Wrap calls to accept-process-output inside with-local-quit since it's
19505         often called from a post-command-hook.
19506         (flyspell-correct-word, flyspell-auto-correct-word):
19507         Use ispell-send-string.
19508         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
19510         * calendar/diary-lib.el (diary-list-entries): Also hide the
19511         terminating newline.
19513 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
19515         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
19516         window-system, to allow fonts on tty.
19518 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
19520         * progmodes/gud.el (gud-speedbar-item-info): New function.
19521         (gud-install-speedbar-variables): Use it to display data type
19522         of watch expression as a tooltip in speedbar.
19524 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
19526         * font-core.el (global-font-lock-mode): Add :version keyword,
19527         because default was changed.
19529         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
19531         * startup.el (command-line): Use `custom-reevaluate-setting' for
19532         `file-name-shadow-mode'.
19534         * loadup.el: Preload rfn-eshadow.
19536         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
19537         Add :version keyword.
19538         (file-name-shadow-properties, file-name-shadow-tty-properties)
19539         (file-name-shadow): Add :version keyword.
19541         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
19542         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
19543         in the custom-group property of the symbol frames and the fringe
19544         group got no link to its parent group frames.
19545         Doc fix.
19547 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19549         * progmodes/gud.el (gud-stop-subjob): New function.
19550         (gud-menu-map, gud-tool-bar-map): Use it.
19552 2005-11-16  Kim F. Storm  <storm@cua.dk>
19554         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
19555         than kill it.
19556         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
19557         to a more useful/logical place.
19559 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19561         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
19562         go buttons complementary.
19564 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19566         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
19567         (rfn-eshadow-sifn-equal): New function.
19568         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
19570 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
19572         * viper-utils.el (viper-non-word-characters-reformed-vi):
19573         Quote `-' in string.
19575         * viper.el (viper-emacs-state-mode-list): Ensure that
19576         rcirc-mode buffers come up in Emacs state.
19578         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
19579         operation.
19581 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
19583         * term.el (term-termcap-format): Fix typos.
19584         (term-down): Fix the negative argument case.
19586 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
19588         * progmodes/gdb-ui.el: Remove face-alias left over from change on
19589         2005-08-15.
19590         (gdb-ann3): New command gud-go.
19591         (menu): Accomodate gdb-mi.el.
19592         (gdb-assembler-custom): Make buffer of selected window current
19593         so that set-window-point works.
19595         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19596         buttons and include new ones.
19598 2005-11-16  Kim F. Storm  <storm@cua.dk>
19600         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19601         (gud-menu-map): Use it.
19603 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
19605         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19606         that works correctly for Custom and that does not override a user
19607         who disables it.
19609         * help-mode.el (help-make-xrefs, help-xref-on-pp)
19610         (help-xref-interned, help-follow): Make hyperlinks for variables
19611         that are unbound, but have a non-nil variable-documentation property.
19613         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19614         mode hook.  (It conflicted with defcustoms for some mode hooks.)
19615         Use the `variable-documentation' property to give the mode hook a
19616         docstring and expand that docstring.
19618 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
19620         * savehist.el (savehist-mode): Don't bother with
19621         `custom-set-minor-mode'.
19622         (savehist-coding-system): Check XEmacs version.
19623         (history-length): Declare also at run time.
19624         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
19625         Don't set the customize state.
19626         (savehist-minibuffer-hook): Special case for when
19627         minibuffer-history-variable is equal to t.
19629 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19631         * files.el (write-file): Refresh VC status.
19633         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19634         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19635         than fundamental-mode to see if the mode was set.
19637 2005-11-14  Romain Francoise  <romain@orebokech.com>
19639         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19640         dummy function in `eval-when-compile' to avoid compiler warning.
19641         Require `man' at compile time.
19643 2005-11-14  Jay Belanger  <belanger@truman.edu>
19645         * calc-alg.el (calcFunc-write-out-power): Rename it to
19646         calcFunc-powerexpand.
19647         (math-write-out-power): Rename it to math-powerexpand; have it
19648         handle negative exponents.
19649         (calc-writeoutpower): Rename it to calc-powerexpand.
19651         * calc-ext.el: Change calcFunc-writeoutpower and
19652         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19653         autoloads.
19654         Add calcFunc-ldiv to autoloads.
19656         * calc-arith.el (calcFunc-ldiv): New function.
19658         * calc.el (calc-left-divide): New function.
19660 2005-11-14  Juri Linkov  <juri@jurta.org>
19662         * cus-edit.el (custom-variable-prompt): Set the default value arg
19663         of completing-read.
19665         * cus-dep.el (custom-make-dependencies): Reverse the list of
19666         found dependencies.
19668 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
19670         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19671         Highlighting" entry, it is on by default now.
19672         (menu-bar-options-save): Do not save global-font-lock-mode.
19674 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19676         * textmodes/flyspell.el (flyspell-large-region):
19677         Call flyspell-accept-buffer-local-defs.
19679 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
19681         * textmodes/flyspell.el (flyspell-notify-misspell):
19682         Fix misspelling of "Misspelling".
19683         (flyspell-process-localwords): New function.
19684         (flyspell-large-region): Call flyspell-process-localwords and
19685         flyspell-delete-region-overlays.
19686         (flyspell-delete-region-overlays): New function.
19687         (flyspell-delete-all-overlays): Call that.
19689 2005-11-13  Richard M. Stallman  <rms@gnu.org>
19691         * help.el (help-for-help-internal): Improve doc of C-h a.
19692         (describe-key): Improve prompt; doc fix.
19694 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19696         * vc-svn.el (vc-svn-registered): Catch all errors.
19698         * cus-dep.el (custom-make-dependencies): Typo.
19700 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
19702         * net/tramp-util.el (top): Fix compilation warning.
19704 2005-11-13  Kim F. Storm  <storm@cua.dk>
19706         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
19708 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19710         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19711         (gud-speedbar-buttons): Match on "const char *" too.
19713         * progmodes/gdb-ui.el (gdb-var-create-handler)
19714         (gdb-var-list-children-handler): Match on "const char *" too.
19715         (gdb-var-evaluate-expression-handler): Match on empty string.
19716         (gdb-var-update-handler): Only call
19717         gdb-var-evaluate-expression-handler when required.
19719 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
19721         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19722         selected window.  This still doesn't work for speedbar.
19723         (gud-speedbar-buttons): Handle string expressions properly.
19725         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19726         (gdb-var-create-handler): Handle string expressions properly.
19727         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19728         Handle string expressions properly.  Move "type" field into regexp.
19730 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19732         * bookmark.el (bookmark-maybe-message): New function to reduce
19733         code duplication: invokes `message' iff baud-rate is high enough.
19734         (bookmark-write-file): Use above instead of an inline conditional.
19735         (bookmark-load): Same.
19737 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
19739         * bookmark.el (bookmark-write-file): Don't visit the destination
19740         file, just write the data to it using write-region.  This is
19741         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19742         change to avoid visiting the file in the first place.
19744 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
19746         * hi-lock.el (hi-lock-mode): Set the default value of
19747         font-lock-defaults.
19749 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
19751         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19752         arg to `file-attributes'.
19753         (find-lisp-format): The UID and GID can now be strings.
19755 2005-11-12  Kim F. Storm  <storm@cua.dk>
19757         * help.el (help-map): Bind C-h d to apropos-documentation.
19759         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19760         when point is at end-of-buffer.
19762         * apropos.el (apropos-match-face): Doc fix.
19763         (apropos-sort-by-scores): Add new choice `verbose'.
19764         (apropos-documentation-sort-by-scores): New defcustom.
19765         (apropos-pattern): Now contains the pattern entered by the user.
19766         (apropos-pattern-quoted): New defvar.
19767         (apropos-regexp): New defvar, containing the regexp corresponding
19768         to apropos-pattern.
19769         (apropos-all-words-regexp): Rename from apropos-all-regexp.
19770         (apropos-read-pattern): New defun.  Use it to read pattern arg in
19771         interactive calls; returns list of words for a word list, and
19772         string for a regexp.
19773         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
19774         parses a list of words or regexp as returned by apropos-read-pattern.
19775         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19776         (apropos-score-doc): Return a very high score if the string
19777         entered by the user matches literally.
19778         (apropos-variable): Doc fix.  Use apropos-read-pattern.
19779         (apropos-command): Doc fix.  Use apropos-read-pattern and
19780         apropos-parse-pattern.  Call apropos-print with nosubst=t.
19781         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
19782         apropos-parse-pattern.
19783         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
19784         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
19785         apropos-documentation-sort-by-scores.  Call apropos-print with
19786         nosubst=t.
19787         (apropos-documentation-internal): Pass doc string through
19788         substitute-key-definition before adding text properties.
19789         Highlight substring matching literal user input if possible.
19790         (apropos-documentation-check-doc-file): Remove locals beg and end.
19791         Fix calculation of score (as added twice).  Pass doc string through
19792         substitute-key-definition before adding text properties.
19793         (apropos-documentation-check-elc-file): Pass doc string through
19794         substitute-key-definition before adding text properties.
19795         Highlight substring matching literal user input if possible.
19796         (apropos-print): Add new arg NOSUBST; if set, command and variable
19797         doc strings have already been passed through substitute-key-definition.
19798         Add code to handle apropos-accumulator items without score element
19799         for backwards compatibility (e.g. with woman package).
19800         Only show scores if apropos-sort-by-scores is `verbose'.
19802 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19804         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19805         Add jka-compr-load-suffixes to load-suffixes.
19807         * jka-compr.el: Require jka-cmpr-hook.
19808         (jka-compr-info-compress-message, jka-compr-info-compress-program)
19809         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19810         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19811         (jka-compr-info-can-append, jka-compr-info-strip-extension)
19812         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19813         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
19814         (jka-compr-uninstall): Remove entries from
19815         jka-compr-added-to-file-coding-system-alist after they are used.
19816         (jka-compr-error): Remove unused var `curbuf'.
19817         (jka-compr-file-local-copy): Remove unused var `notfound'.
19819 2005-11-10  Romain Francoise  <romain@orebokech.com>
19821         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19823 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
19825         * progmodes/gud.el (gud-menu-map): Move parentheses.
19826         (gdb): New command gud-pv.
19828 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19830         * tar-mode.el: Remove spurious or unnecessary leading stars
19831         in docstrings.
19832         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19833         (tar-parse-octal-integer-safe): Use mapc.
19834         (tar-header-block-summarize): Remove unused var `ck'.
19835         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19836         cleared before.  Obey default-enable-multibyte-characters.
19837         Use mapconcat.  Simplify setting of tar-header-offset.
19838         (tar-mode-map): Move initialization inside delcaration.
19839         (tar-flag-deleted): Use `abs'.
19840         (tar-expunge-internal): Remove unused var `line'.
19841         (tar-expunge-internal): Don't hardcode point-min==1.
19842         (tar-expunge): Widen while doing set-buffer-multibyte.
19843         (tar-rename-entry): Use file-name-coding-system.
19844         (tar-alter-one-field): Don't hardcode point-min==1.
19845         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19846         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
19848 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19850         * add-log.el (add-log-current-defun): Handle class::method
19851         notation of c++.  Fix incorrect comment.
19853 2005-11-10  Alan Mackenzie  <acm@muc.de>
19855         * help-fns.el (describe-variable): Make C-h v work when a variable
19856         has variable documentation yet is unbound.
19858 2005-11-10  Masatake YAMATO  <jet@gyve.org>
19860         * man.el (Man-highlight-references): Set an empty
19861         string to `Man-arguments' if it is nil.
19862         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19864 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19866         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19867         commenting conventions.
19869         * cus-dep.el (custom-make-dependencies): Simplify.
19870         Better follow the commenting conventions.
19872 2005-11-09  Richard M. Stallman  <rms@gnu.org>
19874         * apropos.el (apropos-pattern): Rename from apropos-regexp.
19875         (apropos-orig-pattern): Rename from apropos-orig-regexp.
19876         All uses changed.
19877         (apropos-rewrite-regexp): Doc fix.
19878         (apropos-variable, apropos-command, apropos, apropos-value):
19879         Change prompt; carry through the argument renaming.
19881 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
19883         * find-lisp.el: Require dired.
19884         (find-lisp-find-dired-internal): Do not call
19885         `abbreviate-file-name' on DIR.
19887 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
19889         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19891 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
19893         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19894         when using the speedbar.
19895         (gdb): New command gud-pp.
19896         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19898 2005-11-09  Juri Linkov  <juri@jurta.org>
19900         * replace.el (occur-excluded-properties): New defcustom.
19901         (occur-1, occur-engine, occur-accumulate-lines): Use it.
19903 2005-11-08  Jay Belanger  <belanger@truman.edu>
19905         * calc/calc-units.el (math-convert-units): Replace any composite
19906         unit by its definition.
19908 2005-11-08  Lars Hansen  <larsh@soem.dk>
19910         * emacs-lisp/autoload.el (update-directory-autoloads):
19911         Add obsolete function alias.
19913 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19915         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19916         comment-indent-function.
19917         (lisp-comment-indent): Replace by an alias for comment-indent-default.
19919         * reveal.el (reveal-post-command): Rework the handling of
19920         reveal-open-spots, so as to be more reliable.  There were several
19921         tricky corner cases where an open spot might be lost, or where
19922         a closed spot might end up on the list of open spots.
19923         Only reveal text that's ellipsised.
19925 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
19927         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19929 2005-11-07  John Paul Wallington  <jpw@gnu.org>
19931         * ibuffer.el (ibuffer): Search iconified frames too when
19932         getting Ibuffer buffer's window.
19934 2005-11-06  Richard M. Stallman  <rms@gnu.org>
19936         * progmodes/compile.el (compilation-internal-error-properties):
19937         save-excursion around the computation of MARKER.
19939 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
19941         * textmodes/flyspell.el (flyspell-external-point-words):
19942         flyspell-get-word returns a list, not just a string.
19944 2005-11-06  John Paul Wallington  <jpw@pobox.com>
19946         * ibuffer.el (ibuffer): Search all visible frames when getting
19947         Ibuffer buffer's window.
19949 2005-11-07  Masatake YAMATO  <jet@gyve.org>
19951         * man.el (Man-reference-regexp): Accept spaces between
19952         `Man-name-regexp' and `Man-section-regexp'.
19953         (Man-apropos-regexp): New variable.
19954         (Man-abstract-xref-man-page): Use value for `Man-target-string'
19955         if available.
19956         (Man-highlight-references, Man-highlight-references0):
19957         Handle the case when `Man-arguments' includes "-k".
19958         (Man-highlight-references0): Rename the argument `TARGET-POS' to
19959         `TARGET'. `TARGET' can be a number, function or nil.
19961 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
19963         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19964         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19965         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19966         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19967         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19968         (gdb-send-item): Use buffer-local-value and simplify.
19970 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
19972         * startup.el (command-line): Use `custom-reevaluate-setting' for
19973         `global-font-lock-mode'.
19975         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19976         by default, except in batch mode or when the -D option is given.
19978         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19979         specified keyword args on to `define-minor-mode'.  Update docstring.
19981 2005-11-05  Romain Francoise  <romain@orebokech.com>
19983         * replace.el (occur-engine): Add marker at end of line, too.
19985 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
19987         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19988         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19989         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19990         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19991         argument to all these routines, so the passphrase can be managed
19992         externally and passed in to the system.
19993         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19994         pgg-add-passphrase-to-cache function.
19996         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19997         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19998         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19999         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20000         argument to all these routines, so the passphrase can be managed
20001         externally and passed in to the system.
20002         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20003         function.
20005 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
20007         * font-lock.el: Don't deal with font-lock-face-attributes here,
20008         move the code ...
20010         * startup.el (command-line): ... here.  Use face-spec-set instead
20011         of custom-declare-face.
20013         * faces.el (face-spec-set): Reset the face if spec is not nil.
20015 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
20017         * newcomment.el (comment-region-internal): Box more tightly in the
20018         common case where there's no TAB in the boxed text.
20020 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20022         * info.el (info-tool-bar-map): Use images prev-node, next-node and
20023         up-node.
20025 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
20027         * newsticker.el: Commentary updated.  Code formatting changed.
20028         (newsticker-version): Change to "1.9".
20029         (newsticker, newsticker-feed): Doc fix.
20030         (newsticker-url-list): Doc fix.  Add option "Weekly".
20031         (newsticker-retrieval-interval): Add option "Weekly".
20032         (newsticker-headline-processing): Doc fix.
20033         (newsticker-auto-mark-filter): Remove.
20034         (newsticker-auto-mark-filter-list): New.
20035         (newsticker-layout, newsticker-sort-method): Doc fix.
20036         (newsticker-hide-old-items-in-newsticker-buffer)
20037         (newsticker-heading-format, newsticker-item-format)
20038         (newsticker-desc-format): Doc fix.
20039         (newsticker-show-all-rss-elements): Remove.
20040         (newsticker-show-all-news-elements): New.
20041         (newsticker-faces, newsticker-ticker): Doc fix.
20042         (remove-from-invisibility-spec): Code formatting.
20043         (newsticker--process-ids): New.
20044         (newsticker-mode): Doc fix.
20045         (newsticker-mode): Change mode-line-format.
20046         (newsticker-start): Remove debug output.
20047         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
20048         (newsticker-w3m-show-inline-images): Code formatting.
20049         (newsticker-next-item): Call `force-mode-line-update'.
20050         (newsticker-previous-item): Call `force-mode-line-update'.
20051         (newsticker-next-feed): Call `force-mode-line-update'.
20052         (newsticker-previous-feed): Call `force-mode-line-update'.
20053         (newsticker-mark-all-items-at-point-as-read): Code formatting.
20054         (newsticker-show-old-items): Do not show descs.
20055         (newsticker-hide-entry): Hide too much.
20056         (newsticker-hide-entry, newsticker-show-entry)
20057         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
20058         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
20059         (newsticker-toggle-auto-narrow-to-item): Code formatting.
20060         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
20061         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
20062         (newsticker-get-news): Call `force-mode-line-update'.
20063         Collect process ids.
20064         (newsticker--sentinel): Change coding system handling.
20065         Move image retrieval to new functions newsticker--get-logo-url-*.
20066         Move feed parsing to new functions newsticker--parse-*.
20067         Update list of process ids.
20068         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
20069         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
20070         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
20071         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
20072         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20073         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
20074         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
20075         (newsticker--decode-coding-string): Remove.
20076         (newsticker--decode-numeric-entities): Check input.  Format code.
20077         (newsticker--remove-whitespace): Check input.
20078         (newsticker--do-forget-preformatted): Doc fix.
20079         (newsticker--decode-rfc822-date): Allow for missing time.
20080         (newsticker--update-process-ids): New.
20081         (newsticker--image-sentinel): Change comment.
20082         (newsticker--image-read): Change error message.
20083         (newsticker--imenu-goto): Doc fix.  Show headline title.
20084         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
20085         (newsticker--buffer-do-insert-text): Clean whitespace in
20086         html-rendered headline title.  Code formatting.
20087         Call `newsticker--buffer-print-extra-elements'.
20088         (newsticker--buffer-print-extra-element): Remove.
20089         (newsticker--buffer-print-extra-elements): New.
20090         (newsticker--buffer-do-print-extra-element): New.
20091         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
20092         large sizes.
20093         (newsticker--run-auto-mark-filter)
20094         (newsticker--do-run-auto-mark-filter):
20095         Use `newsticker-auto-mark-filter-list'.
20097 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
20099         * net/rcirc.el: Use split-string OMIT-NULLS argument.
20100         (rcirc-print): Force redisplay before running hooks.  Do long
20101         buffer truncation after making new text read-only.  Deal with nil
20102         text when decoding strings.  If TARGET is nil, use either the
20103         currently selected buffer, if it is an rcirc buffer and of the
20104         same process or the process buffer.
20105         (rcirc-mode): Remove header-line.  Recompute short buffer names.
20106         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
20107         (rcirc-short-buffer-name): Add variable.
20108         (rcirc-kill-buffer-hook): Recompute short buffer names.
20109         Remove nick from private channel.
20110         (rcirc-send-input): Send command text to current-buffer.
20111         Don't clear overlay arrow here.
20112         (rcirc-short-buffer-name): Return a short buffer name.
20113         (rcirc-update-short-buffer-names, rcirc-abbreviate)
20114         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
20115         buffer-name abbreviations.
20116         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
20117         Do not touch nick-table when killing a parted channel.
20118         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
20119         Clear arrow from current buffer if it is now hidden.
20120         (rcirc-current-buffer): Add variable.
20121         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20122         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
20123         Remove -face from names.
20124         (rcirc-update-activity-string): Print "DND" when globally ignoring
20125         activity.
20126         (rcirc-ignore-buffer-activity-flag): Rename from
20127         rcirc-ignore-channel-activity.
20128         (rcirc-ignore-all-activity-flag): Doc fix.
20129         (rcirc-channels): Remove variable.
20130         (rcirc-kill-buffer-hook):
20131         (rcirc-get-buffer-create): Add nick to private channel.
20132         (rcirc-multiline-edit-submit): Remove tabs.
20133         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
20134         folded.
20135         (rcirc-remove-nick-channel): Bug fix.
20136         (rcirc-toggle-ignore-buffer-activity): Rename from
20137         rcirc-toggle-ignore-channel-activity.
20138         (rcirc-record-activity): Add buffers to the front of the list.
20139         (rcirc-update-activity): Remove killed buffers from list.
20140         (rcirc-process-server-response-1): Remove last argument if it is
20141         null before calling handler.
20142         (rcirc): Add "rcirc" defcustom prefix.
20143         (rcirc-prompt): Simplify default prompt.
20144         Use custom-initialize-default.
20145         (rcirc-private-chats): Remove variable.
20146         (rcirc-prompt): Change initialization.
20147         (rcirc-version): Remove function.
20148         (rcirc-id-string): Add constant.
20149         (rcirc-last-buffer): Remove variable.
20150         (rcirc-buffer-alist): Add variable.
20151         (rcirc-connect): Update variable setup.
20152         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
20153         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
20154         default.
20155         (rcirc-handler-generic): Trigger activity.
20156         (rcirc-send-message): Create the buffor of the target.
20157         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
20158         (rcirc-get-buffer): Just return nil if there is no matching buffer.
20159         (rcirc-multiline-edit-cancel): Remove function.
20160         (rcirc-set-last-buffer): Remove function.
20161         (rcirc-get-any-buffer): Add function.
20162         (rcirc-join-channels): Don't print /join text.
20163         (rcirc-toggle-ignore-channel-activity): Add and update echo area
20164         messages.
20165         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
20166         (rcirc-handler-NOTICE): Recognize CTCP responses.
20167         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
20168         constructing TOPIC string for buffers we are not JOINed.
20169         (rcirc-handler-CTCP-response): Add handler.
20170         (rcirc-multiline-edit-submit): Restore the window-configuration
20171         before adjusting point.
20172         (rcirc): Add customization group.
20173         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
20174         (rcirc-user-full-name, rcirc-startup-channels-alist)
20175         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
20176         (rcirc-ignore-all-activity-flag, rcirc-time-format)
20177         (rcirc-input-ring-size, rcirc-read-only-flag)
20178         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
20179         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
20180         Change defvar to defcustom.
20181         (rcirc-update-prompt): Add optional ALL arg, which will update
20182         prompts in all rcirc buffers.  Regexp quote replacement text.
20183         (rcirc-fill-column): Accept frame-width as a value.
20184         (rcirc-set-changed): Add function.
20185         (rcirc-next-active-buffer): Write more meaningful messages.
20186         (rcirc-faces): Add customization group.
20187         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
20188         (rcirc-nick-in-message-face, rcirc-prompt-face)
20189         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
20190         (with-rcirc-process-buffer): Move before first usage.
20191         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
20192         (rcirc-debug-flag): Rename from `rcirc-log-p'.
20193         (rcirc-debug): Rename from `rcirc-log'.
20194         (rcirc-format-response-string): Do not print `-' chars for a
20195         NOTICE with no sender.  Simplify output of server responses.
20197 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20199         (rcirc-browse-url-map, rcirc-browse-url-at-point)
20200         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
20201         Make urls mouse and RET clickable.
20203 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
20205         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
20207 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
20209         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
20210         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20211         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20212         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20213         argument to all these routines, so the passphrase can be managed
20214         externally and passed in to the system.
20215         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
20216         pgg-add-passphrase-to-cache function.
20218         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
20219         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
20220         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
20221         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
20222         argument to all these routines, so the passphrase can be managed
20223         externally and passed in to the system.
20224         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
20225         function.
20227 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
20229         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
20230         from goto-address-url-regexp.
20232 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
20234         * textmodes/org.el (org-read-date, org-goto-calendar)
20235         (org-recenter-calendar, org-agenda-goto-calendar):
20236         Temporarily clear `calendar-move-hook'.
20238 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
20240         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
20241         merging.
20243         * ediff-util.el (ediff-previous-difference): Don't skip regions that
20244         have merge clashes.
20246 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20248         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20249         Undo previous change.
20251         * startup.el (command-line): Use `custom-reevaluate-setting' for
20252         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
20253         tty-register-default-colors on Mac.
20255 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20257         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
20258         (gdb-buffer-type): Make it automatically buffer local...
20259         (gdb-get-create-buffer): ...and set it accordingly.
20260         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
20261         actually work.
20263 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
20265         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
20266         not red.
20268 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
20270         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
20271         case GUD buffer is not visible.
20272         (gdb-goto-breakpoint): Try to force display in source buffer.
20273         (gdb-frame-gdb-buffer): Copy other similar functions.
20274         (gdb-restore-windows): Don't display source if not asked for.
20275         (gdb-assembler-buffer-name): Don't capitalise.
20277 2005-11-03  Richard M. Stallman  <rms@gnu.org>
20279         * wid-edit.el (key-sequence): New widget type.
20281         * simple.el (set-mark-command-repeat-pop): New variable.
20282         (set-mark-command): Only interpret plan C-@ after a pop as a pop
20283         if set-mark-command-repeat-pop is true.
20285         * info.el (Info-fontify-node): Don't display extra "see" if there
20286         already is one here.
20288         * mouse.el: Fix special handling of DEL after dragging a region:
20289         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
20290         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
20292         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
20294         * textmodes/ispell.el (ispell-command-loop): Change `i' description
20295         not to assume it pertains to an affix.
20297         * textmodes/flyspell.el (flyspell-post-command-hook):
20298         Bind deactivate-mark to prevent deactivation.
20300 2005-11-03  Lars Hansen  <larsh@soem.dk>
20302         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
20303         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
20304         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
20306 2005-11-03  Romain Francoise  <romain@orebokech.com>
20308         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
20309         Update copyright years.
20311 2005-11-03  Sam Steingold  <sds@gnu.org>
20313         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20314         Use system-type instead of window-system because window-system is not
20315         correctly defined during loadup.
20317 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
20319         * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
20320         (xml-parse-tag): Join strings separated by a comment properly.
20322 2005-11-02  Andreas Schwab  <schwab@suse.de>
20324         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
20326 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20328         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
20329         (byte-optimize-pure-func): Quote the eval'd value.
20331         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
20332         Rename from perl-font-lock-syntactic-face-function.
20333         Change the calling convention so it can be used as a font-lock MATCHER.
20334         Do the parse-partial-sexp loop outselves.
20335         (perl-font-lock-syntactic-keywords): Use it.
20336         (perl-mode): Don't set font-lock-syntactic-face-function any more.
20338 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
20340         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
20341         disassembly buffer too.
20342         (gdb-exited): Remove overlay arrows when execution has finished.
20343         (gdb-info-frames-custom, gdb-info-threads-custom)
20344         (gdb-info-registers-custom): Don't add inappropriate text
20345         properties if inferior is not active.
20347 2005-11-02  Glenn Morris  <rgm@gnu.org>
20349         * progmodes/fortran.el (fortran-blink-match):
20350         Use `blink-matching-delay'.
20352 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
20354         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
20356 2005-11-02  Lars Hansen  <larsh@soem.dk>
20358         * net/tramp.el (tramp-action-out-of-band): Handle scp message
20359         "Permission denied".
20361 2005-11-01  Richard M. Stallman  <rms@gnu.org>
20363         * textmodes/flyspell.el (flyspell-external-point-words):
20364         Pass nil to flyspell-get-word.
20366 2005-11-02  Kim F. Storm  <storm@cua.dk>
20368         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
20369         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
20371 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20373         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
20374         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
20375         (calendar-mouse-print-dates): Add optional `event' argument.
20376         Update interactive-spec.
20377         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
20378         Use `calendar-event-to-date' instead of `event'.
20380 2005-11-02  Masatake YAMATO  <jet@gyve.org>
20382         * progmodes/ld-script.el (ld-script-builtins):
20383         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
20384         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
20385         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
20387 2005-11-01  Romain Francoise  <romain@orebokech.com>
20389         * vc-sccs.el: Update copyright year.
20390         * ezimage.el: Likewise.
20392 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
20394         * info.el (Info-fontify-node): Use `string-width' for fontifying
20395         underlined titles.
20397 2005-11-01  Juri Linkov  <juri@jurta.org>
20399         * info.el (Info-fontify-node): Downcase node header keywords Node,
20400         Prev, Next, Up before comparison.
20401         (Info-history): Insert absolute directory name, and put invisible
20402         property on it.
20404 2005-11-01  Juri Linkov  <juri@jurta.org>
20406         * info.el (Info-file-supports-index-cookies): New variable.
20407         (Info-find-node-2): Check makeinfo version for index cookie support.
20408         (Info-index-nodes): Search for nodes with index cookies only when
20409         Info-file-supports-index-cookies is t.  Otherwise, search nodes
20410         with "Index" in the node name.
20411         (Info-index-node): Search index cookie in the current node only when
20412         Info-file-supports-index-cookies is t.  Otherwise, check the word
20413         "Index" in the node name.
20414         (Info-find-emacs-command-nodes): Remove code that searches nodes
20415         with "Index" node name in the top menu.
20417 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20419         * progmodes/scheme.el (scheme-mode-variables): Use the default
20420         comment-indent-function.
20422         * faces.el (face-attribute): Handle the case where a face inherits from
20423         a non-existent face.
20425         * simple.el (eval-expression-print-format): Use lisp-readable syntax
20426         for octal and hexa output, and merge the char into the paren.
20427         (kill-new): Use push.
20428         (copy-to-buffer): Use with-current-buffer.
20429         (completion-setup-function): Move code in loop to remove redundancy.
20430         (minibuffer-local-must-match-map): Don't add bindings that duplicate
20431         those inherited from minibuffer-local-completion-map.
20433         * savehist.el (savehist-mode) <defcustom>:
20434         Use custom-set-minor-mode if available.
20435         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
20436         and emit a message if applicable.
20438 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
20440         * savehist.el: Sync up to version 19.
20441         (savehist-mode): New minor mode.
20442         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
20443         (savehist-length): Remove (use history-length instead).
20444         (savehist-file-modes): Rename from savehist-modes.
20445         (savehist-save-hook, savehist-loaded): New vars.
20446         (savehist-load): Use savehist-mode.  Try to smooth up transition from
20447         old format to new format.
20448         (savehist-install): Allow savehist-autosave-interval to be nil.
20449         (savehist-save): Run the new hook.  Be more careful to only trim the
20450         history variables.
20451         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
20452         (savehist-printable): Print into a buffer rather than char-by-char.
20454 2005-11-01  John Wiegley  <johnw@newartisans.com>
20456         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
20457         toggle-ignore keybinding (C-a).  The author said it had been
20458         disabled much earlier due to a possible incompatibility, but after
20459         many months of usage I have encountered no problems (and it is a
20460         rather useful option, especially for switching to " *temp*").
20462         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
20463         support for OS/X's AddressBook, by calling out to the open source
20464         program "contacts" (installable through Fink).
20466         * net/eudc.el (eudc-expand-inline): If the
20467         `eudc-multiple-match-handling-method' is set to `all', delete the
20468         query string before inserting the query result.
20470         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
20471         flag, to prevent Eshell from using the system ls when
20472         `eshell-ls-insert-directory' is in used.
20473         (eshell-ls-insert-directory): Disable font-lock in directory
20474         buffer so that Eshell's own fontification is seen.  This broke
20475         recently due to changes in font-lock, so this goes back to version
20476         21 behavior.
20478 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
20480         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
20481         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
20482         (gdb-many-windows): Doc fix.
20484 2005-10-31  Romain Francoise  <romain@orebokech.com>
20486         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
20488 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
20490         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
20491         that global-font-lock-mode can be enabled by default.
20493         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
20494         (font-lock-add-keywords, font-lock-remove-keywords)
20495         (font-lock-fontify-buffer): Remove autoload cookies.
20497         * jit-lock.el (jit-lock-register): Likewise.
20499         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
20501 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20503         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
20504         intact if there is no gud-comint-buffer.
20506 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
20508         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
20509         old prompt comint-prompt-read-only is t and GDB commands are
20510         issued from tool bar etc.
20512 2005-10-31  Masatake YAMATO  <jet@gyve.org>
20514         * vc.el (vc-directory-exclusion-list): Add "{arch}".
20516 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
20518         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
20519         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
20521 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
20523         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
20524         starting at beginning of line.  Fontification is messed up when
20525         `open-paren-in-column-0-is-defun-start' set to t.
20526         Reported by John Paul Wallington <jpw@pobox.com>.
20528 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
20530         * comint.el (comint-send-input): Call `comint-update-fence' when
20531         `comint-process-echoes' and `comint-prompt-read-only' are both
20532         non-nil, to avoid leftover read-only newline.
20534 2005-10-30  Richard M. Stallman  <rms@gnu.org>
20536         * textmodes/flyspell.el (flyspell-external-point-words):
20537         Detect when WORD can't be checked properly because
20538         flyspell-get-word finds just part of it, and move on.
20540         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
20541         boundarychar for Polish.
20542         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
20543         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
20545 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
20547         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
20548         (gdb-registers-font-lock-keywords): Delete.
20549         (gdb-registers-mode): Don't fontify.
20550         (gdb-info-registers-custom): Use text properties instead as, in
20551         future, changed register values will use font-lock-warning-face.
20552         (gdb-local-font-lock-keywords): Rename to...
20553         (gdb-locals-font-lock-keywords): ...for consistency.
20555 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
20557         * vc.el (vc-switch-backend): Better error message if the buffer is
20558         not visiting a file under version control.
20560         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
20562 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
20564         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
20565         ~/.emacs.d/.emacs.
20567 2005-10-29  Richard M. Stallman  <rms@gnu.org>
20569         * replace.el (occur-mode-mouse-goto): Always go to other window.
20570         (occur-mode-goto-occurrence): Always switch in same window.
20572         * simple.el (undo): Display message at end, not at start.
20574         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
20575         New arg REUSE-CELL.
20576         (cancel-timer-internal): New function.
20577         (timer-event-handler): Use cancel-timer-internal,
20578         and pass the cell it returns to timer-activate...
20580         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
20581         (jit-lock-deferred-fontify, jit-lock-context-fontify)
20582         (jit-lock-after-change): Test memory-full.
20584 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20586         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20587         part of the decoded armor to find the key-identifier.
20588         (pgg-gpg-lookup-key-owner): New function to return the
20589         human-readable identifier of a key owner.
20590         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20591         key itself.
20592         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20593         the key value) if we have a key and can match it against a secret
20594         key.  Also, added a note pointing out fact that the prompt only
20595         indicates the first matching key.
20597         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20598         pgg-decrypt-region.
20599         (pgg-pending-timers): A new hash for tracking the passphrase cache
20600         timers, so that new ones supercede old ones.
20601         (pgg-add-passphrase-to-cache): Rename from
20602         `pgg-add-passphrase-cache' to reduce confusion (all callers
20603         changed).  Modified to cancel old timers when new ones are added.
20604         (pgg-remove-passphrase-from-cache): Rename from
20605         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20606         changed).  Modified to cancel old timers when their keys are
20607         removed from the cache.
20608         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20609         XEmacs, an indirection to delete-itimer.
20610         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20611         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20612         users can only check cache without risk of prompting.  Correct bug in
20613         notruncate behavior.
20614         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20615         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20616         Add informative docstrings.
20617         (pgg-decrypt): Convey provided passphrase in subordinate call to
20618         pgg-decrypt-region.
20620         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20621         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20622         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20623         `passphrase' argument, so the passphrase can be managed externally
20624         and then passed in to the system.
20626         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20627         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20628         so the passphrase cache can be used reliably with identifiers
20629         besides a pgp packet's key id.
20631         * pgg-gpg.el (pgg-pgp-encrypt-region)
20632         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20633         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20634         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20635         argument to all these routines, so the passphrase can be managed
20636         externally and passed in to the system.
20638         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20639         `notruncate' argument, so the passphrase cache can be used
20640         reliably with identifiers besides a pgp packet's key id.
20642 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20644         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20645         symmetric encryption.
20646         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20647         encrypted session key.
20648         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20649         message ask for the passphrase in a proper way.
20651         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20652         New user commands for symmetric encryption.
20654 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
20656         * textmodes/conf-mode.el (conf-assignment-sign)
20657         (conf-assignment-regexp): Fix docstrings.
20658         (conf-mode-initialize): New function.
20659         (conf-mode): Remove optional args.  Use delay-mode-hooks to
20660         recognize recursive calls.
20661         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20662         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20663         (conf-xdefaults-mode): Use define-derived-mode and
20664         conf-mode-initialize.
20666 2005-10-29  Romain Francoise  <romain@orebokech.com>
20668         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20670 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
20672         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20673         part of the decoded armor to find the key-identifier.
20674         (pgg-gpg-lookup-key-owner): New function to return the
20675         human-readable identifier of a key owner.
20676         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20677         key itself.
20678         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20679         the key value) if we have a key and can match it against a secret
20680         key.  Also, added a note pointing out fact that the prompt only
20681         indicates the first matching key.
20683         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20684         pgg-decrypt-region.
20685         (pgg-pending-timers): A new hash for tracking the passphrase cache
20686         timers, so that new ones supercede old ones.
20687         (pgg-add-passphrase-to-cache): Rename from
20688         `pgg-add-passphrase-cache' to reduce confusion (all callers
20689         changed).  Modified to cancel old timers when new ones are added.
20690         (pgg-remove-passphrase-from-cache): Rename from
20691         `pgg-remove-passphrase-cache' to reduce confusion (all callers
20692         changed).  Modified to cancel old timers when their keys are
20693         removed from the cache.
20694         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20695         XEmacs, an indirection to delete-itimer.
20696         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20697         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20698         users can only check cache without risk of prompting.  Correct bug in
20699         notruncate behavior.
20700         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20701         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20702         Add informative docstrings.
20703         (pgg-decrypt): Convey provided passphrase in subordinate call to
20704         pgg-decrypt-region.
20706 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
20708         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20709         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20710         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20711         `passphrase' argument, so the passphrase can be managed externally
20712         and then passed in to the system.
20714         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20715         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20716         so the passphrase cache can be used reliably with identifiers
20717         besides a pgp packet's key id.
20719         * pgg-gpg.el (pgg-pgp-encrypt-region)
20720         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20721         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20722         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20723         argument to all these routines, so the passphrase can be managed
20724         externally and passed in to the system.
20726         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20727         `notruncate' argument, so the passphrase cache can be used
20728         reliably with identifiers besides a pgp packet's key id.
20730 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
20732         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20733         symmetric encryption.
20734         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20735         encrypted session key.
20736         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20737         message ask for the passphrase in a proper way.
20739         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20740         New user commands for symmetric encryption.
20742 2005-10-28  Bill Wohler  <wohler@newt.com>
20744         * help-mode.el (help-url): New button type.  Calls browse-url.
20745         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20746         Similar to Info nodes: URL `url'.
20747         (help-make-xrefs): Create help-url buttons for
20748         help-xref-url-regexp matches.
20750 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
20752         * tool-bar.el (tool-bar-add-item-from-menu)
20753         (tool-bar-local-item-from-menu): Fix doc strings.
20755 2005-10-28  Romain Francoise  <romain@orebokech.com>
20757         * ldefs-boot.el: Update.
20759         * subr.el (locate-library): Move from help-fns.el.
20760         * help-fns.el (locate-library): Move to subr.el.
20762 2005-10-28  Richard M. Stallman  <rms@gnu.org>
20764         * net/tramp.el (tramp-completion-mode): defvar moved up.
20766         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20768         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20770         * files.el (find-file-noselect): Use %d to format large file size.
20772         * bindings.el (mode-line-format): Add %e.
20774         * loadup.el ("facemenu"): Load unconditionally.
20775         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20776         ("x-dnd"): Load, when appropriate.
20778         * startup.el (command-line): Call before-init-hook earlier.
20779         Warn about some bad characters in -u user name.
20781         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20782         (flyspell-external-point-words): Error if misspelled word is not found.
20783         Set flyspell-large-region-beg at end of word.
20785 2005-10-28  Andreas Schwab  <schwab@suse.de>
20787         * view.el (View-revert-buffer-scroll-page-forward):
20788         Use view-page-size-default.
20790 2005-10-28  Juri Linkov  <juri@jurta.org>
20792         * international/quail.el (quail-get-current-str): Translate last
20793         raw character for deterministic input methods.
20795 2005-10-27  Jay Belanger  <belanger@truman.edu>
20797         * calc/calc-ext.el: Add functions to autoloads.
20798         (math-identity-matrix-p, math-ident-row-p): New functions.
20800         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20801         multiplication by an identity matrix; don't turn multiplication by
20802         an inverse matrix into division.
20803         (math-div-symbol-fancy): Replace division by matrices with
20804         multiplication by inverse.
20806         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20808         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20809         (calc-writeoutpower): New functions.
20811 2005-10-27  Romain Francoise  <romain@orebokech.com>
20813         * replace.el (occur-engine): Include colon in mouse-face highlight.
20815         * dired-x.el: Change Maintainer field.
20817 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
20819         * longlines.el (longlines-mode): Bind after-change-functions to
20820         nil during initial decoding and final encoding.
20822 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
20824         * term.el (term-emulate-terminal, term-handle-colors-array)
20825         (term-handle-ansi-escape): Specify the terminfo capabilities
20826         implemented.
20828 2005-10-26  Richard M. Stallman  <rms@gnu.org>
20830         * info.el (Info-fontify-node): Fix detection of sentence-break
20831         before *Note.
20833 2005-10-26  Romain Francoise  <romain@orebokech.com>
20835         * smerge-mode.el: Add `tools' to file keywords.
20837 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
20839         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20840         when the fringe is not available.
20842         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20843         (def-gdb-auto-update-trigger): Simplify construction.
20844         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20845         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20846         defined explicitly.
20847         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20848         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20849         defined explicitly.
20850         (gdb-info-locals-custom): Remove as it's a no-op.
20852 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
20854         * longlines.el (longlines-mode): Remove narrowing before
20855         performing the initial decoding or final encoding.
20857 2005-10-25  Romain Francoise  <romain@orebokech.com>
20859         * emacs-lisp/find-func.el (find-library-name): Also strip
20860         extension if library name ends in .el, to take advantage of
20861         `find-library-suffixes'.
20863 2005-10-25  Richard M. Stallman  <rms@gnu.org>
20865         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20867 2005-10-25  Juri Linkov  <juri@jurta.org>
20869         * textmodes/texinfo.el (texinfo-mode): Change charset of one
20870         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20872 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20874         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20875         (blackbox-redefine-key): Add argument `map'.
20877         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20878         regions when moving the jit-lock-context-unfontify-pos boundary.
20880 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20882         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20884 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20886         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20888 2005-10-25  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
20890         * play/blackbox.el (blackbox-redefine-key): New function.
20891         (blackbox-mode-map): Use it to remap existing bindings for cursor
20892         motion instead of binding literal keys.
20894 2005-10-25  Glenn Morris  <rgm@gnu.org>
20896         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20897         diary does not end in a newline.  Do not assume a blank line at
20898         the start of the diary file.
20900 2005-10-25  Kenichi Handa  <handa@m17n.org>
20902         * international/quail.el (quail-translate-key): If the input
20903         method is deterministic and failed to handle the last key, restart
20904         the key handling loop from an appropriate key.
20906 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
20908         * vc.el (vc-dired-mode): Extend comment for binding of
20909         `directory-listing-before-filename-regexp'.
20911 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20913         * textmodes/texinfo.el (texinfo-mode):
20914         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20915         not to unnecessarily expose emacs-mule's internal char codes.
20917 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
20919         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20920         Display hand pointer and help-echo on disabled icon too.
20921         (gdb-mouse-until): New function.
20922         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20924 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
20926         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20927         with 2005-10-23 change to doctor.el.
20929         * finder.el (finder-mode-map): Add follow-link binding.
20931 2005-10-25  Kim F. Storm  <storm@cua.dk>
20933         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20934         to gdb-mouse-toggle-breakpoint-fringe.
20935         (gdb-mouse-toggle-breakpoint-margin): Rename from
20936         gdb-mouse-toggle-breakpoint.  Fix doc.
20937         (gdb-mouse-toggle-breakpoint-fringe): New defun.
20938         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
20939         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20940         string properties also for fringe breakpoint bitmaps.
20942 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
20944         * textmodes/org.el (org-start-icalendar-file): Fix format form.
20946 2005-10-25  Masatake YAMATO  <jet@gyve.org>
20948         * simple.el (completion-common-substring):
20949         Use `completion-common-substring' prior to `completion-base-size'.
20951 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
20953         * savehist.el: Require CL while compiling.
20954         (savehist-history-variables): Remove.
20955         (savehist-save-minibuffer-history, savehist-additional-variables)
20956         (savehist-minibuffer-history-variables): New vars.
20957         (savehist-save): Use them.
20958         (savehist-uninstall, savehist-minibuffer-hook): New funs.
20959         (savehist-install): New fun, extracted from savehist-load.
20960         (savehist-load): Use them.
20962 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20964         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20965         a dummy doc-string-elt property.
20966         (defalias, defvaralias, define-category): Add a docstring property.
20968         * image.el (defimage):
20969         * widget.el (define-widget):
20970         * custom.el (defface, defcustom): Add `doc-string' declaration.
20972         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20973         (defadvice): Add `doc-string' declaration.
20975         * emacs-lisp/byte-run.el (macro-declaration-function):
20976         Handle `doc-string' declarations.
20977         (define-obsolete-function-alias, define-obsolete-variable-alias):
20978         Add `doc-string' declaration.
20980 2005-10-24  Kenichi Handa  <handa@m17n.org>
20982         * international/utf-7.el (utf-7): Add autoload cookie.
20984         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20986 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
20988         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20989         list of directories passed to batch-update-autoloads.  Add "." to
20990         the list of the echoed directories.
20992         * pgg-def.el:
20993         * pgg-gpg.el:
20994         * pgg-parse.el:
20995         * pgg-pgp.el:
20996         * pgg-pgp5.el:
20997         * pgg.el: Moved here from the gnus subdirectory.
20999 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
21001         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
21002         in case comint-prompt-read-only is set to t.
21004         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
21005         in case comint-prompt-read-only is set to t.
21007 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
21009         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
21010         Now a string.
21011         (icalendar-import-format): Handle CLASS, STATUS, URL.
21012         Rename `subject' to `summary'.
21013         (icalendar-import-format-summary): Rename from
21014         `icalendar-import-format-subject'.
21015         (icalendar-import-format-url, icalendar-import-format-status)
21016         (icalendar-import-format-class): New variables.
21017         (icalendar--rris): Take variable argument list.
21018         (icalendar--datestring-to-isodate): Remove unnecessary
21019         calendar-style check when converting dates with explicit month names.
21020         (icalendar-export-region): Change return type of conversion
21021         subroutines.  Bury current buffer unless error occurred.
21022         (icalendar--convert-to-ical)
21023         (icalendar--parse-summary-and-rest): New functions.
21024         (icalendar--convert-ordinary-to-ical)
21025         (icalendar--convert-weekly-to-ical)
21026         (icalendar--convert-yearly-to-ical)
21027         (icalendar--convert-block-to-ical)
21028         (icalendar--convert-cyclic-to-ical)
21029         (icalendar--convert-anniversary-to-ical): Change return type.
21030         Strip trailing blanks from subject.
21031         (icalendar--convert-sexp-to-ical): Change return type.
21032         Strip trailing blanks from subject.  Handle simple sexp
21033         entries as generated by icalendar.el.
21034         (icalendar--convert-float-to-ical)
21035         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
21036         (icalendar-import-file): Doc fix.
21037         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
21038         Correct call to icalendar--rris.
21039         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
21040         `summary'.
21041         (icalendar--add-diary-entry): Rename `subject' to `summary'.
21043 2005-10-24  Romain Francoise  <romain@orebokech.com>
21045         * server.el (server-sentinel): Set query-on-exit flag to nil on
21046         new client processes (it isn't inherited from the server process).
21048         * replace.el (occur-engine): Rearrange text properties.
21050 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21052         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
21053         case-fold-search is nil.
21054         (debug-help-follow): Use help-xref-interned directly.
21056 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21058         * thumbs.el (thumbs-image-type): Add .pbm.
21060 2005-10-23  Richard M. Stallman  <rms@gnu.org>
21062         * faces.el (inhibit-face-set-after-frame-default): New variable.
21063         (set-face-attribute): Bind it.
21064         (face-set-after-frame-default): Test it.
21066         * help-fns.el (describe-simplify-lib-file-name): New function.
21067         (describe-function-1, describe-variable): Use it.
21069         * faces.el (describe-face): Use describe-simplify-lib-file-name.
21071         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
21072         Eliminate nil as possible value.
21073         (tooltip-hide-delay): Reduce internal-border-width.
21075         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
21076         (menu-bar-file-menu) <new-file>: Likewise.
21078         * simple.el (line-move-finish): Ignore fields computing LINE-END.
21080         * international/mule.el (load-with-code-conversion):
21081         Pass full file name to `eval-buffer' unless preloading.
21083         * textmodes/flyspell.el (flyspell-large-region):
21084         Call ispell-check-version.
21086         * textmodes/ispell.el (ispell-local-dictionary-overridden):
21087         Fix the make-variable-buffer-local call that was supposed
21088         to be for this variable.
21089         (ispell-aspell-supports-utf8): Doc fix.
21090         (ispell-find-aspell-dictionaries): Preserve elements of
21091         ispell-dictionary-alist for dictionaries that aspell doesn't report.
21092         (ispell-aspell-find-dictionary): Return nil on error.
21094         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
21095         (doctor-symptoms): Likewise.
21097         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
21099 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
21101         * cus-edit.el (custom-button, custom-button-pressed): New vars.
21102         (custom-raised-buttons): Add :set spec.
21103         (custom-button-unraised, custom-button-pressed-unraised):
21104         New faces, so that custom-raised-buttons actually does something.
21105         (custom-mode): Use custom-button and custom-button-pressed.
21107         * wid-edit.el (widget-specify-button): Don't ignore
21108         widget-mouse-face on graphic terminals.
21109         (widget-move-and-invoke): Cleanup.
21111 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
21113         * whitespace.el (whitespace-cleanup): Doc fix.
21115 2005-10-23  Romain Francoise  <romain@orebokech.com>
21117         * emulation/viper.el (viper-set-hooks): Quote forms passed to
21118         `eval-after-load' to avoid evaluating their result.
21120 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
21122         * files.el (directory-listing-before-filename-regexp):
21123         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
21125         * dired.el (dired-move-to-filename-regexp): Remove.
21126         All occurrences replaced by `directory-listing-before-filename-regexp'.
21128         * dired-x.el, locate.el, vc.el:
21129         Replace `dired-move-to-filename-regexp' by
21130         `directory-listing-before-filename-regexp'.  In vc.el it is
21131         overwritten locally; maybe this can be handled in files.el too.
21133         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurrences
21134         replaced by `directory-listing-before-filename-regexp'.
21136 2005-10-23  Andreas Schwab  <schwab@suse.de>
21138         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
21139         and eval-next-after-load.
21141 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
21143         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
21144         exist, create it.
21146 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
21148         * allout.el: Remove autoloads for mailcrypt and crypt++.
21149         Require pgg, pgg-gpg during compilation.
21150         (allout-version): Increment version number to 2.1, and use a literal
21151         rather than RCS Id.
21152         (allout-default-encryption-scheme): Remove.
21153         (allout-passphrase-verifier-handling)
21154         (allout-passphrase-verifier-string)
21155         (allout-file-passphrase-verifier-string)
21156         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
21157         (allout-passphrase-hint-handling): Rename and simplify.
21158         (allout-init): Use `find-file-hook' if available, otherwise
21159         `find-file-hooks'.
21160         (allout-mode): Use `write-file-functions' if available, otherwise
21161         `local-write-file-hooks' and, instead of making auto-save-hook
21162         buffer local, make the write-file-hook activity contingent to
21163         allout-mode.
21164         (allout-mode): Use key-binding substitution in the docstring.
21165         (allout-kill-line): Spell-out kill ring data structure mutation
21166         instead of using byte-compiler-complaint-provoking `pop'.
21167         (allout-insert-listified): Use `insert' rather than `insert-string'
21168         (allout-toggle-current-subtree-encryption): Update docstring, adjust
21169         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
21170         (allout-encrypt-string): Totally revamped vis new underlying
21171         encryption facilities.
21172         (allout-mc-activate-passwd): Remove.
21173         (allout-obtain-passphrase): New, more or less replaces
21174         allout-mc-activate-passwd.
21175         (allout-encrypted-key-info): More or less replaces
21176         allout-encrypted-text-type.
21177         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
21178         (my-mark-marker): Use `(featurep 'xemacs)'.
21180 2005-10-23  Lars Hansen  <larsh@soem.dk>
21182         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
21183         (byte-compile-file-form-defmumble, byte-compile-defun)
21184         (byte-compile-defmacro): Use it.
21185         (byte-compile-form): Don't call byte-compile-set-symbol-position
21186         when a byte-compile handler is called.
21188 2005-10-22  Romain Francoise  <romain@orebokech.com>
21190         * savehist.el (savehist-history-variables): Add `grep-find-history'.
21192         * subr.el (eval-after-load): Convert library name to an absolute
21193         file name using locate-library, since load-history no longer has
21194         library names in it.
21196 2005-10-22  Richard M. Stallman  <rms@gnu.org>
21198         * files.el (make-temp-file): Move from subr.el.
21199         * subr.el (make-temp-file): Move to files.el.
21201         * window.el (get-buffer-window-list): Move from subr.el.
21202         * subr.el (get-buffer-window-list): Move to window.el.
21204         * image.el (image-load-path): Use eval-at-startup to initialize.
21206         * subr.el (eval-at-startup): New macro.
21208         * subr.el: Much rearrangement of functions and division
21209         into pages.  No code changes.
21211 2005-10-22  Kenichi Handa  <handa@m17n.org>
21213         * tar-mode.el (tar-extract): Be sure to call
21214         find-operation-coding-system if set-auto-coding doesn't find a
21215         coding system.
21217 2005-10-22  Kim F. Storm  <storm@cua.dk>
21219         * image.el (image-type-header-regexps): Rename from image-type-regexps.
21220         Change users.
21221         (image-type-file-name-regexps): New defconst.
21222         (image-type-from-data): Simplify loop.
21223         (image-type-from-buffer): New defun.
21224         (image-type-from-file-header): Use it instead of image-type-from-data.
21225         Use image-search-load-path instead of only looking in data-directory.
21226         (image-type-from-file-name): New defun.
21227         (image-search-load-path): Change `pathname' to `filename'.
21228         Make PATH arg optional, default to image-load-path.
21230 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21232         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
21234         * textmodes/paragraphs.el (sentence-end-base): New variable.
21235         (sentence-end): Use sentence-end-base.
21237 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21239         * font-lock.el (font-lock-default-fontify-region): Check the multiline
21240         property independently from the font-lock-multiline variable.
21242 2005-10-21  Richard M. Stallman  <rms@gnu.org>
21244         * emacs-lisp/find-func.el (find-library-name): Doc fix.
21246         * startup.el (command-line): Convert library names
21247         in `load-history' to absolute file names.
21249         * subr.el (symbol-file): Doc fix.
21251         * loadhist.el (file-loadhist-lookup): Call locate-library
21252         instead of find-library-name.  Don't try converting
21253         abs file names to library names, since load-history no longer
21254         has library names in it.
21255         (file-dependents, file-provides, file-requires): Doc fixes.
21257 2005-10-21  Juri Linkov  <juri@jurta.org>
21259         * progmodes/etags.el (tags-table-mode): New function.
21260         (tags-verify-table): Replace initialize-new-tags-table with
21261         tags-table-mode.
21263         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
21264         default value.
21265         (desktop-modes-not-to-save): Add tags-table-mode to the
21266         default value.
21268         * info.el (Info-index-next): Add total number of index
21269         alternatives to the message.
21271         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
21272         backward only space (instead of space and period) before looking
21273         at sentence end.
21275         * simple.el (set-variable): Use user-variable-p instead of symbolp.
21276         Add the old variable value as 4th default-value arg of read-string.
21278 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21280         * cus-face.el (custom-declare-face): Make face from X resources
21281         also on Mac.
21283         * disp-table.el (standard-display-g1, standard-display-graphic):
21284         Refuse to use string glyphs also on Mac.
21285         (standard-display-european): Don't set terminal coding system also
21286         on Mac.
21288         * frame.el (display-screens): Use x-display-screens also on Mac.
21290 2005-10-21  Romain Francoise  <romain@orebokech.com>
21292         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
21294 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21296         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
21297         and $? into sexps.
21299         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
21300         warning face on open-paren-in-column-0.
21302         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
21303         boundary case.  Fix typo.
21304         Suggested by Martin Rudalics <rudalics@gmx.at>.
21306 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
21308         * textmodes/org.el (org-combined-agenda-icalendar-file)
21309         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
21310         (org-export-icalendar-this-file)
21311         (org-export-icalendar-all-agenda-files)
21312         (org-export-icalendar-combine-agenda-files): New commands.
21313         (org-export-icalendar, org-print-icalendar-entries)
21314         (org-start-icalendar-file, org-finish-icalendar-file)
21315         (org-ical-ts-to-string): New functions.
21316         (org-read-date, org-goto-calendar)
21317         (org-agenda-goto-calendar): Inhibit displaying diary entries by
21318         call to `calendar'.
21319         (orgtbl-setup): Remove the :keys arguments from the menu description.
21320         (org-after-save-iCalendar-file-hook): New variable.
21322 2005-10-21  Kenichi Handa  <handa@m17n.org>
21324         * language/vietnamese.el (tcvn-5712): Make it an alias of
21325         vietnamese-tcvn coding-system.
21327 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
21329         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
21330         group id is given.
21332 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21334         * progmodes/sh-script.el (sh-escaped-line-re): New var.
21335         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
21336         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
21337         whose line is either continued or ends with a comment.
21339 2005-10-20  Romain Francoise  <romain@orebokech.com>
21341         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
21343         * replace.el (occur-engine): Add follow-link property.
21345         * font-core.el (font-lock-mode): Doc fix.
21347 2005-10-20  Richard M. Stallman  <rms@gnu.org>
21349         * net/rcirc.el: New file.
21351 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
21353         * term.el (term-term-name): Initialize to "eterm-color".
21355 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
21357         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
21358         for encryption functionality.
21359         Move allout customization subgroup from `editing' to `outlines' group.
21360         Fix commentary keywords to legitimate ones.
21361         Update author info (using my current email address, obscurified).
21362         (allout-encrypt-string, allout-encryption-produce-work-buffer)
21363         (allout-encrypted-topic-p, allout-encrypted-text-type)
21364         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
21365         (allout-situate-encryption-key-verifier)
21366         (allout-get-encryption-key-verifier, allout-verify-key)
21367         (allout-next-topic-pending-encryption)
21368         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
21369         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
21370         (outline-key-verifier-handling, outline-key-hint-handling)
21371         (outline-encrypt-unencrypted-on-saves): New defcustoms.
21372         (allout-file-key-verifier-string, allout-encryption-scheme)
21373         (allout-key-verifier-string, allout-key-hint-string)
21374         (allout-after-save-decrypt): New variables.
21375         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
21376         (allout-after-saves-handler): New hook functions.
21377         (allout-post-command-business): Do allout-after-save-decrypt.
21378         (allout-enable-file-variable-adjustment): Custom var to enable
21379         mechanism for adding and adjusting settings of Emacs file variables.
21380         (allout-adjust-file-variable, allout-file-vars-section-data):
21381         New functions, implement the mechanism.
21382         (outlineify-sticky): Use the file vars mechanism.
21383         (allout-inhibit-protection, allout-during-write-cue)
21384         (allout-override-protect, allout-before-change-protect): Remove.
21385         (allout-flag-region, allout-open-topic): Adjust read-only text.
21386         (allout-open-line-not-read-only): Add to facilitate read-only
21387         text based protection.
21388         (allout-kill-line): Revise to adjust read-only text, clue the
21389         user about the inhibition.
21390         (allout-unprotected): Use unwind-protect.
21391         (allout-shift-in, allout-shift-out): Disallow manually shifting a
21392         topic deeper than the offspring depth of the previous topic -
21393         avoiding confusing "containment discontinuities".
21394         (allout-reindent-bodies): Fix retention of body relative hanging
21395         indent during promotion of collapsed bodies.
21396         (allout-open-topic): Make it easy to open new topic with same
21397         bullet as current topic - topic creation functions provided with
21398         any universal argument provokes now prompt for bullet, defaulting
21399         to the bullet of the previous topic.
21400         (allout-plain-bullets-string, allout-distinctive-bullets-string):
21401         Plain bullet alternates `.' period and `,' comma only.  All other
21402         bullets are relegated to special status (but customizable).
21403         (allout-end-of-entry): Rename from allout-end-of-current-entry
21404         since it actually operates w.r.t. most immediately containing
21405         entry, visible or not.
21406         (allout-hide-current-entry, allout-show-current-entry): Use the
21407         revised version.
21408         (allout-old-expose-topic): Solidify deprecation.
21409         (allout-end-of-subtree): Add so we can span concealed as well
21410         as visible topics.
21411         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
21412         (allout-end-of-current-heading): Tweak to just respect the first line.
21413         (allout-get-body-text): Add.
21414         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
21415         when invoked interactively.
21416         (allout-up-current-level): Use `interactive-p'.
21417         (allout-mode, allout-init): Miscellaneous docstring and
21418         operational refinements, as well as hookups of new encryption stuff.
21419         (allout-beginning-of-current-entry): Now works as advertised.
21420         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
21421         (allout-isearch-rectification): Refine condition for isearching.
21422         (allout-isearch-abort, allout-enwrap-isearch)
21423         (allout-flag-region, my-region-active-p): Relocate some macros.
21424         (allout-title): Fallback title is (buffer-name), not
21425         non-existing (current-buffer-name).
21426         (subst-char-in-string): Define if absent (for some XEmacs versions).
21428 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
21430         * mail/sendmail.el (mail-setup-hook, mail-aliases)
21431         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
21432         (mail-citation-prefix-regexp, mail-signature-file)
21433         (mail-default-headers, mail-bury-selects-summary)
21434         (mail-send-nonascii): Add autoload cookies.
21436 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
21438         * frame.el (blink-cursor-mode): Add `mac' to the list of
21439         window-system's that support blinking cursor.
21441 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
21443         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
21445 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
21447         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
21448         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
21449         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
21451 2005-10-20  Kim F. Storm  <storm@cua.dk>
21453         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
21454         (ido-set-current-directory): Don't add / after final @.
21455         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
21456         Explicitly handle ange-ftp completion oddities.
21457         (ido-make-file-list): Don't rotate list at tramp root to avoid
21458         triggering tramp file handler for expand-file-name via get-file-buffer.
21460 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
21462         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
21464 2005-10-19  Jay Belanger  <belanger@truman.edu>
21466         * calc/calc-units.el (math-standard-units): Add units, adjust
21467         symbols and update values.
21468         (math-unit-prefixes): Add more prefixes.
21470 2005-10-19  Romain Francoise  <romain@orebokech.com>
21472         * bookmark.el (bookmark-menu-heading): New face.
21473         (bookmark-bmenu-list): Use it.
21474         Don't fiddle with `baud-rate' at top-level.
21476 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
21478         * image.el (create-image, find-image): Mention max-image-size in
21479         docstring.
21481 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21483         * savehist.el (savehist-load): Revert to checking XEmacs.
21485         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
21486         Various docstring and line-width fixups.
21487         (conf-mode): Use cond.
21488         Set font-lock-defaults.  Don't set comment-use-syntax.
21490 2005-10-18  David Ponce  <david@dponce.com>
21492         * tree-widget.el (tree-widget-button-click): New function.
21493         (tree-widget-button-keymap): Use it.
21495 2005-10-18  Romain Francoise  <romain@orebokech.com>
21497         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21498         (bookmark-bmenu-hide-filenames): Add follow-link property.
21499         Improve help-echo text.
21501         * ffap.el (find-file-at-point): Doc fix.
21503 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21505         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
21507 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21509         Install to the CVS repository what I forgot to install in my
21510         2005-10-16 changes.
21512         * progmodes/python.el (python-complete-symbol): Pass the common
21513         prefix substring of completion to `display-completion-list'.
21515         * textmodes/org.el (org-complete): Ditto.
21517 2005-10-18  Masatake YAMATO  <jet@gyve.org>
21519         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
21521         * woman.el (WoMan-xref-man-page): New button type derived
21522         from `Man-abstract-xref-man-page'.
21523         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
21525         * man.el (Man-abstract-xref-man-page): New button type.
21526         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
21527         (Man-highlight-references): Add new optional argument `xref-man-type'.
21529 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21531         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
21533 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
21535         * cus-edit.el (Custom-move-and-invoke): Delete.
21536         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
21538         * wid-edit.el (widget-move-and-invoke): New function, from
21539         Custom-move-and-invoke.
21541 2005-10-17  Bill Wohler  <wohler@newt.com>
21543         Move all remaining images from lisp/toolbar to etc/images, move
21544         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
21545         the low resolution images in their own directory (low-color).
21547         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
21548         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
21549         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
21550         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
21551         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
21552         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
21553         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
21555         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
21556         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
21557         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
21558         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
21559         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
21560         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
21561         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
21562         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
21563         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
21564         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
21565         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
21566         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
21567         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
21568         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
21569         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
21571         To conform with convention, replace the underscore (_) in the
21572         following image names with dash (-) or (/) as appropriate.
21574         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
21575         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
21576         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
21577         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
21578         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
21579         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
21580         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
21581         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
21582         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
21583         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
21584         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
21585         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
21586         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
21587         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
21588         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21590         * info.el (info-tool-bar-map): Replace underscores in image names
21591         with dashes.
21593         * makefile.w32-in (WINS): Remove toolbar.
21595         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21597         * tool-bar.el: Move to lisp from toolbar.  Now that
21598         toolbar is empty, it should be deleted when folks run "cvs up -P".
21600 2005-10-18  Jay Belanger  <belanger@truman.edu>
21602         * calc/calc-store.el (calc-store-into): Get the proper variable name
21603         to display in message.
21605 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
21607         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21608         expressions display in speedbar for all buffers when debugging.
21609         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21611         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21612         (speedbar-insert-button, speedbar-make-button):
21613         Use add-text-properties.
21614         (speedbar-update-localized-contents)
21615         (speedbar-update-directory-contents)
21616         (speedbar-update-special-contents): Use dolist.
21617         (speedbar-buffer-easymenu-definition): Add a menu separator.
21619 2005-10-17  Jason Rumney  <jasonr@gnu.org>
21621         * makefile.w32-in: Use $(lisp) consistently.
21622         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21623         for shell specific generation of mh-autoloads.
21625 2005-10-17  Richard M. Stallman  <rms@gnu.org>
21627         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21629 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
21631         * jit-lock.el (jit-lock-fontify-now):
21632         Move jit-lock-context-unfontify-pos to avoid wasted work.
21634 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
21636         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
21637         `tramp-completion-mode' for checking if we are in completion mode.
21638         (tramp-completion-handle-file-name-all-completions): Reorder code
21639         in order to complete for file names only in case there are no
21640         method/user/host completions.  This is necessary for cooperation
21641         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
21643 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
21645         * longlines.el (longlines-search-forward)
21646         (longlines-search-backward): Match any number of spaces.
21648 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
21650         * diff-mode.el (diff-mode): Doc fix.
21652 2005-10-16  David Reitter  <david.reitter@gmail.com>
21654         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21655         as default on darwin and windows systems.
21657 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21659         * arc-mode.el (archive-zip-extract): Doc fix.
21661 2005-10-16  Romain Francoise  <romain@orebokech.com>
21663         * mouse.el (mouse-1-click-follows-link): Doc fix.
21665 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21667         * savehist.el: Don't require CL at runtime.
21668         (savehist-xemacs): Remove.
21669         (savehist-coding-system): Use utf-8 if present, regardless of religion.
21670         (savehist-no-conversion): Use (featurep 'xemacs).
21671         (savehist-load): Check existence of start-itimer rather than XEmacs.
21672         Use an idle timer.
21673         (savehist-process-for-saving): Replace use of CL funs `subseq' and
21674         `delete-if-not'.
21676 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
21678         * savehist.el: Newer version.
21679         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21680         (savehist-last-checksum, savehist-no-conversion): New vars.
21681         (savehist-autosave, savehist-process-for-saving, savehist-printable):
21682         New functions.
21683         (savehist-load, savehist-save): Use them.
21684         (savehist-delimit): Remove.
21686 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21688         * progmodes/compile.el (compilation-goto-locus): Display the
21689         compilation buffer first and the source buffer second, in case they're
21690         in overlapping frames.  Don't raise the compilation frame if it was the
21691         selected window upon entry.  Pass the `other-window' arg to
21692         pop-to-buffer.
21694         * info.el (Info-fontify-node): Use dolist.
21695         Change add-text-properties to put-text-property.
21697 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21699         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21700         bound of search.
21702 2005-10-16  Masatake YAMATO  <jet@gyve.org>
21704         * dabbrev.el (dabbrev-completion): Pass the common
21705         prefix substring of completion to `display-completion-list'.
21707         * filecache.el (file-cache-minibuffer-complete)
21708         (file-cache-complete): Ditto.
21710         * tempo.el (tempo-display-completions): Ditto.
21712         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21714         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21716         * eshell/em-hist.el (eshell-list-history): Ditto.
21718         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21720         * mail/mailalias.el (mail-complete): Ditto.
21722         * progmodes/etags.el (complete-tag): Ditto.
21724         * progmodes/make-mode.el (makefile-complete): Ditto.
21726         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21728         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21730         * progmodes/pascal.el (pascal-complete-word)
21731         (pascal-show-completions): Ditto.
21733         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21735         * simple.el (completion-common-substring): New variable.
21736         (completion-setup-function): Use `completion-common-substring'
21737         to put faces.
21739 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21741         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21742         (x-get-selection, mac-select-convert-to-string): Convert from/to
21743         UTF-16 clipboard data as in native byte order, no BOM.
21745 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
21747         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21748         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21749         (gud-sentinel): Use speedbar-frame to check for speedbar.
21751 2005-10-15  Richard M. Stallman  <rms@gnu.org>
21753         * savehist.el: New file.
21755 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
21757         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21758         Fix bug in \bf fontification.
21760 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
21762         * pcvs.el (cvs-edit-log-files): New var.
21763         (cvs-mode-edit-log): New arg `file'.
21764         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21765         Instead force the use of the original file and nothing else.
21766         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21767         the cvs-minor-wrap-function is set.
21768         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21770 2005-10-14  Bill Wohler  <wohler@newt.com>
21772         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21773         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21774         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21775         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21776         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21777         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21778         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21779         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21780         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21781         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21782         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21783         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21784         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21785         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21786         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21788         * progmodes/gud.el (gud-tool-bar-map): Rename the images
21789         appropriately (for example, gud-break to gud/break).
21791 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
21793         * longlines.el (longlinges-search-function)
21794         (longlines-search-forward, longlines-search-backward): New functions.
21795         (longlines-mode): Set isearch-search-fun-function to
21796         longlinges-search-function.
21798         * mouse.el (mouse-drag-region-1): Handle the case where a
21799         double-click event is bound to an arbitrary function.
21801 2005-10-14  David Ponce  <david@dponce.com>
21803         * recentf.el (recentf-track-opened-file)
21804         (recentf-track-closed-file, recentf-update-menu)
21805         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21806         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21807         mouse-1-click-follows-link.
21809 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21811         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21812         Gnome file-manager.png.  Suggested by
21813         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21815         * toolbar/README: Add diropen.xpm.
21817 2005-10-13  Bill Wohler  <wohler@newt.com>
21819         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21820         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
21822 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21824         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21825         Don't waste the byte-compiler's time on constant data.
21827 2005-10-13  Kenichi Handa  <handa@m17n.org>
21829         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21830         byte with `escape-glyph' face.
21832         * international/fontset.el (ccl-encode-unicode-font):
21833         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21834         Handle the case that ucs-mule-to-mule-unicode translates a character to
21835         ASCII (usually for IPA characters).
21837 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21839         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21840         Don't hide the underline of titles if font-lock-mode is disabled.
21842 2005-10-12  Bill Wohler  <wohler@newt.com>
21844         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
21845         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
21846         files in MH-E-SRC have been updated.
21847         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21849 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21851         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21852         (mixal-mode-syntax-table): Add \n as end-comment.
21853         (mixal-operation-codes-alist): Immediately initialize to full value.
21854         (mixal-add-operation-code): Remove.
21855         (mixal-describe-operation-code): Make the arg non-optional.
21856         Use the interactive spec instead.
21857         Use mixal-operation-codes-alist rather than mixal-operation-codes.
21858         (mixal-font-lock-keywords): Don't highlight comments here any more.
21859         (mixal-font-lock-syntactic-keywords): New var.
21860         (mixal-mode): Use it.  Fix comment-start-skip.
21862 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21864         * startup.el (command-line-x-option-alist): -nb => -nbi.
21866 2005-10-12  Kim F. Storm  <storm@cua.dk>
21868         * startup.el (fancy-splash-default-action): Discard mouse click in
21869         the splash screen window, as it has no sensible meaning in the
21870         next window to be selected.  Fixes error reported by Jan D.
21872 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
21874         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21876 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21878         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21879         Try to fix up minor layout issues like indentation, line break, etc...
21880         (mixal-mode-syntax-table): Don't try to specify comment syntax,
21881         because it doesn't work.
21882         (mixal-operation-codes): Add some more codes.
21883         (mixal-font-lock-keywords): Process comments here.
21884         (mixal-mode): mixasm no longer needs -g option.
21886 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
21888         * progmodes/sh-script.el (sh-tmp-file):
21889         Use mktemp -t.  Finish support for es and rc shells.
21891 2005-10-11  Jay Belanger  <belanger@truman.edu>
21893         * calc/calcalg2.el (calc-integral): With an argument, compute the
21894         definite integral.
21896 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
21898         * mouse.el (mouse-drag-region-1): Don't try to catch a
21899         double-click when doing follow-link (it's overridden anyway).
21901 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
21903         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21904         (autoload-print-form-outbuf): Add docstring.
21906 2005-10-11  Juri Linkov  <juri@jurta.org>
21908         * info.el (Info-mode-menu): Delete menu item "Edit".
21909         (Info-mode): Delete description of Info-edit from docstring,
21910         and rearrange descriptions of Info commands in the order
21911         they are documented in the Info manual.
21913 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21915         * calendar/appt.el (appt-check): Use diary-selective-display var.
21917 2005-10-10  Richard M. Stallman  <rms@gnu.org>
21919         * net/newsticker.el (newsticker-start, newsticker-show-news):
21920         Add autoload cookies.
21922 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
21924         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21926 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
21928         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21930 2005-10-10  Jay Belanger  <belanger@truman.edu>
21932         * calc/calc-arith.el (math-check-known-scalarp)
21933         (math-check-known-matrixp): Check the values of arguments that are
21934         variables.
21935         (math-check-known-square-matrixp): New function.
21936         (math-known-square-matrixp): Use math-check-known-square-matrixp.
21937         (math-super-types): Add sqmatrix type.
21939         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21940         mode name `square' to `sqmatrix'.
21942         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21943         mode name `square' to `sqmatrix'.
21945 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21947         * progmodes/etags.el (select-tags-table-mode): Don't use
21948         selective-display.
21949         (tags-select-tags-table): Pass `button' to the action function.
21950         (select-tags-table): Place the side-info on button properties rather
21951         than in hidden text.  Abbreviate file names.
21952         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21953         (select-tags-table-select): Add `button' argument.
21954         Get side-info from the button property rather than from hidden text.
21956 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
21958         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21959         (gud-speedbar-buttons): Preserve point if possible.
21960         (gud-sentinel): Restore previous speedbar display type.
21962         * progmodes/gdb-ui.el (gdba): Improve diagram.
21963         (def-gdb-auto-update-handler, gdb-info-locals-handler)
21964         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21965         Call get-buffer-window once.
21967 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21969         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21970         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21971         (pascal-indent-command): Remove unused var `ind'.
21972         (pascal-indent-case): Remove unused var `oldpos'.
21973         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21974         since it's now used as a proper minor mode map.
21975         (pascal-outline): Rename to pascal-outline-mode.
21976         (pascal-outline-mode): Use define-minor-mode.
21977         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21978         selective-display.
21980 2005-10-10  Andreas Schwab  <schwab@suse.de>
21982         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21983         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
21985         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21986         outside source directory.
21988 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
21990         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21991         C-x' as a prefix.
21992         (orgtbl-mode-map): Full keymap instead of sparse, because all
21993         `self-insert-command' keys are redefined in this map.
21994         (org-export-as-html): Specify charset for HTML file, by taking it
21995         from the coding system.
21997 2005-10-10  Kenichi Handa  <handa@m17n.org>
21999         * textmodes/flyspell.el (flyspell-check-word-p):
22000         If unread-command-events is non-empty, don't call sit-for.
22002 2005-10-09  Richard M. Stallman  <rms@gnu.org>
22004         * font-lock.el (font-lock-syntactic-keywords)
22005         (font-lock-keywords): Doc fixes.
22007         * textmodes/flyspell.el (flyspell-external-point-words):
22008         Simplify logic, and don't try to check for consecutive appearances
22009         of one incorrect word.
22011 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
22013         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
22014         separator.
22016         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
22017         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
22018         (gud-expansion-speedbar-buttons): New function.
22019         (gud-speedbar-buttons): Check for gud-comint-buffer.
22021 2005-10-09  Bill Wohler  <wohler@newt.com>
22023         * Makefile.in (updates): Add mh-loaddefs dependency.
22025 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
22027         * speedbar.el (speedbar-file-key-map): Fix typo.
22029 2005-10-09  Daniel Brockman  <daniel@brockman.se>
22031         * cus-start.el (line-spacing): Add custom spec.
22033 2005-10-09  Romain Francoise  <romain@orebokech.com>
22035         * textmodes/ispell.el (ispell-check-version): Fix last change.
22037 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22039         * term/x-win.el: Remove -i, --icon-type from comment.
22041         * startup.el (command-line-x-option-alist): Remove options -i,
22042         -itype, --icon-type, added -nb, --no-bitmap-icon.
22044 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
22046         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
22047         instead of :active.
22049 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22051         * textmodes/ispell.el (ispell-check-version):
22052         Ignore hyphen, and all that follows, in aspell's version text.
22054 2005-10-08  Jay Belanger  <belanger@truman.edu>
22056         * calc/calc-arith.el (math-known-square-matrixp): New function.
22057         (math-pow-fancy): Check for matrices before distributing exponent
22058         across products.
22060         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
22061         fullscreen keypad.  Suggested by Luc Teirlinck.
22062         (calc-keypad-show-input): Add space for formatting.
22064         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
22065         Add square matrix option.
22067         * calc/calc-poly.el (math-expand-term): Check for matrices instead
22068         of checking calc-matrix-mode when deciding how to expand.
22070         * calc/calc.el (calc-set-mode-line): Add square matrix option.
22072 2005-10-08  Lars Hansen  <larsh@soem.dk>
22074         * net/tramp.el (tramp-perl-directory-files-and-attributes):
22075         Add error handling.
22076         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
22078 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
22080         Sync with Tramp 2.0.51.
22082         * net/tramp.el (tramp-handle-set-visited-file-modtime)
22083         (tramp-handle-insert-file-contents, tramp-handle-write-region):
22084         Insert special handling for `last-coding-system-used', again
22085         it still seems to be necessary (unlike stated before).
22086         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
22087         (tramp-password-prompt-regexp): There might be other words before
22088         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
22089         (tramp-chunksize): Improve docstring.
22090         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
22091         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
22092         Christian Joergensen <bugs@razor.dk>.
22094 2005-10-07  Glenn Morris  <rgm@gnu.org>
22096         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
22097         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
22098         precision'.
22100 2005-10-07  Romain Francoise  <romain@orebokech.com>
22102         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
22103         (ibuffer-do-shell-command-pipe-replace)
22104         (ibuffer-do-shell-command-file, ibuffer-do-eval)
22105         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
22106         (ibuffer-do-revert, ibuffer-do-replace-regexp)
22107         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
22108         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
22109         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
22110         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
22111         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
22112         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
22113         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
22114         Autoload file sans suffix.
22116         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
22118 2005-10-07  David Ponce  <david@dponce.com>
22120         * recentf.el (recentf-menu-open-all-flag): New option.
22121         (recentf-digit-shortcut-command-name): New function.
22122         (recentf--shortcuts-keymap): New variable.
22123         (recentf-menu-shortcuts): New variable.
22124         (recentf-make-menu-items): Initialize it.  Replace the "More..."
22125         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
22126         (recentf-menu-value-shortcut): New function.
22127         (recentf-make-menu-item): Use it.  No more in-lined.
22128         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
22129         (recentf-open-most-recent-file): Rename from
22130         `recentf-open-file-with-key'.  Don't depend on key binding.
22131         (recentf-mode-map): New variable.
22132         (recentf-mode): Use it.
22134 2005-10-06  Bill Wohler  <wohler@newt.com>
22136         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
22138         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
22139         (MH-E-SRC): New.  Used by mh-autoloads.
22140         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
22141         files in MH-E-SRC have been updated.
22142         (compile, recompile, bootstrap): Depend on mh-autoloads.
22144 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
22146         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
22147         gud-break and gud-remove icons when the fringe is not available.
22149         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
22150         Typo.
22152 2005-10-06  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>
22154         * play/zone.el (zone): Wrap body with save-window-excursion.
22156 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
22158         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
22159         Use the new `list-only' arg to diary-list-entries.
22161         * calendar/diary-lib.el: Use overlays rather than selective-display.
22162         (diary-selective-display): New var.
22163         (diary-header-line-format): Use it.
22164         (diary-list-entries): Add argument `list-only'.
22165         Put the buffer in diary-mode.  Don't add \^M at beg and end.
22166         Replace \^M by invisible overlays.
22167         (diary-unhide-everything): Replace \^M by invisible overlays.
22168         (print-diary-entries): Look for overlays rather than \^M.
22169         Add a space to the temp buffer name.
22170         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
22171         Put the buffer in diary-mode.
22172         (list-sexp-diary-entries): Replace \^M by invisible overlays.
22173         (diary-anniversary): Make the year arg optional.
22174         (diary-time-regexp): New const.
22175         (diary-font-lock-keywords): Use it to accept a few more time formats.
22177         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
22179 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
22181         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
22182         Fix bug introduced 2005-07-03: Use (car (last ...))
22183         to faithfully reproduce replaced artist-last.
22184         (artist-set-arrow-points-for-poly): Likewise.
22185         Suggested by Johan Bockg\e,Ae\e(Brd.
22187 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
22189         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
22190         * wid-edit.el (widget):
22191         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
22192         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
22194 2005-10-06  Kenichi Handa  <handa@m17n.org>
22196         * international/mule-cmds.el (set-language-environment):
22197         Fix setting up of case-table for unibyte mode.
22199         * simple.el (what-cursor-position): If the character is displayed
22200         by some `display' text property, show that.  Don't use
22201         single-key-description for eight-bit characters in multibyte mode.
22203 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
22205         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
22206         (gdb-ann3): Set it.
22207         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
22208         (gdb-info-frames-custom): Use inverse-video for first five
22209         characters of selected frame only.
22210         (gdb-get-frame-number): Select frame even when point is on frame
22211         number.
22213 2005-10-06  Masatake YAMATO  <jet@gyve.org>
22215         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
22216         Put `font-lock-function-name-face'.
22217         (gdb-info-frames-custom): Put `font-lock-function-name-face'
22218         and `font-lock-variable-name-face'
22219         (gdb-registers-font-lock-keywords): New font lock keywords definition.
22220         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
22221         (gdb-memory-font-lock-keywords): New font lock keywords definition.
22222         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
22223         (gdb-local-font-lock-keywords): New font lock keywords definition.
22224         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
22225         (gdb-threads-font-lock-keywords): New font lock keywords definition.
22226         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
22228 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
22230         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
22231         (ediff-merge-region-is-non-clash-to-skip): Previously called
22232         ediff-merge-region-is-non-clash.
22234         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
22235         Use insert-buffer-substring.
22237         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
22238         selecting files to patch.  Also bug fixes.
22240         * ediff-util.el (ediff-setup): Bug fix.
22241         (ediff-next-difference): Never skip clashes that differ in white
22242         space only.
22244         * ediff-wind.el (ediff-setup-control-frame)
22245         (ediff-destroy-control-frame): Check the menubar feature.
22247         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
22248         (viper-refresh-mode-line): Use make-local-variable to localize
22249         some vars instead of make-variable-buffer-local.  Suggested by
22250         Stefan Monnier.
22252         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
22253         (viper-restore-cursor-type, viper-set-insert-cursor-type):
22254         Use make-local-variable instead of make-variable-buffer-local.
22255         Suggested by Stefan Monnier.
22257         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
22258         (viper-comint-mode-hook): Use make-local-variable on
22259         require-final-newline.
22260         (viper-non-hook-settings): Don't use make-variable-buffer-local.
22262 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22264         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
22265         also the second char of a comment-start sequence.
22266         (scheme-sexp-comment-syntax-table): New var.
22267         (lambda, define): Set their scheme-doc-string-elt property.
22268         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
22269         Use lisp-font-lock-syntactic-face-function now that it properly
22270         handles |...| symbols.
22271         (scheme-mode-variables): Set lisp-doc-string-elt-property,
22272         parse-sexp-lookup-properties and font-lock-extra-managed-props.
22274         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
22275         bit from # to |.
22276         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
22278         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
22279         (lisp-doc-string-elt-property): New var.
22280         (lisp-font-lock-syntactic-face-function): Use it.
22281         Rewrite to recognize docstrings even for forms not at toplevel.
22283         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
22284         annotation on the | part of #| rather than on the # part.
22285         (scheme-font-lock-syntactic-face-function): New function, to
22286         distinguish strings from |...| symbols.
22287         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
22288         syntax-table so that #|...|# is properly highlighted.
22290         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
22291         Don't mark as docstring the 3rd elem of an unknown toplevel form.
22293 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22295         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
22296         and C-e.
22298         * emacs-lisp/eldoc.el: Move comments into docstrings.
22299         (eldoc-message-commands): Initialize in its declaration.
22300         Add move-beginning-of-line and move-end-of-line.
22301         (eldoc-add-command, eldoc-add-command-completions)
22302         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
22304         * outline.el (outline-mark-subtree): Activate the mark.
22306         * calendar/appt.el (appt-time-regexp): New var.
22307         (appt-add, appt-make-list): Use it.
22308         (appt-convert-time): Clean up.
22310         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
22311         Don't set any syntax-table property here.
22312         (tex-font-lock-verb): New function.  Do it here.
22313         (tex-font-lock-syntactic-keywords): Use it.
22315 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22317         * wid-edit.el (widget-file-complete): Get the widget start point
22318         the right way.  Default directory to `/' if file has none.
22320         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
22322         * textmodes/flyspell.el (flyspell-mode-on):
22323         Call ispell-maybe-find-aspell-dictionaries.
22325         * textmodes/ispell.el (ispell-word, ispell-region):
22326         Call ispell-maybe-find-aspell-dictionaries.
22327         (ispell-accept-buffer-local-defs):
22328         Don't call ispell-maybe-find-aspell-dictionaries.
22330 2005-10-04  Richard M. Stallman  <rms@gnu.org>
22332         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
22334 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
22336         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
22337         instead of `fboundp' in order to allow for anonymous functions.
22339 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
22341         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
22342         case the user clicks on the link while another window is selected.
22343         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
22345         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
22346         functionality.
22347         (dframe-help-echo): Save point in case mouse tracking is off.
22349 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
22351         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
22353 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22355         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
22356         not change the global value of those vars.
22358         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
22359         make-local-variable which we do not need any more.
22361 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
22363         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
22364         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
22365         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
22366         (speedbar-path-line): Define obsolete aliases.
22367         (speedbar-line-directory): Doc fix.
22369         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
22370         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
22371         instead of speedbar-line-path.
22373 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22375         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
22376         to nil if dropping on a window.  Handle dropping on a minibuffer window
22377         like dropping on a non-window part of Emacs.
22379 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22381         * net/ange-ftp.el: Use with-current-buffer.
22382         (ange-ftp-insert-directory): Do not follow symlinks any more.
22384         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
22385         Remove interactive spec.
22387 2005-10-03  Kim F. Storm  <storm@cua.dk>
22389         * ido.el (ido-mode): Use custom-initialize-set.
22391 2005-10-02  Richard M. Stallman  <rms@gnu.org>
22393         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
22394         Use insert-buffer-substring.
22396         * net/tramp.el: Pacify byte compiler warnings in pacification code.
22397         (tramp-handle-file-local-copy): Use insert-buffer-substring.
22399 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22401         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
22402         in last change.
22403         (ange-ftp-insert-directory): Fix up the search for the case where
22404         `file' is absolute.
22406 2005-10-02  Romain Francoise  <romain@orebokech.com>
22408         * progmodes/compile.el (compile-goto-error): Delete extra paren.
22410 2005-10-02  Andreas Schwab  <schwab@suse.de>
22412         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
22413         directory component in the session info.
22415 2005-10-01  Richard M. Stallman  <rms@gnu.org>
22417         * comint.el (comint-redirect-subvert-readonly): Doc fix.
22419         * simple.el (next-error-internal): New function.
22421         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
22422         (compilation-start): Pass new arg to compilation-buffer-name.
22423         (compile-goto-error): Use next-error-internal.
22425 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22427         * speedbar.el: Remove RCS tag.
22428         (speedbar-check-read-only): Handle non-existent files.
22430         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
22432         * info.el (Info-speedbar-hierarchy-buttons)
22433         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
22435 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22437         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
22438         Do not match newline.
22439         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
22440         (bibtex-summary): Remove unnecessary save-excursion.
22441         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
22443 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
22445         * term/mac-win.el: Add charset info for "iso10646-1".
22446         Modify default fontset to use ATSUI-compatible fonts for some charsets
22447         if available.
22449 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
22451         * speedbar.el: Re-apply arch tag.
22452         (speedbar-version): Rename to version 1.0.  Suggested by Eric
22453         M. Ludlam.
22454         Reapply two changes from Emacs CVS' version of speedbar lost
22455         during the merge:
22456         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
22457         (speedbar-frame-parameters): Improve customize type.
22459 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22461         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
22462         (ange-ftp-file-directory-p): Fix the symlink case.
22463         (ange-ftp-insert-directory): When listing a single file, get a list of
22464         the parent buffer and extract the relevant line.  Inspired from a patch
22465         by Katsumi Yamaoka <yamaoka@jpl.org>.
22466         (ange-ftp-file-name-sans-versions): Simplify.
22468 2005-09-30  Bill Wohler  <wohler@newt.com>
22470         Move MH-E image files from toolbar and mail directories into
22471         etc/images.
22473         * mail/reply2.*: Move to etc/images/mail/reply*.
22475         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
22476         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
22477         etc/images.
22479         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
22480         * toolbar/reply*: Move to etc/images/mail.
22482         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
22484 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
22486         * speedbar.el: New version 1.0pre3.
22488         Frame management code (including timer, and mouse click specifics)
22489         moved to dframe.el:
22490         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
22491         (speedbar-timer): Removed.  Use dframe-timer.
22492         (speedbar-close-frame): Removed.  Use dframe-close-frame.
22493         (speedbar-activity-change-focus-flag): Removed.  Use
22494         dframe-activity-change-focus-flag.
22495         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
22496         dframe-update-speed.
22498         (speedbar-current-frame): New macro.  Use this instead of the
22499         variable speedbar-frame.
22501         (speedbar-use-images, speedbar-expand-image-button-alist)
22502         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
22504         (speedbar-find-image-on-load-path): Removed.  Replaced by
22505         defezimage in ezimage.el.
22506         (speedbar-expand-image-button-alist): Removed.  Replaced by
22507         ezimage-expand-image-button-alist in ezimage.el.
22509         (speedbar-ignored-directory-regexp)
22510         (speedbar-add-ignored-directory-regexp)
22511         (speedbar-ignored-directory-expressions)
22512         (speedbar-line-directory, speedbar-buffers-line-directory)
22513         (speedbar-directory-line, speedbar-buffers-line-directory):
22514         Renamed, replacing `path' with `directory'.
22516         (speedbar-create-directory, speedbar-expand-line-descendants)
22517         (speedbar-toggle-line-expansion)
22518         (speedbar-contract-line-descendants): New commands.
22520         (speedbar-query-confirmation-method, speedbar-select-frame-method)
22521         (speedbar-use-tool-tips-flag): New options.
22523         (speedbar-check-read-only, speedbar-require-version)
22524         (speedbar-insert-separator, speedbar-buffers-tail-notes)
22525         (speedbar-handle-delete-frame, speedbar-try-completion)
22526         (speedbar-update-localized-contents): New functions.
22528         (speedbar-incompatible-version, speedbar-ro-to-do-point)
22529         (speedbar-object-read-only-indicator): New variables.
22531         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
22532         New hooks.
22534         (speedbar-separator-face): New face.
22536         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
22537         (speedbar-ignored-modes): Add fundamental-mode.
22538         (speedbar-directory-unshown-regexp): Add . directories.
22540         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
22541         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
22542         `]' for full expand/close.
22543         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
22545         (speedbar-check-vc): Support hidden files.
22546         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
22547         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
22548         state is nil, it is not checked out.
22550         (speedbar-line-text, speedbar-line-token): Support expand buttons
22551         with no text.
22552         (speedbar-refresh): Universal argument acts as power-click.
22553         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
22554         that buffer to get variable values.
22556         And many other bugfixes.
22558         * dframe.el, ezimage.el, sb-image.el: New files.
22560         * sb-*.xpm: Remove files.  New image files installed into
22561         etc/images/ezimage.
22563 2005-09-30  Kenichi Handa  <handa@m17n.org>
22565         * ps-mule.el (ps-mule-show-warning): If a character is in
22566         ps-print-translation-table, don't treat it as non-printable.
22568 2005-09-30  David Ponce  <david@dponce.com>
22570         * tree-widget.el (tree-widget-themes-load-path): New variable.
22571         (tree-widget-themes-directory): Doc fix.
22572         (tree-widget-image-formats) [Emacs]: Doc fix.
22573         (tree-widget--locate-sub-directory): New function.
22574         (tree-widget-themes-directory): Use it.
22576         * recentf.el (recentf-filename-handlers): Rename from
22577         `recentf-filename-handler'.  Allow a list of functions.
22578         (recentf-menu-items-for-commands): Fix :help strings.
22579         (recentf-apply-filename-handlers): New function.
22580         (recentf-expand-file-name): Use it.
22581         (recentf-cleanup): Remove duplicates too.
22583 2005-09-29  Juri Linkov  <juri@jurta.org>
22585         * faces.el: Rearrange face definitions to be in the same order as
22586         their face descriptions in "(emacs)Standard Faces".
22588         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22590         * tooltip.el (tooltip): Add group `basic-faces'.
22592         * buff-menu.el (Buffer-menu-buffer): Remove group
22593         `font-lock-highlighting-faces'.
22595         * progmodes/compile.el (compilation-error, compilation-warning)
22596         (compilation-info, compilation-line-number, compilation-column-number):
22597         Change group from `font-lock-highlighting-faces' to `compilation'.
22599         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22600         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22601         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22602         (vhdl-font-lock-reserved-words-face)
22603         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22604         `font-lock-highlighting-faces'.
22606         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22608 2005-09-28  Kim F. Storm  <storm@cua.dk>
22610         * emulation/cua-base.el: Set CUA move property on additional commands:
22611         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22612         forward-sexp, backward-sexp, forward-list, backward-list.
22614 2005-09-28  Romain Francoise  <romain@orebokech.com>
22616         * comint.el (comint-show-output): Really set point at the
22617         beginning of the output when not using `comint-use-prompt-regexp'.
22619 2005-09-27  Jay Belanger  <belanger@truman.edu>
22621         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22622         in TeX mode.
22624 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
22626         * textmodes/org.el (org-table-sum): Fix format string.
22628         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22629         Quote face names.
22631 2005-09-26  Romain Francoise  <romain@orebokech.com>
22633         * isearch.el (isearch-forward-regexp): Close doc string.
22635 2005-09-25  Richard M. Stallman  <rms@gnu.org>
22637         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22639         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22641         * progmodes/compile.el (compilation-error-properties):
22642         When getting the file from the previous error message,
22643         correctly decode the new data format.
22645         * progmodes/cc-cmds.el (c-electric-paren):
22646         Call old-blink-paren only for close-paren.
22648 2005-09-24  Andreas Schwab  <schwab@suse.de>
22650         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22651         condition.
22653 2005-09-25  Romain Francoise  <romain@orebokech.com>
22655         * dired-aux.el (dired-copy-file-recursive):
22656         * dired.el (dired-delete-file):
22657         * ediff-mult.el (ediff-dir-diff-copy-file):
22658         * ediff-util.el (ediff-test-save-region):
22659         * forms.el (forms-mode):
22660         * ido.el (ido-file-internal, ido-delete-file-at-head):
22661         * log-edit.el (log-edit-done):
22662         * ses.el (ses-yank-resize):
22663         * play/gomoku.el (gomoku-human-plays, gomoku)
22664         (gomoku-human-resigns, gomoku-prompt-for-other-game)
22665         (gomoku-offer-a-draw):
22666         * play/landmark.el (lm-human-resigns, lm):
22667         * net/eudcb-ldap.el (eudc-ldap-check-base):
22668         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22669         * progmodes/ebrowse.el (ebrowse-find-pattern):
22670         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22671         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22672         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22674         * vc.el (vc-delete-file):
22675         * play/gomoku.el (gomoku-terminate-game, gomoku)
22676         (gomoku-prompt-for-move, gomoku-human-takes-back):
22677         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22678         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22680 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
22682         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22683         color rxvt terminals by using the code xterm.el used to use before
22684         2005-04-09 in order to match the colors used by rxvt.
22686 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22688         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22689         colors rxvt-unicode terminals by using the same code as xterm.el.
22691 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22693         * textmodes/tex-mode.el (tex-font-lock-append-prop)
22694         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22695         new symbol used for the tex-verbatim face.
22697 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
22699         * woman.el (woman-file-name):
22700         * wid-edit.el (widget-file-prompt-value)
22701         (widget-coding-system-prompt-value):
22702         * w32-fns.el (set-w32-system-coding-system):
22703         * vc.el (vc-version-diff, vc-annotate):
22704         * textmodes/reftex-auc.el (reftex-arg-cite)
22705         (reftex-arg-index-tag):
22706         * textmodes/refer.el (refer-get-bib-files):
22707         * textmodes/artist.el (artist-figlet-choose-font):
22708         * terminal.el (terminal-emulator):
22709         * replace.el (occur-read-primary-args):
22710         * rect.el (string-rectangle, string-insert-rectangle):
22711         * ps-print.el (ps-print-preprint):
22712         * progmodes/pascal.el (pascal-goto-defun):
22713         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22714         * progmodes/compile.el (compilation-find-file):
22715         * printing.el (pr-interactive-n-up):
22716         * play/animate.el (animate-birthday-present):
22717         * net/rcompile.el (remote-compile):
22718         * man.el (man, Man-goto-section, Man-follow-manual-reference):
22719         * mail/rmailsum.el (rmail-summary-search-backward)
22720         (rmail-summary-search):
22721         * mail/rmailout.el (rmail-output-read-rmail-file-name)
22722         (rmail-output-read-file-name):
22723         * mail/rmail.el (rmail-search, rmail-search-backwards):
22724         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22725         * locate.el (locate):
22726         * international/quail.el (quail-show-keyboard-layout):
22727         * international/mule.el (set-buffer-file-coding-system)
22728         (revert-buffer-with-coding-system, set-file-name-coding-system)
22729         (set-terminal-coding-system, set-keyboard-coding-system)
22730         (set-next-selection-coding-system):
22731         * international/mule-diag.el (describe-coding-system)
22732         (describe-font, describe-fontset):
22733         * international/mule-cmds.el (universal-coding-system-argument)
22734         (search-unencodable-char, describe-input-method)
22735         (set-language-environment, describe-language-environment):
22736         * international/codepage.el (codepage-setup):
22737         * international/code-pages.el (codepage-setup):
22738         * info.el (Info-search, Info-follow-reference)
22739         (Info-search-backward):
22740         * emacs-lisp/advice.el (ad-read-advised-function)
22741         (ad-read-advice-class, ad-clear-cache, ad-activate)
22742         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22743         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22744         (ad-read-regexp):
22745         * ediff-util.el (ediff-toggle-regexp-match):
22746         * ediff-ptch.el (ediff-prompt-for-patch-file):
22747         * dired-aux.el (dired-diff):
22748         * diff.el (diff):
22749         * cus-edit.el (custom-variable-prompt):
22750         * calendar/timeclock.el (timeclock-ask-for-project):
22751         * calc/calcalg3.el (calc-get-fit-variables):
22752         * calc/calc-store.el (calc-edit-variable)
22753         (calc-permanent-variable):
22754         * vc-mcvs.el (vc-mcvs-register):
22755         * shadowfile.el (shadow-define-literal-group):
22756         * woman.el (woman-file-name):
22757         * vc.el (vc-version-diff, vc-merge):
22758         * textmodes/reftex-index.el (reftex-index-complete-tag):
22759         * format.el (format-decode-buffer, format-decode-region):
22760         * emulation/viper-cmd.el (viper-read-string-with-history):
22761         * emacs-lisp/debug.el (cancel-debug-on-entry):
22762         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22763         * ediff.el (ediff-merge-revisions)
22764         (ediff-merge-revisions-with-ancestor, ediff-revision):
22765         * completion.el (interactive-completion-string-reader):
22766         * calc/calc-prog.el (calc-user-define-formula):
22767         Follow convention for reading with the minibuffer.
22769 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
22771         * progmodes/python.el (python-describe-symbol): Add globals() and
22772         locals() to the arguments of emacs.ehelp.
22774 2005-09-24  Magnus Henoch  <mange@freemail.hu>
22776         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22777         New function, code extracted from ispell-valid-dictionary-list.
22778         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22779         Call it.
22781 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
22783         * subr.el (version-regexp-alist): Extend valid syntax for version
22784         strings: allow any of the characters -,_,+ to separate the
22785         alpha/beta/rc part from the version part.  Doc fix.
22786         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
22788 2005-09-23  David Reitter  <david.reitter@gmail.com>
22790         * mail/mailclient.el: New file.
22792 2005-09-23  Richard M. Stallman  <rms@gnu.org>
22794         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22795         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22796         Doc fixes.
22798         * progmodes/cc-mode.el (c-font-lock-init):
22799         Specify font-lock-lines-before.
22801 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22803         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22804         whole conflict.
22806 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
22808         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22809         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
22810         of `remap' feature when available.  Additional key bindings for
22811         better tty support.
22812         (org-mode-restart, org-force-self-insert): New commands.
22813         (org-time-stamp-inactive): New command.
22814         (org-remap): New function.
22815         (org-table-auto-blank-field, org-level-color-stars-only): New options.
22816         (org-enable-fixed-width-editor): Move to `org-structure'
22817         customization group.
22818         (org-self-insert-command, orgtbl-self-insert-command): Modify to
22819         blank field after field motion commands.
22821 2005-09-23  Kenichi Handa  <handa@m17n.org>
22823         * international/mule-cmds.el (set-language-environment):
22824         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22825         have to call utf-translate-cjk-load-tables.
22827 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22829         * mouse.el (mouse-move-drag-overlay): Fix last change.
22831 2005-09-22  David Ponce  <david@dponce.com>
22833         * tree-widget.el (tree-widget-value-create): Fix previous change.
22835 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22837         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22839 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
22841         * mouse.el (mouse-move-drag-overlay): New function.
22842         (mouse-drag-region-1): Use it.
22843         Try to simplify a bit the state handling.  Handle clicks on links
22844         inside intangible areas.
22845         (mouse-save-then-kill): Minor simplification.
22846         (mouse-secondary-overlay): Make it always non-nil instead of
22847         recreating it each time.
22848         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22849         (mouse-kill-secondary, mouse-secondary-save-then-kill):
22850         Simplify accordingly.
22852 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
22854         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22856 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
22858         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22859         (ediff-file-name-sans-prefix): Treat nil as an empty string.
22860         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22861         to patch.
22863         * ediff-util.el: Use insert-buffer-substring.
22865         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22867         * emulation/viper-cmd.el (viper-change-state): Don't move over the
22868         field boundaries in the minibuffer.
22869         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22870         (viper-minibuffer-post-command-hook): New hook.
22871         (viper-line): Don't move cursor at bolp.
22873         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22875         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22876         avoid compiler warnings.
22878         * emulation/viper-macs.el (ex-map): Better messages.
22880         * emulation/viper-utils.el (viper-beginning-of-field): New function.
22882         * emulation/viper.el: Replace make-variable-buffer-local with
22883         viper-make-variable-buffer-local everywhere, to avoid warnings.
22885 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22887         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22888         Delete unused var `old-selected-window'.
22889         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22890         (mouse-drag-secondary): Delete unused var `start-frame'.
22892 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
22894         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22896 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22898         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22899         Re-indent within 80 columns.  Use inhibit-read-only.
22901 2005-09-19  Romain Francoise  <romain@orebokech.com>
22903         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22905 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22907         * font-lock.el (font-lock-default-fontify-region): Don't add a line
22908         unconditionally, since the after-change-function already did it.
22910 2005-09-19  Miles Bader  <miles@gnu.org>
22912         * net/newsticker.el: Get rid of CVS keyword.
22914 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
22916         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22917         The prompt is formatted later.
22919 2005-09-19  David Ponce  <david@dponce.com>
22921         * tree-widget.el (tree-widget-value-create): Save the converted
22922         tree :node widget.
22924 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
22926         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22927         variable `message'.
22929 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
22931         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22932         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
22933         <slawomir.nowaczyk.847@student.lu.se>.
22935 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
22937         * image.el (image-load-path): Use symbol `data-directory' instead
22938         of its value, for backward compatibility with packages that bind
22939         it during `find-image'.  Suggested by Katsumi Yamaoka.
22940         (image-search-load-path): Handle symbols whose values are strings.
22942 2005-09-18  Romain Francoise  <romain@orebokech.com>
22944         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22945         with-current-buffer form in save-excursion.
22947 2005-09-18  Deepak Goel  <deego@gnufans.org>
22949         * apropos.el (apropos-command): Fix `message' call: first arg
22950         should be a format spec.  In this and all other cases that appear
22951         below and elsewhere in the source code, I made a change only when
22952         two conditions were satisfied: [1] I can think of a possibility
22953         that the arguments would cause an error, for example, the code in
22954         question relies on external variables such as filenames.  [2] I
22955         was sure that the arg to `message' could not have been nil in the code.
22957         * textmodes/tildify.el (tildify-region): Ditto.
22959         * textmodes/reftex-index.el (reftex-index-change-entry)
22960         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22961         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22962         * textmodes/org.el (org-complete, org-deadline, org-schedule)
22963         (org-priority, org-table-sum):
22964         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22965         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22966         (flyspell-word, flyspell-display-next-corrections):
22967         * textmodes/bibtex.el (bibtex-print-help-message):
22968         * textmodes/artist.el (artist-key-set-point-poly):
22969         * term/mac-win.el (mac-services-insert-text):
22970         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22971         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22972         (vhdl-port-paste-testbench, vhdl-compose-new-component)
22973         (vhdl-compose-configuration):
22974         * progmodes/sh-script.el (sh-blink, sh-show-indent)
22975         (sh-set-indent, sh-learn-line-indent):
22976         * progmodes/ps-mode.el (ps-mode-target-column):
22977         * progmodes/idlwave.el (idlwave-make-tags)
22978         (idlwave-scan-library-catalogs):
22979         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22980         * progmodes/gud.el (gud-jdb-analyze-source):
22981         * progmodes/flymake.el (flymake-log):
22982         * progmodes/ebnf2ps.el (ebnf-generate-region):
22983         * progmodes/cmacexp.el (c-macro-expansion):
22984         * progmodes/ada-xref.el (ada-treat-cmd-string):
22985         * progmodes/ada-mode.el (ada-create-case-exception-substring)
22986         (ada-justified-indent-current, ada-batch-reformat):
22987         * play/zone.el (zone):
22988         * play/landmark.el (lm-move):
22989         * play/decipher.el (decipher-show-alphabet):
22990         * net/newsticker.el (newsticker--display-jump)
22991         (newsticker--display-scroll):
22992         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22993         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22994         * mail/feedmail.el (feedmail-dump-message-to-queue):
22995         * eshell/esh-proc.el (eshell-remove-process-entry):
22996         * emulation/ws-mode.el (ws-last-error):
22997         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22998         (viper-record-kbd-macro):
22999         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
23000         * emacs-lisp/lisp-mnt.el (lm-report-bug):
23001         * emacs-lisp/find-func.el (find-function-noselect):
23002         * calendar/timeclock.el (timeclock-status-string)
23003         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
23004         (timeclock-when-to-leave-string):
23005         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
23006         * calc/calc-units.el (calc-enter-units-table):
23007         * calc/calc-mode.el (calc-mode-record-mode):
23008         * woman.el (woman-mini-help):
23009         * wdired.el (wdired-change-to-wdired-mode):
23010         * vc.el (vc-retrieve-snapshot):
23011         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
23012         * startup.el (display-startup-echo-area-message):
23013         * simple.el (set-goal-column):
23014         * ses.el (ses-command-hook, ses-recalculate-cell):
23015         * server.el (server-process-filter):
23016         * printing.el (pr-interface-txt-print, pr-interface-printify)
23017         (pr-interface-ps):
23018         * pcvs.el (cvs-help):
23019         * log-edit.el (log-edit, log-edit-mode-help):
23020         * iswitchb.el (iswitchb-possible-new-buffer):
23021         * isearch.el (isearch-edit-string):
23022         * image-mode.el (image-mode, image-minor-mode):
23023         * ibuf-macs.el (define-ibuffer-filter):
23024         * hi-lock.el (hi-lock-find-patterns):
23025         * files.el (toggle-read-only):
23026         * ediff-util.el (ediff-copy-diff)
23027         (ediff-write-merge-buffer-and-maybe-kill):
23028         * echistory.el (Electric-history-undefined):
23029         * dnd.el (dnd-insert-text):
23030         * dired-aux.el (dired-query):
23031         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
23032         * bookmark.el (bookmark-bmenu-locate):
23033         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
23034         Fix `message' calls to ensure first arg is a format string.
23035         The change was made only when these two conditions were satisfied:
23036         [1] when there is a possibility that the arguments would cause an error
23037         for example, if the code in question relies on external variables
23038         such as filenames, and
23039         [2] if the arg to `message' could not have been nil in the code.
23041         * pcomplete.el (pcomplete--help): Fix `message' format spec.
23042         Not having a %s would be weird, though not technically wrong.
23044 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23046         * term/mac-win.el (mac-add-charset-info): Doc fix.
23048 2005-09-17  Romain Francoise  <romain@orebokech.com>
23050         * shell.el (shell-resync-dirs): Handle echoing processes more
23051         reliably.  Don't insert resync command if `comint-process-echoes'
23052         is non-nil.
23054 2005-09-17  Magnus Henoch  <mange@freemail.hu>
23056         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
23057         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
23058         aspell versions >= 0.60.
23059         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
23060         only if ispell-aspell-supports-utf8 is non-nil.
23062 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
23064         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
23065         buffer-local value to lisp-indent-function.
23067 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
23069         * progmodes/glasses.el (glasses-make-readable): If
23070         glasses-separator differs from underscore, put appropriate
23071         overlays over underscore characters.
23072         (glasses-convert-to-unreadable): If glasses-separator differs from
23073         underscore, try to convert glasses-separator characters to
23074         underscores.
23076 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23078         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
23079         Use with-syntax-table and dolist.
23081 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
23083         * textmodes/reftex-auc.el:
23084         * textmodes/reftex-cite.el:
23085         * textmodes/reftex-dcr.el:
23086         * textmodes/reftex-global.el:
23087         * textmodes/reftex-parse.el:
23088         * textmodes/reftex-ref.el:
23089         * textmodes/reftex-sel.el:
23090         * textmodes/reftex-toc.el:
23091         * textmodes/reftex-vars.el:
23092         * textmodes/reftex.el: Small changes to remove compiler warnings.
23094         * textmodes/reftex-index.el: Likewise.
23095         (reftex-query-index-phrase): More efficient use of markers.
23097 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23099         * image.el (image-load-path): New variable.
23100         (image-search-load-path): New function.
23101         (find-image): Search for images in `image-load-path'.
23103 2005-09-15  Richard M. Stallman  <rms@gnu.org>
23105         * follow.el: Change Maintainer field.
23107 2005-09-15  David Ponce  <david@dponce.com>
23109         * recentf.el (recentf-save-file-modes): New option.
23110         (recentf-save-list): Use it.
23112 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
23114         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
23115         (mode-line-mule-info, mode-line-modified): Move bindings from
23116         mouse-3 to mouse-1.
23118 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
23120         * simple.el (sendmail-user-agent-compose): Revert last change.
23122 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23124         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
23125         Use with-current-buffer.
23126         (ange-ftp-gwp-start): Remove unused var `gw-user'.
23127         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
23128         (ange-ftp-insert-directory): Remove unused var `short'.
23129         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
23131         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
23132         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
23134         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
23135         (check-calendar-holidays, diary-list-entries): Autoload.
23136         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
23137         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
23139         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
23140         which mistakenly removed a call to display-buffer.
23142 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
23144         * obsolete/iso-insert.el: Move to obsolete/ from international/.
23146 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
23148         * progmodes/hideshow.el
23149         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
23150         (hs-allow-nesting): New user var.
23151         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
23152         (hs-hide-block-at-point): When nesting allowed,
23153         if there is already an overlay in place, delete it.
23154         (hs-safety-is-job-n): Delete func; remove call sites.
23155         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
23156         (hs-overlay-at): New func.
23157         (hs-already-hidden-p, hs-show-block): Use it.
23158         (hs-hide-all): Don't pre-clean if nesting allowed.
23159         (hs-show-all): Temporarily disallow
23160         nesting around call to `hs-discard-overlays'.
23162 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
23164         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
23165         Delete unused local var.
23167 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
23169         * help-fns.el (describe-categories): "?\ " -> "?\s".
23170         (help-do-arg-highlight): Recognize also ARG-n, as in
23171         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
23173         * international/codepage.el (dos-unsupported-char-glyph):
23174         * net/newsticker.el (tool-bar-map, w3-mode-map)
23175         (w3m-minor-mode-map):
23176         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
23177         (ent-alist):
23178         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
23180 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
23182         * custom.el (custom-push-theme): Handle the case where a symbol is
23183         bound but face properties have not yet been assigned.
23185         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
23186         Fix behavior if noerase is `t' and there is no mail buffer.
23188         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
23189         if `continue' is nil, rather than signal an error.
23191 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23193         * font-lock.el (font-lock-keywords): Add autoload.
23195         * help-fns.el (describe-variable): Rearrange to put source link
23196         in a predictable place.
23198         * net/newsticker.el: New file.
23200 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23202         * calendar/calendar.el (calendar-for-loop): Add edebug info.
23203         (calendar-basic-setup): Use the new nil arg.
23204         (number-of-diary-entries): Move to diary-lib.el.
23206         * calendar/diary-lib.el: Use with-current-buffer, match-string.
23207         (diary-list-entries): Use with-syntax-table and dolist.
23208         Rename from list-diary-entries.
23209         Use number-of-diary-entries if `number' is nil.
23210         (diary, diary-view-entries): Use this new name and new nil arg value.
23211         (number-of-diary-entries): Move from calendar.el.
23212         (diary-unhide-everything): New function.
23213         (include-other-diary-files, fancy-diary-display)
23214         (diary-show-all-entries, make-diary-entry): Use it.
23215         (diary-mail-entries): Use buffer-string.
23216         (mark-diary-entries): Fix long standing paren typo.
23217         (diary-sexp-entry): Use count-lines.
23218         (make-diary-entry): Avoid `previous-line'.
23219         (diary-mode-map): New var.
23220         (diary-mode): Redraw cal after saving.  Setup header-line.
23221         (fancy-diary-display-mode): Use local-set-key.
23223         * startup.el (command-line): Try calling various terminal-init-foo-bar
23224         functions by stripping hyphenated suffixes from $TERM.
23226         * files.el (normal-mode): Check boundness of font-lock-keywords.
23228 2005-09-12  Richard M. Stallman  <rms@gnu.org>
23230         * progmodes/compile.el: Don't decide a file's directory
23231         until the user actually tries to go there.
23232         (compilation-next-error-function):
23233         Pass compilation-find-file the directory from the file-struct.
23234         (compilation-internal-error-properties): Separate local FILE-STRUCT
23235         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
23236         (compilation-find-file): Arg DIR renamed to DIRECTORY.
23237         Expand it, and if nil, use default-directory.
23238         (compilation-get-file-structure): Don't mix specified directory
23239         with default directory.  Put specified directory into
23240         file-struct.  Don't make the file name absolute.
23242         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
23243         (compile-command): Add autoload.
23244         (compilation-disable-input): Add autoload.
23246 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
23248         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
23249         strings of the variables it can override.
23250         (time-stamp): New (as yet undocumented) time-stamp-format escapes
23251         %Q and %q, for fully-qualified domain name and unqualified host name.
23253 2005-09-11  Kim F. Storm  <storm@cua.dk>
23255         * emacs-lisp/authors.el (authors-aliases): Update list.
23256         (authors-fixed-entries): Update mldrag.el entry.
23258 2005-09-10  Alan Mackenzie  <acm@muc.de>
23260         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
23261         from the region narrowed to.
23263 2005-09-10  Magnus Henoch  <mange@freemail.hu>
23265         * textmodes/ispell.el (ispell-check-version): Signal an error if
23266         aspell version is less than 0.60.
23268 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
23270         * progmodes/octave-inf.el (inferior-octave-startup):
23271         Resync current dir at the end.
23273 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
23275         * woman.el (woman-topic-at-point-default):
23276         Rename to woman-use-topic-at-point-default.
23277         (woman-topic-at-point): Rename to woman-use-topic-at-point.
23278         (woman-file-name): Reflect renames above.  Automatically use the
23279         word at point as topic if woman-use-topic-at-point is non-nil.
23280         Otherwise offer it as default but don't insert it in the
23281         minibuffer.  Also use `test-completion' instead of `assoc' as
23282         suggested by Stefan Monnier.
23284 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
23286         * vc.el (vc-directory, vc-update-change-log): Throw an error on
23287         the attempt to do it over Tramp.  This is not yet supported.
23289 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
23291         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
23292         (menu-bar-non-minibuffer-window-p): New functions.
23293         ("Split Window", "Save As..."): Use them.
23294         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
23295         ("Print Buffer", "Truncate Long Lines in this Buffer"):
23296         Use menu-bar-menu-frame-live-and-visible-p.
23297         ("Save Buffer", "Insert File", "Open Directory...")
23298         ("Open File...", "Visit New File..."):
23299         Use menu-bar-non-minibuffer-window-p.
23300         (kill-this-buffer-enabled-p, dired <menu-enable>):
23301         Use menu-bar-non-minibuffer-window-p.
23303 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23305         * cus-start.el (all): Don't complain about fringe-related
23306         built-ins if fringes are not supported.  Ditto about
23307         selection-related built-ins.  Fix the test for GTK-related built-ins.
23309         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
23310         ("Postscript Print Buffer", "Print Region", "Save As...")
23311         ("Save", "Insert File...", "Open Directory...")
23312         ("Open File...", "Visit New File..."")
23313         ("Truncate Long Lines in this Buffer"): Don't look at
23314         menu-updating-frame if this display does not support multiple frames.
23316 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
23318         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
23320 2005-09-09  Emilio C. Lopes  <eclig@gmx.net>
23322         * woman.el: Format- and whitespace-related changes.
23324 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
23326         * woman.el: Fix my email address.
23328 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23330         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
23331         (sh-mode): Locally set skeleton-pair-default-alist.
23333         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
23335         * progmodes/flymake.el: Require `compile' unconditionally.
23337         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
23339         * woman.el (woman-file-name): Provide a default, not initial input.
23341         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
23343         * font-lock.el (font-lock-support-mode): Doc fix.
23345         * descr-text.el (describe-property-list): Handle non-symbol prop names.
23347 2005-09-08  Richard M. Stallman  <rms@gnu.org>
23349         * simple.el (blink-matching-open): Get rid of text props from
23350         the string shown in echo area.  Don't permanently set point.
23351         Some rearrangements.
23353 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
23355         * recentf.el (recentf-filename-handler): Add custom choice
23356         `abbreviate-file-name'.
23358         * msb.el (msb--very-many-menus): Fix typo.
23360         * disp-table.el (standard-display-european): Don't set
23361         enable-multibyte-characters to nil.
23363 2005-09-08  David Ponce  <david@dponce.com>
23365         * recentf.el (recentf-show-file-shortcuts-flag): New option.
23366         (recentf-expand-file-name): Doc fix.
23367         (recentf-dialog-mode-map): Define digit shortcuts.
23368         (recentf--files-with-key): New variable.
23369         (recentf-show-digit-shortcut-filter): New function.
23370         (recentf-open-files-items): New function.
23371         (recentf-open-files): Use it.
23372         (recentf-open-file-with-key): New command.
23374 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
23376         * buff-menu.el (Buffer-menu-sort-by-column): New function.
23377         Suggested by Kim F. Storm.
23378         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
23379         (Buffer-menu-make-sort-button): Use global keymap.
23381 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
23383         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
23384         (Man-getpage-in-background-advice): Remove defadvice; it isn't
23385         necessary any longer with the remapped command.
23386         (Man-bgproc-sentinel-advice): Remove defadvice which counts
23387         formatting time only.
23389         * net/tramp.el (tramp-action-password)
23390         (tramp-multi-action-password): Compile the password prompt from
23391         `method', `user' and `host'.  Sometimes it isn't obvious which
23392         password to enter, for example with remote files offered by
23393         recentf.el, or with multiple steps.  Suggested by Robert Marshall
23394         <robert@chezmarshall.freeserve.co.uk>.
23396 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23398         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
23399         Fix regexp for when "s///" is at the beginning of line.
23401 2005-09-07  Jay Belanger  <belanger@truman.edu>
23403         * calc/calc-poly.el (math-expand-term): Multiply out any powers
23404         when in matrix mode.
23406 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23408         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
23409         non-anonymous functions.
23411 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
23413         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
23414         when using a header line.  Otherwise, use mouse-1-click-follows-link.
23416         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
23417         can't be moved; don't signal an error.
23419 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
23421         * cus-theme.el (custom-theme-write-faces): Save the current face
23422         spec, not the defface spec.
23424         * custom.el (custom-known-themes): Clarify meaning of "standard".
23425         (custom-push-theme): Save old values in the standard theme.
23426         (disable-theme): Correct typo.
23427         (custom-face-theme-value): Deleted unused function.
23428         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
23430 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23432         * progmodes/compile.el (compilation-goto-locus): Take into account
23433         iconified frames when determining whether the buffer is
23434         already visible.
23435         Don't reset window height if the window already existed.
23437 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
23439         * custom.el (load-theme): Rename from require-theme.
23440         Add interactive spec.
23441         (enable-theme): Rename from custom-enable-theme.
23442         Add interactive spec.
23443         (disable-theme): Rename from custom-disable-theme.
23444         Add interactive spec.
23445         (custom-make-theme-feature): Doc fix.
23446         (custom-theme-directory): Doc fix.
23447         (provide-theme): Call enable-theme.
23449 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23451         * obsolete/lazy-lock.el (lazy-lock-mode):
23452         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
23453         font-lock-mode if it's off.  Print a warning instead.
23455         * progmodes/compile.el (compilation-start): Ignore errors if the
23456         process died before we get to send-eof.
23458         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
23459         Undo last change.  Enclosing the result in quotes broke things on Unix
23460         since tex-send-command passes it through shell-quote-argument.
23461         (tex-send-command): Pass `file' through convert-standard-filename
23462         when possible.
23463         (tex-uptodate-p): Handle the case where TeX hasn't put additional
23464         info in a transcript.
23466 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
23468         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
23469         fix compilation warning.  Reorder the key definitions to group
23470         together keys emitted by the current version of xterm.
23472         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
23473         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
23474         Reorder predicates to correct min-color usage.
23476 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
23478         * longlines.el (longlines-mode): Inhibit read-only when encoding.
23479         Kill local variables when longlines-mode is turned off.
23481 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23483         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
23485         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
23487         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
23489         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
23490         (font-lock-lines-before): Change default to being inactive.
23491         (font-lock-default-fontify-region): Obey font-lock-lines-before.
23492         (font-lock-after-change-function): Don't handle f-l-lines-before here.
23494 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23496         * net/tramp.el (tramp-handle-make-auto-save-file-name):
23497         Deactivate temporarily advice if active (not needed for Emacs 22,
23498         but for backwards compatibility).
23499         (tramp-exists-file-name-handler): Rewrite.  First implementation
23500         was too simple.
23501         (tramp-advice-make-auto-save-file-name):
23502         Call `tramp-handle-make-auto-save-file-name' (again, just for
23503         backwards compatibility).
23505 2005-08-31  Reto Zimmermann  <reto@gnu.org>
23507         * progmodes/vhdl-mode.el
23508         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
23509         (vhdl-end-p): Fix indentation bug "else" after "-- when".
23510         (vhdl-set-default-project): New function (easier setting of default).
23511         (vhdl-port-copy): Handle extended identifiers for generics.
23512         (vhdl-compiler-alist): Better description for error message regexp.
23513         (vhdl-make): Query for target, use previous as default.
23514         (vhdl-port-copy): Fix port copy for port names starting with "signal".
23515         (vhdl-font-lock-keywords-2): Fix fontification for record
23516         el. assign.
23517         (vhdl-speedbar-make-subpack-line): Add package body link.
23518         (vhdl-generate-makefile-1): Not include itself as dependency.
23519         (vhdl-font-lock-init): Highlight c-preprocessor directives.
23520         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
23521         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
23522         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
23523         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
23524         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
23525         (vhdl-import-project): Add string argument for `error'.
23526         (vhdl-compose-configuration)
23527         (vhdl-compose-configuration-architecture): Add configuration
23528         declaration generation.
23529         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
23530         (vhdl-trailer-re): Add "record" keyword (better indentation).
23531         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
23532         "[^ \t-\"]+".
23533         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
23534         (vhdl-testbench-entity-file-name)
23535         (vhdl-testbench-architecture-file-name): Allow separate
23536         customization of testbench file names.
23537         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
23538         (vhdl-get-visible-signals): Allow newline within alias declaration.
23539         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
23540         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
23541         (member-ignore-case): Alias for missing function in XEmacs.
23542         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
23543         (vhdl-update-sensitivity-list): Ignore case on read signals.
23544         (vhdl-replace-string): Adjust case only for file names.
23545         (vhdl-update-sensitivity-list): Fix search for read signals.
23546         (vhdl-update-sensitivity-list): Exclude formal parameters.
23547         (vhdl-get-visible-signals): Include aliases of signals.
23548         (vhdl-get-visible-signals): Fix signal name searching.
23549         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
23550         (vhdl-fixup-whitespace-region): Fix for character
23551         literals (e.g. `:').
23553 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
23555         * ansi-color.el (comint-last-output-start):
23556         * bs.el (font-lock-verbose):
23557         * diff-mode.el (add-log-buffer-file-name-function):
23558         * dired-x.el (vm-folder-directory):
23559         * faces.el (help-xref-stack-item):
23560         * files.el (font-lock-keywords):
23561         * find-lisp.el (dired-buffers, dired-subdir-alist):
23562         * ido.el (cua-inhibit-cua-keys):
23563         * log-view.el (cvs-minor-wrap-function):
23564         * outline.el (font-lock-warning-face):
23565         * simple.el (compilation-current-error):
23566         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
23567         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
23568         * tooltip.el (comint-prompt-regexp):
23569         * w32-fns.el (explicit-shell-file-name):
23570         * term/mac-win.el (mac-charset-info-alist)
23571         (mac-services-selection, mac-system-script-code):
23572         * term/tty-colors.el (msdos-color-values):
23573         * term/w32-win.el (xlfd-regexp-registry-subnum):
23574         * term/x-win.el (x-keysym-table, x-selection-timeout)
23575         (x-session-id, x-session-previous-id):
23576         * textmodes/ispell.el (mail-yank-prefix):
23577         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
23578         * textmodes/org.el (calc-embedded-close-formula)
23579         (calc-embedded-open-formula)
23580         (font-lock-unfontify-region-function):
23581         * textmodes/reftex-global.el (isearch-next-buffer-function)
23582         (TeX-master):
23583         * textmodes/reftex.el (font-lock-keywords):
23584         * textmodes/tex-mode.el (font-lock-comment-face)
23585         (font-lock-doc-face):
23586         * textmodes/texinfo.el (outline-heading-alist):
23587         Add defvars.
23589         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23590         (artist-spray-chars, artist-mode-init, artist-replace-string)
23591         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23592         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23593         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23595         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23596         (conf-align-assignments): "?\ " -> "?\s".
23598         * textmodes/reftex-index.el (TeX-master): Add defvar.
23599         (reftex-index-phrases-marker): Move up defvar.
23601         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23602         (reftex-toc-include-labels-indicator)
23603         (reftex-toc-include-index-indicator)
23604         (reftex-toc-max-level-indicator): Move up declarations.
23606         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23607         of args to `tramp-run-real-handler', even if it's empty in this case.
23609 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
23611         * dired.el (dired-move-to-filename-regexp): Add date format for
23612         Mac OS X 10.3 in East Asian locales.
23614 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
23616         * files.el (make-auto-save-file-name): Add file name handler call
23617         if applicable.
23619         * net/tramp.el (tramp-file-name-handler-alist)
23620         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23621         (tramp-handle-make-auto-save-file-name): Rename from
23622         `tramp-make-auto-save-file-name'.
23623         (tramp-exists-file-name-handler): New defun.
23624         (tramp-advice-make-auto-save-file-name): Make defadvice only when
23625         `make-auto-save-file-name' is not a magic file name operation.
23627 2005-08-30  Richard M. Stallman  <rms@gnu.org>
23629         * files.el (risky-local-variable-p):
23630         Match `-predicates' and `-commands.
23632         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23633         (custom-save-all): Visit the file if necessary;
23634         kill the buffer if we created it.
23635         (custom-save-delete): Don't visit file or kill buffer here.
23637 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
23639         * textmodes/org.el (org-special-keyword): New face.
23640         (org-table-copy-down, org-table-eval-formula)
23641         (org-table-recalculate, org-init-section-numbers):
23642         Use `string-to-number' instead of `string-to-int'.
23643         (org-get-location): Use `insert-buffer-substring' instead of
23644         `insert-buffer'.
23645         (org-modify-diary-entry-string): New function.
23646         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23647         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23648         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23649         active region.
23650         (org-export-as-html): Handle QUOTE keyword.
23651         (org-quote-string): New option.
23652         (org-bookmark-jump-unhide): New function, used for
23653         `bookmark-after-jump-hook'.
23654         (org-diary-default-entry): Apply only when not called through
23655         `org-agenda'.
23657 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
23659         * net/eudc.el (mode-popup-menu):
23660         * play/handwrite.el (ps-printer-name, ps-lpr-command):
23661         * progmodes/ada-mode.el (compile-auto-highlight)
23662         (skeleton-further-elements):
23663         * progmodes/autoconf.el (font-lock-syntactic-keywords):
23664         * progmodes/cmacexp.el (msdos-shells):
23665         * progmodes/compile.el (font-lock-extra-managed-props)
23666         (font-lock-keywords, font-lock-maximum-size)
23667         (font-lock-support-mode):
23668         * progmodes/grep.el (font-lock-lines-before):
23669         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23670         * progmodes/mixal-mode.el (compile-command):
23671         * progmodes/perl-mode.el (font-lock-comment-face)
23672         (font-lock-doc-face, font-lock-string-face):
23673         * progmodes/prolog.el (comint-prompt-regexp):
23674         * progmodes/sh-script.el (font-lock-comment-face)
23675         (font-lock-set-defaults, font-lock-string-face):
23676         * progmodes/sql.el (font-lock-keyword-face)
23677         (font-lock-set-defaults, font-lock-string-face):
23678         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23679         (itimer-version, lazy-lock-defer-contextually)
23680         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23681         Add defvars.
23683         * progmodes/cperl-mode.el (cperl-electric-lbrace)
23684         (cperl-electric-keyword, cperl-electric-pod)
23685         (cperl-electric-backspace, cperl-forward-re)
23686         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23687         (vc-rcs-header, vc-sccs-header): Add defvars.
23689         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23690         (font-lock-syntactic-keywords, gud-find-expr-function):
23691         Add defvars.
23693         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23694         (gdb-frame-parameters): Declare before use.
23696         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23697         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23698         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23699         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23701         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23702         (idlwave-help-with-source): Use `insert-buffer-substring', not
23703         `insert-buffer'.
23705 2005-08-29  Juri Linkov  <juri@jurta.org>
23707         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23708         Put outline-back-to-heading function call inside save-excursion.
23710 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
23712         * man.el (Man-init-defvars, Man-translate-references)
23713         (Man-support-local-filenames, Man-highlight-references):
23714         * progmodes/sql.el (sql-interactive-mode):
23715         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23717         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23718         (compilation-mode-font-lock-keywords): Add defvars.
23719         (checkdoc-interactive-loop): "?\ " -> "?\s".
23721         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23722         (font-lock-doc-face, font-lock-string-face)
23723         (font-lock-keywords-case-fold-search): Add defvars.
23724         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23726         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23727         Don't pass X and Y (they are ignored anyway).
23728         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23729         (mouse-delete-window): Make arguments optional.
23731         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23732         (caesar-translate-table, minor-modes, news-buffer-save)
23733         (news-group-name, news-minor-modes): Add defvars.
23735         * emacs-lisp/lselect.el (mouse-highlight-priority)
23736         (x-lost-selection-functions, zmacs-regions):
23737         * emacs-lisp/pp.el (font-lock-verbose):
23738         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23739         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23740         (ses-mode-map):
23741         * emacs-lisp/tcover-unsafep.el (safe-functions):
23742         * international/mule-cmds.el (mac-system-coding-system)
23743         (mac-system-locale):
23744         * language/ethio-util.el (rmail-current-message)
23745         (rmail-message-vector):
23746         * language/thai-util.el (thai-auto-composition-mode):
23747         * mail/metamail.el (rmail-current-message, rmail-message-vector):
23748         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23749         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23750         (vm-primary-inbox, vm-spool-files):
23751         * mail/rmail.el (deleted-head, font-lock-fontified)
23752         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23753         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23754         (total-messages):
23755         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23756         (rmail-summary-mode-map):
23757         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23758         (rmail-last-label, rmail-last-multi-labels)
23759         (rmail-summary-vector, rmail-total-messages):
23760         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23761         * mail/rmailsum.el (msgnum):
23762         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23763         (rmail-current-message):
23764         * obsolete/fast-lock.el (font-lock-face-list):
23765         * obsolete/rnewspost.el (mail-reply-buffer):
23766         * obsolete/scribe.el (compile-command):
23767         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23769 2005-08-28  John Paul Wallington  <jpw@gnu.org>
23771         * ibuf-ext.el (ibuffer-auto-update-changed):
23772         Use `frame-or-buffer-changed-p' to check whether we need to update.
23773         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23774         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
23775         as a `frame-or-buffer-changed-p' state vector instead.
23777 2005-08-27  Romain Francoise  <romain@orebokech.com>
23779         * textmodes/makeinfo.el (makeinfo-compile):
23780         Use `compilation-start'.  Set `next-error-function' according to
23781         `disable-errors'.
23782         (makeinfo-next-error): New function.
23783         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23784         (makeinfo-buffer): Likewise.
23786         * progmodes/compile.el (compilation-start): Add autoload cookie.
23788         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23789         * textmodes/sgml-mode.el: Likewise.
23790         * progmodes/python.el: Likewise.
23792 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
23794         * simple.el (blink-matching-paren-distance): Document the meaning
23795         of nil value, and allow to customize to nil.
23797         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23798         command.com, not command.exe.
23800 2005-08-26  John Wiegley  <johnw@newartisans.com>
23802         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23803         code around a bit so that an extraneous nil argument is not added
23804         to a command when no args are given.
23806         * eshell/esh-arg.el (eshell-parse-double-quote): If a
23807         double-quoted argument resolves to nil, return it as an empty
23808         string rather than as nil.  This made it impossible to pass "" to
23809         a shell script as a null string argument.
23811 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23813         * outline.el (outline-invent-heading): New fun.
23814         (outline-promote, outline-demote): Use it.
23815         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23816         (outline-end-of-subtree): Remove unused var `opoint'.
23818 2005-08-26  David Reitter  <david.reitter@gmail.com>
23820         * menu-bar.el (truncate-lines, write-file, print-buffer)
23821         (ps-print-buffer-faces, ps-print-buffer, split-window):
23822         Disable menu items when the frame they refer to is invisible, or when
23823         they refer to a buffer and the minibuffer is selected.
23825 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
23827         * progmodes/flymake.el (flymake-highlight-err-lines):
23828         Use save-excursion around flymake-highlight-line to preserve point.
23830 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
23832         * progmodes/octave-mod.el: Change Author and Maintainer address.
23833         (octave-maintainer-address): Change Kurt's email address.
23834         * progmodes/octave-inf.el: Change Author and Maintainer address.
23835         * progmodes/octave-hlp.el: Change Author and Maintainer address.
23837 2005-08-26  Kim F. Storm  <storm@cua.dk>
23839         * subr.el (version-list-<, version-list-<=, version-list-=):
23840         Rename from integer-list-*.
23841         (version-list-not-zero): Likewise.  Fix while loop.
23842         (version=): Use version-list-= instead of string-equal.
23844 2005-08-26  Richard M. Stallman  <rms@gnu.org>
23846         * outline.el (outline-promote): Try shortening the heading.
23847         As last resort, read the heading to use.
23848         (outline-demote): As last resort, read the heading to use.
23850 2005-08-26  Romain Francoise  <romain@orebokech.com>
23852         * progmodes/compile.el (compilation-start): Doc fix.
23854         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23855         (antlr-font-lock-additional-keywords): Fix reference to
23856         `antlr-font-lock-literal-regexp' erroneously changed during the
23857         mass face rename.
23858         (antlr-run-tool): Use `compilation-start'.
23860         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23861         instead of the obsolete `compile-internal'.
23863 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
23865         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23866         (number, original-date):
23867         * calendar/cal-china.el (date):
23868         * calendar/cal-coptic.el (date):
23869         * calendar/cal-french.el (date):
23870         * calendar/cal-hebrew.el (date, entry, number, original-date):
23871         * calendar/cal-islam.el (date, number, original-date):
23872         * calendar/cal-iso.el (date):
23873         * calendar/cal-julian.el (date):
23874         * calendar/cal-mayan.el (date):
23875         * calendar/cal-menu.el (date, event):
23876         * calendar/cal-persia.el (date):
23877         * calendar/lunar.el (date):
23878         * calendar/solar.el (date): Add defvars.
23880         * emerge.el:
23881         * ibuffer.el:
23882         * info-xref.el:
23883         * obsolete/bg-mouse.el:
23884         * obsolete/sun-curs.el:
23885         * obsolete/swedish.el: Move the `defvar's to the top level.
23887         * smerge-mode.el (smerge-refined-change): Add :group.
23889 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23891         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23892         (smerge-keep-n): Remove props.
23893         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23894         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23895         now that it's done in smerge-keep-n.
23896         (smerge-refined-change): New face.
23897         (smerge-refine-chopup-region, smerge-refine-highlight-change)
23898         (smerge-refine): New funs.
23899         (smerge-basic-map): Bind smerge-refine.
23901 2005-08-25  Juri Linkov  <juri@jurta.org>
23903         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23904         compilation-process-setup-function and compilation-disable-input
23905         in grep-mode instead of let-bindings in grep.
23907         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23908         Delete "Automatic File De/compression" (auto-compression-mode).
23910 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
23912         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23913         Silence warning about non-existent variable.
23915 2005-08-25  Richard M. Stallman  <rms@gnu.org>
23917         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23918         Rename "Describe Key" to "Describe Key or Mouse Operation".
23920         * mail/mailalias.el (build-mail-aliases): Delete comments
23921         from the contents before processing them.
23923         * isearch.el (isearch-edit-string): Erase the Search prompt
23924         if user enters an empty string and there is no default.
23926         * comint.el (comint-file-name-prefix): Add autoload.
23928 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
23930         * subr.el (play-sound): Rearrange to avoid warning.
23932 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
23934         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23935         New hook.
23936         (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23938 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
23940         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23942         * custom.el (custom-theme-set-variables): Sort minor modes last.
23944 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
23946         * subr.el (version-separator, version-regexp-alist): New vars used by
23947         version comparison funs.
23948         (integer-list-<, integer-list-=, integer-list-<=)
23949         (integer-list-not-zero): New funs for integer list comparison.
23950         (version-to-list, version=, version<, version<=): New funs for version
23951         comparison.
23953 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
23955         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23956         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23957         time to silence the byte-compiler.
23959         * ibuffer.el (ibuffer-compile-make-eliding-form)
23960         (ibuffer-check-formats): Use `with-no-warnings' to hide references
23961         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23962         so it's silly to get warnings for it).
23963         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23964         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23965         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23966         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23967         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23968         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23969         Defvar at compile time.
23970         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23971         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23972         Declare them before use.
23974         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23975         (info-xref-good, info-xref-bad): Defvar at compile time.
23977         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23978         Use `let*' instead of `let'.
23980         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23981         (*mouse-y*, menu, char): Defvar at compile time.
23982         (sc::menu): Declare it before use.
23983         (sc::pack-one-line): Use `let', not `let*'.
23985         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23986         (mail-send-hook): Defvar at compile time.
23988         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23989         Defvar at compile time.
23991         * term/sun-mouse.el (current-global-mousemap)
23992         (current-local-mousemap): Declare them before use.
23994 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
23996         * bookmark.el (bookmark-after-jump-hook): New hook.
23997         (bookmark-jump): Run `bookmark-after-jump-hook'.
23999 2005-08-23  Juri Linkov  <juri@jurta.org>
24001         * faces.el (minibuffer-prompt): Doc fix.
24003 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
24005         * progmodes/xscheme.el: Trivial changes to silence warnings.
24006         (xscheme-previous-mode, xscheme-previous-process-state):
24007         Add defvars.
24008         (xscheme-last-input-end, xscheme-process-command-line)
24009         (xscheme-process-name, xscheme-buffer-name)
24010         (xscheme-expressions-ring-max, xscheme-expressions-ring)
24011         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
24012         (xscheme-control-g-synchronization-p)
24013         (xscheme-control-g-disabled-p, xscheme-string-receiver)
24014         (default-xscheme-runlight, xscheme-runlight)
24015         (xscheme-runlight-string, xscheme-process-filter-state)
24016         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
24017         Move to beginning of file.
24018         (scheme-interaction-mode-commands-alist)
24019         (scheme-interaction-mode-map, scheme-debugger-mode-map):
24020         Declare them before use.  Note: the initialization code for the
24021         variables has not been moved because it uses functions that reference
24022         the variables.
24023         (xscheme-control-g-message-string, xscheme-process-filter-alist)
24024         (xscheme-prompt-for-expression-map): Declare them before use.
24025         (scheme-debugger-mode-commands): "?\ " -> "?\s".
24027 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
24029         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
24031 2005-08-22  Juri Linkov  <juri@jurta.org>
24033         * faces.el (set-face-underline): Delete this duplicate function
24034         and make an obsolete alias to set-face-underline-p.
24035         (set-face-underline-p): Use docstring of set-face-underline.
24036         (describe-face): Create hyperlink to parent face.
24038         * info.el (Info-insert-dir): Use save-excursion around
24039         insert-buffer-substring.
24040         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
24041         (Info-escape-percent): Delete function.
24042         (Info-fontify-node): Replace Info-escape-percent by
24043         replace-regexp-in-string with REP arg set to lambda that
24044         duplicates `%' and preserves text properties.
24046         * progmodes/compile.el (compilation-disable-input): Doc fix.
24047         (define-compilation-mode): Doc fix and refill.
24048         (kill-compilation): Use `mode-name' in the error message.
24049         (compilation-find-file): Use `compilation-error' in the
24050         read-file-name's prompt.
24052 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24054         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
24055         (smerge-auto-leave): Make undo re-enable the mode.
24056         (debug-ignored-errors): Add the user-error of impossible resolution.
24057         (smerge-resolve): Move things around a bit, in preparation for later.
24058         (smerge-diff): Don't fail if the buffer has no associated file.
24059         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
24060         (smerge-conflict-overlay): New function.
24061         (smerge-match-conflict): Don't add text properties here.
24062         (smerge-find-conflict): Instead, add an overlay here.
24063         Also check for the case where we're inside a conflict already, so as to
24064         obviate the need for font-lock-multiline, which is unbearably slow with
24065         large conflicts and ciomplex font-lock patterns.
24066         (smerge-remove-props): Remove overlay rather than text-properties.
24067         (smerge-mode): Don't set font-lock-multiline.
24068         Remove overlays when turned off.
24070 2005-08-21  Kim F. Storm  <storm@cua.dk>
24072         * ido.el (ido-ignore-item-p): Use save-match-data.
24073         Bind case-fold-search to ido-case-fold locally.
24075 2005-08-20  Richard M. Stallman  <rms@gnu.org>
24077         * files.el (normal-mode): If font lock is on, turn it off and on.
24079         * subr.el (replace-regexp-in-string): Doc fix.
24081         * startup.el (command-line-1): Don't suppress startup screen
24082         due to existing processes.
24084         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
24086         * progmodes/compile.el (compilation-disable-input): Default to nil.
24088 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
24090         * progmodes/compile.el (compilation-disable-input): New defcustom.
24091         (compilation-start): If compilation-disable-input is non-nil, send
24092         EOF to the compilation process.
24094 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
24096         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
24097         Run the argument of tex-shell-cd-command through
24098         convert-standard-filename, to get the correct style of slashes on
24099         Windows, and enclose the result in quotes, in case the file name
24100         includes whitespace or other special characters.
24102 2005-08-19  Andreas Schwab  <schwab@suse.de>
24104         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
24105         process.
24107 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
24109         * cus-start.el (minibuffer-prompt-properties): Correct typo.
24111 2005-08-18  Kim F. Storm  <storm@cua.dk>
24113         * scroll-lock.el: Fix errors due to incorrect line wrapping.
24115 2005-08-18  Richard M. Stallman  <rms@gnu.org>
24117         * scroll-lock.el: New file.
24119 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
24121         * dired.el (dired-move-to-end-of-filename):
24122         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
24124 2005-08-18  Kim F. Storm  <storm@cua.dk>
24126         * ido.el (ido-everywhere): Fix defcustom :set function to disable
24127         rather than toggle mode when custom value is nil.
24128         (ido-everywhere): Fix defun doc string.
24130 2005-08-17  Richard M. Stallman  <rms@gnu.org>
24132         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
24133         as tag instead of "Inviolable".
24135 2005-08-17  Kim F. Storm  <storm@cua.dk>
24137         * windmove.el (windmove-coordinates-of-position): Remove.
24138         (windmove-coordinates-of-window-position): Remove.
24139         (windmove-reference-loc): Use posn-at-point instead.
24141         * subr.el (insert-for-yank-1): Doc fix.
24143         * ido.el (ido-enter-matching-directory): Rename from
24144         ido-enter-single-matching-directory.  Change `slash' choice to
24145         `only'.  Add `first' choice.
24146         (ido-exhibit): Adapt to above changes.
24148 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
24150         * Makefile.in: Expand comment about building loaddefs.el.
24152 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
24154         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
24155         Comment use of defadvice.
24157         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
24159 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
24161         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
24162         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
24163         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
24164         * progmodes/idlw-shell.el, progmodes/ld-script.el,
24165         * progmodes/which-func.el, ruler-mode.el, strokes.el,
24166         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
24167         for backward compatibility for faces that did not appear in the
24168         previous Emacs release.
24170         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
24172 2005-08-15  Kim F. Storm  <storm@cua.dk>
24174         * emulation/cua-base.el (cua-delete-region): Return t if
24175         deleted region was non-empty.
24176         (cua-replace-region): Inhibit overwrite-mode for
24177         self-insert-command if replaced region was non-empty.
24178         (cua--explicit-region-start, cua--status-string): Make them
24179         buffer-local at top-level...
24180         (cua-mode): ...rather than when mode is enabled.
24182 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
24184         * progmodes/vhdl-mode.el (vhdl-emacs-21):
24185         Set t for Emacs 21, 22, and so on.
24187 2005-08-15  David Ponce  <david@dponce.com>
24189         * tree-widget.el: Update Commentary header.
24190         (tree-widget-theme): Doc fix.
24191         (tree-widget-space-width): New option.
24192         (tree-widget-image-properties): Look up in the default theme too.
24193         (tree-widget--cursors): Only for images with arrow pointer shape.
24194         (tree-widget-lookup-image): Pointer shape is hand by default.
24195         (tree-widget-icon): Rename generic icon widget from
24196         `tree-widget-control'.
24197         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
24198         derive from `tree-widget-icon'.
24199         (tree-widget-handle): Improve default look and feel of the text
24200         representation.
24201         (tree-widget): Rename :*-control properties to :*-icon properties.
24202         Add :action and :help-echo properties.
24203         (tree-widget-after-toggle-functions): Move.
24204         (tree-widget-close-node, tree-widget-open-node): Remove.
24205         (tree-widget-before-create-icon-functions): New hook.
24206         (tree-widget-value-create): Update to allow customization of icons
24207         and nodes at run-time via that new hook.
24208         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
24209         (tree-widget-icon-action, tree-widget-icon-help-echo)
24210         (tree-widget-action, tree-widget-help-echo): New functions.
24212 2005-08-15  Kim F. Storm  <storm@cua.dk>
24214         * ido.el (ido-buffer-internal): Use with-no-warnings.
24215         (ido-make-merged-file-list): Use while-no-input.
24217 2005-08-15  Richard M. Stallman  <rms@gnu.org>
24219         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
24220         (flyspell-large-region): Fix doc and custom type.
24222 2005-08-14  Richard M. Stallman  <rms@gnu.org>
24224         * files.el (interpreter-mode-alist): Doc fix.
24226         * mail/rmail.el (rmail-nonignored-headers): New variable.
24227         (rmail-clear-headers): Use it.
24228         (rmail-reply): Better handling of mail-followup-to header.
24230         * progmodes/sh-script.el (sh-font-lock-keywords-var):
24231         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
24232         don't try to refer to executable-font-lock-keywords.
24233         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
24234         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
24235         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
24236         (sh-mode): Set comment-start-skip, local-abbrev-table,
24237         imenu-case-fold-search.
24238         (sh-set-shell): Don't set them here.
24239         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
24240         Don't cache the results in the original alist; don't ever modify
24241         that alist.
24243         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
24245         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
24246         empty.
24248 2005-08-15  Andreas Schwab  <schwab@suse.de>
24250         * desktop.el: Put autoload cookie at risky-local-variable declarations.
24252         * dired.el, info.el, mail/rmail.el: Revert last change.
24254 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
24256         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
24257         modification in `eval-after-load' form.
24258         * info.el: Likewise.
24259         * mail/rmail.el: Likewise.
24261 2005-08-14  Juri Linkov  <juri@jurta.org>
24263         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24264         Remove highlighting of "Compilation started".  Highlight only
24265         the word "finished" in "Compilation finished".  Add highlighting
24266         of "interrupt", "killed", "terminated" and the exit code.
24267         (compilation-start): Add newline after header.  Use exactly the
24268         same time stamp format as the finishing message.
24269         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
24271         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
24272         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
24273         Add highlighting of "interrupt", "killed", "terminated".
24275         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
24276         enabled and the current command is self-insert-command, call it
24277         explicitly with overwrite-mode bound to nil, to not allow it
24278         to delete the character after the selected region.
24280 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
24282         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
24283         move-end-of-line, end-of-line, and beginning-of-line to the list
24284         of commands after which the echo area is updated.
24286 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
24288         * cus-edit.el (custom-save-all, custom-save-delete):
24289         Bind recentf-exclude to exclude custom-file.
24291 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
24293         * mail/rmailsum.el (rmail-summary-end-of-message): New command
24294         to go to the bottom of the mail message.  Added to
24295         `rmail-summary-mode-map' with key "/".
24296         (rmail-summary-show-message): New (internal) function for use by
24297         both `rmail-summary-beginning/end-of-message'.
24298         (rmail-summary-beginning-of-message): Change to use
24299         rmail-summary-show-message.
24301         * mail/rmail.el (rmail-end-of-message): New command to go to the
24302         end of the current message.  Added to `rmail-mode-map' with key "/".
24303         (rmail-beginning-of-message): Fix to work as documented.
24304         (rmail-mode): Change documentation.
24306         * progmodes/compile.el (compilation-start): Add the line
24307         "Compilation started" with compilation start time.
24308         (compilation-mode-font-lock-keywords): Add `started' to keywords.
24310 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
24312         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
24313         of menu items.
24315 2005-08-11  Richard M. Stallman  <rms@gnu.org>
24317         * simple.el (pop-global-mark): Reverse test of widen-automatically.
24319         * battery.el (battery-status-function): Don't use ignore-errors.
24321 2005-08-11  Lute Kamstra  <lute@gnu.org>
24323         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
24324         define-obsolete-variable-alias.
24326 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24328         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
24329         (ange-ftp-send-cmd): Revert last change, and expand
24330         the comment explaining the problem.
24332 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
24334         * ldefs-boot.el: Update.
24336         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
24337         item to "Time, Load and Mail".  Change help echo text.
24339         * time.el (display-time-use-mail-icon, display-time-format)
24340         (display-time-string-forms): Shorten first line of docstrings.
24342 2005-08-10  Lars Hansen  <larsh@soem.dk>
24344         * desktop.el (desktop-buffer-mode-handlers):
24345         Make non-customizable.  Add autoload cookie.  Change initial value to
24346         nil; add elements in respective modules instead.  Fix doc string.
24347         (desktop-load-file): New function.
24348         (desktop-minor-mode-handlers): New autoloaded variable.
24349         (desktop-create-buffer): Call minor mode handlers.
24350         Use desktop-load-file to load major and minor mode modules prior to
24351         checking for a handler.
24352         (desktop-save): Don't add nil to desktop-minor-modes for minor
24353         modes with nil function in desktop-minor-mode-table.  Don't delete
24354         desktop file before rewriting it.
24355         (desktop-locals-to-save): Add autoload cookie.  Don't make
24356         automatically buffer-local.  Add variables column-number-mode,
24357         size-indication-mode, indent-tabs-mode,
24358         indicate-buffer-boundaries, indicate-empty-lines and
24359         show-trailing-whitespace.
24360         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
24361         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
24362         (desktop-clear-preserve-buffers-regexp): Delete.
24363         (desktop-clear-preserve-buffers): Update initial value and docstring.
24364         (desktop-save-buffer): Fix doc string.
24366         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
24367         (hilit-chg-desktop-restore): New function.
24368         (highlight-changes-mode): Add highlight-changes-mode to
24369         desktop-locals-to-save.
24371         * dired.el: Add handler to desktop-buffer-mode-handlers.
24372         (dired-restore-desktop-buffer): Remove autoload cookie.
24373         (dired-mode): Add autoload cookie.
24375         * info.el: Add handler to desktop-buffer-mode-handlers.
24376         (Info-restore-desktop-buffer): Remove autoload cookie.
24377         (Info-mode): Add autoload cookie.
24379         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
24380         (mh-restore-desktop-buffer): Remove autoload cookie.
24381         (mh-folder-mode): Add autoload cookie.
24383         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
24384         (rmail-restore-desktop-buffer): Remove autoload cookie.
24386 2005-08-11  Masatake YAMATO  <jet@gyve.org>
24388         * hexl.el (hexl-address-region):
24389         (hexl-ascii-region, hexl-font-lock-keywords):
24390         (hexl-highlight-line-range): Use the term "region"
24391         instead of "area" for consistency with the other symbols
24392         defined in hexl.el.
24394 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
24396         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
24397         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
24398         out by Juri Linkov).  Add `display-battery-mode'.
24400 2005-08-09  Juri Linkov  <juri@jurta.org>
24402         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24403         Remove `-text' from face variable names.
24404         (compilation-error-file-name, compilation-warning-file-name)
24405         (compilation-info-file-name): Delete faces.
24406         (compilation-line-number, compilation-column-number):
24407         Remove face underlining.
24408         (compilation-message-face): Set to `underline' value by default.
24409         (compilation-error-face, compilation-warning-face)
24410         (compilation-info-face): Remove `-file-name' from face names.
24411         (compilation-error-text-face, compilation-warning-text-face)
24412         (compilation-info-text-face): Delete face variables.
24413         (compilation-text-face): Delete function.
24415         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
24416         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
24417         (grep-error-face): Set to `compilation-error' instead of
24418         `compilation-error-face' (which is redefined to `grep-hit-face' in
24419         grep buffers).
24420         (grep-mode-font-lock-keywords): Remove `-text' from face variable
24421         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
24423         * dired-aux.el (dired-do-query-replace-regexp):
24424         Use `query-replace-read-args'.
24426         * replace.el (query-replace-read-from, query-replace-read-to)
24427         (query-replace-read-args): Rename arg `string' to `prompt'.
24429         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
24431 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
24433         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
24434         uploading files.
24435         (ange-ftp-canonize-filename): Handle file names beginning with ~
24436         correctly.
24438 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24440         * textmodes/fill.el (canonically-space-region)
24441         (fill-context-prefix, fill-french-nobreak-p)
24442         (fill-delete-newlines, fill-comment-paragraph)
24443         (justify-current-line): "?\ " -> "?\s".
24445 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
24447         * textmodes/fill.el (fill-nonuniform-paragraphs):
24448         Improve argument/docstring consistency.
24450 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24452         * textmodes/ispell.el (ispell-word): More fboundp checks.
24454         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
24455         (find-file-noselect-1): Call it here, only if RAWFILE.
24456         (normal-mode): Always set some major mode.
24457         (save-some-buffers-action-alist): Change some explanation strings.
24458         (file-name-non-special): In the `quote' method, use unwind-protect.
24460 2005-08-09  Magnus Henoch  <mange@freemail.hu>
24462         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
24463         (ispell-have-aspell-dictionaries): New variable.
24464         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
24465         (ispell-get-aspell-config-value): New function.
24466         (ispell-aspell-find-dictionary): New function.
24467         (ispell-aspell-add-aliases): New function.
24468         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
24469         appropriate.  Don't look for ispell dictionaries if we use aspell.
24470         (ispell-menu-map): Don't build a submenu of dictionaries.
24472 2005-08-09  Richard M. Stallman  <rms@gnu.org>
24474         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
24475         (sql-read-passwd): Use read-passwd.
24477         * progmodes/idlw-toolbar.el (idlwave-toolbar)
24478         (idlwave-toolbar-is-possible): Add defvars.
24480         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
24481         Avoid warnings.
24483         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
24484         (idlwave-system-class-info, idlwave-executive-commands-alist):
24485         Use defvar.
24487         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
24489         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
24490         Avoid warnings.
24492         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
24493         and content-type: headers.
24495         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
24497         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
24498         and rename some of them to be more self-explanatory.
24500         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
24502         * startup.el (command-line-1): Implement -scriptload.
24504         * replace.el (occur-engine): Initial *Occur* output not undoable.
24506         * menu-bar.el (menu-bar-file-menu): Rename some menu items
24507         and improve help strings.
24509         * isearch.el (isearch-repeat): When changing direction,
24510         mark search successful.
24512         * ediff-init.el: Use (featurep 'xemacs).
24514         * comint.el (send-invisible): Identify buffer, if not selected.
24516         * align.el: Delete autoload for c-guess-basic-syntax.
24518 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
24520         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
24521         Improve argument/docstring consistency.  Doc fixes.
24522         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
24523         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
24524         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
24525         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
24526         (r2bv-organization, r2bv-pages, r2bv-primary-author)
24527         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
24528         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
24529         Defvar at compile time.
24531 2005-08-09  Juri Linkov  <juri@jurta.org>
24533         * info.el: Replace `info' with upper-case `Info' where appropriate.
24534         (info-title-1, info-title-2, info-title-3, info-title-4)
24535         (info-menu-header): Move up face definitions.
24536         (info-menu-star): Rename from `info-menu-5'.
24537         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
24538         (Info-fontify-visited-nodes): Fix docstring.
24539         (Info-hide-note-references): Fix docstring.
24540         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
24541         menu items in the same way as on cross-references.
24542         (info-apropos): Fix sorting order and formatting to be like in the
24543         stand-alone Info browser.  Display error messages for 1 sec.
24544         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
24545         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
24546         from the menu bar.
24547         (Info-insert-dir): Restore point after calling
24548         `insert-buffer-substring'.
24550 2005-08-08  Richard M. Stallman  <rms@gnu.org>
24552         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
24553         (recompute-lucid-menubar): Add defvars.
24555         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
24557         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
24559         * net/net-utils.el (run-dig): Rename from `dig'.
24561         * play/gametree.el (gametree-mode): Use make-local-variable,
24562         not make-variable-buffer-local.
24564         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
24566         * ansi-color.el (ansi-color-make-extent)
24567         (ansi-color-set-extent-face): Use fboundp, not functionp.
24569         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
24570         not make-variable-buffer-local.
24572         * bookmark.el (Info-current-file): Add defvar.
24573         (bookmark-jump-noselect): Use with-no-warnings.
24575         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
24577         * ebuff-menu.el (Helper-return-blurb): Add defvar.
24579         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
24581         * find-file.el (ada-procedure-start-regexp)
24582         (ada-package-start-regexp): Add defvars.
24584         * info.el (Info-insert-dir): Use insert-buffer-substring.
24586         * xml.el (xml-att-def-re): Add defvar.
24588         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24589         calling convention.
24591         * subr.el (while-no-input): Return t if there is input.
24593 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
24595         * cus-start.el (all): Add `overflow-newline-into-fringe'.
24597 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
24599         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24600         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24602 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
24604         * cmuscheme.el (scheme-start-file): Replace reference to
24605         `user-emacs-directory' by "~/.emacs.d/".
24607 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
24609         * info.el (Info-dir-remove-duplicates): Avoid case folding
24610         in loop; instead, keep downcased strings for comparison.
24611         Suggested by Helmut Eller.
24613 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
24615         Sync with Tramp 2.0.50.
24617         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24618         XEmacs case; not necessary anymore.
24619         (tramp-user-regexp): Allow "@" as part of user name.
24620         (tramp-handle-set-visited-file-modtime)
24621         (tramp-handle-insert-file-contents)
24622         (tramp-handle-write-region): No special handling for
24623         `last-coding-system-used, because this is done in
24624         `tramp-accept-process-output' now.
24625         (tramp-accept-process-output): New defun.
24626         (tramp-process-one-action, tramp-process-one-multi-action)
24627         (tramp-wait-for-regexp, tramp-wait-for-output)
24628         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
24629         Howells <dhowells@redhat.com>.
24630         (clear-visited-file-modtime): Defadvice removed.  The check for
24631         unset buffer's modtime does not need to be based on
24632         `tramp-buffer-file-attributes'.  Suggested by RMS.
24633         (tramp-message): Insert "\n" if not being at beginning of line.
24634         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24635         sequence with same logic.
24636         (tramp-completion-handle-expand-file-name): Discard call of
24637         `tramp-drop-volume-letter'.  It is not necessary, and there have
24638         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24639         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24640         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24641         should always be visible.
24642         (tramp-handle-insert-directory, tramp-setup-complete)
24643         (tramp-set-process-query-on-exit-flag)
24644         (tramp-append-tramp-buffers): Pacify byte-compiler.
24645         (tramp-bug): Delete non-existing variables from list.
24646         Apply `tramp-load-report-modules' as pre-hook.
24647         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24648         `shell-prompt-pattern' because of non-7bit characters.
24649         Reported by Sebastian Luque <sluque@mun.ca>.
24650         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24651         (tramp-match-string-list): Remove function.
24652         (tramp-wait-for-regexp): Remove call of that function.
24653         Suggested by Kim F. Storm <storm@cua.dk>.
24654         (tramp-set-auto-save-file-modes): Use octal integer code #o600
24655         instead of octal character code ?\600.  The latter resulted in a
24656         syntax error with XEmacs.
24658         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24659         XEmacs case; not necessary anymore.
24660         (tramp-smb-handle-write-region): No special handling for
24661         `last-coding-system-used, because this is done in
24662         `tramp-accept-process-output' now.
24663         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24665 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
24667         * wid-edit.el (widget-choice-value-create):
24668         Unconditionally respect user choice.  Set :explicit-choice back to nil
24669         when no longer needed.
24670         (widget-choice-action): Unconditionally respect user choice.
24671         Eliminate :explicit-choice-value.
24673         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24675         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24676         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24677         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24678         running new function `toggle-indicate-empty-lines'.
24679         Rename "Customize" item to "Customize fringe".
24680         Rename "Indicators" item to "Buffer boundaries" and change help echo.
24681         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24682         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24683         Delete "Empty lines only" item.
24684         (menu-bar-showhide-fringe-ind-customize): New function.
24685         (menu-bar-showhide-fringe-ind-mixed)
24686         (menu-bar-showhide-fringe-ind-box)
24687         (menu-bar-showhide-fringe-ind-right)
24688         (menu-bar-showhide-fringe-ind-left)
24689         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24690         instead of `fringe-indicators'.
24692 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24694         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24695         Change the date of last update.
24697 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
24699         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24700         (viper-exec-yank, viper-put-back): Don't display modification msg
24701         if in the minibuffer.
24703         * viper-init.el (viper-replace-overlay-cursor-color)
24704         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24705         Make variables frame local.
24707         * viper-util.el (viper-append-filter-alist): Use append instead of
24708         nconc.
24710         * viper.el (viper-vi-state-mode-list)
24711         (viper-emacs-state-mode-list): Move help-mode and
24712         completion-list-mode from the first list to the second.
24713         (viper-mode): Docstring.
24714         (viper-go-away, viper-non-hook-settings): Don't localize
24715         minor-mode-alist in newer Emacsen.  Add advice to
24716         set-cursor-color.  Don't bind "\C-c\\".
24718 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
24720         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24721         (scheme-macro-expand-command): New user options.
24722         (scheme-trace-procedure, scheme-expand-current-form): New commands.
24723         (scheme-form-at-point, scheme-start-file)
24724         (scheme-interactively-start-process): New functions.
24725         (scheme-get-process): New function, extracted from `scheme-proc'.
24726         (run-scheme): Call `scheme-start-file' to get start file, and pass
24727         it to `make-comint'.
24728         (switch-to-scheme, scheme-proc):
24729         Call `scheme-interactively-start-process' if no Scheme buffer/process
24730         is available.
24732 2005-08-06  Juri Linkov  <juri@jurta.org>
24734         * progmodes/compile.el (compilation-mode-font-lock-keywords):
24735         Use `compilation-text-face', `compilation-info-text-face' and
24736         `compilation-error-text-face' instead of `font-lock-keyword-face'.
24737         (compilation-error): New face.
24738         (compilation-error-file-name): Inherit from
24739         `compilation-error' instead of `font-lock-warning-face'.
24740         (compilation-warning-file-name): Inherit from
24741         `compilation-warning' instead of `font-lock-warning-face'.
24742         (compilation-info, compilation-error-file-name)
24743         (compilation-warning-file-name, compilation-info-file-name)
24744         (compilation-line-number, compilation-column-number): Doc fix.
24745         (compilation-error-text-face, compilation-warning-text-face)
24746         (compilation-info-text-face): New face variables.
24747         (compilation-line-face, compilation-column-face)
24748         (compilation-enter-directory-face)
24749         (compilation-leave-directory-face): Doc fix.
24750         (compilation-text-face): New function.
24752         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24753         instead of 1 to display binary file names as info file links.
24754         (grep-error-face): Use `compilation-error-face' instead of
24755         `font-lock-keyword-face'.
24756         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24757         and `compilation-warning-text-face' instead of
24758         `font-lock-keyword-face'.  Use `compilation-error-text-face'
24759         instead of `grep-error-face'.
24761 2005-08-05  Kenichi Handa  <handa@m17n.org>
24763         * international/code-pages.el: Add autoload cookies for all coding
24764         systems.
24766 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
24768         * cus-start.el (all): Put undo.c where it alphabetically belongs.
24770 2005-08-04  Juri Linkov  <juri@jurta.org>
24772         * progmodes/compile.el (compilation-mode-map):
24773         * progmodes/grep.el (grep-mode-map):
24774         Bind TAB to `compilation-next-error' and [backtab] to
24775         `compilation-previous-error'.
24777         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24778         matching line numbers, column numbers and their ranges with regexp
24779         matching only line numbers.
24780         (grep-context-face): New face variable.
24781         (grep-mode-font-lock-keywords): Use it.
24783         * faces.el (read-face-name): Delete duplicate faces.
24785 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
24787         * thumbs.el (thumbs-find-image): Don't make variables
24788         automatically buffer local.
24789         (thumbs-current-tmp-filename, thumbs-current-image-filename)
24790         (thumbs-image-num): Make automatically buffer local.
24791         (thumbs-show-thumbs-list): Use `make-local-variable', not
24792         `make-variable-buffer-local'.
24793         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24795         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24796         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24797         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24798         (bother, bye, canyou, chatlst, continue, deathlst, describe)
24799         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24800         (feelings-about, foullst, found, hello, history, howareyoulst)
24801         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24802         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24803         (neglst, obj, object, owner, please, problems, qlist)
24804         (random-adjective, relation, remlst, repetitive-shortness)
24805         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24806         (shortlst, something, sportslst, stallmanlst, states, subj)
24807         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24808         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24809         Defvar at compile time.
24811         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24812         not `make-variable-buffer-local'.
24814 2005-08-02  Kim F. Storm  <storm@cua.dk>
24816         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24817         rectangle overlay in selected window.
24819 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
24821         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24822         instead of display group.  Make `indicate-buffer-boundaries'
24823         customizable through Custom.
24825 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
24827         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24828         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24829         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24830         (gdb-put-string): Fix typos in docstrings.
24832 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
24834         Update copyright notices of files in progmodes directory for
24835         release of Emacs 22.1.
24837         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24839         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24840         Don't barf if the GUD buffer has been killed.
24842 2005-08-01  Kim F. Storm  <storm@cua.dk>
24844         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24846 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
24848         * simple.el (next-error-follow-minor-mode):
24849         make-variable-buffer-local -> make-local-variable.
24851         * emacs-lisp/cl-extra.el: Require CL also when compiling.
24853         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24854         (byte-compile-form-make-variable-buffer-local): New functions to warn
24855         about misuses of make-variable-buffer-local where make-local-variable
24856         was meant.
24858 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
24860         * bs.el (bs-attributes-list): Doc fix.
24861         (bs): Update url-link.
24863         * desktop.el (desktop-save-buffer): Fix typos in docstring.
24864         (desktop-load-default): Simplify.
24866         * ibuffer.el (ibuffer-columnize-and-insert-list)
24867         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24868         (ibuffer-unmark-all, ibuffer-toggle-marks)
24869         (ibuffer-unmark-forward, ibuffer-unmark-backward)
24870         (ibuffer-compile-make-format-form, ibuffer-format-column)
24871         (ibuffer-current-buffers-with-marks)
24872         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24873         (ibuffer): Doc fix.
24874         (ibuffer-mode): Fix typo in docstring.
24875         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24876         with `define-obsolete-variable-alias'.
24877         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
24879 2005-07-29  Kenichi Handa  <handa@m17n.org>
24881         * international/mule-cmds.el (select-message-coding-system):
24882         Be sure to use LF for end-of-line.  If no coding system is decided,
24883         return iso-8859-1-unix.
24885 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
24887         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24888         (ange-ftp-pending-error-line): New vars.
24889         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24890         to handle the non-fatal no-route-to-host messages.
24891         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24893 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
24895         * isearch.el (isearch-mode-map, isearch-other-meta-char)
24896         (isearch-quote-char, isearch-printing-char)
24897         (isearch-text-char-description): "?\ " -> "?\s".
24898         (isearch-lazy-highlight-cleanup)
24899         (isearch-lazy-highlight-initial-delay)
24900         (isearch-lazy-highlight-interval)
24901         (isearch-lazy-highlight-max-at-a-time)
24902         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24903         Declare with define-obsolete-*-alias macros.
24904         (isearch-forward): Fix typo in docstring.
24905         (search-invisible, search-ring-yank-pointer)
24906         (regexp-search-ring-yank-pointer): Doc fixes.
24908         * recentf.el (recentf-menu-append-commands-p): Declare with
24909         `define-obsolete-variable-alias'.
24910         (recentf-max-saved-items, recentf-menu-filter)
24911         (recentf-arrange-by-rule-subfilter): Doc fixes.
24912         (recentf-menu-append-commands-flag)
24913         (recentf-initialize-file-name-history, recentf-expand-file-name)
24914         (recentf-clear-data): Fix typos in docstrings.
24916 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
24918         * progmodes/gdb-ui.el: Smarten comments.
24919         (gdb-info-breakpoints-custom): Use nowarn when finding file.
24921 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
24923         * term/apollo.el (terminal-init-apollo): New function containing
24924         all former top level forms in the file.
24925         * term/bobcat.el (terminal-init-bobcat):
24926         * term/cygwin.el (terminal-init-cygwin):
24927         * term/iris-ansi.el (terminal-init-iris-ansi):
24928         * term/linux.el (terminal-init-linux):
24929         * term/news.el (terminal-init-news):
24930         * term/rxvt.el (terminal-init-rxvt):
24931         * term/sun.el (terminal-init-sun):
24932         * term/tvi970.el (terminal-init-tvi970):
24933         * term/vt100.el (terminal-init-vt100):
24934         * term/vt102.el (terminal-init-vt102):
24935         * term/vt125.el (terminal-init-vt125):
24936         * term/vt200.el (terminal-init-vt200):
24937         * term/vt201.el (terminal-init-vt201):
24938         * term/vt220.el (terminal-init-vt220):
24939         * term/vt240.el (terminal-init-vt240):
24940         * term/vt300.el (terminal-init-vt300):
24941         * term/vt320.el (terminal-init-vt320):
24942         * term/vt400.el (terminal-init-vt400):
24943         * term/vt420.el (terminal-init-vt420):
24944         * term/wyse50.el (terminal-init-wyse50):
24945         * term/xterm.el (terminal-init-xterm): Likewise.
24947         * term/README: Describe the terminal-init-* functionality.
24949         * startup.el (command-line): After loading the terminal initialization
24950         file call the corresponding terminal initialization function.
24952 2005-07-27  Kenichi Handa  <handa@m17n.org>
24954         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24955         negative.
24957         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24958         (ps-mule-composition-prologue): Fix for the case that
24959         RelativeCompose is false.
24961 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
24963         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24965         * descr-text.el (describe-char): Handle the case where the list of
24966         chars is displayed in a separate frame.
24967         Be a bit more discriminating when looking for the char.
24969 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
24971         * bookmark.el (bookmark-automatically-show-annotations)
24972         (bookmark-read-annotation-text-func): Doc fixes.
24973         (bookmark-save): Improve argument/docstring consistency.
24974         (bookmark-get-bookmark, bookmark-get-bookmark-record)
24975         (bookmark-alist-from-buffer)
24976         (bookmark-upgrade-file-format-from-0)
24977         (bookmark-grok-file-format-version)
24978         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24979         (bookmark-read-annotation-mode)
24980         (bookmark-insert-current-bookmark, bookmark-jump)
24981         (bookmark-exit-hook): Fix typos in docstrings.
24982         (bookmark-exit-hooks): Define as obsolete alias.
24983         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24984         not `bookmark-exit-hooks'.  Fix docstring.
24985         (bookmark-bmenu-select): "?\ " -> "?\s".
24987 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
24989         * startup.el (command-line): Fix typo.
24991 2005-07-24  Richard M. Stallman  <rms@gnu.org>
24993         * tooltip.el (tooltip-mode): Test emacs-basic-display,
24994         not emacs-quick-startup.
24996 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
24998         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24999         (reb-next-match, reb-show-subexp): Use `with-selected-window'
25000         instead of `reb-with-current-window'.
25001         (reb-prev-match): Likewise.  Also, don't move left if the search
25002         was unsuccessful.
25003         (reb-initialize-buffer): New function.
25004         (re-builder, reb-change-syntax): Use it.
25006         * man.el (Man-goto-page): Make second argument NOERROR optional.
25008 2005-07-23  Richard M. Stallman  <rms@gnu.org>
25010         * man.el (Man-bgproc-sentinel): Check here for failure to find
25011         any man page in the output, and report the error here.
25012         (Man-arguments): Make it permanent local.
25013         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
25014         (Man-mode): Pass t for NOERROR.
25016         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
25017         (grep-mode-font-lock-keywords):
25018         Don't use compilation-...-face for messages that are not file names.
25020         * progmodes/compile.el (compilation-mode-font-lock-keywords):
25021         Don't use compilation-...-face for messages that are not file names.
25023 2005-07-22  Juri Linkov  <juri@jurta.org>
25025         * startup.el (normal-splash-screen): Update menu name.
25027         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
25029 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
25031         * term/xterm.el: Load term/rxvt if the terminal is actually an
25032         rxvt terminal.
25033         (xterm-rxvt-set-background-mode): Remove, not used anymore.
25035         * term/rxvt.el (function-key-map): Use substitute-key-definition
25036         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
25038         * term/cygwin.el: New file.
25040 2005-07-22  Kim F. Storm  <storm@cua.dk>
25042         * image-file.el (insert-image-file, image-file-yank-handler):
25043         Fix last change to maintain a (unique) yank-handler on yanked images.
25045 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
25047         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
25048         of the file size (as in "177B" for 177 bytes).  This happens with
25049         "ls -lh" on FreeBSD.
25051 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
25053         * hilit-chg.el (highlight-changes-global-initial-state)
25054         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
25055         (hilit-chg-fixup, highlight-changes-mode):
25056         Fix typos in docstrings.
25057         (highlight-changes-global-modes, highlight-changes-rotate-faces):
25058         Doc fixes.
25060 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
25062         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
25063         mode function using `eval-after-load'.
25065 2005-07-21  Kim F. Storm  <storm@cua.dk>
25067         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
25068         included when reporting an Emacs crash, and tell about the DEBUG file.
25070         * image-file.el (insert-image-file): Add yank-handler.
25071         (image-file-yank-handler): Yank handler to make unique copies of
25072         images when they are yanked into a buffer next to each other.
25074 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
25076         * comint.el (comint-use-prompt-regexp, comint-send-input)
25077         (comint-source-default, comint-extract-string)
25078         (comint-get-source, comint-word, comint-completion)
25079         (comint-source, comint-prompt-read-only, comint-update-fence):
25080         Fix typos in docstrings.
25081         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
25082         Declare with define-obsolete-*-alias macros.
25083         (comint-previous-matching-input-from-input)
25084         (comint-next-matching-input-from-input)
25085         (comint-previous-matching-input, comint-next-matching-input)
25086         (comint-forward-matching-input):
25087         Improve argument/docstring consistency.
25089         * desktop.el (desktop-clear-preserve-buffers-regexp):
25090         Also preserve the *server* buffer.
25092         * simple.el (clone-indirect-buffer): Doc fix.
25093         (fixup-whitespace, just-one-space)
25094         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
25095         (next-error, next-error-highlight)
25096         (next-error-highlight-no-select, next-error-last-buffer)
25097         (next-error-buffer-p, next-error-find-buffer, next-error)
25098         (previous-error, next-error-no-select, previous-error-no-select)
25099         (open-line, split-line, minibuffer-prompt-width, kill-new)
25100         (binary-overwrite-mode): Fix typos in docstrings.
25101         (set-fill-column): Fix typo in message.
25103         * skeleton.el (skeleton-proxy-new): Doc fix.
25105         * strokes.el (strokes-load-hook): Doc fix.
25106         (strokes-grid-resolution, strokes-get-grid-position)
25107         (strokes-renormalize-to-grid, strokes-read-stroke)
25108         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
25109         (strokes-global-map): Fix typos in docstrings.
25110         (strokes-help): Doc fix.  Fix help message and pass it through
25111         `substitute-command-keys'.
25113         * tempo.el (tempo-insert-prompt, tempo-interactive)
25114         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
25115         (tempo-insert-string-functions, tempo-local-tags)
25116         (tempo-define-template, tempo-insert-template)
25117         (tempo-insert-prompt-compat, tempo-is-user-element)
25118         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
25119         Fix typos in docstrings.
25121         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
25122         (vcursor-key-bindings, vcursor-use-vcursor-map)
25123         (vcursor-find-window, vcursor-scroll-down)
25124         (vcursor-disable, vcursor-beginning-of-buffer)
25125         (vcursor-end-of-buffer): Fix typos in docstrings.
25126         (vcursor-relative-move, vcursor-get-char-count):
25127         Improve argument/docstring consistency.
25129         * version.el: "?\ " -> "?\s".
25131         * wid-edit.el (widget-default-create, widget-after-change)
25132         (widget-default-format-handler, widget-checklist-add-item)
25133         (widget-radio-add-item, widget-choose, widget-specify-secret)
25134         (widget-field-value-create, widget-field-value-get)
25135         (widget-editable-list-format-handler)
25136         (widget-editable-list-entry-create, widget-group-value-create)
25137         (widget-documentation-link-add)
25138         (widget-documentation-string-value-create): "?\ " -> "?\s".
25139         (widget-convert-text): Doc fix.
25140         (widget-narrow-to-field, widget-field-find)
25141         (widget-url-link-action, widget-emacs-library-link-action)
25142         (widget-color-notify): Fix typos in docstrings.
25144         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
25145         (x-select-text, set-w32-system-coding-system)
25146         (w32-add-charset-info): Fix typos in docstrings.
25148         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
25149         (cua-enable-cua-keys, cua-use-hyper-key)
25150         (cua-virtual-rectangle-edges): Fix typos in docstrings.
25151         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
25153         * net/tramp.el (tramp-handle-load): Fix typo in error message.
25155         * emacs-lisp/re-builder.el (regexp-builder): Declare with
25156         `defalias' instead of faking it.
25158         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
25159         (eshell-ls-missing, eshell-ls-dired-initial-args)
25160         (eshell-ls-use-in-dired): Fix typos in docstrings.
25162 2005-07-20  Kim F. Storm  <storm@cua.dk>
25164         * emulation/cua-base.el (cua-mode): Improve doc string.
25166 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
25168         * abbrev.el (expand-region-abbrevs): Doc fix.
25169         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
25170         Improve argument/docstring consistency.
25172         * arc-mode.el (archive-get-descr, archive-alternate-display):
25173         Doc fixes.
25174         (archive-l-e): Improve argument/docstring consistency.
25175         (archive-tmpdir, archive-unixdate, archive-unixtime)
25176         (archive-chmod-entry): Fix typos in docstrings.
25177         (archive-unflag, archive-unflag-backwards)
25178         (archive-unmark-all-files): "?\ " -> "?\s".
25180         * buff-menu.el (Buffer-menu-unmark): Doc fix.
25181         (Buffer-menu-not-modified, Buffer-menu-execute)
25182         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
25183         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
25185         * composite.el (compose-string, encode-composition-rule)
25186         (compose-last-chars): Fix typos in docstrings.
25188         * desktop.el (desktop-enable, desktop-basefilename):
25189         Declare with `define-obsolete-variable-alias'.
25190         (desktop-internal-v2s): Don't quote keywords.
25191         (desktop-clear): "?\ " -> "?\s".
25193         * dired.el (dired-align-file, dired-flag-backup-files)
25194         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
25195         (dired-listing-switches, dired-ls-F-marks-symlinks)
25196         (dired-dwim-target, dired-load-hook, dired-mode-hook)
25197         (dired-directory, dired-faces, dired, dired-revert)
25198         (dired-mode, dired-summary, dired-view-file)
25199         (dired-copy-filename-as-kill, dired-delete-file)
25200         (dired-no-confirm, dired-unmark-all-marks)
25201         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
25202         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
25203         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
25204         Fix typos in message strings.
25206         * dired-x.el (virtual-dired): Declare with `defalias'.
25207         (dired-mark-unmarked-files, dired-local-variables-file)
25208         (dired-omit-here-always): Doc fix.
25209         (dired-omit-mode, dired-find-subdir)
25210         (dired-enable-local-variables, dired-clean-up-buffers-too)
25211         (dired-extra-startup, dired-mark-extension, dired-jump)
25212         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
25213         (dired-smart-shell-command, dired-guess-shell-alist-user)
25214         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
25215         (dired-x-bind-find-file, dired-x-submit-report):
25216         Fix typos in docstrings.
25217         (dired-mark-unmarked-files): "?\ " -> "?\s".
25219         * dirtrack.el (dirtrack-list): Fix typos in docstring.
25221         * faces.el (describe-face): "?\ " -> "?\s".
25222         (read-all-face-attributes, read-face-font, modify-face)
25223         (face-attr-construct, italic): Fix typos in docstrings.
25224         (frame-update-face-colors): Declare with
25225         `define-obsolete-function-alias'.
25227         * files.el (find-file-noselect, recode-file-name): Doc fixes.
25228         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
25229         (magic-mode-alist, buffer-file-numbers-unique)
25230         (write-file-functions, get-free-disk-space):
25231         Fix typos in docstrings.
25232         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
25233         (write-contents-hooks, write-file-hooks):
25234         Declare with `define-obsolete-variable-alias'.
25236         * forms-d2.el (arch-rj): Fix typo in docstrings.
25237         (arch-tocol): Likewise.  "?\ " -> "?\s".
25239         * frame.el (set-frame-font, cursor-in-non-selected-windows):
25240         Fix typo in docstring.
25241         (set-screen-width, set-screen-height): Delete redundant info in
25242         doctrings.
25243         (new-frame, screen-height, screen-width): Declare with
25244         `define-obsolete-function-alias'.
25245         (delete-frame-hook, blink-cursor): Declare with
25246         `define-obsolete-variable-alias'.
25248         * paths.el (prune-directory-list): Fix typos in docstring.
25250         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
25251         (cvs-prefix-get): Fix typos in docstrings.
25253         * ps-print.el (ps-extend-face-list, ps-extend-face)
25254         (ps-print-background-image): Fix typos in docstrings.
25255         (ps-default-fg, ps-default-bg): Doc fixes.
25257         * s-region.el (s-region-bind): Doc fix.
25258         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
25260         * textmodes/org.el (org-table-formula-substitute-names)
25261         (org-table-get-vertical-vector): Doc fixes.
25262         (org-table-recalculate): Remove unused argument to `message'.
25264 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
25266         * textmodes/org.el (org-table-column-names)
25267         (org-table-column-name-regexp)
25268         (org-table-named-field-locations): New variables.
25269         (org-archive-subtree): Protect `this-command' when calling
25270         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
25271         the kill buffer.
25272         (org-complete): Remove fixed-formula completion.
25273         (org-edit-formulas-map): New variable.
25274         (org-table-edit-formulas): New command.
25275         (org-finish-edit-formulas, org-abort-edit-formulas)
25276         (org-show-variable, org-table-get-vertical-vector): New functions.
25277         (org-table-maybe-eval-formula): Handle `:=' fields.
25278         (org-table-get-stored-formulas, org-table-store-formulas)
25279         (org-table-get-formula, org-table-modify-formulas)
25280         (org-table-replace-in-formulas): Handle named field formulas.
25281         (org-table-get-specials): Store locations of named fields.
25283 2005-07-19  Juri Linkov  <juri@jurta.org>
25285         * progmodes/grep.el (grep-regexp-alist)
25286         (grep-mode-font-lock-keywords, grep-process-setup):
25287         Use default GNU grep match color "01;31m" instead of "01;41m".
25288         (grep-regexp-alist, grep-mode-font-lock-keywords):
25289         Use `\\[[0-9]*m' instead of `\\[00m'.
25290         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
25291         sgr_start where its handling is more important.  Use the real
25292         length of sgr_start instead of constant 8.
25293         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
25294         specially.  Delete all remaining escape sequences.
25295         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
25296         (grep-regexp-alist): Make hyperlink only for binary file name
25297         instead of the whole line.
25298         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
25299         (grep-mode): Add autoload.
25301         * emacs-lisp/find-func.el (find-function-regexp):
25302         Add `define-compilation-mode'.
25304 2005-07-19  Juri Linkov  <juri@jurta.org>
25306         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
25307         (compare-windows-sync-string-size, compare-windows-recenter)
25308         (compare-windows-highlight, compare-windows): Add version 22.1.
25309         (compare-windows) <defface>: Inherit from lazy-highlight instead
25310         of duplicating its default value.
25312         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
25313         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
25315         * descr-text.el (describe-char): Create link buttons for `charset'
25316         and `code point'.  Add the current input method name with a link
25317         button to `to input' field.  Print face names of display table
25318         characters in `The display table entry is displayed by' section
25319         instead of printing face-id in the `display' field.
25320         Guess hardcoded faces and create a link button for them.
25321         Skip empty fields when calculating max-width.
25322         Treat `widget-create' specially while inserting strings from the
25323         collected field list.
25324         (describe-char-after): Made obsolete in version 22.1, not 21.5.
25326         * diff-mode.el (diff-file-header): Change foreground color from
25327         yellow to green on light backgrounds.
25328         (diff-context): Inherit from `shadow' only for color/grayscale
25329         with more than 88 colors.
25330         (diff-indicator-removed, diff-indicator-added)
25331         (diff-indicator-changed): New faces.
25332         (diff-font-lock-keywords): Use new faces.  Regroup rules.
25333         Add "^---$" for `normal' diff format.  Fontify `#' lines with
25334         font-lock-comment-delimiter-face and font-lock-comment-face.
25335         Add `#' to ^[^...] in the rule for `diff-context-face'.
25337         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
25338         a button-like box.  Inherit from `highlight' on low colors.
25339         (shadow): Use shades of gray only for color/grayscale with
25340         more than 88 colors.  Use green for light backgrounds with
25341         8 colors, and yellow for dark backgrounds with 8 colors.
25343         * font-lock.el (font-lock-regexp-grouping-backslash):
25344         Don't inherit from escape-glyph (use bold for all cases).
25346         * info.el (info-xref-visited): Use light foreground color `violet'
25347         for dark backgrounds instead of dark color `magenta3'.
25348         (info-title-1): Use `yellow' color for dark backgrounds.
25350         * isearch.el (isearch): Use not-too-dark magenta3 instead of
25351         too-light magenta2.
25353         * replace.el (match): Use slightly more light RoyalBlue3 instead
25354         of dark RoyalBlue4.
25356         * wid-edit.el (widget-inactive): Inherit from `shadow'.
25358 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
25360         * novice.el (disabled-command-hook): Declare it with
25361         `define-obsolete-variable-alias'.
25363         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
25364         (desktop-buffer-misc-functions, desktop-buffer-handlers)
25365         (desktop-load-default): Add release to obsolescence info.
25366         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
25367         (desktop-append-buffer-args, desktop-read):
25368         Fix typos in docstrings.
25369         (desktop-kill): Fix typo in message.
25370         (desktop-save): Doc fix.
25372 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
25374         * viper-cmd.el (viper-escape-to-state): Bug fix.
25375         (viper-envelop-ESC-key): Change the definition of fast
25376         keysequence so it'll work with keyboard macros.
25378         * ediff.el (ediff-patch-buffer): Change the docstring.
25380 2005-07-19  Kenichi Handa  <handa@m17n.org>
25382         * international/mule-cmds.el (select-safe-coding-system): Try to
25383         use an auto-coding (if any) before anything else.  If the found
25384         auto-coding is invalid, show a warning message.
25386         * international/mule.el (find-auto-coding): New function created
25387         by modifying the body of set-auto-coding.
25388         (set-auto-coding): Use find-auto-coding to find a coding.
25390 2005-07-18  Richard M. Stallman  <rms@gnu.org>
25392         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
25393         not isearch-mode-end-hook-error.
25394         (allout-before-change-protect): Fix error message.
25396 2005-07-18  Juri Linkov  <juri@jurta.org>
25398         * allout.el (allout-mode):
25399         * calculator.el (calculator-copy):
25400         * custom.el (custom-known-themes):
25401         * dired.el (dired-desktop-buffer-misc-data)
25402         (dired-restore-desktop-buffer):
25403         * dired-x.el (dired-omit-marker-char):
25404         * files.el (basic-save-buffer):
25405         * font-core.el (font-lock-mode):
25406         * calendar/calendar.el (calendar-goto-hebrew-date)
25407         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
25408         (calendar-goto-persian-date):
25409         * language/ethio-util.el (ethio-sera-to-fidel-region):
25410         * textmodes/picture.el (picture-mode):
25411         Delete duplicate duplicate words.
25413 2005-07-18  Juri Linkov  <juri@jurta.org>
25415         * isearch.el (isearch-mode-map): Remove key bindings for regexp
25416         chars * ? } |.
25417         (isearch-fallback): Don't call `isearch-process-search-char'.
25418         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
25419         (isearch-process-search-char): Call `isearch-fallback' for regexp
25420         chars * ? } |.
25421         (isearch-return-char): Make obsolete with `make-obsolete' instead
25422         of simply documenting it as obsolete in the docstring.
25423         (isearch-fallback): Refill docstring.
25425         * international/isearch-x.el
25426         (isearch-process-search-multibyte-characters): Remove unneeded
25427         `concat'.  Add intermediate values to `junk-hist' instead of
25428         `minibuffer-history'.  Test the length of `str'.
25430 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
25432         * allout.el (allout-resolve-xref): Fix typos in error strings.
25433         (allout-before-change-protect): Remove unneeded `concat'.
25435         * array.el (array-mode, array-reconfigure-rows)
25436         (untabify-backward): Fix typos in docstrings.
25437         (array-reconfigure-rows): Use `insert-buffer-substring', not
25438         `insert-buffer'.
25440         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
25441         * progmodes/ada-mode.el (ada-make-body):
25442         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
25444         * dired.el (dired-log):
25445         * tar-mode.el (tar-subfile-save-buffer):
25446         * play/zone.el (zone-pgm-stress-destress):
25447         Use `insert-buffer-substring', not `insert-buffer'.
25449 2005-07-17  Simon Josefsson  <jas@extundo.com>
25451         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
25453 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
25455         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
25456         Add plain auth method.
25457         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
25459 2005-07-17  Kim F. Storm  <storm@cua.dk>
25461         * ido.el (dired-other-window): Add ido property.
25463 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
25465         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25466         Fix typo in docstring.
25467         (byte-compile-interactive-only-functions): Add `insert-buffer' and
25468         `insert-file-literally'.
25470         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
25471         info and delete redundant message.  Doc fix.
25472         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
25473         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
25475 2005-07-16  Richard M. Stallman  <rms@gnu.org>
25477         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
25478         (byte-compile-and): Use byte-compile-and-recursion.
25479         (byte-compile-or-recursion): New function.
25480         (byte-compile-or): Use that.
25481         (byte-compile-if): Guard the else-clause too.
25482         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
25484         * isearch.el (isearch-mode-end-hook-quit): New variable.
25485         (isearch-done): Bind it.
25486         (isearch-mode-end-hook): Doc fix.
25488         * allout.el (allout-isearch-did-quit): Variable deleted.
25489         (allout-real-isearch-abort): Function name no longer used.
25490         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
25491         (allout-isearch-rectification): isearch-mode always exists.
25492         Don't set allout-isearch-did-quit.
25493         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
25494         allout-isearch-did-quit.
25495         (allout-enwrap-isearch): Just add the hook.
25496         (allout-isearch-abort): Function deleted.
25497         (allout-pre-command-business): Avoid warning.
25499         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
25500         Correctly avoid warnings.
25501         (pascal-outline): Likewise.
25503         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
25505         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
25507         * play/tetris.el (tetris-mode): Avoid warning.
25509         * play/snake.el (snake-mode): Avoid warning.
25511         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
25512         (gamegrid-set-display-table): Avoid warning.
25513         (gamegrid-set-timer): Likewise.
25514         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
25515         (gamegrid-add-score-with-update-game-score-1): Take FILE
25516         as argument.
25517         (gamegrid-add-score-with-update-game-score): Pass that argument.
25518         Rename have-shared-game-dir to gamegrid-shared-game-dir.
25520         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
25522         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
25523         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
25525         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
25526         and insert-file.
25528         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
25529         (sc-ask): Avoid warnings.
25531         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
25532         (eshell-hist-initialize): Use that var the natural way.
25534         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
25536         * emacs-lisp/re-builder.el (reb-cook-regexp):
25537         Avoid warning calling lre-compile-string.
25538         (reb-color-display-p): Avoid warning.
25540         * calculator.el (calculator-last-input): Guard uses
25541         of event-key and key-press-event-p.
25542         (event-key, key-press-event-p): Delete definitions.
25544         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
25545         (find-gc-source-directory, find-gc-subrs-callers)
25546         (find-gc-noreturn-list, find-gc-source-files)
25547         (find-gc-subrs-called): Vars renamed and defvar'd.
25549         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
25550         (checkdoc-overlay-put, checkdoc-delete-overlay)
25551         (checkdoc-overlay-start, checkdoc-overlay-end)
25552         (checkdoc-mode-line-update, checkdoc-char=):
25553         Define such that compiler knows they are defined.
25554         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
25555         (checkdoc-read-event): Delete.  Use read-event directly.
25557         * whitespace.el (whitespace-make-overlay)
25558         (whitespace-overlay-put, whitespace-delete-overlay)
25559         (whitespace-overlay-start, whitespace-overlay-end):
25560         Define such that compiler knows they are defined.
25561         (whitespace): Move conditional inside.
25563         * tempo.el (tempo-insert-template): Suppress warning.
25565         * ediff-diff.el (longlines-mode): Add defvar.
25567 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
25569         * server.el: Bind "C-x #" in a way that works even if C-x is
25570         redefined to a command key, not a prefix key.
25572 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25574         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
25575         cl-make-type-test till execution time.
25577 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
25579         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
25580         arg ARG and use it.
25582 2005-07-16  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>  (tiny change)
25584         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
25586 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
25588         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25589         a defcustom with two :set or :type keywords.
25591 2005-07-15  Richard M. Stallman  <rms@gnu.org>
25593         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25594         Don't give ^M comment-end syntax.
25596 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
25598         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25599         Don't consider gdbmi (gdb-mi.el has its own update functions).
25600         (gdb-var-delete): Make it work for gdbmi as well.
25601         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25603         * progmodes/gud.el (etags, sdb): Only require etags when needed.
25604         (gud-speedbar-menu-items): Correct logic for enabling items.
25606 2005-07-15  Kim F. Storm  <storm@cua.dk>
25608         * ido.el: Fix commentary.
25609         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25610         Use with-no-warnings around ffap-guesser.
25611         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25612         Let bind minibuffer-completing-file-name to t.
25614 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
25616         * startup.el (site-run-file, keyboard-type): Doc fixes.
25617         (command-line): Check for "--basic-display" argument; also for
25618         "--quick", not "--bare-bones" (which was renamed).
25619         (fancy-splash-text): Add missing item "Getting New Versions".
25620         (normal-splash-screen): Fix typos and improve consistency with
25621         `fancy-splash-text'.  Update copyright year.
25623         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25624         valid binding for `help-char'.
25626         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25628 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
25630         * term.el (term-mode): Disable cua-mode for term buffers.
25632 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
25634         * add-log.el (add-log-mailing-address, change-log-merge):
25635         Doc fixes.
25636         (change-log-get-method-definition): Fix typo in docstring.
25638 2005-07-14  Kim F. Storm  <storm@cua.dk>
25640         * emulation/cua-base.el:
25641         (cua--pre-command-handler-1, cua--pre-command-handler)
25642         (cua--post-command-handler-1, cua--post-command-handler):
25643         Split in two.  Check (buffer local) value of cua-mode.
25644         (cua-selection-mode): New command.
25646 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
25648         * custom.el (custom-initialize-safe-set)
25649         (custom-initialize-safe-default): Doc fixes.
25651         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25652         and simplify :init-value again.
25654         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25655         and simplify :init-value again.  Delete autoload.
25657         * startup.el (command-line): Use `custom-reevaluate-setting' again
25658         for tooltip-mode.
25660         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25661         a defcustom with two :initialize keywords.
25663 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
25665         * allout.el (my-mark-marker, allout-isearch-prior-pos)
25666         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25667         (allout-post-command-business, allout-flag-region)
25668         (isearch-reenable-font-lock, allout-yank)
25669         (allout-insert-latex-header, allout-insert-latex-trailer)
25670         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25671         (allout-latex-verb-quote): Fix typos in docstrings.
25672         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25673         (allout-unprotected, allout-prefix-data):
25674         Improve argument/docstring consistency.
25675         (allout-chart-subtree): Fix argument spec.
25676         (allout-open-topic): Rename `use_sib_bullet' argument to
25677         `use-sib-bullet'.  Doc fix.
25679         * whitespace.el (whitespace-check-buffer-leading)
25680         (whitespace-check-buffer-trailing)
25681         (whitespace-check-buffer-indent)
25682         (whitespace-check-buffer-spacetab)
25683         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25684         (whitespace-check-leading-whitespace)
25685         (whitespace-check-trailing-whitespace)
25686         (whitespace-check-spacetab-whitespace)
25687         (whitespace-check-indent-whitespace)
25688         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25689         (whitespace-modes): Fix typos in docstrings.
25690         (defgroup, defcustom): Doc fixes.
25692         * winner.el (winner-mode, winner-boring-buffers)
25693         (winner-pending-undo-ring): Doc fixes.
25694         (winner-ring): Remove unneeded `progn'.
25695         (winner-equal): `defsubst' it.
25696         (winner-redo): Fix message.
25698 2005-07-13  Kim F. Storm  <storm@cua.dk>
25700         * simple.el (line-move-1): Always use vertical-motion to
25701         do the last (or only) line move to ensure some movement.
25702         Undo 2005-06-23 change--don't check for overlays.
25704 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25706         * term/mac-win.el (ccl-encode-mac-roman-font)
25707         (ccl-encode-mac-centraleurroman-font)
25708         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25709         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25710         Change charset-id boundary of dimension to ?\xef.
25711         (mac-char-fontspec-list): New constant.
25712         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
25713         argument.  Nil uses itself as family in font-spec.  Previous
25714         behavior for nil is now provided by non-nil non-string argument.
25715         All callers changed.  Add font-specs for Mac fonts to
25716         "fontset-default" unless iso8859-1 fonts are installed.
25718 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
25720         * progmodes/sh-script.el (sh-get-indent-info): Only indent
25721         a continuation line if the \ is preceded by SPC or TAB.
25722         (sh-get-indent-info): Simplify.
25723         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25724         Use with-current-buffer.
25726         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25727         when the matched text is empty.
25729 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
25731         * startup.el (command-line): Revert to previous handling of
25732         tooltip-mode.  Explain in comment why the complexity is needed.
25734         * tooltip.el (tooltip-mode): Revert to previous implementation of
25735         its defcustom.
25737         * frame.el (blink-cursor-mode): Revert to previous implementation
25738         of its defcustom.  Update comment.
25740 2005-07-12  Lars Hansen  <larsh@soem.dk>
25742         * desktop.el: Update e-mail address.
25744 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25746         * term/mac-win.el (mac-services-mail-selection)
25747         (mac-services-mail-to): New functions.
25748         (mac-application-menu-map): Bind them.
25750 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
25752         * progmodes/gdb-ui.el: Add note about buffering with Windows.
25754 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
25756         * custom.el (custom-reevaluate-setting): Doc fix.
25758 2005-07-11  Jay Belanger  <belanger@truman.edu>
25760         * calc/calc.el (calc-embedded-announce-formula-alist)
25761         (calc-embedded-open-close-plain-alist)
25762         (calc-embedded-open-close-mode-alist): Add checks for additional
25763         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25765 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
25767         * custom.el (custom-enable-theme): Don't add theme to
25768         `custom-enabled-themes' with `push' because there is no
25769         setf-method for `delq'.
25771 2005-07-11  Richard M. Stallman  <rms@gnu.org>
25773         * custom.el (custom-declare-variable): Doc fix.
25775         * dired-aux.el (dired-compare-directories): Remove "." and ".."
25776         from the alists.
25778         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25779         Do nothing if edebug-active.
25781         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25782         (edebug-display): Do it here instead.
25784 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25786         * cus-face.el (custom-theme-set-faces): Make it work.
25787         (custom-reset-faces): Doc fix.
25788         (custom-theme-reset-internal-face, custom-theme-face-value):
25789         Functions deleted.
25791         * custom.el (custom-push-theme): Maintain list of the settings
25792         of a given theme in its theme-settings property.
25793         Maintain position of old settings in the theme-value
25794         or theme-face property.
25795         (custom-enabled-themes): New variable.
25796         (custom-theme-enabled-p): New function.
25797         (provide-theme): Update custom-enabled-themes.
25798         Disable and reenable the `user' theme.
25799         (require-theme): Doc fix.
25800         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25801         (custom-theme-value, custom-theme-variable-value): Likewise.
25802         (custom-theme-reset-internal): Likewise.
25803         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25804         (custom-enable-theme, custom-disable-theme): New functions.
25805         (custom-variable-theme-value, custom-face-theme-value): Likewise.
25806         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25807         (custom-theme-reset-variables): Simplify.
25808         (deftheme, custom-declare-theme, custom-make-theme-feature):
25809         Definitions moved.
25811 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
25813         * longlines.el (longlines-show-region)
25814         (longlines-unshow-hard-newlines): Recognize hard newlines by
25815         non-nil hard property, instead of t.
25817 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
25819         * viper-cmd.el (viper--key-maps): New variable.
25820         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25821         emulation-mode-map-alists.
25822         (viper-envelop-ESC-key): Use viper-subseq.
25823         (viper-search-forward/backward/next): Disable debug-on-error.
25825         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25826         (viper-ESC-key): New defcustoms.
25828         * viper-macs.el (ex-map-read-args): Use viper-subseq.
25830         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25831         (viper-subseq): Copy of subseq from cl.el.
25833         * viper.el (viper-go-away, viper-set-hooks): Use
25834         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25836         * viper-mous.el (viper-current-frame-saved): Use defvar.
25838         * viper-init.el: Get rid of -face in face names.
25840         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25841         Make it work with longlines mode.
25843         * ediff-mult.el (ediff-meta-mode-hook): New variable.
25845         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25847         * ediff-init.el: Get rid of -face in face names.
25849 2005-07-10  Richard M. Stallman  <rms@gnu.org>
25851         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25852         and with-timeout-unsuspend.
25854         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25855         and with-timeout-unsuspend.
25857         * emacs-lisp/timer.el (with-timeout-timers): New variable.
25858         (with-timeout): Bind that variable to record timers.
25859         (with-timeout-suspend, with-timeout-unsuspend): New functions.
25861         * emacs-lisp/debug.el (debug-help-follow): New function.
25862         (debugger-mode-map): Use that instead of help-follow.
25863         (debugger-setup-buffer): Use eval-buffer-list
25864         to handle eval-buffer frames.
25866 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
25868         * timezone.el (timezone-parse-date): Change first regexp
25869         so it will not mistakenly match dates with no time zone.
25871 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
25873         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25875 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
25877         * custom.el (custom-initialize-safe-set)
25878         (custom-initialize-safe-default): New functions.
25880         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25881         and simplify :init-value.
25883         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25884         and simplify :init-value.  Delete obsolete comment.
25886         * startup.el (command-line): Use `custom-reevaluate-setting' to
25887         handle `tooltip-mode'.  Delete obsolete comment.
25889         * files.el (set-visited-file-name): Avoid calling
25890         `file-name-nondirectory' with a nil argument.
25892 2005-07-09  Richard M. Stallman  <rms@gnu.org>
25894         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25895         was called with nil for the buffer, handle the read position right.
25896         Handle read position for eval-region, too.
25898 2005-07-09  Juri Linkov  <juri@jurta.org>
25900         * fringe.el (fringe-mode): Add period in docstring.
25901         (fringe-query-style): Build prompt depending on `all-frames' arg.
25903         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25904         to not create links to unrelated functions in the Help buffer.
25906         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25907         Doc fix.
25909         * simple.el (next-error-hook): New variable.
25910         (next-error): Use it.  Doc fix.
25912         * textmodes/ispell.el (ispell-command-loop): Add current
25913         dictionary name and program name to mode-line-format.
25914         (ispell-region, ispell-process-line): Add current dictionary name
25915         and program name to messages.
25917 2005-07-08  Jay Belanger  <belanger@truman.edu>
25919         * calc/calc.el (calc-embedded-announce-formula-alist)
25920         (calc-embedded-open-close-formula-alist)
25921         (calc-embedded-open-close-word-alist)
25922         (calc-embedded-open-close-plain-alist)
25923         (calc-embedded-open-close-new-formula-alist)
25924         (calc-embedded-open-close-mode-alist)
25925         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25926         (calc-embedded-mode-hook): New variables.
25928         * calc/calc-embed.el (calc-embedded-firsttime)
25929         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25930         New variables.
25931         (calc-do-embedded): Use calc-embedded-firsttime,
25932         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25933         determine whether or not to run hooks.
25934         (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25935         calc-embedded-firsttime-formula appropriately.
25936         Set calc-embedded delimiter variables according to mode.
25938 2005-07-08  Richard M. Stallman  <rms@gnu.org>
25940         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25941         Check for "emacs", etc., as entire symbol, not just as word.
25942         (checkdoc-file-comments-engine): Use regexp-quote on FN.
25944         * files.el (set-visited-file-name): Report the error
25945         for "empty filename" earlier.
25946         (kill-some-buffers): Ignore buffers already dead.
25948         * fringe.el (fringe-mode): Doc fix.
25950         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25951         Check for (featurep 'xemacs) and turn off warnings in what it guards.
25952         Use unwind-protect to ensure byte-compile-unresolved-functions
25953         is updated.
25955         * whitespace.el (whitespace-buffer-leading-cleanup):
25956         Simplify w/ skip-chars-forward.
25957         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25959         * mail/rmail.el (rmail-only-expunge): Fix paren error.
25960         Unconditionally try to leave point at the same old place.
25962 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
25964         * comint.el (comint-postoutput-scroll-to-bottom)
25965         (comint-show-maximum-output): Take scroll-margin into consideration.
25967 2005-07-08  Kim F. Storm  <storm@cua.dk>
25969         * ido.el (ido-use-filename-at-point): New choice `guess'.
25970         (ido-file-internal): Try ffap-guesser if selected.
25972         * ido.el (ido-before-fallback-functions): New hook.
25973         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25974         (ido-read-file-name): Run it.
25976 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
25978         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25979         strings rather than a list of symbols to the completion function.
25981 2005-07-07  Jay Belanger  <belanger@truman.edu>
25983         * calc/calc-units.el (math-apply-units): Change the places in
25984         which units are simplified.
25986 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
25988         * cus-edit.el (customize-option, customize-option-other-window):
25989         Make them handle aliases.
25991         * custom.el (custom-variable-p): Make it recursively follow
25992         aliases.  Mention that in the docstring.
25994 2005-07-07  Richard M. Stallman  <rms@gnu.org>
25996         * cus-start.el (exec-path): Use `directory' instead of `file'.
25997         Fix tag for nil.
25999 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26001         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
26002         when called non-interactively.  Doc fix.
26004 2005-07-07  Lute Kamstra  <lute@gnu.org>
26006         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
26007         new address as well.
26009 2005-07-07  Kenichi Handa  <handa@m17n.org>
26011         * international/mule.el (make-coding-system):
26012         Describe `ascii-incompatible' property in the docstring.
26013         (set-file-name-coding-system): Signal an error if coding-system is
26014         ascii-incompatible.
26015         (set-keyboard-coding-system): Likewise.
26017         * international/mule-cmds.el (set-default-coding-systems):
26018         Don't set default-file-name-coding-system and
26019         default-keyboard-coding-system if coding-system is ASCII-incompatible.
26021         * international/utf-16.el: Declare that all UTF-16-based coding
26022         systems are ASCII-incompatible.
26024 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
26026         * progmodes/gud.el: Require font-lock for displaying errors.
26027         Used by gdb-ui.el.
26029 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
26031         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
26032         values for the pattern lists which are `read'able but not
26033         `append'able (like symbols).
26035 2005-07-06  Richard M. Stallman  <rms@gnu.org>
26037         * progmodes/flymake.el (flymake-float-time): Instead of
26038         with-no-warnings, test for XEmacs.
26039         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
26040         to avoid warning.
26042 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
26044         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
26046 2005-07-05  Lute Kamstra  <lute@gnu.org>
26048         * battery.el: Add support for Darwin (with much debugging help
26049         from Samuel Lauber <sam124@operamail.com>).
26050         (battery-status-function, battery-echo-area-format)
26051         (battery-mode-line-format): Add support for pmset on Darwin.
26052         (battery-load-low, battery-load-critical): New user options.
26053         (battery-pmset): New function.
26055 2005-07-05  Lute Kamstra  <lute@gnu.org>
26057         Update FSF's address in GPL notices.
26059         * textmodes/page-ext.el: Update FSF's address.
26061 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
26063         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
26064         filling from using prefix when filling a single-line docstring.
26066         * progmodes/flymake.el: Remove useless eval-when-compile.
26068         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
26070 2005-07-04  Richard M. Stallman  <rms@gnu.org>
26072         * textmodes/org.el (org-file-apps-defaults-gnu):
26073         Rename from org-file-apps-defaults-linux.
26074         (org-default-apps): Don't test system-type for `linux'.
26075         (org-file-apps): Doc fix.
26077 2005-07-04  David Ponce  <david@dponce.com>
26079         * tree-widget.el: Improve header Commentary section.
26080         (tree-widget) [defgroup]
26081         (tree-widget-image-enable, tree-widget-themes-directory)
26082         (tree-widget-theme, tree-widget-image-properties-emacs)
26083         (tree-widget-image-properties-xemacs, tree-widget-create-image)
26084         (tree-widget-image-formats, tree-widget-control)
26085         (tree-widget-empty-control, tree-widget-leaf-control
26086         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
26087         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
26088         (tree-widget-keep, tree-widget-after-toggle-functions)
26089         (tree-widget-open-node, tree-widget-close-node): Doc fix.
26090         (tree-widget-open-control, tree-widget-close-control): Fix doc and
26091         :help-echo message.
26092         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
26093         (tree-widget-image-properties): Doc fix.  Clearer implementation.
26094         (tree-widget--cursors): New constant.
26095         (tree-widget-lookup-image): New function split from
26096         `tree-widget-find-image'.  Clearer implementation.
26097         (tree-widget-find-image): Use it.
26098         (tree-widget-button-keymap): Use `set-keymap-parent'.
26099         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
26100         Define the sub-widgets here.
26101         (tree-widget-node): Check that :node is not a tree-widget.
26102         (tree-widget-get-super, tree-widget-open-control)
26103         (tree-widget-close-control, tree-widget-empty-control)
26104         (tree-widget-leaf-control, tree-widget-guide)
26105         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
26106         (tree-widget-no-handle, tree-widget-value-delete)
26107         (tree-widget-map): Remove.
26108         (tree-widget-children-value-save): Doc fix.  Simplified.
26109         (tree-widget-value-create): Update according to previous changes.
26111 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
26113         * textmodes/org.el: Leading space replaced by TABS.
26114         (org-recalc-marks, org-table-rotate-recalc-marks)
26115         (org-table-get-specials): Treat "^" and "_" marks.
26116         (org-table-justify-field-maybe): Optional argument NEW.
26117         (org-table-eval-formula): Parsing of the format simplified.
26118         New modes C,I.  Honor the %= parameter in the current table.
26119         Avoid unnecessary re-align by using the NEW argument to
26120         `org-table-justify-field-maybe'.
26121         (org-calc-default-modes): Default for date-format mimicks org-mode.
26122         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
26124 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
26126         * cus-face.el (custom-theme-set-faces): Make it handle face
26127         aliases whose alias declarations are pre- or autoloaded.
26129 2005-07-04  Juri Linkov  <juri@jurta.org>
26131         * faces.el (read-face-name): Put the code for getting a face name
26132         from the buffer before adding the faces from the `face' property.
26133         Use `completing-read-multiple' instead of `completing-read'.
26134         Require `crm'.  Add default value and post-process the returned
26135         list of faces.
26137         * emacs-lisp/crm.el (crm-find-current-element)
26138         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
26140         * emacs-lisp/lisp-mode.el (eval-defun-1):
26141         * emacs-lisp/edebug.el (edebug-eval-defun):
26142         Remove unnecessary quotes.
26144 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
26146         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
26147         (prolog-indent-level): Fix typo in docstring.
26149         * info.el (Info-history, Info-history-forward)
26150         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
26152         * add-log.el (add-change-log-entry):
26153         * comint.el (comint-dynamic-list-input-ring)
26154         (comint-dynamic-list-completions):
26155         * dabbrev.el (dabbrev-expand):
26156         * delim-col.el (delimit-columns-rectangle-line):
26157         * diff-mode.el (diff-context->unified, diff-reverse-direction)
26158         (diff-unified->context):
26159         * ediff-init.el (ediff-abbrev-jobname):
26160         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
26161         (ediff-replace-session-activity-marker-in-meta-buffer):
26162         * info.el (Info-summary):
26163         * lpr.el (printify-region):
26164         * printing.el (pr-create-interface):
26165         * ps-print.el (ps-print-quote):
26166         * ses.el (ses-column-widths, ses-print-cell)
26167         (ses-adjust-print-width, ses-center):
26168         * shell.el (shell-file-name-quote-list):
26169         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
26170         (strokes-fill-current-buffer-with-whitespace)
26171         (strokes-xpm-for-stroke, strokes-list-strokes)
26172         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
26173         * term.el (term-dynamic-list-input-ring)
26174         (term-dynamic-list-completions):
26175         * calc/calc.el (math-format-stack-value):
26176         * emacs-lisp/edebug.el (edebug-display-freq-count):
26177         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
26178         (delphi-new-comment-line):
26179         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
26180         * progmodes/executable.el (executable-set-magic):
26181         * progmodes/python.el (inferior-python-mode):
26182         * progmodes/scheme.el (scheme-mode-syntax-table):
26183         * progmodes/sh-script.el (sh-maybe-here-document):
26184         * progmodes/sql.el (sql-copy-column):
26185         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
26186         * textmodes/bibtex.el (bibtex-mode):
26187         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
26188         (sgml-auto-attributes):
26189         * textmodes/table.el (table-insert, table-shorten-cell)
26190         (table--generate-source-scan-lines, table-delete-row)
26191         (*table--cell-delete-char, table--spacify-frame)
26192         (table--horizontally-shift-above-and-below)
26193         (table--cell-insert-char, table--cell-blank-str)
26194         (table--fill-region-strictly):
26195         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
26196         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
26198         * add-log.el (change-log):
26199         * apropos.el (apropos):
26200         * comint.el (comint-completion, comint-source):
26201         * dabbrev.el (dabbrev):
26202         * delim-col.el (columns):
26203         * diff-mode.el (diff-mode):
26204         * ediff.el (ediff):
26205         * ediff-diff.el (ediff-diff):
26206         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
26207         * ediff-mult.el (ediff-mult):
26208         * ediff-ptch.el (ediff-ptch):
26209         * ediff-wind.el (ediff-window):
26210         * facemenu.el (facemenu):
26211         * indent.el (indent):
26212         * info.el (info):
26213         * jka-cmpr-hook.el (compression, jka-compr):
26214         * lpr.el (lpr):
26215         * outline.el (outlines):
26216         * pcmpl-cvs.el (pcmpl-cvs):
26217         * pcmpl-rpm.el (pcmpl-rpm):
26218         * printing.el (printing):
26219         * ps-print.el (postscript, ps-print, ps-print-horizontal)
26220         (ps-print-vertical, ps-print-headers, ps-print-font)
26221         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
26222         (ps-print-background, ps-print-printer, ps-print-page)
26223         (ps-print-miscellany):
26224         * ses.el (ses):
26225         * shell.el (shell, shell-directories, shell-faces):
26226         * startup.el (initialization):
26227         * strokes.el (strokes):
26228         * term.el (term):
26229         * uniquify.el (uniquify):
26230         * w32-vars.el (w32):
26231         * calc/calc.el (calc):
26232         * emacs-lisp/bytecomp.el (bytecomp):
26233         * emacs-lisp/cl-indent.el (lisp-indent):
26234         * emacs-lisp/edebug.el (edebug):
26235         * emacs-lisp/elp.el (elp):
26236         * emacs-lisp/testcover.el (testcover):
26237         * emacs-lisp/trace.el (trace):
26238         * emulation/viper-ex.el (viper-ex):
26239         * emulation/viper-mous.el (viper-mouse):
26240         * mail/mailalias.el (mailalias):
26241         * mail/supercite.el (supercite, supercite-frames)
26242         (supercite-attr, supercite-cite, supercite-hooks):
26243         * net/rcompile.el (remote-compile):
26244         * net/rlogin.el (rlogin):
26245         * obsolete/ooutline.el (outlines):
26246         * progmodes/delphi.el (delphi):
26247         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
26248         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
26249         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
26250         (ebnf-optimization):
26251         * progmodes/etags.el (etags):
26252         * progmodes/executable.el (executable):
26253         * progmodes/idlwave.el (idlwave):
26254         * progmodes/pascal.el (pascal):
26255         * progmodes/prolog.el (prolog):
26256         * progmodes/python.el (python):
26257         * progmodes/scheme.el (scheme):
26258         * progmodes/sh-script.el (sh, sh-script):
26259         * progmodes/sql.el (SQL):
26260         * progmodes/tcl.el (tcl):
26261         * textmodes/bibtex.el (bibtex, bibtex-autokey):
26262         * textmodes/enriched.el (enriched):
26263         * textmodes/makeinfo.el (makeinfo):
26264         * textmodes/sgml-mode.el (sgml):
26265         * textmodes/table.el (table-hooks):
26266         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
26267         * textmodes/texinfo.el (texinfo):
26268         * textmodes/two-column.el (two-column):
26269         Finish `defgroup' description with period.
26271         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
26272         * eshell/esh-var.el (eshell-var):
26273         * progmodes/vhdl-mode.el (vhdl-testbench):
26274         * textmodes/org.el (org): Fix typos in docstrings.
26276         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
26277         consistency.
26279         * progmodes/flymake.el (flymake-find-file): Remove.
26280         (flymake-float-time): Use `with-no-warnings'.
26281         (flymake-check-start-time, flymake-check-was-interrupted)
26282         (flymake-err-info, flymake-is-running, flymake-last-change-time)
26283         (flymake-new-err-info): `defvar' at compile time.
26285 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
26287         * replace.el (occur-hook): Doc fix.
26288         (occur-1): Don't call `occur-hook' if there are no matches.
26290 2005-07-03  Richard M. Stallman  <rms@gnu.org>
26292         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
26293         global-map, save the same map.
26294         (global-map): Don't alter it at top level.
26295         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
26296         Then alter it here instead.
26297         (tpu-edt-off): Set global-map to the saved one.
26299         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
26300         All references simplified.
26301         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
26302         (zmacs-regions): Add defvar.
26303         (repeat-complex-command-map): Everything about that deleted.
26305         * textmodes/artist.el (artist-key-is-drawing)
26306         (artist-key-endpoint1, artist-key-poly-point-list)
26307         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
26308         (artist-key-compl-table, artist-rb-save-data)
26309         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
26310         Don't put them in eval-when-compile.
26311         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
26313         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
26314         Use with-no-warnings.
26316         * net/browse-url.el (dos-windows-version): Add defvar.
26318         * mail/supercite.el (filladapt-prefix-table): Add defvar.
26320         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
26321         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
26322         (rmail-new-summary-line-count): Rename from new-summary-line-count.
26323         Add defvar.
26324         (rmail-summary-beginning-of-message): Use with-no-warnings.
26325         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
26327         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
26328         Use with-no-warnings.
26330         * emulation/vi.el (vi-mark-region): Use c-mark-function.
26331         (c-mark-function): Add point-moving-unit property.
26332         (vi-goto-line): Use with-no-warnings.
26334         * emulation/edt.el (edt-last-copied-word): Add defvar.
26335         (zmacs-region-stays): Likewise.
26336         (edt-mark-section-wisely): Use c-mark-function for C.
26337         Use makr-defun for Fortran.
26338         (time-string): defvar deleted.
26339         (edt-display-the-time): Don't set time-string.
26341         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
26343         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26344         Don't warn when name is not constant
26345         or for defining the group `emacs'.
26347         * tooltip.el (gud-tooltip-mode): Add defvar.
26349         * startup.el (default-frame-background-mode): Add defvar.
26351         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
26353         * info.el (tool-bar-map): Add defvar.
26355         * dired.el (dnd-protocol-alist): Add defvar.
26357         * dired-aux.el (dired-query): Display question with answer, when
26358         the user answers.
26360         * custom.el (custom-add-option): Doc fix.
26362         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
26364 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
26366         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
26367         bogus name from the last change.
26369 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
26371         * custom.el (custom-declare-variable): Fix typos in comment.
26372         (custom-known-themes): Doc fix.
26373         (custom-theme-directory): New defcustom.
26374         (require-theme): Make it check `custom-theme-directory'.
26376         * cus-theme.el (custom-new-theme-mode): New function.
26377         (custom-theme-name, custom-theme-variables, custom-theme-faces)
26378         (custom-theme-description): Add compiler defvars.
26379         (customize-create-theme): Add doc to the "*New Custom Theme*"
26380         buffer.  Use `custom-new-theme-mode'.
26381         (custom-theme-write): Put the created buffer in emacs-lisp-mode
26382         and save it to the `custom-theme-directory'.  Make this the
26383         default directory of the buffer.
26385 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
26387         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
26388         Fix unbalanced parentheses.
26390 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
26392         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
26393         into flymake-mode and delegate to flymake-mode.
26395         * find-file.el (ff-which-function-are-we-in): Clean up.
26397 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
26399         * replace.el (occur-rename-buffer): Fix docstring.
26401         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
26402         (edt-last-copied-word, edt-learn-macro-count)
26403         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
26404         (edt-rect-start-point, edt-user-global-map, rect-start-point)
26405         (time-string, zmacs-region-stays):
26406         * emulation/edt-mapper.el (edt-save-function-key-map)
26407         (EDT-key-name): `defvar' to silence the byte-compiler.
26409 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
26411         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
26412         font-lock-regexp-backslash.  Doc fix.
26413         (font-lock-regexp-backslash-grouping-construct): Rename from
26414         font-lock-regexp-backslash-construct.  Doc fix.
26415         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
26416         grouping constructs.
26418 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
26420         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
26421         updating all the prerequisites.
26423 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
26425         * textmodes/org.el (org-agenda-start-on-weekday)
26426         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
26427         (org-agenda-use-time-grid, org-archive-location)
26428         (org-allow-space-in-links, org-usenet-links-prefer-google)
26429         (org-enable-table-editor, org-export-default-language)
26430         (org-export-html-show-new-buffer, org-fill-paragraph)
26431         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
26432         (org-goto-quit, org-occur, org-eval-in-calendar)
26433         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
26434         (org-agenda-diary-entry, org-remember-help)
26435         (org-table-convert-region, org-at-table-p)
26436         (org-table-move-row-down, org-table-move-row-up)
26437         (org-table-copy-region, org-table-toggle-vline-visibility)
26438         (org-table-get-stored-formulas, org-table-get-specials)
26439         (org-recalc-commands, org-table-eval-formula)
26440         (org-table-formula-substitute-names, orgtbl-make-binding)
26441         (org-format-org-table-html, org-format-table-table-html)
26442         (org-format-table-table-html-using-table-generate-source)
26443         (org-customize): Fix typos in docstrings.
26444         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
26445         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
26446         (org-back-to-heading): Doc fixes.
26447         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
26448         (org-agenda-change-all-lines, org-get-header):
26449         Improve argument/docstring consistency.
26450         (orgtbl-error): Fix error message.
26452         * progmodes/flymake.el (flymake-find-possible-master-files)
26453         (flymake-master-file-compare, flymake-get-line-err-count)
26454         (flymake-highlight-line, flymake-gui-warnings-enabled):
26455         Fix typos in docstrings.
26456         (flymake-parse-line, flymake-get-project-include-dirs-function)
26457         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
26458         Doc fixes.
26459         (flymake-get-project-include-dirs-function)
26460         (flymake-make-err-menu-data):
26461         Improve argument/docstring consistency.
26463 2005-07-01  Lute Kamstra  <lute@gnu.org>
26465         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
26466         Catch errors with ignore-errors.  Use temporary buffer.
26467         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
26469         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
26470         background color faces.
26471         (facemenu-set-foreground, facemenu-set-background):
26472         Use facemenu-set-face-from-menu.
26473         (facemenu-set-face-from-menu): Treat face names that start with
26474         "fg:" or "bg:" as special.
26475         (facemenu-add-new-color): Don't create faces.  Simplify.
26477 2005-06-30  Richard M. Stallman  <rms@gnu.org>
26479         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
26480         (crm-find-current-element): Likewise.
26482 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
26484         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
26486 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
26488         * arc-mode.el (archive-extract): Make it work as a mouse binding.
26489         (archive-mouse-extract): Make it an obsolete alias.
26490         (archive-mode-map): Don't use archive-mouse-extract any more.
26491         (archive-mode, archive-extract): write-contents-hooks ->
26492         write-contents-functions.
26493         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
26494         first arg.
26495         (archive-rename-entry): Update the call.
26496         (archive-zip-summarize): Remove unused var `method'.
26497         (archive-lzh-summarize): Remove unused var `creator'.
26499         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
26500         dedicated frame upon exit.
26502         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
26503         (archive-zip-extract, archive-zip-expunge)
26504         (archive-zip-update, archive-zip-update-case): Use executable-find.
26505         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
26506         Use restore-buffer-modified-p.
26507         (archive-extract, archive-add-new-member, archive-write-file-member):
26508         Use with-current-buffer.
26509         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
26511 2005-06-30  Andreas Schwab  <schwab@suse.de>
26513         * progmodes/gud.el (gud-filter): Remove unneeded progn.
26515 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
26517         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
26519 2005-06-30  Juri Linkov  <juri@jurta.org>
26521         * faces.el (vertical-border): Inherit from mode-line-inactive
26522         only on tty.
26524 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
26526         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
26527         example, -NLINES in the `occur' docstring).
26529         * replace.el (occur-1): When no matches are found, do not set the
26530         `buffer-read-only' and modified flags for the occur buffer,
26531         because it is deleted.
26533         * emulation/cua-base.el (cua-check-pending-input)
26534         (cua-repeat-replace-region, cua-mode, cua-debug)
26535         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
26536         Fix typos in docstrings.
26538         * emulation/cua-gmrk.el (cua-toggle-global-mark)
26539         (cua-cut-region-to-global-mark)
26540         (cua--cut-rectangle-to-global-mark):
26541         Remove period from end of messages.
26543         * emulation/cua-rect.el (cua-do-rectangle-padding):
26544         Remove period from end of messages.
26545         (cua--rectangle-seq-format): Fix typo in docstring.
26546         (cua-sequence-rectangle, cua-fill-char-rectangle):
26547         Improve argument/docstring consistency.
26549 2005-06-29  Juri Linkov  <juri@jurta.org>
26551         * faces.el (default-frame-background-mode): New internal variable.
26552         (frame-set-background-mode): Use it.
26554         * startup.el (normal-top-level): Set default-frame-background-mode
26555         instead of frame-background-mode.  Before setting it, test for its
26556         nil value.  Remove tests for frame-background-mode and frame
26557         parameter `reverse'.  Add test for "unspecified-fg".
26559         * term/xterm.el (xterm-rxvt-set-background-mode):
26560         * term/rxvt.el (rxvt-set-background-mode):
26561         Set default-frame-background-mode instead of frame-background-mode.
26563 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
26565         * simple.el (set-variable): Warn about obsolete user variables.
26567         * imenu.el (imenu--completion-buffer):
26568         * mouse.el (mouse-buffer-menu-alist):
26569         * msb.el (msb-invisible-buffer-p):
26570         * calendar/diary-lib.el (diary-header-line-format):
26571         * emacs-lisp/pp.el (pp-buffer):
26572         * progmodes/cperl-mode.el (cperl-do-auto-fill):
26573         * textmodes/picture.el (picture-replace-match):
26574         Change space constants followed by a sexp to "?\s ".
26576         * play/decipher.el (decipher-loop-with-breaks):
26577         * textmodes/texinfo.el (texinfo-insert-@item): Change space
26578         constants "protected" from end of line by a comment to "?\s".
26580 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26582         * font-lock.el (save-buffer-state): Use `declare'.
26584         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
26585         reset the syntax-table to cperl-mode-syntax-table.
26586         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
26587         "foo_print_bar" is not matched as a reserved keyword.
26589 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
26591         * textmodes/org.el (orgtbl-setup): New function, for delayed
26592         setup for the orgtbl commands.
26593         (org-calc-default-modes): New option.
26594         (orgtbl-make-binding): Use `defun' to get better help display.
26595         (org-diary): Call `org-compile-prefix-format'.
26596         (org-table-formula-substitute-names): New function.
26597         (org-agenda-day-view, org-agenda-week-view): New commands.
26598         (org-agenda-toggle-week-view): Command removed.
26599         (org-tbl-menu): Split off from org-org-menu.
26600         (org-mode): Move removal of outline-mode menus to here.
26601         (org-table-formula-debug): New option.
26602         (org-table-insert-row): Keep first field if just "#" or "*".
26603         (org-mode): Paragraph regexps fixed.
26604         (org-table-recalculate-regexp): New constant.
26605         (org-table-justify-field-maybe): Avoid replace if not necessary.
26606         (org-copy-special, org-cut-special): Use `call-interactively'.
26607         (org-table-copy-region): Take region from `interactive' call.
26608         (org-trim): Return string even if no match.
26609         (org-formula): New face.
26610         (org-set-font-lock-defaults): No longer highlight "FIXME".
26611         But highlight formula-related fields in table.
26612         (org-table-p): Use regexp, not fontification.
26613         (org-table-align): Handle white space at end of line.
26614         (org-table-formula-evaluate-inline): New option.
26615         (org-mode): Auto-wrapping in comment lines turned off.
26616         (org-table-copy-down): Evaluate only in copied field, not in
26617         destination.
26618         (org-table-current-formula): Variable removed.
26619         (org-table-store-formulas, org-table-get-stored-formulas)
26620         (org-table-modify-formulas, org-table-replace-in-formulas)
26621         (org-table-maybe-eval-formula): New functions.
26622         (org-table-get-formula): Modify to use stored formulas.
26623         (org-table-insert-column, org-table-delete-column)
26624         (org-table-move-column): Call `org-table-modify-formulas'.
26625         (org-complete): Add completion for keyword formulas.
26626         (orgtbl-mode): Pull orgtbl-mode-map to start of
26627         minor-mode-map-alist.
26629 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
26631         * progmodes/python.el (python-check): Require `compile' before
26632         modifying its variables.
26634         * newcomment.el (comment-indent-default): Don't get fooled by an early
26635         end of buffer.
26637 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26639         * ps-print.el (ps-print-version): Fix version number.
26641 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
26643         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26645 2005-06-28  Richard M. Stallman  <rms@gnu.org>
26647         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26648         (flyspell-local-mouse-map): Declaration deleted.
26649         (flyspell-mouse-map): Bind only mouse-2.
26650         (flyspell-mode-map): Don't test flyspell-use-local-map.
26651         (flyspell-overlay-keymap-property-name): Var deleted.
26652         (flyspell-mode-on): Don't make local bindings for
26653         flyspell-mouse-map and flyspell-mode-map.
26654         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26656         * textmodes/ispell.el (ispell-word): Do not ignore short words.
26658         * progmodes/compile.el (compilation-next-error-function):
26659         Don't switch buffers; operate on the current buffer.
26661         * progmodes/compile.el (compilation-error-file-name)
26662         (compilation-warning-file-name, compilation-info-file-name)
26663         (compilation-line-number, compilation-column-number): New faces.
26664         (compilation-error-face, compilation-warning-face)
26665         (compilation-info-face, compilation-line-face)
26666         (compilation-column-face): Use them.
26668         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26670         * comint.el (comint-password-prompt-regexp): Accept ", try again".
26672         * bindings.el (global-map): Bind insertchar and its variants.
26674 2005-06-27  Richard M. Stallman  <rms@gnu.org>
26676         * textmodes/artist.el (artist-text-overwrite)
26677         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26679 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
26681         * ps-print.el: It was not working the page selection for printing.
26682         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26683         (ps-print-version): New version 6.6.7.
26684         (ps-end-sheet): New fun.
26685         (ps-header-sheet, ps-end-job): Call it.
26687 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
26689         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26691 2005-06-27  Lute Kamstra  <lute@gnu.org>
26693         * facemenu.el (facemenu-unlisted-faces): Add foreground and
26694         background color faces.
26695         (facemenu-get-face): Delete function.
26696         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26697         (facemenu-add-new-color): Make second argument mandatory.
26698         Create the appropriate face and return it.  Simplify.
26699         (facemenu-set-foreground, facemenu-set-background): Don't check if
26700         color is defined.  Use return value of facemenu-add-new-color.
26702 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
26704         * progmodes/gud.el (gud-filter): Add missing argument to
26705         with-selected-window.
26707 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
26709         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26710         a :require to the defcustom.
26712         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26713         defcustoms corresponding to minor modes.
26715 2005-06-26  David Ponce  <david@dponce.com>
26717         * recentf.el: Require tree-widget instead of wid-edit.
26718         (recentf-filename-handler): Fix widget :type.
26719         (recentf-cancel-dialog, recentf-open-more-files)
26720         (recentf-open-files-action): Doc fix.
26721         (recentf-dialog-goto-first): New function.
26722         (recentf-dialog-mode-map): Set parent keymap first.
26723         (recentf-dialog-mode): Define with define-derived-mode.
26724         Don't display continuation lines in dialogs.
26725         (recentf-edit-list): Rename from recentf-edit-selected-items.
26726         (recentf-edit-list-select): Rename from recentf-edit-list-action.
26727         Simplify.
26728         (recentf-edit-list-validate): New function.
26729         (recentf-edit-list): Update accordingly.
26730         (recentf-open-files-item-shift): Remove.
26731         (recentf-open-files-item): Convert menu elements into tree and
26732         link widgets.  Don't create the widgets.
26733         (recentf-open-files): Update accordingly.
26734         (recentf-save-list): Untabify.
26736 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
26738         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26739         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
26740         partially contained in the active region.  Do not take active
26741         region into account when called from Lisp, unless INTERACTIVE arg
26742         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
26743         avoid trouble with fields.  Make marker point nowhere when no
26744         longer used.  Always return nil.  Doc fix.
26745         (flush-lines): Add INTERACTIVE arg.  Do not take active region
26746         into account when called from Lisp, unless INTERACTIVE arg is
26747         non-nil.  Use `forward-line' instead of `beginning-of-line' to
26748         avoid trouble with fields.  Make marker point nowhere when no
26749         longer used.  Always return nil.  Doc fix.
26750         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
26751         interchangeable.  Do not take active region into account when
26752         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
26753         message in echo area when called from Lisp, unless INTERACTIVE arg
26754         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
26755         Return the number of matches.  Doc fix.
26756         (occur): Doc fix.
26757         (perform-replace): Make comment follow double space convention for
26758         the sake of `outline-minor-mode'.
26760         * faces.el (facep): Doc fix.
26762 2005-06-25  Richard M. Stallman  <rms@gnu.org>
26764         * facemenu.el (facemenu-enable-faces-p): New function.
26765         (facemenu-background-menu, facemenu-foreground-menu)
26766         (facemenu-face-menu): Add menu-enable property.
26768         * jka-compr.el (jka-compr-insert-file-contents):
26769         Special handling if cannot find the uncompression program.
26771         * cus-face.el (custom-face-attributes): Add autoload.
26773         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26774         Bind comment-indent-function locally.
26776         * window.el (save-selected-window): Use save-current-buffer.
26778         * subr.el (with-selected-window): Use save-current-buffer.
26780         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26781         and with-current-buffer.
26783 2005-06-24  Richard M. Stallman  <rms@gnu.org>
26785         * simple.el (line-move-1): Fix previous change.
26787 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
26789         * replace.el (occur-1): Set `buffer-read-only' and the
26790         buffer-modified flag before running `occur-hook' to protect
26791         against unintentional buffer switches that can lead to data loss.
26793 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
26795         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26796         (gud-gdb-marker-filter): Use font-lock-warning-face for any
26797         initial error.
26799         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26800         after fresh input.
26801         (gdb-var-create-handler): Put name of expression in quotes.
26803 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
26805         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26806         elements of RING in order, and without bogus nil elements.
26808 2005-06-23  Richard M. Stallman  <rms@gnu.org>
26810         * simple.el (set-variable): Args renamed; doc fix.
26811         (line-move-1): When there are overlays around, use vertical-motion.
26813         * faces.el (escape-glyph): Use brown against light background.
26814         (nobreak-space): Rename from no-break-space.
26815         Fix previous change.
26817         * dired-aux.el (dired-do-copy): Fix arg prompt.
26819         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26821 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
26823         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26824         rather than "Distributor".
26826 2005-06-23  Lute Kamstra  <lute@gnu.org>
26828         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26829         (debug-on-entry): Use it.  New interactive declaration that uses
26830         function-called-at-point.
26832 2005-06-23  Kim F. Storm  <storm@cua.dk>
26834         * subr.el (save-match-data): Add comment about using evaporate arg
26835         to set-match-data.
26837 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
26839         * cus-edit.el (customize-face)
26840         (customize-face-other-window): Handle face aliases.
26842         * faces.el (face-documentation, set-face-attribute)
26843         (face-spec-set): Handle face aliases.
26845 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
26847         * help-mode.el (help-make-xrefs): If a symbol representing a face
26848         name is not followed by the word "face", it could still be a
26849         function or variable name, so don't bypass other checks.
26851 2005-06-22  Juri Linkov  <juri@jurta.org>
26853         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26854         Replace aliased functions with calls where second arg `inherit' is t.
26856 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
26858         * progmodes/gdb-ui.el (gdb-error): New variable.
26859         (gdb-error): New function.
26860         (gdb-annotation-rules): Act on error-begin and error annotations.
26861         (gdb-concat-output): Use font-lock-warning-face for errors.
26863 2005-06-22  Miles Bader  <miles@gnu.org>
26865         * bindings.el (propertized-buffer-identification): Use renamed
26866         `Buffer-menu-buffer' face.
26868         * faces.el (vertical-border): Rename from `vertical-divider'.
26869         (escape-glyph): Change dark-background color back to `cyan'.
26871 2005-06-21  Juri Linkov  <juri@jurta.org>
26873         * faces.el (face-user-default-spec): Try getting `customized-face'
26874         prior to `saved-face'.
26875         (frame-background-mode): Refill docstring.
26877         * emacs-lisp/lisp-mode.el (eval-defun-1):
26878         * emacs-lisp/edebug.el (edebug-eval-defun):
26879         Set `saved-face' temporarily to nil before calling form.
26880         Set `customized-face' to the new spec after that.
26882 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
26884         * subr.el (1value, lambda, key-substitution-in-progress):
26885         Doc fixes.
26887         * autoinsert.el (auto-insert-alist):
26888         * ses.el (ses-call-printer):
26889         * subr.el (noreturn):
26890         * emacs-lisp/lisp.el (check-parens):
26891         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26892         * net/browse-url.el (browse-url-mosaic):
26893         * progmodes/cc-defs.el (c-safe-scan-lists):
26894         * progmodes/ebnf-abn.el (ebnf-abn-lex):
26895         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26896         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26897         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26898         * progmodes/ebnf-iso.el (ebnf-iso-lex):
26899         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26901 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
26903         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26905 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
26907         * calendar/appt.el (appt-make-list): Activate the package, if
26908         not already active (for backwards compatibility).
26910 2005-06-20  Kim F. Storm  <storm@cua.dk>
26912         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
26914 2005-06-20  Miles Bader  <miles@gnu.org>
26916         * faces.el (vertical-divider): New face.
26918 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
26920         * simple.el (kill-whole-line): Doc fix.
26921         (next-error-buffer-p, next-error-find-buffer)
26922         (clone-indirect-buffer): Fix typos in docstrings.
26923         (comment-line-break-function): Doc fix: don't say variable
26924         is automatically buffer-local (it isn't).
26926 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
26928         * net/tramp-ftp.el (top):
26929         * net/tramp-smb.el (top):
26930         * net/tramp-util.el (top):
26931         * net/tramp-uu.el (top):
26932         * net/tramp-vc.el (top):
26933         * net/tramp.el (top): Revert copyright years back to original
26934         ones.  Tramp has a life outside GNU Emacs.
26936 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
26938         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26940 2005-06-18  Juri Linkov  <juri@jurta.org>
26942         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26943         end of first regexp to limit the match to the position between
26944         line number and source line with same separator character as used
26945         between file name and line number.  In the second regexp limit
26946         mouse-face area to file name and line number by adding new group
26947         for them and referring it in HYPERLINK arg.
26948         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26949         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26950         previous line where grep markers may be already removed.
26952 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
26954         * progmodes/ps-mode.el: Update version and maintainer's email address.
26956 2005-06-18  Steve Youngs  <steve@xemacs.org>
26958         * net/browse-url.el (browse-url-browser-function)
26959         (browse-url-default-browser): Add firefox.
26960         (browse-url-firefox-program, browse-url-firefox-arguments)
26961         (browse-url-firefox-startup-arguments)
26962         (browse-url-firefox-new-window-is-tab): New defcustoms.
26963         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26965 2005-06-17  Richard M. Stallman  <rms@gnu.org>
26967         * startup.el (command-line): Warn if specified user name has
26968         no home directory.
26970         * term.el (term-get-old-input, term-input-filter, term-input-sender)
26971         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26973         * longlines.el (longlines-mode, longlines-show-hard-newlines):
26974         Doc fixes.
26976         * faces.el (underline): Try bold if terminal doesn't support underline.
26978         * mail/sendmail.el (mail-setup-with-from): New variable.
26979         (mail-insert-from-field): New function.
26980         (sendmail-send-it): Call it.
26981         (mail-setup): Optionally call it here.
26983         * term/linux.el: Call tty-no-underline.
26985 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
26987         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26989 2005-06-17  Miles Bader  <miles@gnu.org>
26991         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26992         (ediff-current-diff-C, ediff-current-diff-Ancestor)
26993         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26994         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26995         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26996         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26997         Remove "-face" suffix from face names.
26998         (ediff-current-diff-face-A, ediff-current-diff-face-B)
26999         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27000         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27001         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27002         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27003         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27004         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27005         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27006         New backward-compatibility aliases for renamed faces.
27007         (ediff-current-diff-face-A, ediff-current-diff-face-B)
27008         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
27009         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
27010         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
27011         (ediff-even-diff-face-A, ediff-even-diff-face-B)
27012         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
27013         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
27014         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
27015         Use renamed ediff faces.
27017         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
27018         Remove "-face" suffix from face names.
27019         (eshell-test-ok-face, eshell-test-failed-face):
27020         New backward-compatibility aliases for renamed faces.
27021         (eshell-run-test): Use renamed eshell-test faces.
27023         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
27024         face name.
27025         (eshell-prompt-face): New backward-compatibility alias for renamed
27026         face.
27027         (eshell-emit-prompt): Use renamed eshell-prompt face.
27029         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
27030         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
27031         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
27032         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
27033         Remove "-face" suffix from face names.
27034         (eshell-ls-directory-face, eshell-ls-symlink-face)
27035         (eshell-ls-executable-face, eshell-ls-readonly-face)
27036         (eshell-ls-unreadable-face, eshell-ls-special-face)
27037         (eshell-ls-missing-face, eshell-ls-archive-face)
27038         (eshell-ls-backup-face, eshell-ls-product-face)
27039         (eshell-ls-clutter-face):
27040         New backward-compatibility aliases for renamed faces.
27041         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
27043         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
27044         Remove "-face" suffix from face name.
27045         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
27046         instead of literal face.
27048 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
27050         * emacs-lisp/warnings.el (display-warning, lwarn)
27051         (warning-minimum-log-level): Doc fixes.
27052         (warning-minimum-level, warning-minimum-log-level):
27053         Add :debug to :type choices.
27055         * progmodes/ada-mode.el (ada-format-paramlist)
27056         (ada-get-indent-case, ada-check-matching-start)
27057         (ada-check-defun-name, ada-goto-matching-decl-start)
27058         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
27059         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
27060         (ada-make-subprogram-body): Follow error conventions.
27061         (ada-case-exception-file, ada-indent-comment-as-code)
27062         (ada-indent-handle-comment-special, ada-indent-renames)
27063         (ada-indent-return, ada-search-directories-internal)
27064         (ada-tab-policy, ada-case-exception-substring)
27065         (ada-other-file-alist, ada-matching-start-re)
27066         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
27067         (ada-imenu-generic-expression, ada-compile-goto-error)
27068         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
27069         (ada-popup-menu, ada-add-extensions, ada-mode)
27070         (ada-region-selected, ada-create-case-exception)
27071         (ada-create-case-exception-substring, ada-after-keyword-p)
27072         (ada-activate-keys-for-case, ada-adjust-case-region)
27073         (ada-adjust-case-buffer, ada-format-paramlist)
27074         (ada-scan-paramlist, ada-insert-paramlist)
27075         (ada-indent-newline-indent)
27076         (ada-indent-newline-indent-conditional)
27077         (ada-justified-indent-current, ada-goto-previous-word)
27078         (ada-indent-current, ada-get-indent-open-paren)
27079         (ada-get-indent-paramlist, ada-get-indent-end)
27080         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
27081         (ada-get-indent-block-start, ada-get-indent-subprog)
27082         (ada-get-indent-noindent, ada-get-indent-label)
27083         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
27084         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
27085         (ada-goto-stmt-end, ada-goto-next-word)
27086         (ada-check-matching-start, ada-check-defun-name)
27087         (ada-goto-matching-decl-start, ada-goto-matching-start)
27088         (ada-goto-matching-end, ada-search-ignore-string-comment)
27089         (ada-in-decl-p, ada-looking-at-semi-or)
27090         (ada-looking-at-semi-private, ada-in-paramlist-p)
27091         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
27092         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
27093         (ada-next-procedure, ada-previous-procedure, ada-next-package)
27094         (ada-previous-package, ada-create-menu)
27095         (ada-fill-comment-paragraph-justify)
27096         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
27097         (ada-other-file-name, ada-last-which-function-line)
27098         (ada-last-which-function-subprog, ada-which-function)
27099         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
27100         (ada-gen-treat-proc, ada-check-emacs-version)
27101         (ada-continuation-indent, ada-align-region-separate):
27102         Fix typos in docstrings.
27103         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
27105 2005-06-16  Lute Kamstra  <lute@gnu.org>
27107         * simple.el (fundamental-mode): Run after-change-major-mode-hook
27108         conditionally.
27110 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
27112         * comint.el (comint-replace-by-expanded-filename)
27113         (comint-prompt-regexp, comint-delimiter-argument-list)
27114         (comint-preinput-scroll-to-bottom):
27115         * info.el (Info-hide-cookies-node):
27116         * ls-lisp.el (ls-lisp-classify):
27117         * find-file.el (ff-search-directories, ff-special-constructs)
27118         (ff-find-other-file):
27119         * font-lock.el (font-lock-keywords):
27120         * shell.el (shell-prompt-pattern)
27121         (shell-dynamic-complete-functions, shell-mode)
27122         (shell-delimiter-argument-list):
27123         * term.el (term-replace-by-expanded-filename)
27124         (term-prompt-regexp, term-delimiter-argument-list):
27125         * woman.el (woman-ignore, woman0-if):
27126         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
27127         * emacs-lisp/elint.el (elint-init-env):
27128         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
27129         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
27130         * language/ethio-util.el (ethio-tilde-escape)
27131         (ethio-use-three-dot-question):
27132         * net/zone-mode.el (zone-mode-load-time-setup):
27133         * progmodes/cc-align.el (c-lineup-argcont):
27134         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
27135         * progmodes/cperl-mode.el (cperl-set-style-back):
27136         * progmodes/inf-lisp.el (inferior-lisp-prompt):
27137         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
27138         Fix spellings in docstrings.
27140         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
27141         * progmodes/modula2.el (m2-for): Fix spellings.
27143         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
27145         * simple.el (undo-more): Don't use `format' on `error' arguments.
27146         Improve argument/docstring consistency.
27147         (pending-undo-list): Doc fix.
27149         * smerge-mode.el (smerge-ensure-match):
27150         * emulation/vip.el (vip-ex):
27151         * net/zone-mode.el (zone-mode-update-serial):
27152         * progmodes/idlwave.el (idlwave-complete):
27153         * progmodes/vhdl-mode.el (vhdl-visit-file)
27154         (vhdl-compose-wire-components):
27155         Don't use `format' on `error' arguments.
27157         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
27158         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
27159         (tooltip-help-tips): Fix typos in docstrings.
27161 2005-06-16  David Ponce  <david@dponce.com>
27163         * tree-widget.el (tree-widget-value-create): Simplify last change.
27165 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
27167         * ido.el (ido-incomplete-regexp): New variable.
27168         (ido-set-matches-1): Handle invalid-regexp error and set
27169         ido-incomplete-regexp.
27170         (ido-incomplete-regexp): New face.
27171         (ido-completions): Use it.
27172         (ido-complete, ido-exit-minibuffer, ido-completions):
27173         Handle incomplete regexps.
27174         (ido-completions): Add check for complete match when entering a regexp.
27176 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
27178         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
27180 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
27182         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
27183         by field delimiters.
27185 2005-06-15  David Ponce  <david@dponce.com>
27187         * tree-widget.el: eval-and-compile inlined functions so they will
27188         be available at run-time too.
27189         (tree-widget-super-format-handler)
27190         (tree-widget-format-handler): Remove.
27191         (tree-widget-value-create): Handle the :indent property.
27193 2005-06-15  Miles Bader  <miles@gnu.org>
27195         * progmodes/which-func.el (which-func): Only inherit
27196         `font-lock-function-name-face' when that makes sense against the
27197         default mode-line face, otherwise set the face color explicitly.
27199         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
27200         faces instead of (non-existent) variables.
27202 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
27204         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
27205         (iswitchb-get-matched-buffers): Likewise.  Simplify.
27207 2005-06-14  Miles Bader  <miles@gnu.org>
27209         * progmodes/ld-script.el (ld-script-location-counter):
27210         Remove "-face" suffix from face name.
27211         (ld-script-location-counter-face):
27212         New backward-compatibility alias for renamed face.
27213         (ld-script-location-counter-face): Use renamed face.
27215         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
27216         (cperl-hash): Remove "-face" suffix from face names.
27217         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
27218         New backward-compatibility aliases for renamed faces.
27219         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
27220         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
27222         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
27223         name.
27224         (which-func-face): New backward-compatibility alias for renamed face.
27225         (which-func-format): Use renamed which-func face.
27227         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
27228         (vhdl-function, vhdl-directive, vhdl-reserved-word)
27229         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
27230         names.
27231         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
27232         (vhdl-speedbar-configuration, vhdl-speedbar-package)
27233         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
27234         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
27235         (vhdl-speedbar-architecture-selected)
27236         (vhdl-speedbar-configuration-selected)
27237         (vhdl-speedbar-package-selected)
27238         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
27239         names.
27240         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
27241         Use renamed faces.
27242         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
27243         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
27244         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
27245         Use renamed faces.
27246         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
27247         names.
27248         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
27249         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
27250         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
27251         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
27252         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
27253         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
27255         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
27256         face name.
27257         (sh-heredoc-face): New backward-compatibility alias for renamed face.
27258         (sh-heredoc-face): Use renamed sh-heredoc face.
27260         * progmodes/idlw-help.el (idlwave-help-link):
27261         Remove "-face" suffix from face name.
27262         (idlwave-help-link-face):
27263         New backward-compatibility alias for renamed face.
27264         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
27266         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
27267         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
27268         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
27269         New backward-compatibility aliases for renamed faces.
27270         (idlwave-shell-disabled-breakpoint-face)
27271         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
27273         * progmodes/flymake.el (flymake-errline, flymake-warnline):
27274         Remove "-face" suffix from face names.
27275         (flymake-errline-face, flymake-warnline-face):
27276         New backward-compatibility aliases for renamed faces.
27277         (flymake-highlight-line): Use renamed flymake faces.
27279         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
27280         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
27281         (ebrowse-member-class, ebrowse-progress):
27282         Remove "-face" suffix from face names.
27283         (ebrowse-tree-mark-face, ebrowse-root-class-face)
27284         (ebrowse-file-name-face, ebrowse-default-face)
27285         (ebrowse-member-attribute-face, ebrowse-member-class-face)
27286         (ebrowse-progress-face):
27287         New backward-compatibility aliases for renamed faces.
27288         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
27289         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
27290         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
27291         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
27293         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
27294         antlr-syntax)
27295         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
27296         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
27297         names.
27298         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
27299         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27300         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
27301         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
27302         backward-compatibility aliases for renamed faces.
27303         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27304         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
27305         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
27306         remove "font-lock-".  Use renamed antlr-mode faces.
27307         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
27308         literal face-names with face variable references.
27310         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
27311         face name.
27312         (Buffer-menu-buffer-face): New backward-compatibility alias for
27313         renamed face.
27314         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
27316 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
27318         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
27319         Eliminate "-face" suffix.
27320         (makefile-targets): Inherit from font-lock-function-name-face and
27321         eliminate "-face" suffix.
27322         (makefile-shell): Remove attributes and eliminate "-face" suffix.
27323         (makefile-*-font-lock-keywords): Append makefile-targets in rule
27324         actions, instead of prepending, to make it less visible.
27325         (makefile-previous-dependency, makefile-match-dependency):
27326         Don't match a target on a continuation line.
27328         * files.el (auto-mode-alist): Put Makefile in gmake mode.
27330 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
27332         * progmodes/gdb-ui.el (menu): Re-order menu items.
27333         (gdb-tooltip-print): Respect tooltip-use-echo-area.
27335         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
27336         Define in tooltip.el.
27337         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
27338         (gud-tooltip-tips): Respect tooltip-use-echo-area and
27339         gud-tooltip-echo-area.
27341         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
27342         backward compatibility and make obsolete.
27343         (tooltip-help-tips): Use tooltip-use-echo-area.
27344         (tooltip-show-help-function): Rename to...
27345         (tooltip-show-help): ...this, because it is a function.
27346         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
27348 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
27350         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
27351         (edebug-print-length, edebug-print-level, edebug-print-circle)
27352         (edebug-modify-breakpoint, edebug-eval-last-sexp)
27353         (edebug-eval-print-last-sexp): Doc fixes.
27355 2005-06-14  Kim F. Storm  <storm@cua.dk>
27357         * ido.el (ido-mode): Make a new keymap every time we enable ido,
27358         as the coverage buffer/file/both may change.
27360 2005-06-14  Lute Kamstra  <lute@gnu.org>
27362         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
27363         and run-mode-hooks.  Simplify.
27365         * mail/rmailedit.el (rmail-edit-mode):
27366         * progmodes/octave-inf.el (inferior-octave-mode):
27367         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
27369         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
27370         and run-mode-hooks.
27371         (recentf-edit-list, recentf-open-files): Don't call
27372         kill-all-local-variables directly.
27374         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
27376 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
27378         * emacs-lisp/byte-run.el (make-obsolete)
27379         (define-obsolete-function-alias): Rename arguments FUNCTION and
27380         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
27381         (make-obsolete-variable, define-obsolete-variable-alias):
27382         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
27383         respectively.
27385         * isearchb.el (isearchb-activate):
27386         * pcvs.el (cvs-mode):
27387         * ses.el (ses-load):
27388         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
27389         * net/tramp.el (tramp-find-file-exists-command)
27390         (tramp-find-shell):
27391         * progmodes/ada-mode.el (ada-create-case-exception)
27392         (ada-create-case-exception-substring, ada-make-subprogram-body):
27393         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
27394         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
27395         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
27396         * textmodes/org.el (org-promote, org-evaluate-time-range)
27397         (org-agenda-next-date-line, org-agenda-previous-date-line)
27398         (org-agenda-error, org-open-at-point, org-table-move-row)
27399         (org-format-table-table-html-using-table-generate-source)
27400         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
27401         * textmodes/reftex.el (reftex-access-scan-info):
27402         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
27403         (reftex-toc-promote-prepare): Follow error conventions.
27405         * diff-mode.el (diff-mode): Fix typo in docstring.
27407         * forms.el (forms--intuit-from-file): Fix reference to
27408         `forms-number-of-fields' in error message.
27409         (forms-print): Fix quoting in error message.
27411         * forms.el (forms-mode):
27412         * emulation/vi.el (vi-goto-insert-state):
27413         * progmodes/flymake.el (flymake-new-err-info)
27414         (flymake-start-syntax-check-for-current-buffer)
27415         (flymake-simple-cleanup):
27416         * eshell/esh-var.el (eshell/export):
27417         * progmodes/gud.el (xdb):
27418         * textmodes/flyspell.el (flyspell-incorrect-hook)
27419         (flyspell-maybe-correct-transposition)
27420         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
27422 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
27424         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
27425         minibuffer prompt.
27427 2005-06-13  Kim F. Storm  <storm@cua.dk>
27429         * subr.el (add-to-ordered-list): New defun.
27431         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
27432         add cua--keymap-alist to emulation-mode-map-alists.
27434 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
27436         * subr.el (complete-in-turn): New macro.
27437         (dynamic-completion-table, lazy-completion-table): Add debug info.
27439         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
27440         in preference to face aliases.
27442         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
27443         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
27444         Remove unused vars `start' and `firstline'.
27445         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
27446         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
27448 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
27450         * cus-start.el (all): Don't complain about missing GTK-related
27451         variables, unless either `gtk' is boundp or this isn't a
27452         `windows-nt' build.
27454 2005-06-13  Lute Kamstra  <lute@gnu.org>
27456         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
27457         run-mode-hooks.
27459         * ediff-mult.el (ediff-meta-mode):
27460         * ediff-util.el (ediff-mode): Use run-mode-hooks.
27462         * ledit.el (ledit-mode): Use delay-mode-hooks.
27464         * woman.el (woman-mode-line-format): Delete constant.
27465         (woman-mode-map): Initialize it properly.
27466         (woman-mode): Set mode-class property to special.
27467         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
27468         Set major-mode and mode-name.  Don't set mode-line-format directly.
27469         (Man-getpage-in-background): Don't reference woman-mode-line-format.
27471         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
27472         string argument obsolete.
27474 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
27476         * textmodes/org.el (org-CUA-compatible): New option.
27477         (org-disputed-keys): New variable.
27478         (org-key): New function.
27479         (orgtbl-make-binding): Add docstring to the created function.
27480         (org-mode): Set paragraph start/separate regexps.
27481         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
27482         (org-archive-location, org-archive-mark-done)
27483         (org-archive-stamp-time): New options.
27484         (org-archive-subtree): New command.
27485         (org-fill-paragraph): New function.
27486         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
27487         (org-fake-empty-table-line): Function removed.
27488         (org-format-org-table-html): Do not create empty table lines at
27489         separator lines.  Improved table header treatment.
27490         (org-link-format): New option.
27491         (org-make-link): New function.
27492         (org-insert-link, org-store-link): Use org-make-link.
27493         (org-open-file): Quote file name for shell command, to allow
27494         spaces in file names.
27495         (org-link-regexp): Fix bug with mailto link.
27496         (org-link-maybe-angles-regexp, org-protected-link-regexp):
27497         New constants.
27498         (org-export-as-html): Deal with the optional angles around a link.
27499         Better treatment of file: links.
27500         (org-open-at-point): Replace @{ and @} with < and >.
27501         (org-run-mode-hooks): Function removed.
27502         (org-agenda-mode): No longer use `org-run-mode-hooks'.
27504 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
27506         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
27507         MI command -data-list-register-values.
27508         (gdb-post-prompt): Indent properly.
27510 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
27512         * hilit-chg.el (highlight-changes-colors): Rename from
27513         `highlight-changes-colours'.
27514         (highlight-changes-colours): Keep as obsolete alias.
27515         (highlight-changes-face-list): Doc fix.
27516         (hilit-chg-make-list): Use `highlight-changes-colors'.
27518 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
27520         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
27521         defun-prompt-regexp.
27523 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
27525         * loadup.el: Don't say we are dumping under 2 names on windows-nt
27526         and cygwin.
27528         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
27529         Don't use an old loaddefs.el, as in Makefile.in.
27531 2005-06-12  Lute Kamstra  <lute@gnu.org>
27533         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
27535         * man.el (Man-mode-map): Initialize it properly.
27536         (Man-mode): Set mode-class property to special.
27538         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
27540 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
27542         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
27543         A newline is needed in the docstring there.
27545         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
27546         Doc fixes.
27548 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
27550         * printing.el: Doc fix.  The menubar is no more changed when printing
27551         is loaded, it only changes when pr-menu-bind or pr-update-menus is
27552         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
27553         (pr-version): New version number (6.8.4).
27554         (pr-menu-bind): New command.
27555         (pr-update-menus): Docstring and code fix.
27556         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
27557         Docstring fix.
27558         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27559         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
27561 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
27563         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
27564         "Returns" to "return", document useful return values, etc.
27566 2005-06-11  Alan Mackenzie  <acm@muc.de>
27568         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
27569         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
27570         (adaptive-file-function): Minor amendment to doc-string.
27572 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
27574         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
27575         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
27576         Fix :type--it is `integer', not `string'.
27578         * faces.el (modeline-highlight): Rename from (the erroneous)
27579         `modeline-higilight'.
27581 2005-06-11  Lute Kamstra  <lute@gnu.org>
27583         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
27584         lisp-interaction-mode-map but make it the parent.
27585         (edebug-eval-mode): Use define-derived-mode.
27587 2005-06-11  Andreas Schwab  <schwab@suse.de>
27589         * bindings.el: Add binding of `ESC functionkey' for every
27590         `M-functionkey'.
27591         * hexl.el (hexl-mode-map): Likewise.
27593 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
27595         * progmodes/compile.el (compilation-error-regexp-alist-alist)
27596         [msft]: update regexp for newer msft compilers.
27598 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
27600         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27601         ATTLIST portions of included DTDs.
27602         (xml-parse-dtd): Eliminate use of inefficient match-data.
27604 2005-06-10  Miles Bader  <miles@gnu.org>
27606         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27607         (mpuz-text): Remove "-face" suffix from face names.
27608         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27609         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27610         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27612         * play/gomoku.el (gomoku-O, gomoku-X):
27613         Remove "-face" suffix from face names.
27614         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27615         New backward-compatibility aliases for renamed faces.
27616         (gomoku-font-lock-keywords): Use renamed gomoku faces.
27618 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27620         * thumbs.el: Fixes for changes of 2005-06-09.
27621         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27622         as a directory.
27623         (thumbs-thumbname): Remove directory separator from format string;
27624         `thumbs-thumbsdir' now returns a valid directory name.
27625         (thumbs-temp-dir): New defsubst.
27626         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27627         Use it.
27629         * cus-edit.el (minibuffer):
27630         * files.el (make-backup-file-name-function):
27631         * filesets.el (filesets-external-viewers):
27632         * hilit-chg.el (highlight-changes-colours)
27633         (highlight-changes-face-list, highlight-changes-rotate-faces):
27634         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27635         * kmacro.el (kmacro-call-macro):
27636         * log-edit.el (log-edit-changelog-full-paragraphs):
27637         * mouse.el (mouse-1-click-follows-link):
27638         * skeleton.el (skeleton-autowrap):
27639         * subr.el (insert-for-yank-1):
27640         * tempo.el (tempo-insert-region):
27641         * terminal.el (terminal-emulator):
27642         * time.el (display-time-mail-face):
27643         * vc.el (vc-annotate):
27644         * vcursor.el (vcursor-copy-line):
27645         * woman.el (woman-bold-headings, woman-ignore)
27646         (woman-default-faces, woman-monochrome-faces):
27647         * calendar/todo-mode.el (todo-insert-threshold):
27648         * emulation/pc-select.el (pc-select-selection-keys-only)
27649         (pc-selection-mode):
27650         * emulation/vip.el (vip-find-char-forward):
27651         * emulation/viper-cmd.el (viper-find-char-forward):
27652         * international/mule-cmds.el
27653         (select-safe-coding-system-accept-default-p)
27654         (input-method-exit-on-invalid-key):
27655         * international/mule-diag.el (describe-coding-system):
27656         * international/ucs-tables.el (unify-8859-on-encoding-mode):
27657         * net/browse-url.el (browse-url-xterm-program):
27658         * obsolete/lazy-lock.el (lazy-lock-mode):
27659         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27660         (cperl-mode):
27661         * progmodes/cpp.el (cpp-face-light-name-list)
27662         (cpp-face-dark-name-list):
27663         * progmodes/delphi.el (delphi-newline-always-indents):
27664         Fix spellings in docstrings.
27666         * ido.el (ido-mode, ido-file-extensions-order)
27667         (ido-default-file-method, ido-default-buffer-method)
27668         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27669         (ido-decorations, ido-read-file-name-as-directory-commands)
27670         (ido-read-file-name-non-ido, ido-work-directory-list)
27671         (ido-ignore-item-temp-list, ido-current-directory)
27672         (ido-magic-forward-char, ido-enter-find-file)
27673         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27674         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27676 2005-06-10  Lute Kamstra  <lute@gnu.org>
27678         * play/dunnet.el (dun-mode): Use define-derived-mode.
27679         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
27680         obsolete alias.
27682         * play/doctor.el (doctor-mode-map): Remove defvar.
27683         (doctor-mode): Use define-derived-mode.
27685         * mail/mspools.el (mspools-mode):
27686         * net/eudc-hotlist.el (eudc-hotlist-mode):
27687         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27689 2005-06-10  Miles Bader  <miles@gnu.org>
27691         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27692         Remove "-face" suffix from face names.
27693         (flyspell-incorrect-face, flyspell-duplicate-face):
27694         New backward-compatibility aliases for renamed faces.
27695         (flyspell-mode-on, make-flyspell-overlay)
27696         (flyspell-highlight-incorrect-region)
27697         (flyspell-highlight-duplicate-region)
27698         (flyspell-display-next-corrections)
27699         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27701         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27702         from face name.
27703         (texinfo-heading-face): New backward-compatibility alias for
27704         renamed face.
27705         (texinfo-heading-face): Use renamed texinfo-heading face.
27707         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27708         suffix from face names.
27709         (tex-math-face, tex-verbatim-face):
27710         New backward-compatibility aliases for renamed faces.
27711         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27712         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27713         literal face name.
27715         * textmodes/table.el (table-cell): Remove "-face" suffix from face
27716         name.
27717         (table-cell-face): New backward-compatibility alias for renamed face.
27718         (table--put-cell-face-property, table--update-cell-face):
27719         Use renamed table-cell face.
27721         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27722         from face name.
27723         (sgml-namespace-face): New backward-compatibility alias for
27724         renamed face.
27725         (sgml-namespace-face): Use renamed sgml-namespace face.
27727         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27728         (org-level-4, org-level-5, org-level-6, org-level-7)
27729         (org-level-8, org-warning, org-headline-done)
27730         (org-deadline-announce, org-scheduled-today)
27731         (org-scheduled-previously, org-link, org-done, org-table)
27732         (org-time-grid): Remove "-face" suffix from face names.
27733         (org-level-1-face, org-level-2-face, org-level-3-face)
27734         (org-level-4-face, org-level-5-face, org-level-6-face)
27735         (org-level-7-face, org-level-8-face, org-warning-face)
27736         (org-headline-done-face, org-deadline-announce-face)
27737         (org-scheduled-today-face, org-scheduled-previously-face)
27738         (org-link-face, org-done-face, org-table-face)
27739         (org-time-grid-face):
27740         New backward-compatibility aliases for renamed faces.
27741         (org-level-faces, org-set-font-lock-defaults, org-timeline)
27742         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27743         (org-agenda-get-timestamps, org-agenda-get-scheduled)
27744         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27746         * emulation/viper-init.el (viper-search, viper-replace-overlay)
27747         (viper-minibuffer-emacs, viper-minibuffer-insert)
27748         (viper-minibuffer-vi): Remove "-face" suffix from face names.
27749         (viper-search-face, viper-replace-overlay-face)
27750         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27751         (viper-minibuffer-vi-face):
27752         New backward-compatibility aliases for renamed faces.
27753         (viper-search-face, viper-replace-overlay-face)
27754         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27755         (viper-minibuffer-vi-face): Use renamed viper faces.
27757         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27758         Remove "-face" suffix from face names.
27759         (testcover-nohits-face, testcover-1value-face):
27760         New backward-compatibility aliases for renamed faces.
27761         (testcover-mark): Use renamed testcover faces.
27763         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27764         face name.
27765         (diary-button-face): New backward-compatibility alias for renamed face.
27766         (diary-entry): Use renamed diary-button face.
27768         * calendar/calendar.el (diary, calendar-today, holiday)
27769         (mark-visible-calendar-date): Remove "-face" suffix from face names.
27770         (diary-face, calendar-today-face, holiday-face):
27771         New backward-compatibility aliases for renamed faces.
27772         (eval-after-load "facemenu", diary-entry-marker)
27773         (calendar-today-marker, calendar-holiday-marker, diary-face):
27774         Use renamed calendar faces.
27776         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27777         (compare-windows-face): New backward-compatibility alias for
27778         renamed face.
27779         (compare-windows-highlight): Use renamed compare-windows face.
27781         * strokes.el (strokes-char): Remove "-face" suffix from face name.
27782         (strokes-char-face): New backward-compatibility alias for renamed face.
27783         (strokes-encode-buffer): Use renamed strokes-char face.
27785         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27786         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27787         Remove "-face" suffix from face names.
27788         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27789         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27790         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27791         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27792         Use renamed pcvs faces.
27793         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27794         * pcvs-defs.el (cvs-mode-map): Likewise.
27795         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27797         * info.el (info-title-1, info-title-2, info-title-3)
27798         (info-title-4): Remove "-face" suffix from and downcase face names.
27799         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27800         (Info-title-4-face):
27801         New backward-compatibility aliases for renamed faces.
27802         (Info-fontify-node): Use renamed info faces.
27804         * hilit-chg.el (highlight-changes, highlight-changes-delete):
27805         Remove "-face" suffix from face names.
27806         (highlight-changes-face, highlight-changes-delete-face):
27807         New backward-compatibility aliases for renamed faces.
27808         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27809         (hilit-chg-make-list): Use renamed highlight-changes faces.
27811         * generic-x.el (show-tabs-tab, show-tabs-space):
27812         Remove "-face" suffix from face names.
27813         (show-tabs-tab-face, show-tabs-space-face):
27814         New backward-compatibility aliases for renamed faces.
27815         (show-tabs-generic-mode-font-lock-defaults-1)
27816         (show-tabs-generic-mode-font-lock-defaults-2):
27817         Use renamed show-tabs faces.
27819         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27820         (smerge-markers): Remove "-face" suffix from face names.
27821         (smerge-mine-face, smerge-other-face, smerge-base-face)
27822         (smerge-markers-face):
27823         New backward-compatibility aliases for renamed faces.
27824         (smerge-mine-face, smerge-other-face, smerge-base-face)
27825         (smerge-markers-face): Use renamed smerge faces.
27827         * log-view.el (log-view-file, log-view-message): Remove "-face"
27828         suffix from face names.
27829         (log-view-file-face, log-view-message-face):
27830         New backward-compatibility aliases for renamed faces.
27831         (log-view-file-face, log-view-message-face): Use renamed log-view
27832         faces.
27834         * paren.el (show-paren-match, show-paren-mismatch):
27835         Remove "-face" suffix from face names.
27836         (show-paren-match-face, show-paren-mismatch-face):
27837         New backward-compatibility aliases for renamed faces.
27838         (show-paren-function): Use renamed show-paren faces.
27840         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27841         (ruler-mode-margins, ruler-mode-fringes)
27842         (ruler-mode-column-number, ruler-mode-fill-column)
27843         (ruler-mode-comment-column, ruler-mode-goal-column)
27844         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27845         suffix from face names.
27846         (ruler-mode-default-face, ruler-mode-pad-face)
27847         (ruler-mode-margins-face, ruler-mode-fringes-face)
27848         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27849         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27850         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27851         New backward-compatibility aliases for renamed faces.
27852         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27853         (ruler-mode-column-number, ruler-mode-fill-column)
27854         (ruler-mode-comment-column, ruler-mode-goal-column)
27855         (ruler-mode-tab-stop, ruler-mode-current-column)
27856         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27857         faces.
27859         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27860         face name.
27861         (whitespace-highlight-the-space): Use renamed face.
27862         (whitespace-highlight-face): New backward-compatibility alias for
27863         renamed face.
27865         * woman.el (woman-italic, woman-bold, woman-unknown)
27866         (woman-addition, woman-symbol-face):
27867         Remove "-face" suffix from face names.
27868         (woman-italic-face, woman-bold-face, woman-unknown-face)
27869         (woman-addition-face):
27870         New backward-compatibility aliases for renamed faces.
27871         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27872         (woman-decode-region, woman-replace-match)
27873         (woman-display-extended-fonts, woman-special-characters)
27874         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27875         Use renamed woman faces.
27877         * longlines.el (longlines-visible-face): Face removed.
27879         * diff-mode.el (diff-header, diff-file-header, diff-index)
27880         (diff-hunk-header, diff-removed, diff-added, diff-changed)
27881         (diff-function, diff-context, diff-nonexistent): Remove "-face"
27882         suffix from face names.
27883         (diff-header-face, diff-file-header-face, diff-index-face)
27884         (diff-hunk-header-face, diff-removed-face, diff-added-face)
27885         (diff-changed-face, diff-function-face, diff-context-face)
27886         (diff-nonexistent-face): New backward-compatibility aliases for
27887         renamed faces.
27888         (diff-header-face, diff-file-header-face)
27889         (diff-index, diff-index-face, diff-hunk-header)
27890         (diff-hunk-header-face, diff-removed, diff-removed-face)
27891         (diff-added, diff-added-face, diff-changed-face, diff-function)
27892         (diff-function-face, diff-context-face, diff-nonexistent)
27893         (diff-nonexistent-face): Use renamed diff-mode faces.
27895         * progmodes/compile.el (compilation-warning-face)
27896         (compilation-info-face): Remove "-face" suffix from face names.
27897         (compilation-warning-face, compilation-info-face):
27898         New backward-compatibility aliases for renamed faces.
27899         (compilation-warning-face, compilation-info-face):
27900         Use renamed compilation faces.
27902         * add-log.el (change-log-date, change-log-name)
27903         (change-log-email, change-log-file, change-log-list)
27904         (change-log-conditionals, change-log-function)
27905         (change-log-acknowledgement): Remove "-face" suffix from face names.
27906         (change-log-date-face, change-log-name-face)
27907         (change-log-email-face, change-log-file-face)
27908         (change-log-list-face, change-log-conditionals-face)
27909         (change-log-function-face, change-log-acknowledgement-face):
27910         New backward-compatibility aliases for renamed faces.
27911         (change-log-font-lock-keywords): Use renamed change-log faces.
27913         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27914         (custom-set, custom-changed, custom-saved, custom-button)
27915         (custom-button-pressed, custom-documentation, custom-state)
27916         (custom-comment, custom-comment-tag, custom-variable-tag)
27917         (custom-variable-button, custom-face-tag, custom-group-tag-1)
27918         (custom-group-tag): Remove "-face" suffix from face names.
27919         (custom-magic-alist, custom-magic-value-create)
27920         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27921         (custom-invalid-face, custom-rogue-face, custom-modified-face)
27922         (custom-set-face, custom-changed-face, custom-saved-face)
27923         (custom-button-face, custom-button-pressed-face)
27924         (custom-documentation-face, custom-state-face)
27925         (custom-comment-face, custom-comment-tag-face)
27926         (custom-variable-tag-face, custom-variable-button-face)
27927         (custom-face-tag-face, custom-group-tag-face-1)
27928         (custom-group-tag-face):
27929         New backward-compatibility aliases for renamed faces.
27931         * wid-edit.el (widget-documentation, widget-button)
27932         (widget-field, widget-single-line-field, widget-inactive)
27933         (widget-button-pressed): "-face" suffix removed from face names.
27934         (widget-documentation-face, widget-button-face)
27935         (widget-field-face, widget-single-line-field-face)
27936         (widget-inactive-face, widget-button-pressed-face):
27937         New backward-compatibility aliases for renamed faces.
27938         (widget-documentation-face, widget-button-face)
27939         (widget-button-pressed-face, widget-specify-field)
27940         (widget-specify-inactive): Use renamed widget faces.
27942 2005-06-10  Kenichi Handa  <handa@m17n.org>
27944         * term/x-win.el (x-clipboard-yank): Remove condition-case
27945         wrapping.
27947 2005-06-11  Kenichi Handa  <handa@m17n.org>
27949         * add-log.el (change-log-font-lock-keywords): Make the regexp for
27950         date lines stricter.
27952 2005-06-10  Zhang Wei  <id.brep@gmail.com>
27954         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27955         of x-get-selection.
27957 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
27959         * comint.el (comint-mode, comint-snapshot-last-prompt):
27960         * frame.el (frame-current-scroll-bars):
27961         * term.el (term-mode, term-check-proc, term-input-sender)
27962         (term-simple-send, term-extract-string, term-word)
27963         (term-match-partial-filename):
27964         * window.el (window-current-scroll-bars):
27965         * emulation/cua-base.el (cua-normal-cursor-color)
27966         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27967         (cua-global-mark-cursor-color):
27968         * mail/undigest.el (rmail-forward-separator-regex):
27969         Fix typos in docstrings.
27971         * comint.el (comint-check-proc, make-comint-in-buffer)
27972         (comint-source-default): Doc fixes.
27974         * term.el (term-send-string): Improve argument/docstring consistency.
27976 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
27978         * comint.el (comint-send-input): Bind `inhibit-read-only' around
27979         call to `delete-region'.
27980         (comint-mode-hook): Do not enable Font Lock by default.
27982 2005-06-09  Lute Kamstra  <lute@gnu.org>
27984         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27985         could be void.
27987 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
27989         * emacs-lisp/debug.el (debugger-will-be-back): New var.
27990         (debug): Use it.
27991         (debugger-step-through, debugger-continue, debugger-jump)
27992         (debugger-return-value): Set it when needed.
27993         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27994         Use inhibit-read-only.
27996 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
27998         * window.el (shrink-window-if-larger-than-buffer)
27999         (window-size-fixed): Fix typo in docstring.
28001         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
28002         thumbnails directory on loading.
28003         (thumbs-conversion-program): Use `eq' to check the system type,
28004         not `equal'.
28005         (thumbs-temp-dir): Initialize to `temporary-file-directory',
28006         not "/tmp".  Fix docstring.
28007         (thumbs-thumbsdir): New function to return the thumbnails
28008         directory, creating it if needed.
28009         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
28010         (thumbs-temp-file): Delete variable and make it into a function.
28011         (thumbs-resize-image, thumbs-modify-image): Use it.
28012         (thumbs-kill-buffer): Simplify.
28013         (thumbs-gensym): Defalias or duplicate CL `gensym'.
28014         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
28015         docstrings.
28017 2005-06-09  Kim F. Storm  <storm@cua.dk>
28019         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
28020         set-match-data to free markers in match-data.
28022         * replace.el (replace-match-data): Pass RESEAT arg `t' to
28023         match-data to unchain markers in match-data.
28025 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
28027         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
28028         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
28029         unnecessary now.
28031 2005-06-08  Richard M. Stallman  <rms@gnu.org>
28033         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
28034         give the variable a doc string that doesn't say don't set it directly.
28036         * textmodes/ispell.el (ispell-check-version):
28037         Use match-string-no-properties.
28038         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
28039         (ispell-buffer-local-words): Likewise.
28041         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
28042         except on terminals with enough colors to really display it.
28043         (makefile-dependency-regex): Delete spurious `bb'.
28045         * faces.el (escape-glyph): Use blue once again in last case.
28046         (no-break-space): Redefine so that it isn't invisible on a tty.
28048 2005-06-08  Kim F. Storm  <storm@cua.dk>
28050         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
28051         also when reading directory name.
28053 2005-06-08  Lute Kamstra  <lute@gnu.org>
28055         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
28056         (flyspell-mode-line-string): Remove autoload cookie.
28057         (flyspell-mode): Remove defvar.
28059 2005-06-07  Lute Kamstra  <lute@gnu.org>
28061         * textmodes/org.el (org-run-mode-hooks): New function.
28062         (org-agenda-mode): Use it.
28064 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
28066         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
28068 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28070         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
28072 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
28074         * font-lock.el (font-lock-add-keywords): Doc fix.
28076 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
28078         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
28079         (tex-compile-default): In the absence of any history, use the order in
28080         tex-compile-alist to choose the preferred command.
28081         (tex-compile-commands): Reorder a bit.
28083         * textmodes/flyspell.el (flyspell-auto-correct-binding)
28084         (flyspell-incorrect-face, flyspell-duplicate-face):
28085         Use (X)Emacs-agnostic code.
28086         (flyspell-mode-map): Don't overwrite at each load.  Remove code
28087         redundant with the subsequent add-minor-mode.  Merge Emacs and
28088         XEmacs code.
28089         (flyspell-word): Minor simplification.
28090         (flyspell-math-tex-command-p): Quieten the byte-compiler.
28091         (flyspell-external-point-words): Remove unused vars `size' and `start'.
28092         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
28093         Merge the corresponding Emacs code.
28094         (flyspell-correct-word, flyspell-xemacs-popup):
28095         Use flyspell-do-correct.
28097         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
28098         a dedicated window.
28100         * international/latexenc.el (latexenc-find-file-coding-system):
28101         Undo part of last patch, to turn off a compiler warning.
28103 2005-06-06  Juri Linkov  <juri@jurta.org>
28105         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
28106         Rename `tmm-inactive-face' to `tmm-inactive'.
28108 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
28110         * iswitchb.el: Rename faces.
28112 2005-06-06  Kim F. Storm  <storm@cua.dk>
28114         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
28115         (cua-global-mark): Remove -face suffix from face names.
28117         * emulation/cua-gmrk.el (cua--init-global-mark):
28118         Remove cua-global-mark face setup.
28120 2005-06-06  Richard M. Stallman  <rms@gnu.org>
28122         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
28123         just like other allowed characters.
28124         (makefile-match-dependency): Exclude leading and training whitespace
28125         from the range of regexp subexp 1.
28126         (makefile-macroassign-regex): Don't try to match the body,
28127         just the name of the macro being defined.
28129         * info.el (Info-read-node-name-2): New function.
28130         (Info-read-node-name-1): Use that.
28131         Add a completion-base-size-function property.
28133         * simple.el (completion-setup-function): Look for
28134         completion-base-size-function property of minibuffer-completion-table.
28136         * files.el (locate-file-completion): Doc fix.
28138         * printing.el: Don't call pr-update-menus; user must do that.
28140         * emacs-lisp/debug.el (debugger-window): New variable.
28141         (debug): Use debugger-window if it is set and still alive.
28142         Record debugger-window for next entry.
28144         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
28146 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
28148         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
28149         (hack-one-local-variable, hack-local-variables)
28150         (hack-local-variables-prop-line): Pass that arg.
28152 2005-06-06  Kim F. Storm  <storm@cua.dk>
28154         * ido.el (ido-first-match, ido-only-match, ido-subdir)
28155         (ido-indicator): Remove -face suffix from face names.
28157 2005-06-06  Juri Linkov  <juri@jurta.org>
28159         * font-lock.el (font-lock-regexp-backslash)
28160         (font-lock-regexp-backslash-construct): New faces.
28161         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
28162         after `('.  Add `while-no-input' to control structures.
28164         * faces.el (no-break-space, shadow): New faces.
28165         (escape-glyph): Use less loud colors pink2 and red4.
28167         * diff-mode.el (diff-context-face)
28168         * dired.el (dired-ignored)
28169         * rfn-eshadow.el (file-name-shadow)
28170         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
28172         * info.el (Info-title-1-face): Use green instead of yellow because
28173         bold yellow is not readable on light backgrounds.
28175         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
28176         before selecting the desired mode to not spend time fontifying
28177         old contents.
28179 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
28181         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
28182         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
28184         * ps-print.el (ps-default-fg, ps-default-bg):
28185         Fix typos in docstrings.
28187         * isearchb.el (isearchb): Don't pass a spurious second argument to
28188         `iswitchb-completions'.
28190 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
28192         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
28193         to preserve point.
28194         (gdb-find-file-hook): Add doc string.
28196         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
28197         C dereferenced pointer expression.
28198         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
28200         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
28202         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
28203         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
28204         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
28205         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
28206         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
28207         Make background transparent.
28209 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
28211         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28212         (font-lock-remove-keywords): Doc fix.
28213         (font-lock-mode-major-mode): Compiler defvar.
28214         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
28216         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
28217         (font-lock-mode): Update `font-lock-mode-major-mode'.
28218         (font-lock-set-defaults): Compiler defvar.
28219         (font-lock-default-function): Take `font-lock-mode-major-mode'
28220         into account.
28222         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
28223         keep track of which major mode it enabled the minor mode for.
28224         Use find-file-hook again.  Update docstring.
28226         * simple.el (eval-expression-print-level)
28227         (eval-expression-print-length, eval-expression-debug-on-error):
28228         Doc fixes.
28230 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
28232         * iswitchb.el (iswitchb-single-match-face)
28233         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
28234         (iswitchb-invalid-regexp-face): New faces.
28235         (iswitchb-completions): Use them.
28236         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
28237         now marked as an obsolete alias.
28238         (iswitchb-read-buffer): Remove check for bound font variables.
28239         (iswitchb-invalid-regexp): New free variable.
28240         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
28241         set iswitchb-invalid-regexp.
28242         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
28243         invalid regexps.
28244         (iswitchb-completions): Add check for complete match when entering
28245         a regexp.
28246         (iswitchb-completions): Remove require-match argument.
28247         (iswitchb-exhibit): Fix caller.
28248         (iswitchb-common-match-inserted): New variable.
28249         (iswitchb-complete, iswitchb-completion-help): Use it.
28251 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
28253         * url-http.el (url-http-chunked-encoding-after-change-function):
28254         Use `url-http-debug' instead of `message'.
28256 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
28258         * url-http.el (url-http-parse-headers): Pass redirected URL as a
28259         callback argument.
28261 2005-06-04  Kim F. Storm  <storm@cua.dk>
28263         * simple.el (line-move): Only call sit-for when moving backwards.
28265         * ido.el (ido-make-merged-file-list-1): New defun split from
28266         ido-make-merged-file-list.
28267         (ido-make-merged-file-list): Bind throw-on-input around call to
28268         ido-make-merged-file-list-1.  Return input-pending-p if
28269         interrupted by more input available.
28270         (ido-read-internal): Handle input-pending-p return value from
28271         ido-make-merged-file-list.
28273 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
28275         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
28276         compatibility code.
28278         * international/latexenc.el (latexenc-find-file-coding-system):
28279         Don't inherit the EOL part of the coding-system from the
28280         tex-main buffer.  Fit within 80 columns.
28282 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
28284         * tmm.el (tmm-inactive-face): New face.
28285         (tmm-remove-inactive-mouse-face): New function.
28286         (tmm-prompt, tmm-add-one-shortcut)
28287         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
28288         but not selectable.
28290 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
28292         * faces.el (face-equal): Improve argument/docstring consistency.
28294 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
28296         * progmodes/make-mode.el (makefile-targets-face)
28297         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
28298         (makefile-bsdmake-dependency-regex)
28299         (makefile-makepp-rule-action-regex)
28300         (makefile-bsdmake-rule-action-regex): New constants.
28301         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
28303         * progmodes/compile.el (compilation-error-regexp-alist-alist):
28304         Allow (...) within `...' for makepp messages.
28306 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
28308         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
28310         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
28311         "." files are deleted from all file lists before comparison.
28313         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
28314         (viper-ESC-key): Made them customizable.
28316         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
28318 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
28320         * autorevert.el (auto-revert-buffers): Use save-match-data.
28322 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
28324         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
28325         menu items with a nil command binding.
28327 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
28329         * emacs-lisp/cl-macs.el (defsetf):
28330         Improve argument/docstring consistency.
28332         * faces.el (list-faces-display): Improve the formatting by
28333         computing the maximum length required for any face-name (reworked
28334         patch of 1999-01-11, accidentally deleted on 1999-07-21).
28335         (internal-find-face): Remove redundant info in docstring.
28337 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
28339         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
28340         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
28341         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
28342         (gdb-assembler-custom): Improve regexps.
28343         (def-gdb-auto-update-handler): Use window point to preserve point.
28345 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
28347         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
28349 2005-05-31  Jay Belanger  <belanger@truman.edu>
28351         * calc/calc-embed.el (calc-embedded-word): Change argument passed
28352         to calc-embedded.
28353         (calc-embedded-make-info): Have plain prefix argument select
28354         entire line.
28356 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
28358         * faces.el (list-faces-display): Signal error if passed a regexp
28359         that matches no face name.
28361         * simple.el (filter-buffer-substring): Fix typo in docstring.
28363 2005-05-31  Richard M. Stallman  <rms@gnu.org>
28365         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
28366         (vhdl-emacs-21): Doc fix.
28367         (vhdl-mode): Unconditionally set comment-padding.
28368         (vhdl-fixup-whitespace-region): Insert spaces only where
28369         there are none.
28370         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
28372 2005-05-30  John Wiegley  <johnw@newartisans.com>
28374         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
28375         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
28376         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
28377         `directory-sep-char' to ?/, and all uses of `string-to-int' to
28378         `string-to-number'.
28380 2005-05-30  Jay Belanger  <belanger@truman.edu>
28382         * calc/calc.el (calc-bug-address): Fix docstring.
28383         (calc-window-hook, calc-trail-window-hook): New variables.
28384         (calc-trail-display): Restore use of calc-trail-window-hook.
28385         (calc): Restore use of calc-window-hook.
28387 2005-05-31  Masatake YAMATO  <jet@gyve.org>
28389         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
28391         * help-fns.el (help-C-file-name): Add autoload mark for
28392         `find-function-noselect'.
28394 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
28396         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
28397         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
28399 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
28401         * calendar/diary-lib.el (mark-included-diary-files): Only kill
28402         included diary buffer if it was not already being visited.
28403         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
28405         * calendar/icalendar.el (top-level): Do not require appt.
28407         * mail/supercite.el (sc-select-attribution): Only use a list
28408         element from sc-attrib-selection-list if it returns a string.
28409         Reported by Davide G. M. Salvetti <salve@debian.org>.
28411 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
28413         * thumbs.el (thumbs-thumbname): The resulting thumbname now
28414         includes a hash value to improve its uniqueness, and has a ".jpg"
28415         extension.  Also, it is now a valid filename on all systems.
28416         (thumbs-make-thumb): Use `let', not `let*'.
28417         (thumbs-show-thumbs-list): Check for JPEG availability.
28419 2005-05-30  Richard M. Stallman  <rms@gnu.org>
28421         * filesets.el (filesets-menu-ensure-use-cached):
28422         Prevent warning when emacs-version>= is undefined.
28424         * printing.el (pr-interactive-n-up): Use string-to-number.
28426         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
28428         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
28429         Warn only when name to be defined is quoted.
28431 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
28433         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
28434         Make regexp more robust.
28435         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
28436         Force regeneration of disassembly.
28438 2005-05-29  Jay Belanger  <belanger@truman.edu>
28440         * calc/calc.el (calc-user-invocation): Check if
28441         calc-invocation-macro is non-nil.
28443 2005-05-29  Juri Linkov  <juri@jurta.org>
28445         * add-log.el (change-log-font-lock-keywords):
28446         Add `+' to e-mail regexp to accept mail address with keywords.
28448         * man.el (Man-name-regexp): Add `:' to accept qualified names.
28450 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
28452         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
28454         * ielm.el (inferior-emacs-lisp-mode): Ditto.
28456 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28458         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
28459         Undo the change that moves to end of the current word.
28461 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28463         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
28464         Throw error when count <= 0 to ensure input is a number.
28465         (gdb-read-memory-custom): Pick up address from buffer.
28466         (gdb-memory-mode): Allow user to increment and decrement
28467         memory address from header line.
28469 2005-05-29  Richard M. Stallman  <rms@gnu.org>
28471         * flyspell.el (flyspell-version): Function deleted.
28472         (flyspell-auto-correct-previous-hook): Doc fix.
28474         * jit-lock.el (jit-lock-function, jit-lock-after-change):
28475         Do nothing if memory is full.
28477         * font-lock.el (font-lock-fontify-syntactically-region):
28478         Pass t for GREEDY to looking-back.
28480         * saveplace.el (save-place-alist-to-file): Write the file
28481         using write-region.
28483         * subr.el (looking-back): New argument GREEDY.
28485         * progmodes/compile.el (compilation-start): Set the mode
28486         before inserting the initial text.
28488         * progmodes/which-func.el (which-func-update-1): Turn the mode
28489         off in case of error by setting which-func-mode.
28491 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
28493         * flyspell.el (flyspell-auto-correct-previous-word):
28494         Narrow down to what's on the screen, and recenter overlays
28495         at the end of the next word.
28497 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
28499         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
28500         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
28501         (flyspell-abbrev-p): Default to nil.
28502         (flyspell-use-global-abbrev-table-p): Doc fix.
28503         (flyspell-large-region): Allow nil as value.
28504         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
28506         (mail-mode-flyspell-verify): More robust handling
28507         of `mail-header-separator'.  More efficient signature detection.
28508         Allow for regexp metacharacters in message-header-separator.
28509         Adding `To' not to be checked in mail-mode-flyspell-verify.
28511         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
28512         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
28513         Bind flyspell-auto-correct-binding.
28514         Bind C-. and C-, .
28515         (flyspell-mode-map): Likewise.
28516         (flyspell-mode): Doc fix.
28517         (flyspell-accept-buffer-local-defs): Preserve current buffer.
28518         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
28519         (flyspell-word-cache-result): New var, always local.
28520         (flyspell-check-pre-word-p): Doc fix.
28521         (flyspell-check-changed-word-p): Handle spc like newline.
28522         (flyspell-post-command-hook): Set flyspell-word-cache-result.
28523         (flyspell-word-search-backward, flyspell-word-search-forward):
28524         New functions.
28525         (flyspell-word): Return t if nothing to check.
28526         When parsing TeX code, check for after } or \.
28527         Use flyspell-word-search-backward to find previous word.
28528         Return nil if duplicated word.
28529         For word already checked, return same value as last time.
28530         Set flyspell-word-cache-result after checking.
28531         Don't clobber the return value.
28532         (flyspell-get-word): Major rewrite.
28533         (flyspell-external-point-words): New locals pword, pcount.
28534         Fix size used in progress message.
28535         Find the proper corresponding word in flyspell-large-region-buffer.
28536         (flyspell-region): Check for flyspell-large-region = nil.
28537         (flyspell-highlight-incorrect-region): Clean up overlays in region.
28538         (flyspell-auto-correct-word): Check that WORD is a cons.
28539         (flyspell-correct-word): Likewise.
28541 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
28543         * progmodes/make-mode.el (makefile-rule-action-regex)
28544         (makefile-macroassign-regex, makefile-makepp-mode)
28545         (makefile-bsdmake-mode): Continuation lines may be empty.
28546         Reported by Joshua Varner.
28547         (makefile-makepp-font-lock-keywords): Add $(stem).
28549 2005-05-28  Karl Berry  <karl@gnu.org>
28551         * textmodes/tex-mode.el: Now that tex-send-command calls
28552         shell-quote-argument (2005-03-31 change), remove all calls to
28553         shell-quote-argument; they all end up invoking tex-send-command.
28554         The double quoting loses on filenames with non-safe characters,
28555         such as "@".  Reported by Frederik Fouvry.
28557 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
28559         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
28560         about preserving point.
28562 2005-05-27  Jay Belanger  <belanger@truman.edu>
28564         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
28565         Info-goto-node.
28567         * calc/calc-embed.el (calc-embed-arg): New variable.
28568         (calc-do-embedded-activate, calc-embedded-activate-formula)
28569         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
28570         variable by new variable.
28571         (calc-embedded-make-info): Replace undeclared variable by new
28572         variable.  When selecting region with positive prefix
28573         argument, use end of previous line instead of beginning of line.
28575         * calc/calc-aent.el (calc-arg-values): Declare it.
28577         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
28578         Declare them.
28580         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
28582         * calc/calc.el (calc-alg-map): Declare it.
28584         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
28586 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
28588         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28589         (gdb-registers-buffer, toggle-gdb-all-registers):
28590         Toggle display of floating point registers.
28591         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28593         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
28594         (toggle-gud-tooltip-dereference):
28595         Rename from gud-toggle-tooltip-dereference.
28597 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
28599         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28601 2005-05-27  Jay Belanger  <belanger@truman.edu>
28603         * calc/calc-prog.el (calc-kbd-report): Remove.
28604         (calc-kbd-query): Rewrite.
28606 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
28608         * image.el (image-library-alist): Move to image.c.
28609         (image-type-available-p): Doc fix.
28611 2005-05-27  Lute Kamstra  <lute@gnu.org>
28613         * calc/calc.el (calc):
28614         * outline.el (outline-1, outline-2, outline-3, outline-4)
28615         (outline-5, outline-6, outline-7, outline-8):
28616         * textmodes/dns-mode.el (dns-mode):
28617         * textmodes/sgml-mode.el (sgml-namespace-face):
28618         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28619         (tex-verbatim-face, tex-use-reftex):
28620         * textmodes/texinfo.el (texinfo-heading-face):
28621         Specify customization group.
28623         * longlines.el: Don't require easy-mmode.
28624         (longlines-visible-face): Specify customization group.
28626 2005-05-27  Kenichi Handa  <handa@m17n.org>
28628         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28629         encoding table of windows-1251.
28631         * international/ucs-tables.el (ucs-set-table-for-input):
28632         If translation-table-for-input of a coding system is a symbol, get
28633         its translation-table property.
28635         * international/code-pages.el: Don't register a coding system into
28636         non-iso-charset-alist more than once.
28637         (cp-make-coding-system): Likewise.
28639 2005-05-26  John Wiegley  <johnw@newartisans.com>
28641         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28642         `eshell-resume-eval' is wrapped in a list, it indicates that the
28643         command was run asynchronously.  In that case, unwrap the value
28644         before checking the delimiter value.
28646         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28647         character before a space at the end of a line is \, assume the space
28648         is part of the last argument rather than a final argument separator.
28650         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28651         is in use, and the target is `t' or `nil' (which are the most common
28652         values), don't assume that the symbol target is a buffer.
28654 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
28656         * calendar/calendar.el (calendar-mode-line-format):
28657         Use mode-line-highlight as mouse-face.
28659         * time.el (display-time-string-forms, display-time-update):
28660         Use mode-line-highlight as mouse-face.
28662 2005-05-26  Jay Belanger  <belanger@truman.edu>
28664         * calc/calc.el (calc-language-alist): Remove extra defvar.
28666 2005-05-26  Lute Kamstra  <lute@gnu.org>
28668         * arc-mode.el (archive-mode):
28669         * bookmark.el (bookmark-read-annotation-mode)
28670         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28671         * bs.el (bs-mode):
28672         * calc/calc-yank.el (calc-edit-mode):
28673         * calc/calc.el (calc-mode, calc-trail-mode):
28674         * calculator.el (calculator-mode):
28675         * chistory.el (command-history-mode):
28676         * comint.el:
28677         * cus-edit.el (custom-mode):
28678         * descr-text.el (describe-text-mode):
28679         * ebuff-menu.el (Electric-buffer-menu-mode):
28680         * ediff-util.el (ediff-mode):
28681         * emacs-lisp/re-builder.el (reb-mode):
28682         * emulation/vi.el (vi-mode-setup):
28683         * emulation/ws-mode.el (wordstar-mode):
28684         * eshell/esh-mode.el (eshell-mode):
28685         * forms.el (forms-mode):
28686         * help-mode.el (help-mode):
28687         * hexl.el (hexl-mode):
28688         * ibuffer.el (ibuffer-mode):
28689         * ielm.el (inferior-emacs-lisp-mode):
28690         * info.el (Info-mode, Info-edit-mode):
28691         * international/swedish.el:
28692         * ledit.el (ledit-from-lisp-mode):
28693         * locate.el (locate-mode):
28694         * mail/rmail.el (rmail-mode):
28695         * mail/rmailedit.el (rmail-edit-mode):
28696         * mail/rmailsum.el (rmail-summary-mode):
28697         * mail/supercite.el (sc-electric-mode):
28698         * net/eudc.el (eudc-mode):
28699         * net/quickurl.el (quickurl-list-mode):
28700         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28701         * obsolete/ooutline.el (outline-mode):
28702         * obsolete/options.el (Edit-options-mode):
28703         * obsolete/rnews.el (news-mode):
28704         * obsolete/rnewspost.el (news-reply-mode):
28705         * play/5x5.el (5x5-mode):
28706         * play/decipher.el (decipher-mode, decipher-stats-mode):
28707         * play/gomoku.el (gomoku-mode):
28708         * play/snake.el (snake-mode):
28709         * play/solitaire.el (solitaire-mode):
28710         * play/tetris.el (tetris-mode):
28711         * progmodes/ada-mode.el (ada-mode):
28712         * progmodes/antlr-mode.el (antlr-mode):
28713         * progmodes/autoconf.el (autoconf-mode):
28714         * progmodes/dcl-mode.el (dcl-mode):
28715         * progmodes/delphi.el (delphi-mode):
28716         * progmodes/ebrowse.el (ebrowse-tree-mode)
28717         (ebrowse-electric-list-mode, ebrowse-member-mode)
28718         (ebrowse-electric-position-mode):
28719         * progmodes/f90.el (f90-mode):
28720         * progmodes/fortran.el (fortran-mode):
28721         * progmodes/icon.el (icon-mode):
28722         * progmodes/idlw-help.el (idlwave-help-mode):
28723         * progmodes/idlw-shell.el (idlwave-shell-mode):
28724         * progmodes/idlwave.el (idlwave-mode):
28725         * progmodes/inf-lisp.el (inferior-lisp-mode):
28726         * progmodes/m4-mode.el (m4-mode):
28727         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28728         * progmodes/modula2.el (modula-2-mode):
28729         * progmodes/octave-inf.el (inferior-octave-mode):
28730         * progmodes/octave-mod.el (octave-mode):
28731         * progmodes/pascal.el (pascal-mode):
28732         * progmodes/sh-script.el (sh-mode):
28733         * progmodes/sql.el (sql-mode, sql-interactive-mode):
28734         * progmodes/vhdl-mode.el (vhdl-mode):
28735         * progmodes/xscheme.el (scheme-interaction-mode):
28736         * replace.el (occur-mode):
28737         * ses.el (ses-mode):
28738         * simple.el (completion-list-mode):
28739         * skeleton.el:
28740         * speedbar.el (speedbar-mode):
28741         * term.el (term-mode):
28742         * terminal.el (terminal-edit-mode):
28743         * textmodes/reftex-index.el (reftex-index-mode)
28744         (reftex-index-phrases-mode):
28745         * textmodes/reftex-sel.el (reftex-select-label-mode)
28746         (reftex-select-bib-mode):
28747         * textmodes/reftex-toc.el (reftex-toc-mode):
28748         * wdired.el (wdired-change-to-wdired-mode):
28749         * wid-browse.el (widget-browse-mode):
28750         Use run-mode-hooks.
28752         * array.el (array-mode):
28753         * calendar/todo-mode.el (todo-mode):
28754         * man.el (Man-mode):
28755         * play/landmark.el (lm-mode):
28756         * play/mpuz.el (mpuz-mode):
28757         Use kill-all-local-variables and run-mode-hooks.
28759         * subr.el (delay-mode-hooks): Specify indentation.
28761 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
28763         * xml.el (xml-substitute-special): Don't die for undefined xml
28764         entities.
28766 2005-05-26  Jay Belanger  <belanger@truman.edu>
28768         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28769         of nil.
28771 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
28773         * progmodes/gdb-ui.el (gdb-frame-address):
28774         Rename from gdb-current-address.
28775         (gdb-previous-frame-address): Rename from gdb-previous-address.
28776         (gdb-selected-frame): Rename from gdb-current-frame.
28777         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28778         (gdb-frame-number): Rename from gdb-current-stack-level.
28779         (gdb-ann3): Match new mode-name for disassembly buffer.
28780         Extend initialization of variables.
28781         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28782         (gdb-memory-mode): Use mouse-face in header line.
28783         (gdb-assembler-buffer-name): Call it disassembly and give frame
28784         in mode line.
28785         (gdb-source-spec-regexp, gdb-assembler-custom)
28786         (gdb-invalidate-assembler, gdb-frame-handler):
28787         Make robust to leading zeroes in address format.
28789 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
28791         * textmodes/org.el (org-mode): Use `define-derived-mode' to
28792         define `org-mode'.
28793         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28795 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
28797         * log-edit.el (log-edit-changelog-entries): Distinguish between
28798         filenames like xfns.c and fns.c.
28800 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
28802         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28803         point after reverting.
28804         (Buffer-menu-make-sort-button): Handle the case where
28805         `Buffer-menu-use-header-line' is nil.
28807 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
28809         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28810         New funcs.  In minibuffer-local-completion-map bind `]', `/'
28811         and `:' to them.
28813 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
28815         * startup.el (normal-top-level): Allow modification of load-path while
28816         we're iterating over it.
28818 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
28820         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28821         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28822         (thumbs-resize-interactive, thumbs-insert-image)
28823         (thumbs-insert-thumb, thumbs-dired-show-marked)
28824         (thumbs-find-image-at-point, thumbs-delete-images)
28825         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28826         (thumbs-increment-image-size, thumbs-decrement-image-size):
28827         Fix typos in docstrings.
28829 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
28831         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28832         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28833         (cperl-mode): Use them.
28835 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
28837         * window.el (quit-window, shrink-window-if-larger-than-buffer):
28838         Doc fixes.
28840 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
28842         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28843         Bind C-d to gdb-inferior-io-eof.
28845         * dired.el (dired-dnd-popup-notice): Use message-box.
28847 2005-05-23  Masatake YAMATO  <jet@gyve.org>
28849         * bindings.el (mode-line-major-mode-keymap):
28850         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28852         * faces.el (mode-line-highlight): New face.
28854         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28855         as mouse-face.
28857         * bindings.el (top-level, help-echo, mode-line-modified)
28858         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28859         as mouse-face.
28861 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
28863         * progmodes/cc-engine.el (c-guess-basic-syntax):
28864         Remove spurious call to `zerop'.
28866         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28868 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
28870         CC Mode update to 5.30.10:
28872         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28873         could go past the limit in decoration level 2, thereby causing
28874         errors during interactive fontification.
28876         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28877         the file is evaluated interactively.
28879         * cc-engine.el (c-guess-basic-syntax): Handle operator
28880         declarations somewhat better in C++.
28882         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28883         make use of `run-mode-hooks' which has been added in Emacs 21.1.
28884         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28885         (awk-mode): Use it.
28886         (make-local-hook): Suppress warning about obsoleteness.
28888         * cc-engine.el, cc-align.el, cc-cmds.el
28889         (c-append-backslashes-forward, c-delete-backslashes-forward)
28890         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28891         Compensate for return value from `forward-line' when it has moved
28892         but not to a different line due to eob.
28894         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28895         `objc-method-intro' and `objc-method-args-cont'.
28897 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
28899         CC Mode update to 5.30.10:
28901         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28902         in the copyright statement.  Incidentally, change "along with GNU
28903         Emacs" to "along with this program" where it occurs.
28905         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28906         so that it is interactive, hence can be found by M-x awk-mode
28907         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
28908         <gmorris+emacs@ast.cam.ac.uk>.
28910         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28911         Mode's regexps.
28913 2005-05-23  Kevin Ryde  <user42@zip.com.au>
28915         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28916         c-parse-state, to avoid a lisp error (on bad code).
28918 2005-05-23  Lute Kamstra  <lute@gnu.org>
28920         * subr.el (font-lock-defaults): Remove defvar as it's already
28921         defined in font-core.el.
28923         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28925 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
28927         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28928         more general and work when GDB variable "print pretty" is on,
28929         as with Emacs, for example.
28931 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
28933         * font-core.el: Update comment.
28935         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28936         Use `after-change-major-mode-hook' instead of `find-file-hook'.
28938         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28940 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
28942         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28943         and `yank-handler' in the doc strings.
28945 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
28947         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
28949 2005-05-22  Richard M. Stallman  <rms@gnu.org>
28951         * help.el (describe-key): Move print-help-return-message call
28952         out of conditional.
28954         * progmodes/etags.el (list-tags): Use with-no-warnings.
28956         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28957         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28958         (starttls-extra-args, starttls-extra-arguments): Add defvars.
28960         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28962         * language/viet-util.el (viet-viscii-nonascii-translation-table):
28963         Add defvar.
28965         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28966         Use defvar, not defconst.
28968         * hexl.el (hexl-follow-line): Use with-no-warnings.
28970         * emulation/tpu-extras.el: Use write-file-functions instead of
28971         write-file-hooks.
28973         * dired.el (dired-font-lock-keywords): Fontify files with junk
28974         extensions even if marked by -F.
28976 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
28978         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28979         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28980         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28981         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28982         (concatenate, list-length, get*, getf, cl-remprop):
28983         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28984         (etypecase, progv, lexical-let, lexical-let*)
28985         (multiple-value-bind, multiple-value-setq, shiftf):
28986         Improve argument/docstring consistency.
28988         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28990 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
28992         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28993         doesn't exist.
28995         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
28996         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28998 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
29000         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
29001         already deleted variables: auto-fill-hook, blink-paren-hook,
29002         lisp-indent-hook, inhibit-local-variables, unread-command-event,
29003         suspend-hooks, comment-indent-hook, meta-flag,
29004         before-change-function, after-change-function,
29005         font-lock-doc-string-face.
29007 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
29009         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
29011 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
29013         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
29014         rmail-dont-reply-to.
29016 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
29018         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
29019         literal blank when splitting new-header-values.
29021 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
29023         * calendar/cal-menu.el (cal-menu-update): Add separator as a
29024         string so that tmm doesn't create a completion entry for it.
29026         * textmodes/table.el (table-disable-menu): Ditto.
29028 2005-05-21  Richard M. Stallman  <rms@gnu.org>
29030         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
29032         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
29034         * net/rcompile.el (remote-compile): Use compilation-start.
29036         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
29038 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
29040         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
29041         Default to makefile-bsdmake-mode on BSD systems.
29043         * imenu.el (imenu-generic-expression, imenu--generic-function'):
29044         REGEXP may also be a search function now.  The part of doc-string
29045         for describing the structure was 95% identical to that of
29046         `imenu--generic-function'.  Unify it there.
29048         * progmodes/make-mode.el (makefile-imenu-generic-expression):
29049         Use function to find dependencies, because regexp alone is so complex,
29050         it easily goes into an endless loop.
29051         (makefile-makepp-mode): Also add submenu for Perl functions
29052         defined in the makefile.
29053         (makefile-bsdmake-mode): Special imenu-generic-expression no
29054         longer needed, due to function call.
29055         (makefile-match-dependency): Take BOUND into account when checking
29056         if we're through.
29058 2005-05-20  Jay Belanger  <belanger@truman.edu>
29060         * calc/calc-units.el (calc-invalidate-units-table):
29061         Use inhibit-read-only.
29062         (math-build-units-table-buffer): Use view-mode.
29064 2005-05-20  David Kastrup  <dak@gnu.org>
29066         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
29067         easy-menu-add is not a nop on Emacs; and clarify when to call it.
29069 2005-05-20  Lute Kamstra  <lute@gnu.org>
29071         * diff-mode.el (diff-header-face, diff-file-header-face)
29072         (diff-index-face, diff-hunk-header-face, diff-removed-face)
29073         (diff-added-face, diff-changed-face, diff-function-face)
29074         (diff-context-face, diff-nonexistent-face): Put them in the
29075         diff-mode customization group.
29077 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
29079         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
29081         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
29083         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
29084         Minor regexp-optimization.
29086 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
29088         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
29089         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
29090         (org-agenda-add-time-grid-maybe): New function.
29091         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
29092         (org-table-create): `dotimes' instead of `mapcar'.
29093         (org-xor): Simplify implementation.
29094         (org-agenda): `inhibit-redisplay' turned on.
29095         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
29096         a consistent line after a state change.
29097         (org-agenda-remove-times-when-in-prefix): New option.
29098         (org-prefix-has-time): New variable.
29099         (org-parse-time-string): Optional argument NODEFAULT.
29100         (org-format-agenda-item): Parse items for time-of-day
29101         specifications and move these into the prefix if possible.
29102         (org-agenda-priority): Get current heading, not previous heading
29103         during agenda remote editing.
29105 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
29107         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
29108         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
29109         (remove-duplicates, delete-duplicates, substitute)
29110         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
29111         (nsubstitute-if-not, find, find-if, find-if-not, position)
29112         (position-if, position-if-not, count, count-if, count-if-not)
29113         (mismatch, search, sort*, stable-sort, merge, member*)
29114         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
29115         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
29116         (intersection, nintersection, set-difference, nset-difference)
29117         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
29118         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
29119         (nsublis, tree-equal): Improve argument/docstring consistency.
29121         * subr.el (send-string, send-region): Remove obsolescence declaration.
29122         (window-dot, set-window-dot, read-input, show-buffer)
29123         (eval-current-buffer, string-to-int):
29124         Add release number to obsolescence declarations.
29126 2005-05-19  Kim F. Storm  <storm@cua.dk>
29128         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
29129         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
29131 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
29133         * faces.el (list-faces-display): Make back button respect optional
29134         regexp arg.
29136 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
29138         * calculator.el (calculator-radix-grouping-mode)
29139         (calculator-radix-grouping-digits, calculator-displayer)
29140         (calculator-radix-grouping-separator, calculator-copy-displayer):
29141         * dabbrev.el (dabbrev-search-these-buffers-only):
29142         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
29143         (diff-advance-after-apply-hunk, diff-mode-hook)
29144         (diff-minor-mode-prefix):
29145         * imenu.el (imenu-use-popup-menu):
29146         * jit-lock.el (jit-lock-context-time):
29147         * newcomment.el (comment-fill-column, comment-column)
29148         (comment-style, comment-padding, comment-multi-line)
29149         (comment-empty-lines, comment-auto-fill-only-comments):
29150         * reveal.el (reveal-around-mark):
29151         * uniquify.el (uniquify-buffer-name-style)
29152         (uniquify-after-kill-buffer-p)
29153         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
29154         (uniquify-min-dir-content, uniquify-separator)
29155         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
29156         * w32-vars.el (w32-fixed-font-alist):
29157         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
29158         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
29159         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
29160         * progmodes/perl-mode.el (perl-indent-level)
29161         (perl-continued-statement-offset, perl-continued-brace-offset)
29162         (perl-brace-offset, perl-brace-imaginary-offset)
29163         (perl-label-offset, perl-indent-continued-arguments)
29164         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
29165         * progmodes/tcl.el (tcl-indent-level)
29166         (tcl-continued-indent-level, tcl-auto-newline)
29167         (tcl-tab-always-indent, tcl-electric-hash-style)
29168         (tcl-help-directory-list, tcl-use-smart-word-finder)
29169         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
29170         (inferior-tcl-source-command):
29171         * textmodes/fill.el (enable-kinsoku):
29172         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
29173         * textmodes/table.el (table-yank-handler):
29174         Specify missing group (and type, if simple) in defcustom.
29176 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
29178         * progmodes/compile.el (compilation-finish-function): Fix defvar.
29180 2005-05-19  Richard M. Stallman  <rms@gnu.org>
29182         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
29184         * subr.el (event-basic-type): Don't get an error.
29185         (left-fringe-p): Function deleted.
29187         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
29188         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
29190         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
29191         in recursive copy.
29193         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
29195         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
29197         * emacs-lisp/bytecomp.el
29198         (byte-compile-file-form-custom-declare-variable):
29199         Call byte-compile-nogroup-warn if appropriate.
29201         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
29202         (compilation-set-window): Don't call left-fringe-p; do it directly.
29204 2005-05-19  Jay Belanger  <belanger@truman.edu>
29206         * calc/calc-graph.el (calc-graph-format-data): Make sure
29207         var-PlotRejects is bound before trying to check its value.
29209 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
29211         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
29212         definition of this variable from reftex-global.el to reftex.el,
29213         because it is needed in the menu.
29215 2005-05-19  Lute Kamstra  <lute@gnu.org>
29217         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
29218         years are fixed.  Don't insert a space after a dash.
29220 2005-05-19  Kim F. Storm  <storm@cua.dk>
29222         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
29224 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
29226         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
29227         strings, because (eq ... ?\\) is fairly frequent.
29229         * progmodes/make-mode.el (makefile-add-this-line-targets):
29230         Simplify and integrate into `makefile-pickup-targets'.
29231         (makefile-add-this-line-macro): Simplify and integrate into
29232         `makefile-pickup-macros.
29233         (makefile-pickup-filenames-as-targets): Simplify.
29234         (makefile-previous-dependency, makefile-match-dependency):
29235         Don't stumble over `::'.
29237 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
29239         * subr.el (post-command-idle-hook, post-command-idle-delay):
29240         Remove obsoletion of post-command-idle-hook and
29241         post-command-idle-delay.
29243         * faces.el (list-faces-display): Provide button when describe-face
29244         is called to take user back to the list of faces.
29246         * help-fns.el (describe-variable): Remove hyperlinks in a
29247         variable's value as these are quite frequently inappropriate.
29249         * follow.el (follow-submit-feedback, follow-mode):
29250         Remove references to post-command-idle-hook.
29252 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
29254         * progmodes/make-mode.el (makefile-previous-dependency)
29255         (makefile-match-dependency): Check for := (and in bsd mode also
29256         !=) to give a better result, even when font-lock is not on.
29258 2005-05-18  Jay Belanger  <belanger@truman.edu>
29260         * calc/calc-help.el (calc-s-prefix-help):
29261         Add `calc-copy-special-constant' to help string.
29263 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
29265         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29267 2005-05-18  Jay Belanger  <belanger@truman.edu>
29269         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
29270         in linear factors are in proper order.
29272 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
29274         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
29275         Support for jurabib.
29277         * textmodes/reftex.el (featurep): Define aliases for overlay
29278         commands, for XEmacs compatibility, and use these aliases in
29279         overlay initializations.
29280         (reftex-highlight): Use `reftex-move-overlay'.
29281         (reftex-unhighlight): Use `reftex-delete-overlay'.
29282         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
29283         (reftex-access-search-path): Use `reftex-uniquify' instead of
29284         `reftex-uniq'.
29286         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
29287         `before-string' property modification enables for Emacs as well.
29288         (reftex-select-item): Use `reftex-delete-overlay'.
29289         (reftex-select-mark): Use `reftex-make-overlay' and
29290         `reftex-overlay-put'.
29291         (reftex-select-unmark): Use `reftex-delete-overlay' and
29292         `reftex-overlay-put'.
29294 2005-05-18  Lute Kamstra  <lute@gnu.org>
29296         * emacs-lisp/lisp.el (check-parens): Fix docstring.
29298 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
29300         * add-log.el (add-change-log-entry):
29301         * array.el (array-make-template, array-reconfigure-rows)
29302         (array-init-max-row, array-init-max-column)
29303         (array-init-columns-per-line, array-init-field-width):
29304         * replace.el (replace-match-maybe-edit, perform-replace):
29305         * textmodes/spell.el (spell-region):
29306         Replace `read-input' by `read-string'.
29308         * forms.el (forms-mode):
29309         * finder.el (finder-compile-keywords):
29310         * shadowfile.el (shadow-read-files):
29311         Replace `eval-current-buffer' by `eval-buffer'.
29313         * terminal.el (te-pass-through):
29314         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
29315         (ange-ftp-raw-send-cmd):
29316         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
29317         (send-process-next-char, telnet-initial-filter, telnet):
29318         Replace `send-string' by `process-send-string'.
29320         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
29321         (prolog-consult-region): Replace `send-string' by
29322         `process-send-string'; replace `send-region' by `process-send-region'.
29324         * progmodes/delphi.el (delphi-log-msg):
29325         Replace `set-window-dot' by `set-window-point'.
29327         * subr.el (window-dot, set-window-dot, read-input, send-string)
29328         (send-region, show-buffer, eval-current-buffer):
29329         Make really obsolete, as the comment says.
29331 2005-05-17  Kim F. Storm  <storm@cua.dk>
29333         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
29334         (cua--init-keymaps): Bind C-return instead of S-return to set
29335         rectangle mark.
29337         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
29338         instead of S-return to toggle/clear rectangle mark.
29340 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
29342         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
29343         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
29344         Also fontify plain strings assigned to variables, mostly so that a
29345         colon has a face and is thus not taken as a dependency separator.
29346         (makefile-previous-dependency): Inline the new matcher, because it
29347         is too complex to work in both directions.
29348         (makefile-match-dependency): Eliminate `backward' arg (see above).
29349         Completely reimplemented so as to not sometimes go into an endless
29350         loop.  It should also be more efficient, because first it only
29351         searches for `:', instead of applying the very complex regexp.
29352         (makefile-mode): Cancel `font-lock-support-mode', because blocks
29353         to be fontified in one piece can be too long for JIT.
29354         Makefiles are never *that* big.
29356 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
29358         * dired.el (dired-mode): Simplify.
29360 2005-05-17  Lute Kamstra  <lute@gnu.org>
29362         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
29363         defcustom for the mode hook variable.
29365         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
29366         Emacs Lisp Reference Manual.
29368 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
29370         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
29371         (evenp, list*):
29372         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
29373         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
29375         * net/tramp-smb.el (tramp-smb-open-connection):
29376         Pass `tramp-chunksize' as fifth (required) argument.
29378 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
29380         * font-lock.el (lisp-font-lock-keywords-1):
29381         Set `font-lock-negation-char-face' for [^...] char group.
29382         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
29384         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
29385         a var, and refine it to mask one more level of nested vars.
29386         (makefile-rule-action-regex): Turn it into a var, and refine it so
29387         it recognizes backslashed continuation lines as belonging to the
29388         same command.
29389         (makefile-macroassign-regex): Refine it so it recognizes
29390         backslashed continuation lines as belonging to the same command.
29391         (makefile-var-use-regex): Don't look at the next char, because it
29392         might be the same one to be skipped by the initial [^$], leading
29393         to an overlooked variable use.
29394         (makefile-make-font-lock-keywords): Remove two parameters, which
29395         are now variables that some of the modes set locally.
29396         Handle dependency and rule action matching through functions, because
29397         regexps alone match too often.  Dependency matching now comes
29398         last, so it can check, whether a colon already matched something else.
29399         (makefile-mode): Inform that font-lock improves makefile parsing
29400         capabilities.
29401         (makefile-match-dependency, makefile-match-action): New functions.
29403 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
29405         * emacs-lisp/cl-extra.el (equalp): Doc fix.
29407         * align.el (align-regexp):
29408         * ansi-color.el (ansi-color-get-face):
29409         * array.el (array-reconfigure-rows, array-init-max-row)
29410         (array-init-max-column, array-init-columns-per-line)
29411         (array-init-field-width):
29412         * dired-aux.el (dired-trample-file-versions):
29413         * dired-x.el (dired-mark-sexp):
29414         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
29415         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
29416         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
29417         * faces.el (face-read-integer):
29418         * files.el (backup-extract-version, insert-directory):
29419         * hexl.el (hexl-insert-decimal-char):
29420         * server.el (server-process-filter):
29421         * shell.el (shell-extract-num):
29422         * startup.el (command-line-1):
29423         * term.el (term-command-hook):
29424         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
29425         (time-stamp-do-number):
29426         * time.el (display-time-update):
29427         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
29428         (timezone-fix-time):
29429         * vms-patch.el (vms-suspend-resume-hook):
29430         * calendar/appt.el (appt-convert-time):
29431         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29432         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
29433         * calendar/cal-islam.el (mark-islamic-diary-entries):
29434         * calendar/calendar.el (calendar-cursor-to-date)
29435         (calendar-star-date):
29436         * calendar/diary-lib.el (diary-attrtype-convert)
29437         (mark-diary-entries, diary-entry-time):
29438         * calendar/solar.el (solar-get-number):
29439         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
29440         * emacs-lisp/re-builder.el (reb-display-subexp):
29441         * emulation/edt.el (edt-set-scroll-margins):
29442         * emulation/tpu-extras.el (tpu-set-scroll-margins):
29443         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
29444         (vip-get-ex-count):
29445         * emulation/viper-ex.el (viper-get-ex-token)
29446         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
29447         * international/fontset.el (fontset-plain-name):
29448         * mail/feedmail.el (feedmail-look-at-queue-directory):
29449         * mail/mailalias.el (mail-get-names):
29450         * mail/rmail.el (rmail-convert-to-babyl-format):
29451         * mail/rmailsum.el (rmail-make-basic-summary-line)
29452         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
29453         (rmail-summary-goto-msg):
29454         * mail/smtpmail.el (smtpmail-read-response):
29455         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
29456         (ange-ftp-vms-add-file-entry):
29457         * play/gametree.el (gametree-looking-at-ply)
29458         (gametree-current-branch-score):
29459         * progmodes/ada-xref.el (ada-prj-find-prj-file)
29460         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
29461         * progmodes/cperl-mode.el (condition-case):
29462         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
29463         (ebrowse-set-member-buffer-column-width)
29464         (ebrowse-select-1st-to-9nth):
29465         * progmodes/etags.el (etags-snarf-tag):
29466         * progmodes/flymake.el (flymake-parse-line):
29467         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
29468         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
29469         (idlwave-shell-menu-def):
29470         * progmodes/ps-mode.el (ps-run-goto-error):
29471         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
29472         (vhdl-speedbar-contract-level):
29473         * term/mac-win.el (x-handle-numeric-switch):
29474         * term/sun-mouse.el (sun-get-frame-data):
29475         * term/w32-win.el (x-handle-numeric-switch):
29476         * term/x-win.el (x-handle-numeric-switch):
29477         * textmodes/ispell.el (ispell-parse-output):
29478         * textmodes/nroff-mode.el (nroff-outline-level):
29479         * textmodes/reftex-cite.el (reftex-bib-sort-year)
29480         (reftex-bib-sort-year-reverse, reftex-format-citation):
29481         * textmodes/reftex-parse.el (reftex-init-section-numbers)
29482         (reftex-section-number):
29483         * textmodes/texinfmt.el (texinfo-paragraphindent):
29484         Replace `string-to-int' by `string-to-number'.
29486         * international/latexenc.el: Add page marker to force the "Local
29487         Variables:" string out of the last page.
29489 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29491         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
29492         tooltip-change-major-mode.
29493         (gud-tooltip-print-command): Remove case where gud-minor-mode
29494         is gdb ("--fullname").
29495         (gud-tooltip-tips): Turn GUD tooltips off for this case and
29496         explain to user.
29498 2005-05-16  Jay Belanger  <belanger@truman.edu>
29500         * calc/calc-store.el (calc-copy-special-constant): New function.
29502         * calc/calc-ext.el (calc-init-extensions): Add binding for
29503         `calc-copy-special-constant'.
29505         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
29506         for the `calc-copy-special-constant' command.
29508 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
29510         * subr.el (left-fringe-p): New function.
29512         * progmodes/compile.el (compilation-setup): Set local value of
29513         overlay-arrow-string to "" always.
29514         (compilation-set-window): Left fringe then don't scroll.
29515         No left fringe then no arrow and scroll message to top.
29516         (compilation-context-lines): Adjust doc string accordingly.
29518 2005-05-16  Kim F. Storm  <storm@cua.dk>
29520         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
29521         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
29522         (ido-wide-find-dir-or-delete-dir): New command for M-d.
29523         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
29524         (ido-read-file-name): Handle commands with ido property value
29525         equal to find-file as reading a file name, to allow C-d to enter dired.
29526         (ibuffer-find-file): Add ido property with value find-file.
29528 2005-05-15  Kim F. Storm  <storm@cua.dk>
29530         * subr.el (open-network-stream-nowait): Remove.
29531         (open-network-stream-server): Remove.
29533 2005-05-15  Richard M. Stallman  <rms@gnu.org>
29535         * faces.el (describe-face): Output a definition link button.
29537         * help-mode.el (help-face-def): New button type.
29539         * emacs-lisp/copyright.el (copyright-fix-years):
29540         Match properly if the first year is 2-digit.
29541         Don't mess up the whitespace after the years by filling.
29543         * dired-aux.el (dired-mark-confirm):
29544         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
29546         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
29547         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
29548         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
29550         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
29551         Set font-lock-comment-start-skip.
29553         * font-lock.el (font-lock-comment-start-skip): New variable.
29554         (font-lock-comment-end-skip): New variable.
29555         (font-lock-fontify-syntactically-region): Use them if non-nil.
29557 2005-05-15  Jay Belanger  <belanger@truman.edu>
29559         * calc/calc-store.el (calc-store-value): Return a string rather
29560         than display it as a message.
29561         Use calc-var-name for variable name.
29562         (calc-store-into): Add the result of calc-store-value to message.
29563         (calc-copy-variable): Add a message.
29564         (calc-store-exchange): Improve error messages.
29565         (calc-store-binary, calc-store-map): Don't reset the values of
29566         special constants.
29568 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
29570         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
29571         manual to docstring.
29573         * files.el (hack-local-variables-confirm): Add STRING argument.
29574         Make the function handle non file visiting buffers correctly.
29575         (hack-local-variables-prop-line, hack-local-variables)
29576         (hack-one-local-variable): Use STRING arg of
29577         `hack-local-variables-confirm'.
29579 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
29581         Sync with Tramp 2.0.49.
29583         * net/tramp.el (tramp-handle-dired-call-process)
29584         (tramp-handle-insert-directory):`insert-buffer' cannot be used
29585         because the contents of the Tramp buffer is changed before
29586         insertion (`expand-file' and alike).
29587         (tramp-handle-insert-directory): If `localname' has an empty
29588         nondirectory name, it must not be quoted.
29589         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
29590         variable `tramp-chunksize'.  Change callees.
29591         (tramp-open-connection-setup-interactive-shell): Check remote host
29592         for buggy `send-process-string' implementation.
29593         Set `tramp-chunksize' if found.  Reported by Michael Kifer
29594         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29595         (tramp-handle-shell-command): `insert-buffer' cannot be used
29596         because the contents of the Tramp buffer is changed before
29597         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29598         <frederic.bothamy@free.fr>.
29599         (tramp-set-auto-save): Actions should be done for Tramp file name
29600         handler only.  Ange-FTP has its own auto-save mechanism.
29601         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29602         (tramp-set-auto-save-file-modes): Set file modes of
29603         `buffer-auto-save-file-name' to ?\600 as fallback solution.
29604         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29605         (tramp-bug): Remove obsolete variable.
29606         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
29607         for presence of `mml-mode'.  Make it running for older Emacsen as well.
29609 2005-05-14  John Paul Wallington  <jpw@pobox.com>
29611         * ibuf-ext.el (define-ibuffer-filter filename):
29612         If `dired-directory' is a list, use its car.
29614 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
29616         * ibuffer.el (define-ibuffer-column filename):
29617         If `dired-directory' is a list, use its car.
29619 2005-05-14  Richard M. Stallman  <rms@gnu.org>
29621         * subr.el (symbol-file): Doc fix.
29623         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29624         (byte-compile-form): Call byte-compile-nogroup-warn.
29625         (byte-compile-warning-types): Doc fix.
29627         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29629         * progmodes/cc-engine.el (c-literal-faces):
29630         Add font-lock-comment-delimiter-face.
29632         * net/net-utils.el (dig): Use with-no-warnings.
29634         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29635         (sc-recite-frame-alist, sc-default-cite-frame)
29636         (sc-default-uncite-frame, sc-default-recite-frame)
29637         (sc-attrib-selection-list, sc-rewrite-header-list):
29638         Mark as risky-local-variable.
29640         * international/ogonek.el (ogonek-jak, ogonek-how):
29641         Don't use beginning-of-buffer.
29643         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29645         * calendar/solar.el (solar-data-list): Move definition up.
29647         * dnd.el (dnd-protocol-alist): Add autoload.
29649         * progmodes/sh-script.el: Many doc usage fixes.
29650         (sh-indent-after-do): Change default to match common styles.
29652 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
29654         * files.el (interpreter-mode-alist)
29655         (auto-mode-interpreter-regexp): Doc fixes.
29657 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
29659         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29661         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29663 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
29665         * dired.el (dired-mode): make-variable-buffer-local =>
29666         make-local-variable.
29668 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
29670         * term/mac-win.el (mac-select-convert-to-string): Try coding
29671         systems in mac-script-code-coding-systems if specified one cannot
29672         encode string for `com.apple.traditional-mac-plain-text'.
29674 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
29676         * progmodes/make-mode.el (makefile-targets-face)
29677         (makefile-shell-face, makefile-makepp-perl-face): New faces.
29678         (makefile-dependency-regex): Fix it to not make the colon in
29679         $(var:a=b) special.
29680         (makefile-rule-action-regex): New regexp for highlighting embedded
29681         Shell strings.
29682         (makefile-macroassign-regex): Handle != for highlighting as
29683         embedded Shell strings.
29684         (makefile-var-use-regex): New const.
29685         (makefile-statements, makefile-automake-statements)
29686         (makefile-gmake-statements, makefile-makepp-statements)
29687         (makefile-bsdmake-statements): New consts.
29688         (makefile-make-font-lock-keywords): New function.
29689         (makefile-automake-font-lock-keywords)
29690         (makefile-gmake-font-lock-keywords)
29691         (makefile-makepp-font-lock-keywords)
29692         (makefile-bsdmake-font-lock-keywords): New consts.
29693         (makefile-mode-map): Add switchers between the various submodes.
29694         (makefile-mode): Document the availability of the variants.
29695         (makefile-automake-mode, makefile-gmake-mode)
29696         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29698         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29699         new variants of makefile-mode.
29701 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29703         * font-lock.el (font-lock-comment-delimiter-face): Fix up
29704         the inheritance.
29706 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
29708         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29709         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29711         * files.el (normal-mode): Extend the scope of the
29712         `enable-local-variables' binding to include the `set-auto-mode' call.
29713         (magic-mode-alist): Doc fix.
29715 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
29717         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29718         font-lock-comment-face rather than copying its setting.
29720 2005-05-12  Andreas Schwab  <schwab@suse.de>
29722         * eshell/esh-mode.el (eshell-send-input): Doc fix.
29724 2005-05-12  Lute Kamstra  <lute@gnu.org>
29726         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29727         defcustom for the mode hook variable.  Delete the last argument.
29728         * generic-x.el: Fix callers of define-generic-mode.
29729         (generic-x-modes): Delete group.
29730         (show-tabs-tab-face, show-tabs-space-face): Put them in the
29731         generic-x customization group.
29733 2005-05-12  Kim F. Storm  <storm@cua.dk>
29735         * font-lock.el (font-lock-negation-char-face): Default to "off".
29737         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29738         font-lock-negation-char-face to ! in !=.
29740 2005-05-12  Masatake YAMATO  <jet@gyve.org>
29742         * add-log.el (find-change-log): Fix typos in the docstring
29743         of function.
29745 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
29747         * international/latexenc.el (latexenc-find-file-coding-system):
29748         Avoid `re-search-forward' when looking for input encoding because
29749         of speed and safety.  Better regular expressions for recognizing
29750         input encoding.  Limit a search for TeX-master/tex-main-file to
29751         the local variable section.
29753 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
29755         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29756         syntax of $ to "'" (quote).
29758 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
29760         * dnd.el (dnd-protocol-alist): Improve custom type.
29762         * dired.el (dired-dnd-protocol-alist): New variable.
29763         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
29764         `dired-mode-hook' to the end.
29766 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29768         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29769         comment-end if comment-start-skip is not set.
29770         Obey the font-lock-comment-delimiter-face variables.
29772 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
29774         * files.el (executable-find): Move from executable.el.  Use
29775         locate-file.
29776         * progmodes/executable.el (executable-find): Move to files.el.
29778         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29779         when trying to ensure forward progress.
29781 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
29783         * mouse-sel.el (mouse-sel-follow-link-p): New function.
29784         (mouse-select, mouse-select-internal, mouse-extend-internal):
29785         Use it to implement mouse-1-click-follows-link functionality.
29787 2005-05-11  Richard M. Stallman  <rms@gnu.org>
29789         * font-lock.el (font-lock-fontify-syntactically-region):
29790         Use font-lock-comment-delimiter-face for comment delimiters.
29792 2005-05-10  Jay Belanger  <belanger@truman.edu>
29794         * calc/calc-help.el (calc-m-prefix-help): Add mention of
29795         preserving embedded modes.
29797 2005-05-10  Richard M. Stallman  <rms@gnu.org>
29799         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29801         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29802         Move from ada-stmt.el.
29803         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29805         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29806         Move to ada-mode.el.
29807         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29809         * cus-edit.el (custom-file): Call file-chase-links.
29811         * files.el (read-directory-name): Fix previous change.
29812         (hack-local-variables-confirm): New function.
29813         (hack-local-variables-prop-line, hack-local-variables)
29814         (hack-one-local-variable): Use it.
29816 2005-05-10  Lute Kamstra  <lute@gnu.org>
29818         * font-lock.el (font-lock-keywords-alist)
29819         (font-lock-removed-keywords-alist): Clarify docstrings.
29821 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
29823         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29824         (gdb-source-info): Check for preprocessor info.
29825         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
29826         a macro for a function.
29827         (gdb-info-breakpoints-custom): Try to find file again if not already
29828         found (user might have used GDB dir command).
29829         (gdb-get-location): Update gdb-location-alist correctly for change
29830         to gdb-info-breakpoints-custom.
29832         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29833         (gud-tooltip-print-command): Add gdbmi case.
29834         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29835         preprocessor info.
29837 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
29839         * startup.el (fancy-splash-insert): Fix typo in doc string.
29841 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
29843         * obsolete/float.el (string-to-float):
29844         * obsolete/hilit19.el (hilit-add-pattern):
29845         * obsolete/rnews.el (news-parse-range, news-select-message)
29846         (news-get-pruned-list-of-files): Replace `string-to-int' by
29847         `string-to-number'.
29849         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29850         `find-file-not-found-hooks'; use `add-hook'.
29851         (uncompress-while-visiting): Set `write-file-functions', not
29852         `write-file-hooks'; use `add-hook'.
29854 2005-05-09  Kim F. Storm  <storm@cua.dk>
29856         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29857         (cua-paste): Handle clipboard action.
29858         (cua--init-keymaps): Remap clipboard-kill-region and
29859         clipboard-kill-ring-save.
29861 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
29863         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29864         Improve commentary.
29866         * simple.el (next-error-overlay-arrow-position): Revert the change
29867         made on 2005-04-30.
29869 2005-05-07  Jay Belanger  <belanger@truman.edu>
29871         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29872         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29873         `calc-sel-reselect'.
29875         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29876         Calc is in embedded mode.
29878 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29880         * progmodes/compile.el (compilation-setup):
29881         Set overlay-arrow-string to an empty string on text terminals.
29883         * textmodes/ispell.el (ispell-program-name): Try looking for
29884         "aspell" along exec-path, and if found, use it as the default
29885         speller program.
29887 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
29889         * international/mule.el (sgml-xml-auto-coding-function):
29890         Recognize encoding='FOO' in single quotes as well as in double quotes.
29892 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
29894         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29895         as well as `interactive', so that defmacro* would recognize
29896         `declare' forms.
29898 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
29900         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29901         Explain more about the LIGHTER arg's usage in the doc string.
29902         Add commentary to clarify what the code does.  Fix the regexp that
29903         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
29904         since it could have characters special to regular expressions.
29906 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
29908         * replace.el (occur-1): Bind inhibit-read-only so that
29909         erase-buffer doesn't barf on read-only text properties (likewise
29910         for add-text-properties in occur-engine).  Mark buffer as unmodified.
29911         (occur-engine): Don't set buffer-read-only here.
29913 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29915         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29916         list-buffers-directory.  This caused the *cvs-commit* buffer to be
29917         sometimes mistakenly reused as a *cvs* buffer.
29919 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
29921         * tooltip.el: Move code for GUD tooltips into gud.el.
29922         (require): CL no longer needed to compile case.
29923         (tooltip-mode): Do not toggle functions for GUD tooltips.
29924         (tooltip-gud-tips-p): Remove.  Replace with minor mode
29925         gud-tooltip-mode in gud.el.
29926         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29927         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29928         tooltip-gud prefix with gud-tooltip and obsolete.
29929         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29930         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29931         (tooltip-mouse-motion): Mouse movement functions/variable.
29932         Rename in gud.el by adding gud prefix.
29933         (tooltip-gud-original-filter, tooltip-gud-dereference)
29934         (tooltip-gud-event, tooltip-toggle-gud-tips)
29935         (tooltip-gud-process-output, tooltip-gud-print-command)
29936         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
29937         gud.el by replacing tooltip-gud prefix with gud-tooltip.
29938         (gdb-tooltip-print): Move to gdb-ui.el.
29940         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29941         (require): CL needed to compile case.
29942         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29943         tooltip-gud-tips-p.  Make it a minor-mode.
29944         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29945         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29946         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29947         (gud-tooltip-change-major-mode)
29948         (gud-tooltip-activate-mouse-motions-if-enabled)
29949         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29950         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29951         (gud-tooltip-original-filter, gud-tooltip-dereference)
29952         (gud-tooltip-event, tooltip-toggle-gud-tips)
29953         (gud-tooltip-process-output, gud-tooltip-print-command)
29954         (gud-tooltip-tips): Move from tooltip.el.
29956         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29957         (gdb-cpp-define-alist-flags): Doc fix.
29958         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29959         gud-tooltip-mode is t.
29961 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
29963         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29964         evaporate if their text is deleted.
29965         (goto-address-at-point): Make it work as a mouse binding as well.
29966         (goto-address-at-mouse): Obsolete it.  Update users.
29968 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
29970         * calendar/appt.el (top-level): No longer activate on load.
29972 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
29974         * calendar/cal-bahai.el (mark-bahai-diary-entries):
29975         * net/webjump.el (webjump):
29976         * progmodes/idlw-help.el (idlwave-do-context-help1)
29977         (idlwave-highlight-linked-completions):
29978         * textmodes/po.el (po-find-file-coding-system-guts):
29979         Replace `assoc-ignore-case' by `assoc-string'.
29981 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
29983         * files.el (locate-file): Doc fix.
29985         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29986         Remove the redundant test for ms-dos.
29988         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29989         look for the preprocessor with exec-suffixes.  If not found in
29990         standard places, look in exec-path.  Remove most of the tests that
29991         used system-type.
29993         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29995         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29997         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29998         file-name clash with jka-compr.el on 8+3 filesystems.
30000 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30002         * term/mac-win.el: Don't define or bind scroll bar functions if
30003         x-toolkit-scroll-bars is t.
30004         (x-select-text, x-get-selection-value): Clear
30005         x-last-selected-text-clipboard if x-select-enable-clipboard is
30006         nil.
30007         (PRIMARY): Put mac-scrap-name property.
30008         (mac-select-convert-to-file-url): New function.
30009         (public.file-url): New selection target type.  Add to
30010         selection-converter-alist.
30011         (x-get-selection, x-selection-value): Handle it.
30012         (x-cut-buffer-or-selection-value): New alias.
30014 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
30016         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
30017         entry to avoid calling bibtex-find-entry with arg global
30018         being t.  Remove arg key.
30019         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
30020         (bibtex-copy-summary-as-kill): Change accordingly.
30022 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
30024         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
30025         (org-agenda-date-later): Use with-current-buffer.
30027 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
30029         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
30030         (define-obsolete-variable-alias): Doc Fixes.
30032 2005-05-06  Kim F. Storm  <storm@cua.dk>
30034         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
30035         vertical-motion when selective-display is active.
30037         * ido.el (ido-setup-hook): New hook.
30038         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
30039         (ido-input-stack): New var.
30040         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
30041         ido-next-work-file binding to M-O.
30042         Bind M-f to ido-wide-find-file-or-pop-dir.
30043         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
30044         (ido-read-internal): Run ido-setup-hook.
30045         Catch quit in read-file-name and read-string to cancel edit.
30046         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
30047         Automatically pop-all when completing a directory name (RET).
30048         (ido-file-internal): Add with-no-warnings around ffap and dired code.
30049         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
30050         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
30051         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
30052         New functions for M-b/M-f to move among the directory components.
30053         (ido-make-merged-file-list): Catch quit to cancel merge.
30054         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
30055         (ido-completion-help): No warnings for ido-completion-buffer-full.
30057 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
30059         * font-lock.el (font-lock-negation-char-face): New face and variable.
30060         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
30061         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
30062         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
30063         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
30065 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
30067         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
30068         Fix typo in docstring.
30070         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
30071         (ebrowse-print-statistics-line)
30072         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
30074         * term/w32-win.el (image-library-alist): Add additional name for
30075         Xpm library.
30077 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
30079         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
30080         use gcc instead of cpp.
30082         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
30083         (gdb-create-define-alist): Use it.
30084         (gdb-cpp-define-alist-program): Update for MS-DOS.
30086 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
30088         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
30090 2005-05-04  Richard M. Stallman  <rms@gnu.org>
30092         * help.el (describe-key): No error when UNTRANSLATED is nil.
30094         * simple.el (line-move-1): Fix previous change to signal errors
30095         appropriately.
30097 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
30099         * calendar/icalendar.el (icalendar-version): Now at 0.12.
30100         (icalendar-duration-correction): Remove.
30101         (icalendar--get-event-properties): Split result at commas.
30102         (icalendar--decode-isoduration): New optional argument
30103         DURATION-CORRECTION.
30104         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
30105         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
30106         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
30107         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
30108         (icalendar--convert-anniversary-to-ical): New functions, extracted
30109         from icalendar-export-region, with bug fixes.
30110         (icalendar-export-region): Use the above functions.
30111         (icalendar-import-buffer): Check before saving diary file.
30112         (icalendar--convert-recurring-to-diary)
30113         (icalendar--convert-non-recurring-all-day-to-diary)
30114         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
30115         extracted from icalendar--convert-ical-to-diary, with bug fixes.
30116         (icalendar--convert-ical-to-diary): Use the above functions.
30118 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
30120         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
30121         Remove these recent additions.
30122         (c-mode): Restore to before 2005-04-28.
30124         * progmodes/cc-vars.el (cc-define-list-program): Remove this
30125         recent addition.
30127         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
30128         (gdb-define-alist): New variables.
30129         (gdb-create-define-alist): New function.
30130         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
30131         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
30132         with string-to-number.
30133         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
30135         * progmodes/gud.el: Replace string-to-int with string-to-number.
30136         (gud-find-file): Handle gdb-define-alist.
30138         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
30140 2005-05-02  Jay Belanger  <belanger@truman.edu>
30142         * calc/calc-aent.el (math-read-token):
30143         * calc/calc-bin.el (calc-word-size):
30144         * calc/calc-ext.el (calc-read-number-fancy):
30145         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
30146         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
30147         * calc/calc-frac.el (calc-over-notation):
30148         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
30149         (calc-graph-num-points, calc-graph-init):
30150         * calc/calc-prog.el (calc-read-parse-table-part)
30151         (calc-edit-macro-repeats):
30152         * calc/calc-yank.el (calc-do-grab-rectangle):
30153         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
30154         Replace `string-to-int' by `string-to-number'.
30156 2005-05-02  Kim F. Storm  <storm@cua.dk>
30158         * kmacro.el: Use executing-kbd-macro-index variable.
30160 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
30162         * net/rlogin.el (rlogin-parse-words): Delete func.
30163         (rlogin): Use split-string, not rlogin-parse-words.
30164         Also, if there are option-like elements in the parsed args,
30165         take the host to be the first arg immediately following them.
30166         Suggested by Michael Mauger.
30168 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30170         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
30172 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30174         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
30175         (cc-mode-cpp-program): Rename to cc-define-list-program and
30176         move to cc-vars.el.
30178         * progmodes/cc-vars.el (cc-define-list-program):
30179         Change to "gcc -E -dM -".  Make customizable.
30181 2005-05-02  Kim F. Storm  <storm@cua.dk>
30183         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
30185 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
30187         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
30189         * international/mule-util.el (truncate-string): Remove alias and
30190         obsolete declaration.
30192         * international/mule-cmds.el (update-iso-coding-systems):
30193         Remove alias and obsolete declaration.
30195         * international/mule.el (coding-system-parent): Remove alias and
30196         obsolete declaration.
30198         * subr.el (define-function, sref): Remove aliases and obsolete
30199         declarations.
30200         (chars-in-region): Remove obsolete declaration.
30202 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30204         * info.el (Info-mode): Set widen-automatically to nil, locally.
30206         * simple.el (widen-automatically): New variable.
30207         (pop-global-mark): Obey widen-automatically.
30209 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
30211         * term/xterm.el (function-key-map): Call substitute-key-definition
30212         before the keymap size is increased by a lot of define-key calls.
30214 2005-05-01  Richard M. Stallman  <rms@gnu.org>
30216         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
30217         Rename ARG to ELEMENT.  Doc fix.
30219 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30221         * allout.el (allout-exposure): Remove macro and obsolete declaration.
30222         Remove references to allout-exposure/change to allout-new-exposure.
30224         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
30225         bytecode symbols.
30227         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
30228         (compiled-function-p, focus-frame, unfocus-frame):
30229         Remove aliases and obsolete declarations.
30230         Back out inadvertent changes from previous commit.
30232 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
30234         * files.el (require-final-newline): Make Custom tags consistent
30235         with mode-require-final-newline.
30236         (mode-require-final-newline): Doc fix.
30238 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
30240         * international/latexenc.el (latexenc-find-file-coding-system):
30241         Fix regular expressions.
30243 2005-05-01  David Kastrup  <dak@gnu.org>
30245         * international/latexenc.el (latexenc-find-file-coding-system):
30246         Fix regular expressions.
30248 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
30250         * subr.el (string-to-int): Make obsolete.
30252 2005-04-30  Richard M. Stallman  <rms@gnu.org>
30254         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
30256         * loadup.el: load jka-comp-hook.
30258         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
30259         (jka-compr-handler): Add autoload.  `put' calls moved
30260         to jka-comp-hook.el.
30261         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
30262         (jka-compr-inhibit): Autoload.
30264         * jka-comp-hook.el: New file.
30265         Enable the mode by default.
30267         * files.el (backup-buffer-copy): Use copy-file instead
30268         of write-region, and put back the 'excl.
30270 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
30272         * progmodes/flymake.el (flymake-split-string)
30273         (flymake-split-string, flymake-log, flymake-pid-to-names)
30274         (flymake-reg-names, flymake-get-source-buffer-name)
30275         (flymake-unreg-names, flymake-add-line-err-info)
30276         (flymake-add-err-info): Clarify docstrings.
30277         (flymake-popup-menu, flymake-make-emacs-menu)
30278         (flymake-make-xemacs-menu): Add docstrings.
30279         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
30280         Set variables directly throughout.
30282 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
30284         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
30285         exists.  Initialize cc-define-alist.
30286         (c-mode): Add cc-create-define-alist locally to after-save-hook.
30287         If there is no file (Macroexpansion) don't create an alist.
30289 2005-04-29  Sam Steingold  <sds@gnu.org>
30291         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
30292         (cc-create-define-alist): Use it instead of the hard-coded string.
30294 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
30296         * international/mule-conf.el (file-coding-system-alist): Fix regexp
30297         for latexenc.
30299 2005-04-29  Lute Kamstra  <lute@gnu.org>
30301         * emacs-lisp/generic.el: Improve commentary section.
30302         (define-generic-mode): Improve docstring.
30304 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
30306         * textmodes/org.el (many places): Change to quiet the byte compiler.
30307         (org-prefix-format-compiled): New variable.
30308         (org-compile-prefix-format): New function.
30309         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
30310         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
30311         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
30312         (org-get-entries-from-diary): Use `org-get-time-of-day' for
30313         consistency with entries from `org-mode' files.
30314         (org-get-time-of-day): Fix bug with partial matches early in a line.
30315         (org-non-link-chars): New constant.
30316         (org-link-regexp): Respect `org-non-link-chars'.
30317         (org-agenda-day-view): Remove command.
30318         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
30319         (org-follow-bbdb-link, org-store-link): Search also company field.
30320         (org-highlight-overlay): New variable.
30321         (org-highlight, org-unhighlight): New functions.
30322         (org-agenda-mode): Add pre-command-hook to remove highlight.
30323         (org-evaluate-time-range): Behavior depends upon whether time stamp
30324         contains a time or not.
30325         (org-show-subtree, org-show-entry): New functions.
30326         (org-agenda-cleanup-fancy-diary): Remove empty lines.
30328 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
30330         * comint.el (comint-output-filter-functions): Add autoload cookie.
30332 2005-04-28  Kim F. Storm  <storm@cua.dk>
30334         * ido.el (ido-everywhere): Fix last change.
30336 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
30338         * international/latexenc.el: New file.
30339         * international/mule-conf.el (file-coding-system-alist): For .tex,
30340         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
30342 2005-04-28  Lute Kamstra  <lute@gnu.org>
30344         * font-lock.el (font-lock-add-keywords)
30345         (font-lock-remove-keywords): Clarify docstring.
30346         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
30347         Don't start docstrings with a `*'.
30348         (font-lock-update-removed-keyword-alist): Give it a docstring.
30350         * generic-x.el: Update commentary section.
30351         Only require font-lock when compiling.
30352         Define all modes conditionally.
30353         Place all generic modes in the generic-x-modes customization group.
30354         (generic-x-modes): New customization group.
30355         (generic-default-modes, generic-mswindows-modes)
30356         (generic-unix-modes, generic-other-modes): New constants.
30357         (generic-define-mswindows-modes, generic-define-unix-modes):
30358         Update docstrings.  Make them obsolete.
30359         (generic-extras-enable-list): New default value.  Update docstring.
30360         Improve :type.  Change :set function.
30361         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
30362         Fix docstring.
30364         * emacs-lisp/generic.el (generic-mode-internal):
30365         Simplify font-lock-defaults.
30366         (define-generic-mode): Fix docstring.
30368 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
30370         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
30371         font-lock-face property to highlight matches.
30373 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
30375         * progmodes/cc-mode.el (cc-create-define-alist): New function.
30376         (cc-define-alist): New variable.
30377         (c-mode): Make it local and initialize it.
30379         * progmodes/gdb-ui.el (gdb-active-process): New variable.
30380         (gdb-exited): New function.
30381         (gdb-annotation-rules): Use it.
30382         (gdb-starting): Set gdb-active-process to t.
30383         (gdb-stopping): Amend doc string.
30384         (gdb-reset): Set gdb-active-process to nil.
30386         * tooltip.el (tooltip-gud-tips): Show the associated #define
30387         directives when a C program under GDB is not executing.
30389 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
30391         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
30392         font-lock-fontify-syntactic-keywords.
30394         * font-lock.el (font-lock-default-fontify-region): Don't force
30395         parse-sexp-lookup-properties to nil.
30397 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
30399         * man.el (man-mode-syntax-table): Set up `:' to have
30400         word-constituent syntax.
30402 2005-04-27  Lute Kamstra  <lute@gnu.org>
30404         * novice.el (disable-command): Don't add spurious newlines to the
30405         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
30407 2005-04-26  Jay Belanger  <belanger@truman.edu>
30409         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
30410         than one window before deleting window.
30412 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
30414         * shell.el (shell-prompt-pattern): Doc fix.
30415         (shell-mode): Set paragraph-separate buffer locally to "\\'".
30417         * comint.el (comint-prompt-regexp, comint-get-old-input)
30418         (comint-use-prompt-regexp)
30419         (comint-use-prompt-regexp-instead-of-fields)
30420         (comint-replace-by-expanded-history, comint-send-input)
30421         (comint-output-filter, comint-get-old-input-default)
30422         (comint-line-beginning-position, comint-bol, comint-show-output)
30423         (comint-backward-matching-input, comint-forward-matching-input)
30424         (comint-next-prompt, comint-previous-prompt):
30425         Rename `comint-use-prompt-regexp-instead-of-fields' to
30426         `comint-use-prompt-regexp'.  Keep old name as alias and declare
30427         obsolete.
30428         (comint-use-prompt-regexp): Shorten first line of doc string.
30430         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
30431         Set paragraph-separate buffer locally to "\\'".
30433         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
30434         Adapt to above name change.
30436         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
30437         (smbclient-prompt-regexp): Ditto.
30439         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
30441 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
30443         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
30444         gdb-location-list.
30445         Break lines that are over 80 characters wide.
30447 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
30449         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
30450         New fun and var, to preserve compatibility.
30452         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
30454 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
30456         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
30457         name to file-newer-than-file-p.
30459 2005-04-26  Richard M. Stallman  <rms@gnu.org>
30461         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
30463         * progmodes/python.el (python-mode):
30464         Use new name eldoc-documentation-function.
30466         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
30468         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30469         (eldoc-documentation-function):
30470         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
30472 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
30474         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
30476 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30478         * term/xterm.el (function-key-map): Fix strings for
30479         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
30480         {C,S,A,C-S}-{f1-f12}.
30482 2005-04-26  Kenichi Handa  <handa@m17n.org>
30484         * international/mule-cmds.el (select-safe-coding-system):
30485         Fix previous change.
30487 2005-04-26  Lute Kamstra  <lute@gnu.org>
30489         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
30491         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
30492         (font-lock-comment-delimiter-face): Ditto.
30494         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
30496 2005-04-25  Jay Belanger  <belanger@truman.edu>
30498         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
30499         to t while inserting information; use help-mode.
30501 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
30503         * term.el (ansi-term-color-vector): Use the xterm colors.
30504         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
30506 2005-04-25  Lute Kamstra  <lute@gnu.org>
30508         * font-core.el (font-lock-defaults): Fix docstring.
30510         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
30512 2005-04-25  Kenichi Handa  <handa@m17n.org>
30514         * international/mule-cmds.el (select-safe-coding-system):
30515         Don't check consistency with coding: spec, etc if raw-text or
30516         no-conversion was found to be safe.
30518 2005-04-24  Richard M. Stallman  <rms@gnu.org>
30520         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
30521         citation markers at start of each line.
30523         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
30524         citation markers at start of each line.
30526         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
30528         * files.el (mode-require-final-newline): Fix previous change.
30529         (require-final-newline): Fix type label.
30531 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
30533         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
30534         statement in buffer (broken by 2004-11-24 change).
30536 2005-04-24  Kim F. Storm  <storm@cua.dk>
30538         * ido.el (ido-everywhere): Save and restore old read-buffer-function
30539         and read-file-name-function values.  Don't overwrite existing
30540         non-nil values if ido-mode is enabled without ido-everywhere.
30542 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
30544         * files.el (mode-require-final-newline): Minor doc fix.
30546 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
30548         * subr.el (syntax-after): Doc fix.
30549         (syntax-class): If argument is nil, return nil.  Mask off upper 16
30550         bits, not 8 bits.
30552         * files.el (mode-require-final-newline): Doc fix.
30553         (backup-buffer-copy): Fix last change.
30555 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30557         * term/mac-win.el: Require select.  Set selection-coding-system to
30558         mac-system-coding-system.  Call menu-bar-enable-clipboard.
30559         (x-last-selected-text-clipboard, x-last-selected-text-primary)
30560         (x-select-enable-clipboard): New variables.
30561         (x-select-text, x-get-selection, x-selection-value)
30562         (x-get-selection-value, mac-select-convert-to-string)
30563         (mac-services-open-file, mac-services-open-selection)
30564         (mac-services-insert-text): New functions.
30565         (CLIPBOARD, FIND): Put mac-scrap-name property.
30566         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
30567         (public.tiff): Put mac-ostype property.
30568         (selection-converter-alist): Add entries for them.
30569         (mac-application-menu-map): New keymap.
30570         (interprogram-cut-function, interprogram-paste-function): Set to
30571         x-select-text and x-get-selection-value, respectively.
30572         (split-window-keep-point): Set to t.
30574 2005-04-23  Richard M. Stallman  <rms@gnu.org>
30576         * files.el (read-directory-name): Always pass non-nil
30577         DEFAULT-FILENAME arg to read-file-name.
30578         (backup-buffer-copy, basic-save-buffer-2): Take care against
30579         writing thru an unexpected existing symlink.
30580         (revert-buffer): In indirect buffer, revert the base buffer.
30581         (magic-mode-alist): Doc fix.
30582         (buffer-stale-function): Doc fix.
30583         (minibuffer-with-setup-hook): Avoid warning.
30584         (mode-require-final-newline): Doc and custom fix.
30586         * follow.el (follow-end-of-buffer): Use with-no-warnings.
30588         * font-lock.el (font-lock-comment-face): On terminals with few colors,
30589         use the default appearance.
30590         (font-lock-comment-delimiter-face): New face, new variable.
30592         * imenu.el (imenu--generic-function): The official position of a
30593         definition is the start of the line that BEG is in.
30595         * midnight.el (midnight-timer): Move defvar up.
30597         * mouse.el (mouse-drag-region-1): Delete some debugging code.
30599         * saveplace.el (save-place-to-alist): Use with-no-warnings.
30601         * startup.el (command-line): Use with-no-warnings.
30603         * window.el (window-size-fixed): New defvar.
30605         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30607         * mail/rmail.el (rmail-font-lock-keywords):
30608         Use font-lock-comment-delimiter-face.
30610         * mail/sendmail.el (mail-font-lock-keywords):
30611         Use font-lock-comment-delimiter-face.
30613         * progmodes/compile.el (next-error-highlight-timer): New defvar.
30615 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
30617         * progmodes/compile.el (compilation-mode-font-lock-keywords):
30618         Specify t for LAXMATCH when matching directories.
30619         Save match data around compilation-compat-error-properties form.
30621 2005-04-23  David Kastrup  <dak@gnu.org>
30623         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30624         Mention that the autoloaded aliases should be kept for AUCTeX.
30626 2005-04-23  Andreas Schwab  <schwab@suse.de>
30628         * isearch.el (isearch-forward): Doc fix.
30630 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
30632         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30633         (jit-lock-stealth-nice): Change default value to 0.5.
30635 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
30637         * abbrev.el (write-abbrev-file): Write table entries in
30638         alphabetical order by table name.
30640 2005-04-22  Kim F. Storm  <storm@cua.dk>
30642         * ido.el (ido-read-internal): Fix `list' completion.
30644 2005-04-22  Kenichi Handa  <handa@m17n.org>
30646         * recentf.el (recentf-save-file-coding-system): New variable.
30647         (recentf-save-list): Encode the file by
30648         recentf-save-file-coding-system and add coding: tag.
30650 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
30652         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30654 2005-04-21  Lute Kamstra  <lute@gnu.org>
30656         * loadhist.el (unload-feature): Don't remove a function from hooks
30657         if it is about to be restored to an autoload .  Remove functions
30658         that will become unbound from auto-mode-alist.  Simplify the code.
30660         * subr.el (assq-delete-all): New implementation that is linear,
30661         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
30662         (rassq-delete-all): New function.
30664         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30665         Add size-indication-mode.
30667 2005-04-21  Kenichi Handa  <handa@m17n.org>
30669         * international/mule-cmds.el: Add autoload for widget-value in
30670         eval-when-compile.
30672 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
30674         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30675         Add tooltip-mode.
30677         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30679 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
30681         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30682         (inferior-lisp-filter-regexp, inferior-lisp-program)
30683         (inferior-lisp-load-command, inferior-lisp-prompt)
30684         (inferior-lisp-mode-hook, lisp-source-modes)
30685         (inferior-lisp-load-hook): defvar->defcustom.
30686         (inferior-lisp-program, inferior-lisp-prompt)
30687         (inferior-lisp-load-hook): Doc fixes.
30688         (inferior-lisp-install-letter-bindings): Small change in
30689         introductory comment.
30691 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
30693         * vc.el (vc-annotate-color-map): Change some colors so that text
30694         using them as foreground is readable on both white and black
30695         backgrounds.
30697 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
30699         * international/mule-conf.el (translation-table-for-input):
30700         Remove redundant declaration.
30702 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30704         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30706         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30707         (tooltip-toggle-gud-tips): New function.
30709 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30711         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30712         right angle brackets.
30714 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
30716         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30718 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
30720         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30721         Remove.  Update callers to use expand-file-name instead.
30723         * subr.el (syntax-class): New function.
30725         * simple.el (blink-matching-open): Use it.
30727         * paren.el (show-paren-function): Use it to recognize parens that are
30728         also used in 2-char comment markers.
30730 2005-04-19  Lute Kamstra  <lute@gnu.org>
30732         * loadhist.el (unload-feature): Update for new format of
30733         load-history.  Simplify the code.
30735 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30737         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30738         (mac-add-charset-info): New function.  Initialize variable
30739         mac-charset-info-alist using it.
30740         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30741         for translation.
30742         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30743         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30744         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30745         New CCL programs.
30747 2005-04-19  Kim F. Storm  <storm@cua.dk>
30749         * simple.el (next-buffer, prev-buffer, next-error)
30750         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30751         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30753         * bindings.el (next-buffer, prev-buffer, next-error)
30754         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30755         (clone-indirect-buffer-other-window): Move bindings from simple.el.
30756         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30757         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30759 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
30761         * isearch.el (isearch-edit-string): Make the search-ring available for
30762         minibuffer history commands.
30763         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30764         the default history commands now work just as well.
30765         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30767 2005-04-18  Kim F. Storm  <storm@cua.dk>
30769         * emulation/cua-base.el (cua--pre-command-handler): Add more
30770         elaborate check for shift modifier on non-window systems.
30772 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
30774         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30776 2005-04-18  Kim F. Storm  <storm@cua.dk>
30778         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30779         and make it optional.  Don't test tooltip-gud-echo-area here.
30780         (tooltip-gud-process-output, gdb-tooltip-print):
30781         Pass tooltip-gud-echo-area to tooltip-show.
30782         (tooltip-help-tips): Remove second optional arg to tooltip-show.
30784 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30786         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30787         `display-graphic-p' may not be bound yet.
30789 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
30791         * startup.el (command-line): No longer enable Xterm Mouse mode by
30792         default in terminals compatible with xterm.
30794         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30796 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
30798         * tooltip.el (tooltip-gud-echo-area): Rename from
30799         tooltip-use-echo-area.
30800         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30801         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30802         area independently of where help tooltips are displayed.
30804 2005-04-17  David Kastrup  <dak@gnu.org>
30806         * cus-theme.el (custom-theme-write-variables): Quote variables
30807         where necessary.
30809 2005-04-17  Richard M. Stallman  <rms@gnu.org>
30811         * simple.el (yank-excluded-properties): Add follow-link to value.
30813         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30815         * startup.el (fancy-splash-max-time): Just 30 seconds.
30816         (fancy-splash-delay): Just 7.
30817         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30819         * loadhist.el (unload-feature): Update for new format of load-history.
30820         Simplify the code.
30822         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30823         (rmail-font-lock-keywords): Don't fontify the text of a citation.
30825         * mail/sendmail.el (mail-font-lock-keywords):
30826         Don't fontify subject text.
30827         Don't fontify the text of a citation.
30829 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
30831         * comint.el (comint-output-filter): Run comint-output-filter-functions
30832         with point where the user had it.
30834 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
30836         * international/ucs-tables.el (ucs-set-table-for-input):
30837         Disable when using unify-on-decoding.
30839 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
30841         * emulation/cua-base.el (cua-global-mark-face): Add special case
30842         for displays supporting a high number of colors.
30844 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
30846         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30848 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
30850         * filesets.el (filesets-add-buffer): If user supplies a name of a
30851         non-existing fileset, create a new fileset.
30853 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
30855         * textmodes/org.el (org-up-heading-all): Fix bug with
30856         `outline-up-heading-all'.
30858 2005-04-16  Andreas Schwab  <schwab@suse.de>
30860         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30861         /etc/permissions.d/* and /etc/aliases.d/*.
30863 2005-04-16  Kenichi Handa  <handa@m17n.org>
30865         * international/code-pages.el (cp-make-coding-system):
30866         Set `translation-table-for-input' property value to the symbol
30867         ucs-mule-to-mule-unicode, not to that value.
30868         (pt154): Escape guillemet by `\'.
30870 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
30872         * loadup.el: Load tooltip if x-show-tip is fboundp.
30874         * startup.el (command-line): Add comment.
30876         * tooltip.el (tooltip-mode): Specify correct standard value for
30877         Custom in init-value.
30879 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
30881         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30882         possible.
30884 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
30886         * textmodes/org.el (org-agenda-date-prompt): Rename from
30887         `org-agenda-date-today'.
30888         (org-evaluate-time-range): Insert at point instead of directly
30889         after time range.
30890         (org-first-headline-recenter, org-subtree-end-visible-p)
30891         (org-optimize-window-after-visibility-change): New functions
30892         (org-agenda-post-command-hook): Don't allow point at end of line,
30893         to make sure it always hits the text properties.
30894         (org-agenda-next-date-line, org-agenda-previous-date-line):
30895         New commands.
30896         (org-set-regexps-and-options): Category may contain white space.
30897         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30898         Improve marker positions.
30899         (org-agenda-new-marker): Argument POS made optional.
30900         (org-agenda-get-timestamps): Deadlines which are done are listed
30901         in org-done-face now.
30902         (org-agenda-get-todos, org-agenda-get-timestamps)
30903         (org-agenda-get-deadlines, org-agenda-get-scheduled):
30904         Set `undone-face' and `done-face' properties.
30905         (org-last-todo-state-is-todo): New variable.
30906         (org-todo): Set `org-last-todo-state-is-todo'.
30907         (org-agenda-todo): Change face according to
30908         `org-last-todo-state-is-todo'.  And change other lines referring to
30909         the same entry.
30910         (org-calendar-goto-agenda): New command.
30911         (org-calendar-to-agenda-key): New option.
30912         (org-startup-folded): New allowed value `content'.
30913         (org-set-regexps-and-options): Accept new value `content' for
30914         `org-startup-folded'.
30915         (org-get-current-options): Handle new value `content' for
30916         `org-startup-folded'.
30917         (org-insert-todo-heading): New command.
30918         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30919         interactively in empty file and option
30920         `org-insert-mode-line-in-empty-file' has been set.
30921         (org-agenda-todo, org-agenda-priority): Modify to use
30922         `org-agenda-change-all-lines'.
30923         (org-warning-face): Change color on dark background.
30925 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
30927         * international/mule-cmds.el (set-locale-environment): On Mac OS,
30928         use preferences AppleLocale and AppleLanguages, and variable
30929         mac-system-locale for default locale.  On Mac OS Classic, use
30930         mac-system-coding-system for default coding systems.
30932         * term/mac-win.el: Don't set file-name-coding-system.
30933         Decode variables system-name, emacs-build-system, user-login-name, and
30934         user-full-name by mac-system-coding-system on Mac OS Classic.
30935         (mac-system-coding-system): New variable.
30937 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
30939         * startup.el (command-line): Handle `xterm-mouse-mode' before
30940         reading init file.
30942         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30944 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
30946         * progmodes/sh-script.el (sh-here-document-word): Make it a
30947         defcustom.  Doc fix.
30948         (sh-add): Bash uses $(( )) for arithmetic.
30949         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30950         (sh-maybe-here-document): Remove quotes and leading whitespace
30951         from heredoc word when closing.  Indent heredoc with tabs if word
30952         starts with "-".
30954 2005-04-13  Richard M. Stallman  <rms@gnu.org>
30956         * simple.el (undo): Fix previous change.
30958         * custom.el (defface): Doc fix.
30960 2005-04-13  Lute Kamstra  <lute@gnu.org>
30962         * Makefile.in (DONTCOMPILE): Remove list.
30963         (compile, compile-always): Don't use DONTCOMPILE.
30964         (update-authors): Load the library in which batch-update-authors
30965         is defined.
30966         * makefile.w32-in (DONTCOMPILE): Remove list.
30967         (compile, compile-always): Fix comments.
30968         (update-authors): Load the library in which batch-update-authors
30969         is defined.
30971         * generic-x.el (generic-mode-ini-file-find-file-hook):
30972         Rename to ini-generic-mode-find-file-hook.
30973         Keep generic-mode-ini-file-find-file-hook as an alias.
30974         (ini-generic-mode-find-file-hook): Rename from
30975         generic-mode-ini-file-find-file-hook.  Fix docstring.
30976         (ini-generic-mode): Docstring change.
30977         (bat-generic-mode-run-as-comint): Silence the byte compiler.
30979         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30980         called from lisp.
30982         * generic.el: Move to the emacs-lisp subdir.
30984 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
30986         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30987         and C-S- function and cursor motion keys.
30989 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
30991         * startup.el (command-line): Enable Xterm Mouse mode by default.
30992         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30993         for Custom.  No longer show "Mouse" in mode line when enabled.
30994         Doc fix.
30996 2005-04-12  Kim F. Storm  <storm@cua.dk>
30998         * emulation/cua-base.el (cua-rectangle-face)
30999         (cua-rectangle-noselect-face): Define face attributes here.
31001         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
31003 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31005         * startup.el (command-line): Turn off blinking cursor if
31006         cursorBlink in resources is off or false.
31008 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31010         * term/mac-win.el (dnd): Require dnd.
31011         (mac-drag-n-drop): Call dnd-handle-one-url.
31012         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
31013         (kTextEncodingISOLatin2): Remove constants.
31014         (mac-script-code-coding-systems): New constant.
31015         (mac-handle-language-change): New function.
31016         (special-event-map): Bind it to `language-change' event.
31017         (mac-centraleurroman, mac-cyrillic): New coding systems.
31018         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
31019         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
31020         and mac-cyrillic-encoder to encode-mac-centraleurroman and
31021         encode-mac-cyrillic, respectively.
31023 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31025         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
31026         Don't set overlay-arrow-string to "=>" as this is done
31027         globally in C now.
31029 2005-04-12  Lute Kamstra  <lute@gnu.org>
31031         * generic-x.el (rc-generic-mode, rul-generic-mode):
31032         Fix auto-mode-alist entries.
31033         (etc-fstab-generic-mode): Tweak fontification.
31035         * generic.el (generic-make-keywords-list): Fix docstring.
31036         (generic-mode-internal): Simplify generic-font-lock-keywords.
31038 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31040         * whitespace.el (whitespace-buffer-leading)
31041         (whitespace-buffer-trailing): Revert the incorrect test inversion.
31042         However, fix the highlight area for the leading and
31043         trailing whitespaces to show space.
31045 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
31047         * whitespace.el (whitespace-version): Bump to 3.5.
31049         (whitespace-buffer-leading, whitespace-buffer-trailing):
31050         Invert sense of the test to highlight the whitespace.
31052 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31054         * progmodes/gud.el (gud-display-line): GUD uses its own
31055         overlay arrow now so don't set overlay-arrow-string.
31056         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
31058 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
31060         * term.el (term-ansi-current-bold, term-ansi-current-underline)
31061         (term-ansi-current-reverse, term-ansi-current-invisible)
31062         (term-ansi-face-already-done): Change to boolean.
31063         (term-reset-terminal, term-handle-colors-array): Handle the above
31064         vars accordingly.
31065         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
31066         (term-emulate-terminal): Use the new name.
31068         * faces.el (secondary-selection): Use yellow1, not yellow.
31069         (trailing-whitespace): Use red1, not red.
31071 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
31073         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
31074         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
31075         (dired-dnd-handle-file): Call dnd-get-local-file-uri.
31077         * cus-edit.el (dnd): New group.
31079         * term/w32-win.el (dnd): Require dnd
31080         (w32-drag-n-drop): Call dnd-handle-one-url.
31082         * x-dnd.el: Require dnd.
31083         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
31084         Call dnd-handle-one-url.
31085         (x-dnd-types-alist, x-dnd-insert-utf8-text)
31086         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
31087         to dnd-insert-text.
31088         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
31089         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
31090         (x-dnd-get-local-file-name, x-dnd-open-local-file)
31091         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
31093         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
31095 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31097         * wdired.el: Doc fixes.
31098         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
31099         (wdired-use-dired-vertical-movement): Rename from
31100         wdired-always-move-to-filename-beginning.
31101         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
31102         (wdired-change-to-wdired-mode): Change mode name.
31103         (wdired-newline): Delete.
31105 2005-04-11  Richard M. Stallman  <rms@gnu.org>
31107         * whitespace.el (whitespace-highlight-the-space):
31108         Don't call whitespace-unhighlight-the-space here.
31110         * simple.el (undo): Record t in undo-equiv-table
31111         for the redo record made by an undo-in-region.
31113 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
31115         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
31116         (gdb-frame-inferior-io-buffer): New Functions to control
31117         display of separate IO buffer.
31118         (menu): Add them to menu-bar.
31119         (gdb-display-buffer): Check for buffer another frame.
31120         Protect GUD buffer.
31121         (gdb-setup-windows): Create IO buffer if not already there.
31122         (gdb-memory-mode): Remove purecopy noops.
31124 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
31126         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
31127         and pass to self-insert-command.
31129 2005-04-11  Lute Kamstra  <lute@gnu.org>
31131         * generic.el: Commentary section cleanup.
31132         (generic): Delete.
31133         (generic-use-find-file-hook, generic-lines-to-scan)
31134         (generic-find-file-regexp, generic-ignore-files-regexp)
31135         (default-generic-mode, generic-mode-find-file-hook)
31136         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
31137         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
31138         (generic-use-find-file-hook, generic-lines-to-scan)
31139         (generic-find-file-regexp, generic-ignore-files-regexp)
31140         (default-generic-mode, generic-mode-find-file-hook)
31141         (generic-mode-ini-file-find-file-hook): Move from generic.el.
31143 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
31145         * bookmark.el (bookmark-write-file): Catch errors writing file.
31146         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
31148 2005-04-10  Richard M. Stallman  <rms@gnu.org>
31150         * startup.el (fancy-splash-tail): Update copyright year.
31151         (command-line): Split part of -Q into -D.
31152         (emacs-basic-display): New defvar.
31153         (fancy-splash-text): Correct name of menu item.
31155         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
31157         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
31158         lines in one node.
31160         * comint.el (comint-send-input): New arg ARTIFICIAL.
31161         Callers in this file changed.
31163         * abbrev.el (define-abbrevs): Read system abbrevs properly.
31165         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
31167 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
31169         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
31170         `ldap-search-internal'.
31172 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31174         * files.el (set-auto-mode-1): Use line-end-position.
31176         * international/latin-1.el:
31177         * international/latin-2.el:
31178         * international/latin-3.el:
31179         * international/latin-4.el:
31180         * international/latin-5.el:
31181         * international/latin-8.el:
31182         * international/latin-9.el: Give punctuation syntax to NBSP.
31184         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
31185         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
31186         Use char-classes to accept non-ascii letters, accepted in some recent
31187         bibtex implementations.
31189 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
31191         * custom.el (custom-set-minor-mode): Any non-nil value for the
31192         variable should enable the mode when set through Custom.
31194 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
31196         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
31197         TAB binding so tab-always-indent is obeyed.
31198         (vhdl-minibuffer-local-map): Move initialization into declaration.
31199         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
31200         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
31201         (vhdl-hooked-abbrev): Avoid test for XEmacs.
31202         (vhdl-current-line): Use line-beginning-position.
31203         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
31204         with-output-to-temp-buffer, so the current position can be recorded.
31206 2005-04-10  Masatake YAMATO  <jet@gyve.org>
31208         * progmodes/compile.el (compilation-error-regexp-alist-alist):
31209         Add regexp for gcov.
31211 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
31213         * calendar/time-date.el (time-to-seconds, seconds-to-time)
31214         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
31215         syntax which Emacs 20 doesn't support.
31217 2005-04-09  Richard M. Stallman  <rms@gnu.org>
31219         * help.el (describe-key-briefly, describe-key):
31220         Replace strings as event types with "(any string)".
31222 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
31224         * arc-mode.el (archive-mode-map): Move initialization into
31225         the declaration.  Override *all* bindings of `undo'.
31226         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
31228 2005-04-09  Jay Belanger  <belanger@truman.edu>
31230         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
31232 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
31234         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
31235         (xterm-register-default-colors): Update color values computation
31236         to match xterm-200.
31238 2005-04-09  Kenichi Handa  <handa@m17n.org>
31240         * international/code-pages.el (iso-latin-7): Fix the map.
31242 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
31244         * emacs-lisp/lisp.el (defun-prompt-regexp)
31245         (parens-require-spaces, buffer-end, end-of-defun)
31246         (insert-parentheses): Doc fixes.
31248 2005-04-08  Kim F. Storm  <storm@cua.dk>
31250         * comint.el (comint-highlight-prompt): Fix face spec.
31251         * hi-lock.el (hi-green): Likewise.
31253 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31255         * cus-edit.el (custom-modified-face):
31256         * comint.el (comint-highlight-input): Fix previous changes.
31257         * term.el (term-handle-ansi-escape): Add a comment.
31259 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
31261         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
31262         in the buffer and in whitespace-highlighted-space.
31263         (whitespace-unhighlight-the-space): Simplify.
31264         (whitespace-buffer): Simplify.
31266 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
31268         * textmodes/table.el (table-cell-face): Add special case for
31269         displays supporting a high number of colors.
31270         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
31271         (vhdl-font-lock-reserved-words-face)
31272         (vhdl-speedbar-architecture-face)
31273         (vhdl-speedbar-instantiation-face)
31274         (vhdl-speedbar-architecture-selected-face)
31275         (vhdl-speedbar-instantiation-selected-face): Likewise.
31276         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
31277         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
31278         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
31279         (ebrowse-root-class-face, ebrowse-member-attribute-face)
31280         (ebrowse-progress-face): Likewise.
31281         * progmodes/compile.el (compilation-info-face): Likewise.
31282         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
31283         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
31284         * calendar/calendar.el (diary-face): Likewise.
31285         * woman.el (woman-italic-face, woman-bold-face)
31286         (woman-unknown-face): Likewise.
31287         * wid-edit.el (widget-button-pressed-face): Likewise.
31288         * whitespace.el (whitespace-highlight-face): Likewise.
31289         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
31290         * pcvs-info.el (cvs-marked-face): Likewise.
31291         * info.el (info-xref): Likewise.
31292         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
31293         * hilit-chg.el (highlight-changes-face)
31294         (highlight-changes-delete-face): Likewise.
31295         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
31296         (hi-red-b): Likewise.
31297         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
31298         * font-lock.el (font-lock-keyword-face)
31299         (font-lock-function-name-face, font-lock-warning-face): Likewise.
31300         * cus-edit.el (custom-invalid-face, custom-modified-face)
31301         (custom-set-face, custom-changed-face, custom-variable-tag-face)
31302         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
31303         * comint.el (comint-highlight-prompt): Likewise.
31305 2005-04-08  Lute Kamstra  <lute@gnu.org>
31307         * font-lock.el (font-lock-keywords): Docstring fixes.
31309 2005-04-08  Kenichi Handa  <handa@m17n.org>
31311         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
31312         chars are more than a limit, print " and more..." at the tail.
31314 2005-04-08  Kim F. Storm  <storm@cua.dk>
31316         * emacs-lisp/authors.el (authors-aliases): Update list.
31317         (authors-ignored-files): New list.
31318         (authors-fixed-entries): Fix typo.
31319         (authors-renamed-files-alist): Update list.
31320         (authors-add): Check authors-ignored-files.
31322 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
31324         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
31325         optional, to ensure backward compatibility.
31327 2005-04-08  Stephen Eglen  <stephen@gnu.org>
31329         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
31331 2005-04-08  Kim F. Storm  <storm@cua.dk>
31333         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
31335         * mouse.el (mouse-on-link-p): Doc fix.
31337 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
31339         * ielm.el (ielm-prompt-read-only): Doc fix.
31341         * comint.el (comint-prompt-read-only): Doc fix.
31343 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
31345         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
31346         ensure dired always handles wildcards passed to ffap.
31347         (find-file-at-point): Use it.
31348         (ffap-dired-wildcards): Doc fix.
31350 2005-04-07  Juri Linkov  <juri@jurta.org>
31352         * simple.el (next-error-overlay-arrow-position): New defvar.
31353         Put "=>" on its property `overlay-arrow-string'.  Add it to
31354         `overlay-arrow-variable-list'.
31356         * progmodes/compile.el (compilation-setup):
31357         Set `next-error-overlay-arrow-position' to nil.  Also set it to
31358         nil in the local hook `kill-buffer-hook'.  Make local variable
31359         `overlay-arrow-string' and set it to "=>".
31360         (compilation-goto-locus): Set BOL position to
31361         `next-error-overlay-arrow-position' instead of
31362         `overlay-arrow-position'.
31364         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
31365         locally instead of adding it to the global hook.
31366         (Info-kill-buffer): Move up.
31368 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
31370         * term/xterm.el (xterm-standard-colors): Update color values from
31371         xterm-200.
31373 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
31375         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
31377         * fast-lock.el:
31378         * lazy-lock.el: Move them to the obsolete subdir.
31380 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
31382         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
31383         (wdired-add-replace-advice): Remove.
31384         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
31386 2005-04-06  Kim F. Storm  <storm@cua.dk>
31388         * startup.el (command-line): Add --bare-bones alias for -Q.
31390 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
31392         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
31393         create the startup fontset if a font specification ends with
31394         `mac-roman'.
31396 2005-04-06  Lute Kamstra  <lute@gnu.org>
31398         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
31399         change.
31401         * emacs-lisp/copyright.el (copyright-update-year): Replace the
31402         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
31404 2005-04-05  Lute Kamstra  <lute@gnu.org>
31406         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
31407         (define-generic-mode): Ditto.  Fix debug declaration.
31409         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
31410         Put them in the generic-x group.
31412         * calendar/timeclock.el (timeclock): Doc fix.
31414         * generic.el (define-generic-mode): Don't use custom-current-group.
31415         Document default :group value.
31416         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
31417         (define-global-minor-mode): Don't use custom-current-group.
31419 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
31421         * startup.el (command-line-1): Display startup-echo-area-message
31422         when fancy splash screen is in use.
31424         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
31425         (sh-escaped-newline): New face.
31426         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
31427         newline, and use sh-escaped-newline face.
31429         * progmodes/tcl.el (tcl-escaped-newline): New face.
31430         (tcl-builtin-list): New variable.
31431         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
31432         newlines.  Fix keywords subexpression number.
31434 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
31436         * textmodes/org.el (org-diary-default-entry): Fix call to
31437         `add-to-diary-entry'.
31439 2005-04-05  Kim F. Storm  <storm@cua.dk>
31441         * ediff-init.el: Use (featurep 'xemacs).
31443 2005-04-05  David Ponce  <david@dponce.com>
31445         * cus-edit.el (face): Derive from symbol widget.  Display sample
31446         of the current face on the fly.
31447         (widget-face-sample-face-get, widget-face-notify): New functions.
31448         (widget-face-value-create): Remove.
31450         * wid-edit.el (widget-field-end): Temporarily remove field
31451         narrowing before to call `get-char-property'.
31453 2005-04-04  Jay Belanger  <belanger@truman.edu>
31455         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
31456         (math-read-subscripts): New variable.
31457         (math-read-preprocess-string): Process subscripts.
31459 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
31461         * comint.el (comint-prompt-read-only): Doc fix.
31463         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
31464         `-1'.  Doc fix.
31466 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
31468         * textmodes/org.el (org-insert-mode-line-in-empty-file):
31469         Change default value to nil.
31471 2005-04-04  Lute Kamstra  <lute@gnu.org>
31473         * autorevert.el (auto-revert-mode): Specify :group.
31474         * battery.el (display-battery-mode): Specify :group.
31475         * diff-mode.el (diff-minor-mode): Specify :group.
31476         * font-core.el (font-lock-mode): Specify :group.
31477         * hl-line.el (hl-line-mode): Specify :group.
31478         * iimage.el (iimage): New customization group.
31479         (iimage-mode): Specify :group.
31480         * longlines.el (longlines-mode): Specify :group.
31481         * master.el: Don't require easy-mmode.
31482         (master): New customization group.
31483         (master-mode): Specify :group.
31484         * msb.el (msb-mode): Specify :group.
31485         * reveal.el (reveal-mode): Specify :group.
31486         * simple.el (next-error-follow-minor-mode): Specify :group.
31487         * smerge-mode.el (smerge-mode): Specify :group.
31488         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
31489         * emulation/cua-base.el (cua-mode): Specify :group.
31490         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
31491         * language/thai-util.el (thai-auto-composition-mode)
31492         (thai-word-mode): Specify :group.
31493         * mail/supercite.el (sc-minor-mode): Specify :group.
31494         * progmodes/cwarn.el (cwarn-mode): Specify :group.
31495         * progmodes/flymake.el (flymake-mode): Specify :group.
31496         * progmodes/glasses.el (glasses-mode): Specify :group.
31497         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
31498         * textmodes/enriched.el (enriched-mode): Specify :group.
31499         * textmodes/refill.el (refill-mode): Specify :group.
31501         * add-log.el (change-log-font-lock-keywords): Names in
31502         parenthesized lists can contain spaces.
31504 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
31506         * startup.el (fancy-splash-text): Shorten default text of
31507         "Emacs Tutorial" line.  Also, if the current language env
31508         indicates an available tutorial file other than TUTORIAL,
31509         extract its title and append it to the line in parentheses.
31510         (fancy-splash-insert): If arg is a thunk, funcall it.
31512 2005-04-04  Jay Belanger  <belanger@truman.edu>
31514         * calc.el (calc-language-alist): Add tags to customization type.
31516 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
31518         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
31519         Doc fix.
31521 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
31523         * add-log.el (change-log-font-lock-keywords): The manual
31524         describing a Change Log entry, says: (...) "Aside from these
31525         header lines, every line in the change log starts with a space or
31526         a tab.".  The font-lock was not highlighting lines started with
31527         spaces, added support for it.
31529 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
31531         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
31532         (bibtex-generate-url-list): Update docstring accordingly.  Put the
31533         complex example in the docstring.
31534         (bibtex-font-lock-url): Use pop.
31536 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
31538         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
31540         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
31542 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
31544         * filesets.el (filesets-set-default): Doc fix.
31546 2005-04-03  Lute Kamstra  <lute@gnu.org>
31548         * generic.el (define-generic-mode): Add argument to specify
31549         keywords for defcustom.
31550         (default-generic-mode): Specify :group.
31552         * generic-x.el: Specify :group for all generic modes.
31554         * desktop.el (desktop-no-desktop-file-hook)
31555         (desktop-after-read-hook): Doc fix.
31557 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
31559         * simple.el (visible-mode): Use explicit :group keyword.
31560         This changes the group of `visible-mode-hook' from paren-blinking
31561         to editing-basics.
31563 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
31565         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
31566         mailbox specifications as well as URLs.
31567         (rmail-insert-inbox-text): Remove unused conditional branches.
31569 2005-04-01  Jay Belanger  <belanger@truman.edu>
31571         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
31572         (calc-gnuplot-print-command): Move definitions to calc.el.
31574         * calc/calc-embed.el (calc-embedded-announce-formula)
31575         (calc-embedded-open-formula, calc-embedded-close-formula)
31576         (calc-embedded-open-word, calc-embedded-close-word)
31577         (calc-embedded-open-plain, calc-embedded-close-plain)
31578         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
31579         (calc-embedded-open-mode, calc-embedded-close-mode):
31580         Move definitions to calc.el.
31582         * calc/calc.el (calc-settings-file, calc-language-alist):
31583         Make customizable.
31584         (calc-embedded-announce-formula, calc-embedded-open-formula)
31585         (calc-embedded-close-formula, calc-embedded-open-word)
31586         (calc-embedded-close-word, calc-embedded-open-plain)
31587         (calc-embedded-close-plain, calc-embedded-open-new-formula)
31588         (calc-embedded-close-new-formula, calc-embedded-open-mode)
31589         (calc-embedded-close-mode, calc-gnuplot-name)
31590         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31591         from other files and make customizable.
31593 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
31595         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31596         Use buffer-live-p.
31597         (cvs-mode-run): Don't call cvs-update-header here.
31598         (cvs-run-process): Call cvs-update-header.
31599         Use process properties for cvs-postprocess and cvs-buffer so that
31600         the sentinel can behave better if the temp buffer is killed.
31601         Use a pipe rather than a tty, to better handle unexpected prompts.
31602         (cvs-sentinel): Rewrite.  Call cvs-update-header.
31604 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
31606         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31607         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
31609 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31611         * generic.el (define-generic-mode): Add indentation rule.
31613 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
31615         * files.el (mode-require-final-newline): Make Custom correctly
31616         report a nil value and allow to set it to nil via Custom.
31617         Doc fix.
31619 2005-04-01  Kenichi Handa  <handa@m17n.org>
31621         * international/characters.el: Enable the correct case setting for
31622         dotless-i and dotted-I.
31624 2005-04-01  Kim F. Storm  <storm@cua.dk>
31626         * ido.el (ido-file-internal): Fall back to non-ido command if
31627         initial directory is on slow ftp (or tramp) host.
31629 2005-03-31  Richard M. Stallman  <rms@gnu.org>
31631         * emacs-lisp/autoload.el (make-autoload):
31632         Handle define-global-minor-mode.
31634         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31635         Rename from easy-mmode-define-global-mode.
31636         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31638         * progmodes/scheme.el (scheme-mode-syntax-table):
31639         Update syntax of | and # for two-character comment syntax.
31641 2005-03-31  Lute Kamstra  <lute@gnu.org>
31643         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31644         (define-minor-mode): Call custom-current-group at load-time.
31646         * generic.el (define-generic-mode): Add debug declaration.
31647         Add defcustom for the mode hook.
31648         (generic-mode-internal): Use run-mode-hooks.
31650 2005-03-31  Kim F. Storm  <storm@cua.dk>
31652         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31653         (mouse-fixup-help-message): New defun called by show_help_echo
31654         to fixup mouse-2 prefix in help messages when applicable.
31656         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31658 2005-03-31  Kenichi Handa  <handa@m17n.org>
31660         * language/thai-word.el (thai-find-word-ends): Pay attention to
31661         the case that we reach the end of buffer.
31663         * textmodes/fill.el (fill-text-properties-at): New function.
31664         (fill-newline): Use fill-text-properties-at instead of
31665         text-properties-at.
31667 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31669         * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31670         not comint-quote-filename.
31672 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
31674         * help-fns.el (help-with-tutorial): Revert last change.
31676 2005-03-31  Kim F. Storm  <storm@cua.dk>
31678         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31680 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
31682         * calendar/cal-china.el: Update reference to "Calendrical
31683         Calculations" book; there's a new edition.
31684         * calendar/cal-coptic.el: Likewise.
31685         * calendar/cal-french.el: Likewise.
31686         * calendar/cal-hebrew.el: Likewise.
31687         * calendar/cal-islam.el: Likewise.
31688         * calendar/cal-iso.el: Likewise.
31689         * calendar/cal-julian.el: Likewise.
31690         * calendar/cal-mayan.el: Likewise.
31691         * calendar/cal-persia.el: Likewise.
31692         * calendar/calendar.el: Likewise.
31693         * calendar/holidays.el: Likewise.
31694         * calendar/lunar.el: Likewise.
31695         * calendar/solar.el: Likewise.
31697         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31698         white space from doc string.
31700 2005-03-30  Jay Belanger  <belanger@truman.edu>
31702         * calc/calc-help.el (calc-full-help): Remove email address.
31704 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
31706         * help-fns.el (help-with-tutorial): Delete title line.
31708 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
31710         * calendar/cal-x.el (calendar-one-frame-setup)
31711         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31712         rather than `symbol' for set-window-dedicated-p.
31714         * calendar/appt.el (appt-buffer-name): Make it a constant.
31715         (appt-add): Doc fix.
31717         * filesets.el (filesets-menu-path, filesets-menu-before)
31718         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
31719         (filesets-menu-cache-file): Use directory ~/.emacs.d.
31720         (filesets-add-submenu): Delete and use add-submenu instead.
31722 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
31724         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31725         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31726         (org-diary-default-entry): New function.
31727         (org-get-entries-from-diary): Better parsing of diary entries.
31728         (org-agenda-check-no-diary): New function.
31729         ("diary-lib"): Advice to function `add-to-diary-list', to allow
31730         linking to diary entries.
31731         (org-agenda-execute-calendar-command): New function.
31732         (org-agenda): Improve visible section in window.
31733         Use `org-fit-agenda-window'.
31734         (org-fit-agenda-window): New option.
31735         (org-move-subtree-down): Better handling of empty lines
31736         at end of subtree.
31737         (org-cycle): Numeric prefix is interpreted now as show-subtree N
31738         levels up.
31739         (org-fontify-done-headline): New option.
31740         (org-headline-done-face): New face.
31741         (org-set-font-lock-defaults): Use `org-headline-done-face'.
31742         (org-table-copy-down): Rename from `org-table-copy-from-above'.
31743         When current field is non-empty, it is copied to next row.
31744         (org-table-copy-from-above): Fix bug which made it
31745         impossible to copy fields containing only a single non-white character.
31747 2005-03-30  Kim F. Storm  <storm@cua.dk>
31749         * kmacro.el (kmacro-end-macro): Isearch may store this command
31750         into the macro -- so ignore it when executing keyboard macro.
31752 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31754         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31756 2005-03-29  Kenichi Handa  <handa@m17n.org>
31758         * language/thai.el ("Thai"): Set setup-function and exit-function
31759         for Thai language environment.
31761         * language/thai-util.el: Require thai-word.
31762         (thai-word-mode-map): New variable.
31763         (thai-word-mode): New minor mode.
31764         (setup-thai-language-environment-internal): New function.
31765         (exit-thai-language-environment-internal): New function.
31767         * language/thai-word.el (thai-word-table): Declare it by defvar,
31768         use dolist to initialize it.
31769         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31770         (thai-fill-find-break-point): New functions.
31772 2005-03-29  Richard M. Stallman  <rms@gnu.org>
31774         * simple.el (idle-update-delay): Move definition up.
31775         (set-mark): Doc fix.
31777 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
31779         * longlines.el: New file.
31781         * simple.el (buffer-substring-filters): New variable.
31782         (filter-buffer-substring): New function.
31783         (kill-region, copy-region-as-kill): Use it.
31785         * register.el (copy-to-register, append-to-register)
31786         (prepend-to-register): Use filter-buffer-substring.
31788 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
31790         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31791         (gud-filter-pending-text): Move in front of gdb.
31792         (gud-overlay-arrow-position): New variable.
31793         (gud-sentinel, gud-display-line): Use it in place of
31794         overlay-arrow-position.
31796 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
31798         * progmodes/fortran.el (fortran-if-indent): Doc fix.
31799         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31800         (fortran-font-lock-keywords-4): New variable.
31801         (fortran-blocks-re, fortran-end-block-re)
31802         (fortran-start-block-re): New constants, for hideshow.
31803         (hs-special-modes-alist): Add a Fortran entry.
31804         (fortran-mode-map): Bind fortran-end-of-block,
31805         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31806         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
31807         (fortran-looking-at-if-then, fortran-end-of-block)
31808         (fortran-beginning-of-block): New functions, for hideshow.
31810         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31811         Doc fix.  Tweak regexp.
31812         (f90-beginning-of-block): Push mark first.
31814 2005-03-29  Jay Belanger  <belanger@truman.edu>
31816         * calc/calc.el: Update copyright date.
31817         (calc-version): Increase to 2.1.
31818         (calc-version-date): Remove.
31820         * calc/calc-help.el: Update copyright date.
31821         (calc-full-help): Remove reference to calc-version-date.
31822         Update copyright date.
31824 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31826         * vc.el (vc-do-command): Use a pipe for async processes, so password
31827         prompts don't show up at places where the user can't reply.
31829 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
31831         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31832         on the file name we pass to the inferior shell.
31834 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
31836         * progmodes/which-func.el (which-function): Be robust in the face of an
31837         imenu--make-index-alist failure.
31839 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
31841         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31843         * progmodes/python.el (python-preoutput-filter): Fix last change.
31845 2005-03-29  Lute Kamstra  <lute@gnu.org>
31847         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31848         functions and compiled macros.
31849         (debug-convert-byte-code): Handle macros too.
31850         (debug-on-entry-1): Don't signal an error when trying to clear a
31851         function that is not set to debug on entry.
31853 2005-03-29  Jay Belanger  <belanger@truman.edu>
31855         * calc/calc-lang.el: Add functions to math-function-table
31856         properties of tex and math.
31858 2005-03-29  Kenichi Handa  <handa@m17n.org>
31860         * ps-mule.el (ps-mule-plot-string): Translate characters by
31861         ps-print-translation-table.
31862         (ps-mule-begin-job): Call find-charset-region/string with
31863         ps-print-translation-table.
31864         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31866         * ps-print.el (ps-print-translation-table): New variable.
31867         (ps-plot-region): Translate characters by ps-print-translation-table.
31869 2005-03-29  Juri Linkov  <juri@jurta.org>
31871         * simple.el (next-error-highlight-timer): New variable.
31873         * progmodes/compile.el (compilation-goto-locus):
31874         Use `next-error-highlight-timer' instead of `sit-for'.
31876 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31878         * mail/supercite.el (sc-mail-field): Use assoc-string.
31879         (sc-get-address): Simplify regexps.
31881         * files.el (minibuffer-with-setup-hook): New macro.
31882         (find-file-read-args): Use it to avoid let-binding
31883         minibuffer-with-setup-hook (which breaks turning on/off
31884         file-name-shadow-mode while in the prompt).
31886         * complete.el (PC-read-include-file-name-internal):
31887         Use test-completion.
31889 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
31891         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31893 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
31895         * window.el (window-buffer-height): Use count-screen-lines.
31897         * progmodes/python.el (python-preoutput-leftover): New var.
31898         (python-preoutput-filter): Use it.
31899         (python-send-receive): Loop until all the result has been received.
31901 2005-03-28  Juri Linkov  <juri@jurta.org>
31903         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31905         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31906         "Recover Crashed Session".
31907         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31908         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31909         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31910         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31911         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31912         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31913         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31914         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31916         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31917         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31918         Ediff Sessions", "Toggle use of separate control buffer frame",
31919         "Use separate frame for Ediff control buffer".
31921         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31922         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31923         "Rename Bookmark", "Delete Bookmark".
31925         * info.el (Info-mode-menu): Remove ellipsis from "Index".
31926         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31927         Add `:active Info-index-alternatives' to "Next Matching Item".
31929         * wdired.el (wdired-change-to-wdired-mode):
31930         Mention `wdired-abort-changes' key in the initial message.
31932         * international/mule.el (auto-coding-alist): Associate non-ascii
31933         image filename extensions with `no-conversion'.
31935 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
31937         * international/iso-acc.el:
31938         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31940 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
31942         * textmodes/sgml-mode.el (html-mode): Doc update.
31944         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31946 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
31948         * term.el (term-move-columns): Fix face after extending a line.
31949         (term-insert-spaces): Likewise.
31950         (term-reset-terminal): Fix off by one error.
31952 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31954         * international/mule.el (auto-coding-alist): Add .xpi files.
31956         * files.el (auto-mode-alist): Add .xpi files.
31958 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
31960         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31962 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
31964         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31966 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
31968         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31969         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
31971         * calendar/cal-move.el (calendar-beginning-of-year): Move the
31972         cursor to Jan 1 when needed.
31973         (calendar-end-of-year): Fix -/+ typo.
31974         Reported by Chong Yidong <cyd@stupidchicken.com>.
31976 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
31978         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31980         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31981         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
31983 2005-03-25  Richard M. Stallman  <rms@gnu.org>
31985         * filesets.el (filesets-init): Add autoload.
31987         * mail/mailalias.el (mail-directory): Doc fix.
31989 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
31991         * mail/mailalias.el (mail-directory-process): Do nothing if
31992         mail-directory-process is an atom.
31993         (mail-get-names): Ignore mail-directory-names if it is an atom.
31994         (mail-directory-process defvar): Doc fix.
31995         (mail-names): Doc fix.
31997 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
31999         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
32001 2005-03-26  Kenichi Handa  <handa@m17n.org>
32003         * international/mule-util.el (detect-coding-with-priority):
32004         Call update-coding-systems-internal before detect-coding-region.
32006 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
32008         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
32009         (gdb-frames-mode-map): Add follow-link property.
32011 2005-03-25  Jay Belanger  <belanger@truman.edu>
32013         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
32014         for variables.
32016 2005-03-25  Juri Linkov  <juri@jurta.org>
32018         * image-mode.el: Optimize image filename extension regexps in
32019         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
32020         in `auto-mode-alist'.
32021         (image-mode): Add `image-toggle-display-text' to local hook
32022         `change-major-mode-hook'.  Display the image as an image by
32023         default.  Set `cursor-type' and `truncate-lines' if the image
32024         is already displayed.  Take into account the current mode (image
32025         or text) in message.
32026         (image-minor-mode): New minor mode.
32027         (image-mode-maybe, image-toggle-display-text): New functions.
32028         (image-toggle-display): Use called-interactively-p.
32029         Let-bind `inhibit-read-only' to t.
32031         * image-mode.el (image-minor-mode): Set `cursor-type' and
32032         `truncate-lines' if the image is already displayed.  Add turning
32033         image-minor-mode off to `change-major-mode-hook'.  Add message.
32034         Call `image-toggle-display-text' after turning image-minor-mode off.
32036 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32038         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
32039         Terminal.app, use utf-8.
32040         (set-display-table-and-terminal-coding-system): Add coding-system arg.
32041         (set-locale-environment): Use it.
32043         * term/xterm.el: Undo last change, better done in mule-cmds.el.
32045         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
32047         * progmodes/python.el (python-close-block-statement-p)
32048         (python-outdent-p, python-current-defun): Use symbol-end.
32050 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>
32052         * files.el (save-some-buffers): Doc fix.
32054 2005-03-25  Werner Lemberg  <wl@gnu.org>
32056         * complete.el, thumbs.el: Replace `legal' with `valid'.
32057         * calendar/calendar.el: Replace `legal' with `valid'.
32058         * emacs-lisp/advice.el: Replace `legal' with `valid'.
32059         * mail/supercite.el: Replace `legal' with `valid'.
32060         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
32061         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
32062         Replace `legal' with `valid'.
32063         * textmodes/reftex-vars.el, textmodes/reftex.el:
32064         Replace `legal' with `valid'.
32066 2005-03-25  Werner Lemberg  <wl@gnu.org>
32068         * calc/calc-forms.el, calc/calc-sel.el
32069         * midnight.el, vc-cvs.el
32070         * emacs-lisp/cl-macs.el
32071         * emulation/vip.el
32072         * eshell/esh-io.el, eshell/esh-var.el
32073         * mail/supercite.el
32074         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
32075         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
32076         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
32077         * progmodes/sh-script.el, progmodes/xscheme.el
32078         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
32079         * textmodes/reftex-index.el, textmodes/reftex-parse.el
32080         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
32081         * textmodes/reftex.el, textmodes/org.el:
32082         Replace `illegal' with `invalid'.
32084 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32086         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
32087         (flymake-find-buildfile, flymake-find-possible-master-files)
32088         (flymake-check-include, flymake-parse-line): Replace loops over the
32089         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
32091         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
32092         Substitute file-name-as-directory in the rest of the file.
32093         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
32094         (flymake-replace-region): Remove unused arg `buffer'.
32095         (flymake-check-patch-master-file-buffer): Update calls to it.
32096         (flymake-add-err-info): Remove unused var `count'.
32097         (flymake-mode): Use define-minor-mode.
32099         * progmodes/flymake.el: Use with-current-buffer.
32100         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
32101         flymake-replace-regexp-in-string, flymake-line-beginning-position)
32102         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
32103         Avoid testing for `xemacs'.
32104         (flymake-nop): Move.
32105         (flymake-region-has-flymake-overlays): Return the computed value.
32106         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
32107         Remove unused var `endline'.
32108         (flymake-get-line-count): Remove unused function.
32109         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
32111         * emulation/vi.el:
32112         * generic.el:
32113         * hilit-chg.el (global-highlight-changes):
32114         * hi-lock.el (hi-lock-mode):
32115         * follow.el: find-file-hooks -> find-file-hook.
32117         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
32119 2005-03-24  Juri Linkov  <juri@jurta.org>
32121         * dired.el (dired-mode-map): Add menu item "Compare directories"
32122         for dired-compare-directories.
32124         * dired-aux.el (dired-compare-directories): Add autoload cookie.
32125         Doc fix.  Replace `read-file-name' with `read-directory-name'.
32127 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32129         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
32131 2005-03-24  Jay Belanger  <belanger@truman.edu>
32133         * calc/calc-embed.el (calc-embedded-mode-change): Save all
32134         relevant mode settings in calc-embedded-original-modes when modes
32135         are permanently changed.
32137 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
32139         * autoinsert.el: find-file-hooks -> find-file-hook.
32141 2005-03-24  Lute Kamstra  <lute@gnu.org>
32143         * generic.el (generic-font-lock-defaults): Make it obsolete.
32144         (generic-font-lock-keywords): New variable to replace
32145         generic-font-lock-defaults.
32146         (generic-mode-set-font-lock): Delete it.
32147         (generic-mode-internal): Don't call generic-mode-set-font-lock.
32148         (generic-bracket-support): Add docstring.
32150         * generic-x.el: Rename generic-font-lock-defaults to
32151         generic-font-lock-keywords throughout.
32152         (mailagent-rules-setup-function): Delete it.
32153         (mailagent-rules-generic-mode): Use anonymous function instead.
32154         (show-tabs-generic-mode-font-lock-defaults-1)
32155         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
32156         Quote faces.
32157         (show-tabs-tab-face, show-tabs-space-face): Specify background,
32158         not foreground.
32160         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
32161         Recognize define-generic-mode.
32163 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
32165         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
32166         if there's no completion table.
32168 2005-03-23  Miles Bader  <miles@gnu.org>
32170         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32171         Remove tty-specific variants, as they're no longer needed.
32173 2005-03-23  Lute Kamstra  <lute@gnu.org>
32175         * generic-x.el: Code cleanup: make args constant whenever possible.
32176         (installshield-statement-keyword-list)
32177         (installshield-system-functions-list)
32178         (installshield-system-variables-list, installshield-types-list)
32179         (installshield-funarg-constants-list): Make them constants.
32181         * generic.el (generic-make-keywords-list): Add autoload cookie.
32183         * calendar/time-date.el: Add comment on time value formats.
32184         Don't require parse-time.
32185         (with-decoded-time-value): New macro.
32186         (encode-time-value): New function.
32187         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
32188         (days-to-time): Return a valid time value when arg is huge.
32189         (time-since): Use time-subtract.
32190         (time-to-number-of-days): Use time-to-seconds.
32192 2005-03-23  David Ponce  <david@dponce.com>
32194         * recentf.el (recentf-keep): New option.
32195         (recentf-menu-action): Default to `find-file'.
32196         (recentf-keep-non-readable-files-flag)
32197         (recentf-keep-non-readable-files-p)
32198         (recentf-file-readable-p, recentf-find-file)
32199         (recentf-cleanup-remote): Remove.
32200         (recentf-include-p): More robust.
32201         (recentf-keep-p): New function.
32202         (recentf-remove-if-non-kept): Rename from
32203         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
32204         All callers updated.
32205         (recentf-menu-items-for-commands): Fix help string.
32206         (recentf-track-closed-file): Update.  Doc fix.
32207         (recentf-cleanup): Update.  Count removed files.  Doc fix.
32209 2005-03-23  Kim F. Storm  <storm@cua.dk>
32211         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32212         Don't inherit from fringe face (now happens automatically).
32214 2005-03-22  Kim F. Storm  <storm@cua.dk>
32216         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
32217         position values.
32219 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
32221         * menu-bar.el (showhide-date-time): Remove.
32222         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
32223         (menu-bar-make-mm-toggle): Simplify.
32225 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32227         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
32228         Accept qualified variable and function names.
32230 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
32232         * bindings.el (completion-ignored-extensions):
32233         Remove ".lis" for `vax-vms'.
32235 2005-03-22  Andreas Schwab  <schwab@suse.de>
32237         * generic-x.el: Revert last change.
32238         * ldefs-boot.el: Update.
32240 2005-03-22  Jay Belanger  <belanger@truman.edu>
32242         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
32243         (calc-embedded-save-original-modes)
32244         (calc-embedded-restore-original-modes): New functions.
32245         (calc-do-embedded): Save original modes when entering embedded mode
32246         and restore when leaving embedded mode.
32247         (calc-embedded-modes-change): Change the value of
32248         calc-embedded-original-modes to reflect permanent changes.
32250 2005-03-22  Lute Kamstra  <lute@gnu.org>
32252         * generic-x.el: Require generic again.
32254 2005-03-22  Miles Bader  <miles@gnu.org>
32256         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
32257         Tweak details to look good on both ttys and bitmap displays, light
32258         or dark background, etc.
32260 2005-03-21  Kim F. Storm  <storm@cua.dk>
32262         * tooltip.el (tooltip-show-help-function): Check car and cdr of
32263         mouse position.
32265 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
32267         * icomplete.el: Don't forcibly turn on the mode upon load.
32268         (icomplete-mode): Use define-minor-mode.
32269         (icomplete-eoinput): Default to nil.
32270         (icomplete-minibuffer-setup): Remove autoload.
32271         (icomplete-tidy): Simplify.
32272         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
32273         in the initial state or if the user has modified the field.
32274         Fix handling of icomplete-max-delay-chars.
32275         Remove code that handles the oddball case where
32276         minibuffer-completion-table is an integer.
32277         Wrap icomplete-completions in while-no-input in case building
32278         completions takes more time than expected.
32279         (icomplete-completions): Simplify.
32281 2005-03-21  Richard M. Stallman  <rms@gnu.org>
32283         * jka-compr.el (jka-compr-really-do-compress):
32284         Make variable buffer-local.
32286         * image-mode.el: Handle .xpm files too.
32287         (image-toggle-display): Preserve modification flag.
32289         * help.el (where-is): Don't mention aliases with no key bindings.
32291 2005-03-21  Lute Kamstra  <lute@gnu.org>
32293         * generic.el: Fix commentary section.  Don't require cl for
32294         compilation.
32295         (generic-mode-list): Add autoload cookie.
32296         (generic-use-find-file-hook, generic-lines-to-scan)
32297         (generic-find-file-regexp, generic-ignore-files-regexp)
32298         (generic-mode, generic-mode-find-file-hook)
32299         (generic-mode-ini-file-find-file-hook): Fix docstrings.
32300         (define-generic-mode): Make it a defmacro.  Fix docstring.
32301         (generic-mode-internal): Code cleanup.  Add autoload cookie.
32302         (generic-mode-set-comments): Code cleanup.
32303         * generic-x.el: Don't prevent compilation.  Don't require generic.
32304         Follow coding conventions.  Minor code cleanup.
32305         (etc-fstab-generic-mode): Add some keywords.
32306         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
32307         define-generic-mode like a function declaration.
32309 2005-03-21  Jay Belanger  <belanger@truman.edu>
32311         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
32312         changing modes.
32314 2005-03-21  Sam Steingold  <sds@gnu.org>
32316         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
32318 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
32320         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
32321         Add underscore to "f$ lexicals" regexp.
32323 2005-03-20  Juri Linkov  <juri@jurta.org>
32325         * subr.el (progress-reporter-do-update): When `min-value' is equal
32326         to `max-value', set `percentage' to 0 and prevent division by zero.
32328 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
32330         Sync with Tramp 2.0.48.
32332         * net/tramp.el (all): Change all addresses to .gnu.org.
32333         (tramp-append-tramp-buffers): New defun.
32334         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
32335         Catch `dont-send' signal.
32336         (tramp-set-auto-save-file-modes): Set always permissions, because
32337         there might be an old auto-saved file belonging to another
32338         original file.  This could be a security threat.  Reported by
32339         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
32340         Check for Emacs 21.3.50 removed.
32342         * net/tramp-smb.el (all): Remove debug construct for
32343         `with-parsed-tramp-file-name'.
32344         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
32345         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
32346         No error message if DIRECTORY or FILENAME doesn't exist.
32347         (tramp-smb-open-connection): Check existence of
32348         `tramp-smb-program'.
32350 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
32352         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
32353         Properly handle the case where the `m' or `s' command's argument is not
32354         yet terminated.
32355         (perl-indent-new-calculate): New function.
32356         (perl-indent-line): Use it.
32358 2005-03-20  Miles Bader  <miles@gnu.org>
32360         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
32361         in text-mode too.  Change to new face names.
32362         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
32363         Add `:weight bold' attribute.
32364         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
32366 2005-03-19  Juri Linkov  <juri@jurta.org>
32368         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
32370         * international/mule.el (auto-coding-alist): Sync with
32371         `auto-mode-alist' by adding upper case archive file extensions
32372         and adding ear/war to jar extension.
32374 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
32376         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
32377         running, restart it.
32379 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
32381         * finder.el (finder-current-item): Throw an error on an empty line.
32383         * man.el (Man-follow-manual-reference): If current-word returns
32384         nil, use "".
32386 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
32388         * simple.el (goto-line): Doc fix.
32390 2005-03-19  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
32392         * files.el (save-buffer): Doc fix.
32394 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
32396         * recentf.el (recentf-cleanup-remote): New variable.
32397         (recentf-cleanup): Use it to conditionally check availability of
32398         remote files.
32400 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
32402         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
32403         function names.
32405 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32407         * language/thai-word.el: New file.
32409 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
32411         * files.el (backup-buffer): If the file's directory is not
32412         writable, use copy instead of move to backup the file.
32414 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
32416         * obsolete/keyswap.el: Moved to obsolete/ from term/.
32418 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
32420         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
32421         Use functionp instead of symbolp and fboundp.  Reported by Drkm
32422         <darkman_spam@yahoo.fr>.
32423         (ps-print-version): New version 6.6.6.
32425 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
32427         * textmodes/table.el (table--line-column-position): New idiom.
32428         (table--row-column-insertion-point-p): New function to test
32429         validity of row and column insertion operation at a location.
32430         (table-global-menu, table-cell-menu): Use above functions for
32431         deterministic test operation.
32432         (table--editable-cell-p): Behave in deterministic fashion.
32434 2005-03-18  Juri Linkov  <juri@jurta.org>
32436         * isearch.el (isearch-lazy-highlight-new-loop):
32437         Make arguments beg and end optional.
32438         (isearch-update): Remove optional arguments nil from
32439         isearch-lazy-highlight-new-loop.
32440         (isearch-lazy-highlight-search): Let-bind case-fold-search to
32441         isearch-lazy-highlight-case-fold-search instead of
32442         isearch-case-fold-search, and let-bind isearch-regexp to
32443         isearch-lazy-highlight-regexp.
32444         Use isearch-lazy-highlight-last-string instead of isearch-string.
32446         * replace.el (perform-replace): Remove bindings of global
32447         variables isearch-string, isearch-regexp, isearch-case-fold-search.
32448         Add three new arguments to `replace-highlight'.
32449         (replace-highlight): Add arguments string, regexp, case-fold.
32450         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
32451         to allow isearch-lazy-highlight-new-loop to use these values
32452         to set corresponding isearch-lazy-highlight-* internal
32453         variables whose values lazy highlighting will use regardless of
32454         changes to global variables isearch-string, isearch-regexp,
32455         isearch-case-fold-search during lazy highlighting loop.
32456         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
32457         to `lazy-highlight-cleanup'.
32459         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
32460         (ispell-highlight-face): Set default face to `isearch' when
32461         lazy highlighting is enabled.
32462         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
32463         priority to 1.  Add lazy highlighting.
32464         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
32465         from `isearch-dehighlight'.
32467 2005-03-18  David Ponce  <david@dponce.com>
32469         * files.el (hack-local-variables): Do a case-insensitive search
32470         for End.
32472 2005-03-18  Juri Linkov  <juri@jurta.org>
32474         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
32475         `isearch-lazy-highlight-cleanup', add alias to old name and
32476         declare obsolete.  Add release numbers to other obsolete vars.
32477         (isearch-done, isearch-lazy-highlight-new-loop):
32478         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
32479         (lazy-highlight-cleanup) <variable>: Doc fix.
32480         (isearch-lazy-highlight-update): Rename obsolete
32481         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
32483 2005-03-18  Kenichi Handa  <handa@m17n.org>
32485         * language/thai-util.el: Fix categorization of Thai characters in
32486         thai-category-table.
32487         (thai-composition-pattern): Adjust it for the above change.
32488         (thai-self-insert-command, thai-compose-syllable): New functions.
32489         (thai-compose-region): Use thai-compose-syllable.
32490         (thai-compose-string): Likewise.
32491         (thai-composition-function): Likewise.
32492         (thai-auto-composition): New function.
32493         (thai-auto-composition-mode): New minor mode.
32495         * language/thai.el: Fix patterns to be registered in
32496         composition-function-table.
32498         * international/quail.el (quail-input-method): Locally bind
32499         inhibit-modification-hooks to t.
32501 2005-03-17  Richard M. Stallman  <rms@gnu.org>
32503         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
32504         (perl-mode): Use run-mode-hooks.
32506         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
32507         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
32508         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
32510         * mail/sendmail.el (sendmail-send-it): Reenable the code
32511         to compute resend-to-address and use it.
32513         * tar-mode.el (tar-mode): Turn off undo unconditionally.
32515         * image-mode.el: New file.
32517         * image.el (insert-sliced-image): Add autoload cookie.
32519         * font-lock.el (font-lock-lines-before): New user option.
32520         (font-lock-after-change-function): Obey it.
32522         * bindings.el (esc-map): Make M-g a prefix.
32523         Bind M-g g and M-g M-g to goto-line.
32525         * faces.el (face-id): Doc fix.
32527 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
32529         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
32530         (rmail-show-message): Use rmail-unknown-mail-followup-to.
32531         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
32533         * mail/sendmail.el (mail-yank-ignored-headers)
32534         (mail-font-lock-keywords, mail-mode-fill-paragraph):
32535         Add Mail-Followup-To and Mail-Reply-To headers.
32536         (mail-citation-hook): Add autoload cookie.
32537         (mail-mode): Doc fix.
32538         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
32539         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
32540         (mail-mode-fill-paragraph): Handle those headers.
32541         (mail-mailing-lists): New variable.
32542         (mail-mail-reply-to, mail-mail-followup-to): New functions.
32544 2005-03-17  Juri Linkov  <juri@jurta.org>
32546         * isearch.el (isearch-fallback): Check for `(car previous)'
32547         before calling `isearch-other-end-state'.
32549 2005-03-17  Kim F. Storm  <storm@cua.dk>
32551         * simple.el (move-beginning-of-line): Move to beginning of buffer
32552         line, as well as beginning of screen line.
32554 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
32556         * calendar/diary-lib.el (mark-diary-entries): Use new optional
32557         argument REDRAW rather than calendar-redrawing variable.
32558         * calendar/calendar.el (calendar-redrawing): Delete.
32559         (redraw-calendar): Do not bind calendar-redrawing.
32561 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
32563         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
32564         diary-file buffer.
32566 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
32568         * help.el (describe-mode): Allow a :minor-mode-function property to
32569         specify a different minor mode toggle function than the variable.
32570         * simple.el (auto-fill-function):
32571         * subr.el (add-minor-mode): Use it.
32573 2005-03-16  Kenichi Handa  <handa@m17n.org>
32575         * language/ethio-util.el (sera-being-called-by-w3): New variable.
32576         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
32577         (ethio-fidel-to-sera-buffer): Likewise.
32579 2005-03-16  Juri Linkov  <juri@jurta.org>
32581         * emacs-lisp/find-func.el (find-function-regexp):
32582         Add defun-emitting macro `menu-bar-make-toggle'.
32584         * isearch.el: Put `isearch-scroll' property to
32585         `split-window-horizontally'.
32587         * info.el: Update error messages for `debug-ignored-errors'.
32588         (Info-isearch-search): Doc fix.
32589         (Info-find-node): Move up code to go into info buffer before
32590         recording the node to the history.
32591         (Info-fontify-node): Fontify titles only if the next line
32592         has two or more `*', `=', `-', `.'.
32593         Display "go to this node" for empty (match-string 3).
32595 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32597         * term/mac-win.el: Add mouse pointer shape constants.
32599 2005-03-15  Kim F. Storm  <storm@cua.dk>
32601         * simple.el (move-beginning-of-line): Use vertical-motion.
32603 2005-03-15  Juri Linkov  <juri@jurta.org>
32605         * isearch.el (isearch-error): New variable.
32606         (isearch-invalid-regexp, isearch-within-brackets): Remove.
32607         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32608         (isearch-within-brackets-state): Remove.
32609         (isearch-case-fold-search-state, isearch-pop-fun-state):
32610         Decrease frame index.
32611         (isearch-mode, isearch-top-state, isearch-push-state)
32612         (isearch-edit-string, isearch-abort, isearch-search-and-update)
32613         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32614         (isearch-search, isearch-lazy-highlight-new-loop):
32615         Replace `isearch-invalid-regexp' with `isearch-error'.
32616         Remove `isearch-within-brackets'.
32617         (isearch-search): Add `search-failed' handler to `condition-case'.
32618         (isearch-lazy-highlight-search): Add `condition-case' to catch
32619         errors and allow `isearch-lazy-highlight-update' to try
32620         highlighting from the beginning of the window.
32621         (isearch-repeat): Move up code to set isearch-wrapped to t
32622         before calling isearch-wrap-function.
32624         * info.el (Info-isearch-initial-node): New internal variable.
32625         (Info-search): Signal an error in isearch mode when search leaves
32626         the initial node.  Signal an error when `bound' is non-nil and
32627         nothing was found in the current subfile.
32628         (Info-isearch-search): Remove `condition-case'.
32629         (Info-isearch-wrap): Don't wrap when search failed during leaving
32630         the initial node.  If `Info-isearch-search' is nil, wrap around
32631         the current node.
32632         (Info-isearch-start): New fun.
32633         (Info-mode): Add buffer-local hook `Info-isearch-start' to
32634         `isearch-mode-hook'.
32636 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32638         * simple.el (normal-erase-is-backspace): Set default to t if
32639         running on Mac.
32641         * term/mac-win.el (function-key-map): Sync with x-win.el.
32643 2005-03-15  Kenichi Handa  <handa@m17n.org>
32645         * international/mule-cmds.el (locale-language-names): Modify the
32646         format of elements and add more entries.
32647         (locale-preferred-coding-systems): Add more entries.
32648         (set-locale-environment): Adjust for the change of
32649         locale-language-names.
32651 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
32653         * pcvs.el (smerge-ediff): Remove bogus autoload.
32655 2005-03-14  Lute Kamstra  <lute@gnu.org>
32657         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32658         Ignore a `*' at the beginning of a line.
32660         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32661         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32662         subr.el.
32663         (dont-compile, eval-when-compile, eval-and-compile): Use declare
32664         to specify indentation.
32666         * generic.el (define-generic-mode): Let generic-mode-list be a
32667         list of strings; test membership with equal.
32669 2005-03-14  Kim F. Storm  <storm@cua.dk>
32671         * simple.el (next-line, previous-line): Add optional try-vscroll
32672         arg to recognize interactive use.  Pass it on to line-move.
32673         (line-move): Don't perform auto-window-vscroll when defining or
32674         executing keyboard macro to ensure consistent behavior.
32676 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
32678         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32680 2005-03-13  Lute Kamstra  <lute@gnu.org>
32682         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32683         debugger-setup-buffer so that backtrace marks the frames set to
32684         debug-on-exit and we don't have to do it manually.  Set an extra
32685         debug-on-exit for macro's.
32686         (debugger-setup-buffer): Don't mark the top frame manually.
32688 2005-03-12  Lute Kamstra  <lute@gnu.org>
32690         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32691         lisp-indent-function throughout.
32692         (with-no-warnings): Set lisp-indent-function property.
32694 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
32696         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32697         Add entry for backslash.
32699 2005-03-12  Juri Linkov  <juri@jurta.org>
32701         * info.el (Info-search): Four fixes for backward search.
32703 2005-03-11  Jay Belanger  <belanger@truman.edu>
32705         * calc/calc.el (calc-language-alist): New variable.
32706         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32707         (calc-embedded-find-modes): Use calc-language-alist instead of
32708         calc-embedded-language-alist.
32710 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
32712         * calendar/calendar.el (calendar-redrawing): New internal
32713         variable.
32714         (redraw-calendar): Remove bogus save-excursion from previous
32715         change.  Bind calendar-redrawing to t for mark-diary-entries.
32716         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32717         calendar if that is why we were called.
32719 2005-03-11  Kenichi Handa  <handa@m17n.org>
32721         * international/mule.el (make-coding-system): Set property
32722         coding-system-define-form to nil.
32723         (define-coding-system-alias): Likewise.
32725 2005-03-11  Kenichi Handa  <handa@m17n.org>
32727         These changes are suggested by Dave Love <fx@gnu.org>.
32729         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32730         coding: tag.
32731         (adaptive-fill-regexp): Add more bullets.
32732         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32733         regexps.
32735 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
32737         * help.el (describe-mode): Properly handle non-trivial lighters.
32738         Don't ignore minor modes that are not listed in minor-mode-list.
32740         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32741         feature ON when the user requests to turn it OFF.
32743 2005-03-10  Lute Kamstra  <lute@gnu.org>
32745         * emacs-lisp/debug.el (debug-entry-code): Delete it.
32746         (implement-debug-on-entry): New function to replace debug-entry-code.
32747         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
32748         second argument as the 2005-03-07 change makes it obsolete.
32749         (debug-on-entry, cancel-debug-on-entry): Update call to
32750         debug-on-entry-1.
32751         (debug, debugger-setup-buffer): Comment update.
32752         (debugger-frame-number): Update to work with implement-debug-on-entry.
32754 2005-03-10  Jay Belanger  <belanger@truman.edu>
32756         * calc/calc-embed.el (math-ms-args): Declare it.
32757         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32758         math-ms-args.
32759         (calc-embedded-subst): Use math-multi-subst-rec to substitute
32760         variables.
32762 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
32764         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32765         Use message-box.
32767         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32768         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32769         (tooltip-gud-tips): Simplify.
32770         (tooltip-gud-tips-p): Remove superfluous :set.
32771         (tooltip-gud-modes): Add fortran-mode.
32772         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32774         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32776 2005-03-09  Kim F. Storm  <storm@cua.dk>
32778         * play/animate.el (animate-place-char): Use forward-line instead
32779         of next-line to improve performance.
32781 2005-03-09  Simon Josefsson  <jas@extundo.com>
32783         * net/browse-url.el (browse-url-default-browser): Doc fix.
32785 2005-03-09  Miles Bader  <miles@gnu.org>
32787         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32788         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32790 2005-03-09  Kenichi Handa  <handa@m17n.org>
32792         * international/latin-1.el: Set case and syntax for 255 only if
32793         set-case-syntax-set-multibyte is nil.
32795         * textmodes/ispell.el (ispell-insert-word): New function.
32796         (ispell-word): Use ispell-insert-word to insert a new word.
32797         (ispell-process-line): Likewise.
32798         (ispell-complete-word): Likewise.
32800 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
32802         * calendar/calendar.el (redraw-calendar): Preserve point.
32803         Reported by Matt Hodges <MPHodges@member.fsf.org>.
32804         (calendar-week-start-day): Move after definition of
32805         redraw-calendar.  Delete buffer test, since redraw-calendar has
32806         that now.
32808         * calendar/diary-lib.el (mark-diary-entries): Only call
32809         redraw-calendar in the first of any recursive calls.
32810         Reported by Alan Shutko <ats@acm.org>.
32812 2005-03-08  Juri Linkov  <juri@jurta.org>
32814         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32815         (html-horizontal-rule, html-line, html-image, html-checkboxes)
32816         (html-radio-buttons): Add a space before the trailing `/>' where
32817         sgml-xml-mode is non-nil.
32818         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32819         the subsequent tag of the empty XML tag.
32820         (html-href-anchor): Don't set initial input to "http:".
32821         (html-image): Ask for the image URL and set point inside alt="".
32822         (html-name-anchor): Duplicate the name in the `id' attribute when
32823         sgml-xml-mode is non-nil.
32824         (html-paragraph): Remove \n before <p>.
32825         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32826         instead of `checked' when sgml-xml-mode is non-nil.
32828         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32829         Remove 1 space before #RRGGBB to not truncate it on terminal
32830         windows w/o fringes.  Remove 1 space between bg and fg examples
32831         to get more space.
32832         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32833         avoid byte-compile warnings.
32835         * image-file.el (image-file-handler): Put `safe-magic' property to
32836         `image-file-handler'.
32838         * info.el (Info-isearch-search): Emulate word search in
32839         isearching through multiple Info nodes with Info-search.
32840         (Info-isearch-wrap): Allow isearch-word.
32842 2005-03-08  Lute Kamstra  <lute@gnu.org>
32844         * emacs-lisp/debug.el (debugger-step-through): Make sure that
32845         stepping into the debugger's code is not possible.
32846         (debugger-jumping-flag): Docstring update.
32848 2005-03-08  Jay Belanger  <belanger@truman.edu>
32850         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32851         embedded mode begins.
32852         (calc-embedded-language-alist): New variable.
32853         (calc-embedded-find-modes): Use calc-embedded-language-alist to
32854         set default language mode.
32856 2005-03-08  Kenichi Handa  <handa@m17n.org>
32858         * international/ccl.el (define-ccl-program): Fix docstring about
32859         extra 256 bytes assured for the output buffer.
32861         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32862         Fix BUFFER_MAGNIFICATION to 2.
32863         (ccl-encode-mule-utf-16be-with-signature): Likewise.
32865 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
32867         * align.el (align-rules-list): Added an alignment rule for CSS
32868         declarations (applies to css-mode and html-mode buffers).
32870 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
32872         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32874 2005-03-07  Kim F. Storm  <storm@cua.dk>
32876         * simple.el (move-beginning-of-line): New command.
32878         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32880         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32882         * emulation/cua-base.el: Put CUA move property on move-end-of-line
32883         and move-beginning-of-line.
32885         * apropos.el (apropos-print): Omit command from M-x ... RET.
32887 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
32889         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32890         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32892 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32894         * bindings.el (esc-map): Bind M-g to goto-line.
32896         * facemenu.el (global-map): Bind M-o, not M-g.
32898 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
32900         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32901         "Open Directory" as for "Open File".
32903 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
32905         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32906         (push-mark-command): Run activate-mark-hook.
32908 2005-03-06  Richard M. Stallman  <rms@gnu.org>
32910         * help-mode.el (help-mode-finish): Don't alter the element
32911         in view-return-to-alist if there already is one.
32913         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32914         make sure the current buffer is the expected one.
32916         * novice.el (disabled-command-function): Output in *Disabled Command*.
32917         Explicitly ignore non-keyboard events, and explicitly handle C-g.
32919         * textmodes/flyspell.el (flyspell-large-region):
32920         Pass args differently for aspell.
32922         * files.el (mode-require-final-newline): Doc fix.
32924 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
32926         * progmodes/which-func.el (which-function):
32927         Specify NOERROR when calling imenu--make-index-alist.
32929 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
32931         * simple.el (normal-erase-is-backspace): Define default value.
32933         * custom.el (custom-theme-set-variables): Remove unused var
32934         `immediate'.
32935         (custom-reevaluate-setting): Simple function to handle variables
32936         that are defined before their default value can really be
32937         computed.
32939         * startup.el (command-line): Use it for temporary-file-directory,
32940         small-emporary-file-directory, auto-save-file-name-transforms,
32941         blink-cursor-mode, and normal-erase-is-backspace.
32943         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32944         progress, even with buggy anchored keywords.
32946 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
32948         * simple.el (goto-line): Remove unbalanced final parenthesis.
32950 2005-03-05  Richard M. Stallman  <rms@gnu.org>
32952         * simple.el (goto-line): Use a number at point as the default.
32953         With C-u as arg, switch buffers.
32955 2005-03-05  Juri Linkov  <juri@jurta.org>
32957         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32958         with `no-blinking-cursor'.
32960         * startup.el (no-blinking-cursor): New defvar.
32961         (command-line): Add `--no-blinking-cursor' to longopts.
32962         Set `no-blinking-cursor' to t for command line arguments
32963         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
32964         with `no-blinking-cursor' in the condition for calling
32965         `blink-cursor-mode'.
32967 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
32969         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32970         (menu-bar-options-save): Add blink-cursor-mode.
32971         (menu-bar-options-menu): Add blink-cursor-mode.
32973 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
32975         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32976         (icalendar-export-file, icalendar-export-region)
32977         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32978         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32980 2005-03-04  Lute Kamstra  <lute@gnu.org>
32982         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32983         (debug-function-list): Ditto.
32985 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
32987         * textmodes/texinfmt.el (texinfo-append-refill):
32988         Redefine the types of line to which @refill
32989         is not appended by replacing a search for `@refill\\|@bye' with
32990         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
32991         itemize@refill' bug and the unfilled long lines bug.
32992         (texinfmt-version): Update number and date.
32994 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
32996         * international/code-pages.el (windows-1250, windows-125[2-8])
32997         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32999 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33001         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
33002         bound yet.
33004 2005-03-02  Romain Francoise  <romain@orebokech.com>
33006         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
33007         buffer after removing limits.
33008         (ibuffer-pop-filter): Ditto.
33009         Update copyright.
33011 2005-03-02  Miles Bader  <miles@gnu.org>
33013         * button.el (make-text-button): If the user doesn't specify a
33014         type, use the default.  Rewrite to use `add-text-properties' and
33015         plist functions.
33017 2005-03-01  Lute Kamstra  <lute@gnu.org>
33019         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
33020         (debugger-jumping-flag): New var.
33021         (debug-entry-code): Use it.
33022         (debugger-jump): Use debugger-jumping-flag and add
33023         debugger-reenable to post-command-hook.
33024         (debugger-reenable): Use debugger-jumping-flag and remove itself
33025         from post-command-hook.
33026         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
33027         debugger-reenable.
33029 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
33031         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
33032         inclusion of "itemize\\|", which may be unnecessary, is certainly
33033         inelegant, and stops refilling in itemize lists when formatting
33034         Japanese Texinfo files to Info.
33035         Update copyright to 2005.
33037 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
33039         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
33040         of an error if GDB can't find the source file.
33042 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
33044         * calendar/calendar.el (redraw-calendar): Work from any buffer,
33045         not just the calendar.
33047         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
33048         first.
33049         (diary-redraw-calendar): New function.
33050         (make-diary-entry): Add diary-redraw-calendar to local
33051         write-contents-functions.  Turn off selective display before
33052         inserting in diary.
33054 2005-03-01  Kim F. Storm  <storm@cua.dk>
33056         * emacs-lisp/copyright.el (copyright-fix-years): New command.
33058 2005-03-01  Lute Kamstra  <lute@gnu.org>
33060         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
33061         that debug-entry-code can be safely removed from a function while
33062         this code is being evaluated.  Revert the 2005-02-27 change as the
33063         new implementation no longer requires it.  Make sure that a
33064         function body containing just a string is not mistaken for a docstring.
33065         (debug): Skip one more frame in case of debug on entry.
33066         (debugger-setup-buffer): Delete one more frame line in case of
33067         debug on entry.
33068         (debugger-frame-number): Update to use the new text introduced by
33069         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
33071 2005-02-28  Kim F. Storm  <storm@cua.dk>
33073         * double.el (double-translate-key): Call force-window-update after
33074         read-event to avoid crash in redisplay.
33076 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33078         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
33079         (debug): Use it.  Move the inhibit-trace earlier.
33080         (debug-entry-code): New const.
33081         (debug-on-entry-1): Use it.
33083 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
33085         * international/utf-16.el (ccl-encode-mule-utf-16le):
33086         Fix BUFFER_MAGNIFICATION to 2.
33087         (ccl-encode-mule-utf-16be): Likewise.
33089 2005-02-28  Kenichi Handa  <handa@m17n.org>
33091         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
33092         Fix BUFFER_MAGNIFICATION to 4.
33093         (ccl-encode-mule-utf-16be-with-signature): Likewise.
33095 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
33097         * speedbar.el (speedbar-update-flag): Doc fix.
33098         (speedbar-show-info-under-mouse): Give set-mouse-position the right
33099         argument.
33101 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33103         * reveal.el (reveal-post-command): Don't try to reveal overlays which
33104         have a non-nil `invisible' property but are actually visible.
33106         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
33107         for perldoc sections.
33108         (perl-outline-regexp, perl-outline-level): New var and function.
33109         (perl-mode): Use them.
33111 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
33113         * calendar/diary-lib.el (diary-remind): Discard any mark portion
33114         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
33116 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
33118         * cus-edit.el: Comment change.
33119         (custom-buffer-create-internal): Slightly reword text at top of
33120         Custom buffers.  Mention there that saving an option edits the
33121         init file.  Add link to Emacs manual node on `custom-file'.
33122         (custom-magic-alist): Rewrite individual State messages to use
33123         capitalized keywords.  Doc fix.
33125 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
33127         * calendar/calendar.el (calendar-buffer): Move above
33128         calendar-week-start-day.
33129         (calendar-week-start-day): Doc fix.  Add :set function.
33130         (calendar-minimum-window-height): New variable.
33131         (generate-calendar-window): Only resize window if selected-window
33132         is displaying the calendar buffer.  Use new variable
33133         calendar-minimum-window-height.
33134         (generate-calendar): Reword error message.
33135         (calendar-mode-map): Bind DEL to scroll-other-window-down.
33137 2005-02-27  Andreas Schwab  <schwab@suse.de>
33139         * vc.el (vc-do-command): Don't run command asynchronously when
33140         operating in a remote directory.
33142         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
33143         change from sync with Tramp 2.0.47.
33145 2005-02-27  Richard M. Stallman  <rms@gnu.org>
33147         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
33149         * textmodes/flyspell.el (flyspell-mode-on):
33150         Call ispell-change-dictionary only if necessary.
33152         * emacs-lisp/re-builder.el (regexp-builder): New function.
33154         * register.el (describe-register-1): Explicitly handle
33155         yank-excluded-properties = t.
33157         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
33158         (custom-magic-alist): Change the status descriptions again.
33159         (face widget-type): Total rewrite based on `restricted-sexp'
33160         to eliminate the confusing double hiding levels.
33162         * emacs-lisp/debug.el (debug-on-entry-1):
33163         If function body is empty, add nil as body form.
33165 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
33167         * emacs-lisp/trace.el (inhibit-trace): New var.
33168         (trace-make-advice): Use it.
33170         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
33172 2005-02-26  Kim F. Storm  <storm@cua.dk>
33174         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
33175         (mouse-on-link-p, mouse-drag-region-1): Use it.
33177 2005-02-25  Lute Kamstra  <lute@gnu.org>
33179         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
33181 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
33183         * frame.el (blink-cursor-mode): Add :group keyword.
33185 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
33187         * calendar/icalendar.el (icalendar--decode-isodatetime):
33188         New optional argument DAY-SHIFT.
33189         (icalendar-export-region): Fix coding-system-for-write.
33190         (icalendar--convert-ical-to-diary): Shift end-day of all-day
33191         events by one.
33193 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
33195         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
33197 2005-02-24  Kim F. Storm  <storm@cua.dk>
33199         * international/iso-acc.el (iso-accents-compose): Fix crash
33200         during redisplay.  Call force-window-update after read-event
33201         and delete-region to signal that window is not accurate.
33203 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
33205         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
33206         Remove unused and inexistent var `inhibit-trace'.
33207         (debugger-mode): Use run-mode-hooks.
33208         (debugger-list-functions): Add buttons; setup xref stack.
33210 2005-02-23  Richard M. Stallman  <rms@gnu.org>
33212         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
33213         appointment says it was explicitly made.
33214         (appt-add): Set the 3rd element.
33215         (appt-make-list): Preserve explicit appointments.
33217         * subr.el (find-tag-default): Catch errors in forward-sexp.
33219 2005-02-23  Juri Linkov  <juri@jurta.org>
33221         * info.el (Info-isearch-search): New defcustom.
33222         (Info-isearch-search): Call the default isearch function
33223         when Info-isearch-search is nil.
33224         (Info-isearch-wrap): Use variable Info-isearch-search.
33226 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
33228         * cus-edit.el: Comment change.
33230 2005-02-22  Kim F. Storm  <storm@cua.dk>
33232         * progmodes/hideif.el (hide-ifdef-use-define-alist):
33233         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
33235 2005-02-22  Simon Josefsson  <jas@extundo.com>
33237         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
33238         New variable.
33239         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
33240         Oskarsson" <myrkraverk@users.sourceforget.net>.
33242 2005-02-22  Kim F. Storm  <storm@cua.dk>
33244         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
33245         check that window of that event is the selected window.
33246         (mouse-drag-region-1): Compare mouse event window to selected
33247         window before setting point.
33249         * tooltip.el (tooltip-show-help-function): Pass event to
33250         mouse-on-link-p so it can check selected window.
33252 2005-02-22  Kenichi Handa  <handa@m17n.org>
33254         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
33255         (ps-mule-show-warning): New function.
33256         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
33257         characters are found.
33259         * ps-print.el (ps-header-footer-string): Return a list of header
33260         and footer strings.
33262 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
33264         * pcvs.el (cvs-retrieve-revision): Fix thinko.
33266 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
33268         * frame.el (blink-cursor-mode): Use define-minor-mode.
33270         * term/mac-win.el (function-key-map): Use char-names more consistently.
33271         (file-name-coding-system): Only set it for MacOS-9.  The other case is
33272         already handled in mule-cmds.el (where it also works when mac-win.el
33273         is not used).
33275 2005-02-21  Kenichi Handa  <handa@m17n.org>
33277         * international/mule.el (ctext-pre-write-conversion): Always use
33278         " *code-converting-work*" buffer for work.
33280         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
33282 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
33284         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
33286 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
33288         * ses.el (undo-more): Restore defadvice, but only the part that
33289         allows changes outside the restricted area of the buffer.
33291 2005-02-20  Kim F. Storm  <storm@cua.dk>
33293         * simple.el (line-move): Add fourth optional arg try-vscroll which
33294         must be set to perform auto-window-vscroll.
33295         When moving backwards and doing auto-window-vscroll, automatically
33296         vscroll to the last part of lines which are taller than the window.
33297         (next-line, previous-line): Set try-vscroll arg on line-move.
33299 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
33301         * replace.el (query-replace, query-replace-regexp)
33302         (replace-string, replace-regexp): When operating on region, make
33303         the minibuffer prompt say so.
33305         * isearch.el (isearch-forward): Document isearch-query-replace and
33306         isearch-query-replace-regexp keybindings.
33308 2005-02-19  Jay Belanger  <belanger@truman.edu>
33310         * calc/calc-aent.el (math-read-token): Add local variable.
33312         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
33313         (calc-edit-top): Move declaration to earlier in file.
33314         (calc-edit-macro-repeats): Add local variables.
33316         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
33317         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
33318         calcFunc-tanh.
33319         Adjust integration rule for calcFunc-tan.
33321 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33323         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
33324         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
33325         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
33326         (viper-skip-separators): Bug fix.
33327         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
33328         particular major mode.
33329         (viper-del-backward-char-in-replace): Don't put deleted char on the
33330         kill ring.
33332         * viper-ex.el (viper-color-display-p): New function.
33333         (viper-has-face-support-p): Use viper-color-display-p.
33335         * viper-keym.el (viper-gnus-modifier-map): New keymap.
33337         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
33339         * viper-util.el (viper-glob-unix-files): Fix shell status check.
33340         (viper-file-remote-p): Make equivalent to file-remote-p.
33342         * viper.el (viper-major-mode-modifier-list):
33343         Use viper-gnus-modifier-map.
33345 2005-02-19  David Kastrup  <dak@gnu.org>
33347         * subr.el (subregexp-context-p): Fix garbled doc string by adding
33348         quoting.
33350 2005-02-19  Jay Belanger  <belanger@truman.edu>
33352         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
33353         Remove extra definitions.
33354         (calc-coth): New function.
33355         (calcFunc-cot): Fix `let'.
33357 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
33359         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
33360         the reasons we use "type pc" in these faces.
33362         * button.el (button): Ditto.
33364 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
33366         * replace.el (query-replace-read-from): Set the value of
33367         query-replace-from-history-variable to handle the case of an empty
33368         string entered to accept the suggested default.
33370         * net/tramp.el (tramp-file-name-for-operation):
33371         Use dired-call-process instead of dired-call-process-command.
33373 2005-02-19  Jay Belanger  <belanger@truman.edu>
33375         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
33376         (math-div-non-trig): New variables.
33377         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
33378         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
33379         (math-combine-prod, math-div-symb-fancy): Add simplifications for
33380         trig expressions.
33382 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
33384         * progmodes/gdb-ui.el (gdb-var-update-handler)
33385         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
33386         for watch expressions,
33387         (gdb-var-create-handler): Don't set speedbar-update-flag.
33388         (gdb-post-prompt): Simplify test for speedbar.
33390 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
33392         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
33393         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
33394         we use the syntax table of the correct buffer.
33395         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
33396         Felix Gatzemeier.
33398         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
33399         (ediff-file-remote-p): Make synonymous with file-remote-p.
33400         In all deffaces ediff-*-face-*, use min-colors.
33402         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
33403         ediff-recurse-to-subdirectories.
33404         (ediff-mark-if-equal): Check that the arguments are strings, use
33405         ediff-same-contents (after to Felix Gatzemeier).
33407         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
33408         nil.
33410 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
33412         * log-view.el (log-view-message-re): Fix up Subversion regexp.
33414 2005-02-18  David Kastrup  <dak@gnu.org>
33416         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
33417         use `mark-active' when defined.
33419 2005-02-18  Kenichi Handa  <handa@m17n.org>
33421         * ps-print.el (ps-font-info-database): New entry
33422         ZapfChancery-MediumItalic with correct font name.  Fix font name
33423         of the entry Zapf-Chancery-MediumItalic.
33425 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
33427         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
33429 2005-02-16  Kim F. Storm  <storm@cua.dk>
33431         * ido.el (ido-fallback-command): Pass user input to fallback command.
33433 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
33435         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33436         (gdb-find-file-hook): Add server prefix.
33438 2005-02-16  Richard M. Stallman  <rms@gnu.org>
33440         * replace.el (perform-replace): Pass new args to replace-highlight.
33441         (replace-highlight): Take region args,
33442         and pass them to isearch-lazy-highlight-new-loop.
33444         * novice.el (disabled-command-hook): Autoload the defalias
33445         and the make-obsolete-variable call.
33447         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
33449         * isearch.el (isearch-lazy-highlight-start-limit)
33450         (isearch-lazy-highlight-end-limit): New variables limit
33451         the region for highlighting.
33452         (isearch-lazy-highlight-new-loop): New args BEG and END.
33453         (isearch-lazy-highlight-search): Use the new vars.
33454         (isearch-lazy-highlight-update): Likewise.
33456         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
33458         * cus-start.el (all): Use default-boundp.
33460 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
33462         * menu-bar.el (menu-bar-select-frame): Handle current frame.
33464 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
33466         * autorevert.el (auto-revert-stop-on-user-input)
33467         (auto-revert-verbose): Doc fixes.
33469 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
33471         * international/mule-cmds.el (set-locale-environment): Remove call
33472         to set-selection-coding-system on Windows.
33474 2005-02-15  Jay Belanger  <belanger@truman.edu>
33476         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
33477         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
33478         calcFunc-coth.
33479         (math-simplify-sqrt): Add simplifications.
33481         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
33482         to list.
33484         * calc/calc-ext.el: Add functions to autoloads.
33486         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
33487         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
33488         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
33489         (math-csc-raw, math-cot-raw): New functions.
33491         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
33493         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
33494         the variable name in a message.
33496         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
33497         calcFunc-csc, calcFunc-cot.
33499         * calc/calcalg2.el: Add derivative and integration rules for
33500         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
33501         calcFunc-csch, calcFunc-coth.
33502         (math-do-integral-methods): Add to checks for when to use
33503         substitutions.
33505         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
33507 2005-02-15  Lute Kamstra  <lute@gnu.org>
33509         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
33510         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
33511         <monnier@iro.umontreal.ca>.
33512         (lisp-outline-level): Improve efficiency.  Suggested by David
33513         Kastrup <dak@gnu.org>.
33515 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
33517         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
33518         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
33519         (gdb-set-gud-minor-mode-existing-buffers): New functions.
33520         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
33521         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
33523 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
33525         * cus-start.el (all): Comment change.
33527 2005-02-14  Lute Kamstra  <lute@gnu.org>
33529         * cus-start.el (all): Check if symbol is void.
33531 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
33533         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
33534         optional argument to \cite.
33536 2005-02-14  Richard M. Stallman  <rms@gnu.org>
33538         * cus-edit.el (custom-buffer-create-internal): Update help message.
33539         (custom-magic-alist): Update help messages.
33541         * cus-start.el (all): Allow a var to specify a standard value.
33543 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
33545         * custom.el (custom-theme-set-variables): Handle variable aliases.
33547         * frame.el (blink-cursor-timer): Doc fix.
33548         (blink-cursor): Make it an alias for `blink-cursor-mode' and
33549         declare obsolete.
33550         (blink-cursor-mode): Define with defcustom and use correct
33551         standard expression in that defcustom.
33552         * startup.el (command-line): Adapt to above changes in frame.el.
33554 2005-02-11  Lute Kamstra  <lute@gnu.org>
33556         * apropos.el (apropos-score-doc): Prevent division by zero.
33558 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
33560         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
33561         (icalendar--get-event-property-attributes)
33562         (icalendar--get-event-properties)
33563         (icalendar--datetime-to-diary-date): New functions.
33564         (icalendar--split-value): Doc fix.
33565         (icalendar--datetime-to-noneuropean-date)
33566         (icalendar--datetime-to-european-date): New optional argument
33567         SEPARATOR.  Return result as a string instead of a list.
33568         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
33569         (icalendar--convert-string-for-export): Rename arg S to STRING.
33570         (icalendar-export-region): Doc fix.  Change name of error buffer.
33571         Save output buffer.
33572         (icalendar-import-file): Add blank at end of prompt.
33573         (icalendar-import-buffer): Doc fix.  Do not switch to error
33574         buffer.  Indicate status in return value.
33575         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
33576         buffer.  Save output buffer.  Handle exception from recurrence
33577         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
33578         events.  Fix problems with weekly all-day events.
33580 2005-02-10  Richard M. Stallman  <rms@gnu.org>
33582         * simple.el (eval-expression-print-format):
33583         Avoid warning about edebug-active.
33585         * help.el (help-for-help-internal): Rename from help-for-help.
33586         (help-for-help): Define with defalias.
33588         * font-core.el (font-lock-default-function): Use with-no-warnings.
33590         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33592         * custom.el (defface): Doc fix.
33594 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
33596         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33597         width 0" to prevent word wrapping problems.
33599 2005-02-09  Kim F. Storm  <storm@cua.dk>
33601         * ido.el (ido-file-extensions-order): New defcustom.
33602         (ido-file-extension-lessp, ido-file-extension-aux)
33603         (ido-file-extension-order): New advanced file ordering.
33604         (ido-file-lessp): New simple file ordering.
33605         (ido-sort-list): Remove.
33606         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33607         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33609 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
33611         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33612         that some versions of grep produce.
33613         (grep-mode-font-lock-keywords): Likewise.
33615 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
33617         * progmodes/gdb-ui.el (gdb-location-list): New variable.
33618         (gdb-cdir): Delete.
33619         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33620         (gdb-source-info): Treat case when source file is in another
33621         directory properly.
33622         (gdb-get-location): New function.
33624 2005-02-07  Jay Belanger  <belanger@truman.edu>
33626         * calc/calc-prog.el (calc-write-parse-table-part)
33627         (calc-fix-token-name): Fix a check for language type.
33629         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33631 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
33633         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33634         as directory not writable.
33636 2005-02-07  Kim F. Storm  <storm@cua.dk>
33638         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33639         (cua--standard-movement-commands): Remove list.
33640         Instead, set CUA property value to move for movement commands.
33641         (cua-movement-commands): Remove.  Users must set CUA prop instead.
33642         (cua--pre-command-handler): Check CUA property.
33643         (cua--init-keymaps): Don't remap undo commands.
33644         (cua-mode): Don't call cua--rectangle-on-off.
33646         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33647         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33648         (cua--rect-undo-set-point): New var.
33649         (cua--rectangle-undo-boundary): Setup undo apply entry.
33650         (cua--rect-undo-handler): New function for rectangle undo.
33651         (cua--rect-start-position, cua--rect-end-position): Add.
33652         (cua--rectangle-post-command): Call cua--rectangle-set-corners
33653         for restored rectangle.  Set point if cua--rect-undo-set-point.
33655 2005-02-06  Jay Belanger  <belanger@truman.edu>
33657         * calc/calc-lang.el (calc-tex-language): Display more information
33658         in messages.
33660         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33661         in TeX mode.
33663 2005-02-06  Richard M. Stallman  <rms@gnu.org>
33665         * emacs-lisp/lisp.el (buffer-end): Doc fix.
33667 2005-02-05  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
33669         * net/ldap.el (ldap-search-internal): Support attributes with
33670         optional descriptions separated by a semi-colon, as in
33671         "userCertificate;binary".
33673 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
33675         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33676         isn't a cons (i.e. the version is 0).
33678 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
33680         * help.el (help-for-help): Doc fix.
33682 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
33684         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
33685         GDB-Windows on the menu-bar as this works better.
33687 2005-02-04  Jay Belanger  <belanger@truman.edu>
33689         * calc/calc-embed.el (calc-embedded-update): Don't put in
33690         unnecessary newlines.  Adjust the end of formula marker.
33692         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33693         (math-latex-parse-two-args): New function.
33695 2005-02-03  Lute Kamstra  <lute@gnu.org>
33697         * help-fns.el (help-with-tutorial): Make sure that users cannot
33698         remove the entire text of the tutorial by means of `undo'.
33700 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
33702         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33703         in recent changes, where the ispell process was repeatedly
33704         killed & restarted.
33706         * international/mule-cmds.el (set-locale-environment): Set file-name
33707         coding system to utf-8 on Darwin systems.
33708         (set-default-coding-systems): Don't set default-file-name-coding-system
33709         on Darwin systems.
33711 2005-02-03  Richard M. Stallman  <rms@gnu.org>
33713         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33715 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
33717         * faces.el (list-faces-display): Add optional argument.
33719 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
33721         * font-core.el (font-lock-default-function): Handle the rare case where
33722         only font-lock-keywords is set.
33724 2005-02-02  Kenichi Handa  <handa@m17n.org>
33726         * international/characters.el: Cancel previous change for
33727         I-WITH-DOT-ABOVE and DOTLESS-i.
33729         * international/latin-5.el: Cancel previous change.
33731 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33733         * progmodes/gud.el: Correction to syntax in gud-menu-map.
33735 2005-02-02  Kenichi Handa  <handa@m17n.org>
33737         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33738         DOTLESS-i.
33740         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33741         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33743         * case-table.el (get-upcase-table): New function.
33744         (copy-case-table): Copy upcaes table too if non-nil.
33745         (set-case-syntax-delims): Maintain upcase table too.
33746         (set-case-syntax-pair): Likewise.
33747         (set-upcase-syntax, set-downcase-syntax): New functions.
33748         (set-case-syntax): Maintain upcase table too.
33750 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
33752         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33754         * progmodes/gud.el (gud-goto-info): New function.
33755         (gud-tool-bar-map): Use correct icon.
33757 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33759         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33760         When delegating, order args in the funcall correctly.
33762 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
33764         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33766 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
33768         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33769         buffer not visiting a file.
33771 2005-01-31  Jay Belanger  <belanger@truman.edu>
33773         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33774         bound on the line with the formula.
33776 2005-01-31  Kim F. Storm  <storm@cua.dk>
33778         * ses.el (ses-create-cell-variable-range)
33779         (ses-destroy-cell-variable-range, ses-reset-header-string)
33780         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33781         (ses-insert-row): Fix format of apply undo entries.
33783 2005-01-31  Jay Belanger  <belanger@truman.edu>
33785         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33786         parts.
33788         * calc/calc-embed.el (calc-embedded-open-formula)
33789         (calc-embedded-close-formula): Ignore matrix environments.
33791         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33792         TeX mode.
33794         * calc/calc-lang.el (math-function-table, math-oper-table)
33795         (math-variable-table): Adjust the LaTeX portions.
33797         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33798         (math-latex-ignore-words): New constant.
33800 2005-01-31  Richard M. Stallman  <rms@gnu.org>
33802         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33803         (ispell-local-dictionary): Doc fix.
33804         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33805         Don't reinitialize at run time.  Don't defcustom.
33806         All uses changed to append ispell-local-dictionary-alist,
33807         or check it first.
33808         (ispell-current-dictionary): New variable for dictionary in use.
33809         (ispell-dictionary): Now used only for global default.
33810         (ispell-start-process): Set ispell-current-dictionary,
33811         not ispell-dictionary.
33812         (ispell-change-dictionary): Use this only for setting
33813         user preferences.
33814         (ispell-internal-change-dictionary): New function
33815         to change the current dictionary in use.
33816         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33817         Use ispell-current-dictionary.
33818         Handle ispell-local-dictionary-overridden.
33819         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33821 2005-01-31  Jay Belanger  <belanger@truman.edu>
33823         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33825         * calc/calc-ext.el: Add calc-latex-language to autoloads.
33826         (calc-mode-map): Add calc-latex-language.
33828         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33829         (math-latex-print-frac): New functions.
33830         (math-oper-table, math-function-table, math-variable-table)
33831         (math-complex-format, math-input-filter): Add latex properties.
33832         (calc-set-language): Set math-expr-special-function-mapping.
33834         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33835         (calc-write-parse-table-part): Add LaTeX support.
33837         * calc/calc.el (calc-language): Adjust docstring.
33838         (calc-set-mode-line): Add LaTeX support.
33839         (math-expr-special-function-mapping): New variable.
33840         (math-tex-ignore-words): Add to list.
33842         * calc/calccomp.el (math-compose-expr, math-compose-rows):
33843         Add LaTeX support.
33844         (math-compose-expr): Add support for special functions.
33846         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33848 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
33850         * progmodes/gdb-ui.el (gdb-memory-address)
33851         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33852         (gdb-memory-mode-map, gdb-memory-format-keymap)
33853         (gdb-memory-format-menu, gdb-memory-unit-keymap)
33854         (gdb-memory-unit-menu): New variables for a buffer
33855         that lets the user examine program memory.
33856         (gdb-memory-set-address, gdb-memory-set-repeat-count)
33857         (gdb-memory-format-binary, gdb-memory-format-octal)
33858         (gdb-memory-format-unsigned, gdb-memory-format-signed)
33859         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33860         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33861         (gdb-memory-unit-word, gdb-memory-unit-halfword)
33862         (gdb-memory-unit-byte, gdb-memory-unit-menu)
33863         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33864         (gdb-memory-mode, gdb-memory-buffer-name)
33865         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33866         New functions for above buffer.
33868 2005-01-30  Richard M. Stallman  <rms@gnu.org>
33870         * cus-edit.el (custom-bury-buffer): Function deleted.
33871         (custom-buffer-done-function): Option deleted.
33872         (custom-buffer-done-kill): New replacement option.
33873         (Custom-buffer-done): Call quit-window.
33874         (custom-buffer-create-internal): Update for above changes.
33876 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
33878         * simple.el (undo-ask-before-discard): New var.
33879         (undo-outer-limit-truncate): Implement it.
33880         (undo-extra-outer-limit): Doc update.
33882 2005-01-29  Richard M. Stallman  <rms@gnu.org>
33884         * ses.el (undo-more): Delete defadvice.
33885         (ses-begin-change): Doc fix.
33887         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33888         instead of rebinding C-x u and C-_.
33890         * files.el (normal-backup-enable-predicate): Return nil for files
33891         in /tmp, regardless of temporary-file-directory.
33893         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33895         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33896         (open-rectangle, delete-whitespace-rectangle-line)
33897         (clear-rectangle-line): If FILL, pass t instead of FILL
33898         for move-to-column's 2nd arg.
33900         * simple.el (undo): Fix the test for continuing a series of undos.
33901         (undo-more): Set pending-undo-list to t when we reach end.
33902         (pending-undo-list): Move up defvar.
33904         * wid-edit.el (widget-button-click):
33905         Shorten the range of the track-mouse binding.
33907         * comint.el (comint-insert-input): Undo previous changes;
33908         use last-input-event in interactive spec.
33910 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
33912         * progmodes/compile.el (compilation-start): Bind buffer-read-only
33913         to nil before invoking call-process.  Reset buffer's modified flag
33914         after fontifying it in the no-async branch.
33916         * wid-edit.el (widget-specify-button): If mouse pointer shape
33917         cannot be changed, use mouse face instead.
33919 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
33921         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33922         (gdb-goto-breakpoint): Make breakpoint handling work on template
33923         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>.
33924         (gdb-assembler-custom): Update to recognize breakpoint information
33925         added on 2005-01-19.
33927 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
33929         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33930         (dsssl-mode): Use define-derived-mode.
33931         (scheme-mode-initialize): Remove.
33932         (scheme-mode): Use run-mode-hooks.
33934         * cus-edit.el (customize-group-other-window)
33935         (custom-buffer-create-other-window): Don't override special-display-*.
33936         (custom-mode-map): Make it dense.
33938         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33939         sets the default value.
33941 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
33943         * descr-text.el: Add more keywords.
33945 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
33947         * speedbar.el: Avoid unnecessary use of locate-library.
33949         * international/mule-cmds.el (standard-display-european-internal):
33950         Don't fiddle with latin-1 non-break space any more since it's now
33951         special cased in the C code.
33952         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33954 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
33956         * cus-start.el (all): Add `undo-outer-limit'.
33958 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
33960         * textmodes/bibtex.el (bibtex-format-entry):
33961         Use `bibtex-empty-field-re' only on the text of fields, not on entire
33962         field lines.
33963         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33964         not on part of a buffer.
33966 2005-01-25  Lute Kamstra  <lute@gnu.org>
33968         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33969         nonempty field text strings like "{letters\\macro{}more letters}".
33970         Clarify docstring.
33971         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33972         (bibtex-entry-offset, bibtex-parse-association)
33973         (bibtex-parse-field-name): Fix typos in docstrings.
33974         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33976 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
33978         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33979         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33980         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33981         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33983         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33984         isearch minor mode.
33986 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
33988         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33990 2005-01-24  Lute Kamstra  <lute@gnu.org>
33992         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33993         CASECHARS and NOT-CASECHARS regular expressions of the
33994         "nederlands" and "nederlands8" dictionaries to prevent a "Range
33995         striding over charsets" error.
33997 2005-01-24  Jay Belanger  <belanger@truman.edu>
33999         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
34000         display variable name.
34002 2005-01-24  Kenichi Handa  <handa@m17n.org>
34004         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
34005         Fix setting of the element of encoded-kbd-iso2022-invocations.
34007 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
34009         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
34010         (gdb-threads-select): Change to also accept mouse events.
34011         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
34012         (gdb-threads-mouse-select): Delete.
34014 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
34016         * files.el (insert-directory): Take care of empty directory,
34017         listed without -a switch.
34019 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
34021         * textmodes/refill.el (refill-post-command-function):
34022         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
34023         to the list of functions that we should be careful not to undo.
34024         (refill-late-fill-paragraph-function): Remove.
34025         (refill-saved-state): New var.
34026         (refill-mode): Use it to save fill-paragraph-function.
34027         Save also the value of auto-fill-function.
34029         * term/w32-win.el: Simplify code.
34031 2005-01-23  Kim F. Storm  <storm@cua.dk>
34033         * simple.el (line-move): Adapt to new return value from
34034         pos-visible-in-window-p.
34036         * simple.el (line-move): Fix last change.  Check partial
34037         visibility at point rather than at window-start.
34039 2005-01-22  Jason Rumney  <jasonr@gnu.org>
34041         * term/w32-win.el (xw-defined-colors): Remove debug-message.
34043 2005-01-22  David Kastrup  <dak@gnu.org>
34045         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
34047 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
34049         * type-break.el (type-break-mode): Add a test for
34050         type-break-file-name being non-nil.
34052 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
34054         * net/eudc.el (top level): Call (message "") via progn, so that
34055         eudc-options-file is loaded.
34057 2005-01-22  Kim F. Storm  <storm@cua.dk>
34059         * simple.el (line-move-1): Rename from line-move.
34060         (line-move): New function that adjusts vscroll for partially
34061         visible rows, and calls line-move-1 otherwise.
34063 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
34065         * pcomplete.el: Define pcomplete-read-event instead of read-event,
34066         since it's not a complete read-event implementation.
34068 2005-01-20  Jay Belanger  <belanger@truman.edu>
34070         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
34071         for called function.
34073 2005-01-20  Steven Tamm  <steventamm@mac.com>
34075         * term/mac-win.el (process-connection-type): Remove.
34076         Controlled now by s/darwin.h:PTY_ITERATION.
34078 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
34080         * window.el (handle-select-window): Don't switch window when we're
34081         in the minibuffer.
34083 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
34085         * subr.el (dotimes-with-progress-reporter): New macro.
34087         * ses.el (ses-dotimes-msg): Remove macro.
34088         Use `dotimes-with-progress-reporter' instead.
34090 2005-01-19  Steven Tamm  <steventamm@mac.com>
34092         * term/mac-win.el (process-connection-type): Use new
34093         operating-system-release variable to use ptys on Darwin 7 (OS X
34094         10.3) when using carbon build.
34096 2005-01-19  Jay Belanger  <belanger@truman.edu>
34098         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
34099         flags if the last command was a tab or M-tab.
34101         * calc/calc-prog.el (calc-user-define-edit): Put original formula
34102         in formula editing buffer.
34104 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34106         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
34107         breakpoint image symbol in margin.
34109 2005-01-19  Jay Belanger  <belanger@truman.edu>
34111         * calc/calc-prog.el (calc-execute-kbd-macro):
34112         Ignore calc-keep-arg-flag.
34114 2005-01-19  Kenichi Handa  <handa@m17n.org>
34116         * textmodes/ispell.el (ispell-looking-at): New function.
34117         (ispell-process-line): Use ispell-looking-at to compare the ispell
34118         output and the buffer contents.
34120 2005-01-18  Jay Belanger  <belanger@truman.edu>
34122         * calc/calc.el (calc-display-raw): Fix docstring.
34124 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
34126         * simple.el (blink-matching-open): Strip extra info from syntax.
34128         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
34129         funny chars in the end-of-here-doc marker.
34131 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
34133         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
34134         that enable/disabled state of breakpoints is shown correctly in
34135         fringe and on ttys.
34136         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
34137         Add breakpoint information as text properties.
34138         (gdb-mouse-toggle-breakpoint):
34139         Rename to gdb-mouse-set-clear-breakpoint.
34140         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
34141         breakpoints in the margin.
34142         (gdb-remove-strings): Simplify.
34144 2005-01-17  Jay Belanger  <belanger@truman.edu>
34146         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
34147         erasing buffer.
34149 2005-01-17  Richard M. Stallman  <rms@gnu.org>
34151         * progmodes/grep.el (grep-find): Copy from `grep' the condition
34152         for calling grep-compute-defaults.
34154         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
34155         if buffer is empty.
34157         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
34159 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
34161         * hilit-chg.el (highlight-changes-mode): Don't autoload.
34163         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
34164         non-preloaded variables.
34166 2005-01-17  Steven Tamm  <steventamm@mac.com>
34168         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
34169         tex-shell cause to force interactivity when using pipes.
34171 2005-01-17  Kim F. Storm  <storm@cua.dk>
34173         * simple.el (just-one-space): Make arg optional.
34175 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
34177         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
34178         posn-at-x-y to t to access left-margin.
34180 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
34182         Sync with Tramp 2.0.47.
34184         * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
34185         catching keep-date problems in cp/scp operations.
34186         (tramp-handle-copy-file): Don't call `set-file-modes'
34187         unconditionally.  Specialized functions should know better what is
34188         necessary.  This improves performance a little bit, and the
34189         functions could catch errors with `cp -p' and `scp -p'.
34190         (tramp-do-copy-or-rename-file-via-buffer)
34191         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
34192         when appropriate.
34193         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
34194         Call `set-file-modes' when appropriate.
34195         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
34196         Johnsson <isak@hypergene.com>.
34197         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
34198         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
34199         <joakim@verona.se>.
34200         (tramp-file-name-for-operation): Mark `shell-command' as magic for
34201         Emacs only.
34203         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
34204         `find-file-hooks' and `dired-mode-hook'.
34205         (tramp-minor-mode-map): Respective map.  Add remapping for
34206         `compile' and `recompile'.
34207         (tramp-remap-command, tramp-recompile): New defuns.
34208         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
34209         in buffer "*Compilation*".  Call the commands asynchronously.
34211         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
34212         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
34213         `shell-command', because it isn't magic in XEmacs.  Reported by
34214         Adrian Aichner <adrian@xemacs.org>.
34216         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
34217         `substitute-in-file-name.
34218         (tramp-smb-handle-substitute-in-file-name): New defun.
34219         (tramp-smb-advice-PC-do-completion): Delete advice.
34221 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
34223         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
34224         Fix error in deleting region.
34226 2005-01-15  Richard M. Stallman  <rms@gnu.org>
34228         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
34229         In non-temp buffer, switch syntax table temporarily.
34231         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
34233         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
34235         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
34237         * imenu.el (imenu--split-menu): Copy menulist before sorting.
34238         (imenu--generic-function): Use START, not BEG, as pos of definition.
34240         * simple.el (just-one-space): Argument specifies number of spaces.
34242         * simple.el (eval-expression-print-format): Avoid warning
34243         about edebug-active.
34245 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (tiny change)
34247         * progmodes/sh-script.el: Code copied from make-mode.el
34248         with small changes,
34249         (sh-mode-map): Bind C-c C-\.
34250         (sh-backslash-column, sh-backslash-align): New variables.
34251         (sh-backslash-region, sh-append-backslash): New functions.
34253 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
34255         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
34256         (rmail-pop-password, rmail-pop-password-required): Move to
34257         rmail-obsolete group.
34258         (rmail-set-pop-password): Rename to rmail-set-remote-password.
34259         All callers updated.
34260         (rmail-get-pop-password): Rename to rmail-get-remote-password.
34261         Take an argument specifying whether it is POP or IMAP mailbox we
34262         are using.  All callers updated.
34263         (rmail-pop-password-error): Rename to
34264         rmail-remote-password-error.  Added mailutils-specific error message.
34265         (rmail-movemail-search-path)
34266         (rmail-movemail-variant-in-use): New variables.
34267         (rmail-remote-password, rmail-remote-password-required):
34268         New customization variables.
34269         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
34270         (rmail-parse-url): New function.
34271         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
34272         with GNU mailutils movemail.
34274 2005-01-15  Kevin Ryde  <user42@zip.com.au>
34276         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
34277         suffix to space, $ or '$, to correctly position point when going
34278         to @table style constants like DBL_MAX.
34280 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
34282         * type-break.el (type-break-mode, type-break-file-time)
34283         (type-break-file-keystroke-count, type-break-choose-file):
34284         Don't store data in or load data from the file if type-break-file-name
34285         is nil.
34286         (type-break-file-name): Doc update as per the above.
34288 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
34290         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
34291         lookup-key might return nil; handle that.
34293 2005-01-15  Alan Mackenzie  <acm@muc.de>
34295         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
34296         rather than the element found, thus enabling the tree to be setcar'd.
34298 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34300         * textmodes/org.el (org-show-following-heading): New option.
34301         (org-show-hierarchy-above): Use `org-show-following-heading'.
34302         (org-cycle): Documentation fix.
34304         * textmodes/org.el (orgtbl-optimized): New option
34305         (orgtbl-mode): New command, a minor mode.
34306         (orgtbl-mode-map): New variable.
34307         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
34308         (orgtbl-error, orgtbl-self-insert-command)
34309         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
34311         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
34312         a local variable in each org-mode buffer.
34314         * textmodes/org.el (org-set-regexps-and-options): Rename from
34315         `org-set-regexps'.  Added checking for STARTUP keyword.
34316         (org-get-current-options): Add STARTUP options.
34317         (org-table-insert-row): Make mode intelligent about when
34318         realignment is needed.
34319         (org-self-insert-command, org-delete-backward-char, org-delete-char):
34320         New commands.
34321         (org-enable-table-editor): New default value `optimized'.
34322         (org-table-blank-field): Support blanking regions if active.
34324 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
34326         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
34327         if the year is not given.
34329         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
34330         Add new escapes %m and %M, fixed bug with %F by adding
34331         save-match-data.
34332         (reftex-reference): Remove ?. from list of spaces.
34333         (reftex-label-info): Add automatic label prefix recognition.
34335         * textmodes/reftex-index.el (reftex-index-next-phrase):
34336         Add slave parameter to call of `reftex-index-this-phrase'.
34337         (reftex-index-this-phrase): New optional argument.
34338         (reftex-index-region-phrases): Add slave parameter to call of
34339         `reftex-index-this-phrase'.
34340         (reftex-display-index): New argument redo.
34341         (reftex-index-rescan): Add `redo' to arguments of
34342         `reftex-display-index'.
34343         (reftex-index-Rescan, reftex-index-revert)
34344         (reftex-index-switch-index-tag): Add `redo' to arguments of
34345         `reftex-display-index'.
34346         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
34347         indexing.  Fix bug with matching is there is a quote before or
34348         after the word.
34350         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
34351         Fix bug when collecting citation keys in lines with comments.
34352         (reftex-citation): Prefix argument no longer rescans the document,
34353         but forces prompting for optional arguments of cite macros.
34354         (reftex-do-citation): Prompting for optional arguments implemented.
34356         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
34357         Add optional arguments to most cite commands.
34358         (reftex-cite-cleanup-optional-args): New option
34359         (reftex-cite-prompt-optional-args): New option.
34360         (reftex-trust-label-prefix): New option.
34362         * textmodes/reftex-toc.el (reftex-toc-find-section):
34363         Add push-mark before changing the position in the buffer.
34365         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
34366         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
34368 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
34370         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
34371         more carefully.
34373 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
34375         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
34376         (sgml-mode): Use it.
34377         (sgml-get-context): Better keep track of implicitly closed tags.
34379 2005-01-13  Kenichi Handa  <handa@m17n.org>
34381         * textmodes/ispell.el: These changes are to fix misalignment error
34382         caused by equivalent characters of different Emacs charsets.
34383         (ispell-unified-chars-table): New variable.
34384         (ispell-get-decoded-string): New function.
34385         (ispell-get-casechars, ispell-get-not-casechars)
34386         (ispell-get-otherchars): Call ispell-get-decoded-string.
34388 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
34390         * custom.el (custom-declare-variable): Just put symbol instead
34391         of (defvar . symbol) in `current-load-list'.
34393 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
34395         * emacs-lisp/elint.el: Fixed typo in Commentary section.
34397 2005-01-12  Jay Belanger  <belanger@truman.edu>
34399         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
34400         to create a Calc summary.
34402 2005-01-12  Kim F. Storm  <storm@cua.dk>
34404         * mouse.el (mouse-on-link-p): Change functionality and doc
34405         string to comply with latest description in lisp ref.
34407 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
34409         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
34410         Enable mouse clicks on mode-line, header-line and margin.
34411         (event-type): Give mouse event symbols an `event-kind' property
34412         with value `mouse-click'.
34414 2005-01-12  Juri Linkov  <juri@jurta.org>
34416         * facemenu.el (list-colors-display): Add new arg buffer-name.
34417         Use it.  Fix docstring.  Replace code for identifying duplicate
34418         colors by the name with call to `list-colors-duplicates' which
34419         identifies duplicate colors by the value unless the color
34420         is one of special Windows colors.  Set truncate-lines to t.
34421         Print sorted duplicate color names on each line.  Indent to 22
34422         \(the longest color name in rgb.txt) instead of 20.  Optimize.
34423         (list-colors-duplicates): New function.
34424         (facemenu-color-name-equal): Delete function.
34426         * facemenu.el (list-colors-print): New function created from code
34427         in list-colors-display.  Print #RRGGBB at the window right edge.
34428         (list-colors-display): When temp-buffer-show-function is not
34429         defined, call list-colors-print from temp-buffer-show-hook
34430         to get the right value of window-width in list-colors-print
34431         after the buffer is displayed.
34433         * simple.el (pop-mark): Move deactivate-mark out of conditional
34434         part to deactivate the active mark regardless of the state of the
34435         mark ring.
34437         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
34438         variables line in desktop files.
34440 2005-01-12  Juri Linkov  <juri@jurta.org>
34442         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
34443         Bring together isearch highlight related options.
34444         (lazy-highlight): Replace group `replace' by `matching'.
34445         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34446         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34447         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
34448         and declare them obsolete.
34449         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
34450         (isearch-faces): Remove defgroup.
34451         (isearch-overlay, isearch-highlight, isearch-dehighlight):
34452         Move isearch highlighting code closer to lazy highlighting code.
34454         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
34455         (query-replace-highlight, query-replace-lazy-highlight)
34456         (query-replace): Move definitions to the beginning of the file.
34458 2005-01-11  Juri Linkov  <juri@jurta.org>
34460         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
34461         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
34462         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
34464         * info.el (Info-history-forward): New variable.
34465         (Info-select-node): Reset Info-history-forward to nil.
34466         (Info-last): Turn into defalias.
34467         (Info-history-back): Rename from Info-last.
34468         Add current node to Info-history-forward.
34469         (Info-history-forward): New fun.
34470         (Info-mode-map): Replace Info-last by Info-history-back.
34471         Bind Info-history-forward to "r".
34472         (Info-mode-menu): Replace Info-last by Info-history-back.
34473         Fix menu item text.  Add menu item for Info-history-forward.
34474         (info-tool-bar-map): Replace Info-last by Info-history-back.
34475         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
34476         for Info-history-forward.
34477         (Info-mode): Replace Info-last by Info-history-back in docstring.
34478         Add local variable Info-history-forward.
34479         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
34481 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
34483         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
34484         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
34485         Ignore select-window events rather than fiddle with
34486         mouse-autoselect-window.
34488 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
34490         * type-break.el (type-break-mode): Fix previous change.
34492 2005-01-10  Jay Belanger  <belanger@truman.edu>
34494         * calc/calc-ext.el (calc-reset): Reset when inside embedded
34495         calculator; only reset when point is inside a calculator.
34496         Don't adjust the window height if the window takes up the whole height
34497         of the frame.
34499 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
34501         * ebuff-menu.el (Electric-buffer-menu-mode):
34502         Preserve value of buffer-local var header-line-format.
34504 2005-01-09  Jay Belanger  <belanger@truman.edu>
34506         * calc/calc.el (calc-mode-var-list-restore-saved-values):
34507         Make sure settings file exists before accessing it.
34509         * calc/calc-embed.el (calc-embedded-subst):
34510         Replace math-multi-subst-rec, which is only supposed to be called
34511         by math-multi-subst, by math-multi-subst.
34513 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
34515         * vc.el (vc-allow-async-revert): New user option.
34516         (vc-disable-async-diff): New internal variable.
34517         (vc-revert-buffer): Use them to disable asynchronous diff.
34519         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
34520         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
34521         asynchronously if vc-disable-async-diff is t.
34523 2005-01-09  Jay Belanger  <belanger@truman.edu>
34525         * calc/calc.el (defcalcmodevar): New macro.
34526         (calc-mode-var-list-restore-default-values)
34527         (calc-mode-var-list-restore-saved-values): New functions.
34528         (calc-mode-var-list): Use defcalcmodevar to define it.
34529         (calc-always-load-extensions, calc-line-numbering)
34530         (calc-line-breaking, calc-display-just, calc-display-origin)
34531         (calc-number-radix, calc-leading-zeros, calc-group-digits)
34532         (calc-group-char, calc-point-char, calc-frac-format)
34533         (calc-prefer-frac, calc-hms-format, calc-date-format)
34534         (calc-float-format, calc-full-float-format, calc-complex-format)
34535         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
34536         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
34537         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
34538         (calc-matrix-brackets, calc-language, calc-language-option)
34539         (calc-left-label, calc-right-label, calc-word-size)
34540         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
34541         (calc-display-raw, calc-internal-prec, calc-angle-mode)
34542         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
34543         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
34544         (calc-window-height, calc-display-trail, calc-show-selections)
34545         (calc-use-selections, calc-assoc-selections)
34546         (calc-display-working-message, calc-auto-why, calc-timing)
34547         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
34548         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
34549         (calc-gnuplot-default-device, calc-gnuplot-default-output)
34550         (calc-gnuplot-print-device, calc-gnuplot-print-output)
34551         (calc-gnuplot-geometry, calc-graph-default-resolution)
34552         (calc-graph-default-resolution-3d, calc-invocation-macro)
34553         (calc-show-banner): Use defcalcmodevar to declare them and set
34554         their default values.
34556         * calc/calc-ext.el (calc-reset): Restore saved values of variables
34557         instead of default values (but restore default values if there is
34558         an argument of 0).
34560 2005-01-09  David Kastrup  <dak@gnu.org>
34562         * desktop.el (desktop-restore-eager): Fix typo in type.
34564 2005-01-08  Richard M. Stallman  <rms@gnu.org>
34566         * cus-edit.el (customize): Delete :link.
34568 2005-01-08  Jay Belanger  <belanger@truman.edu>
34570         * calc/calc.el (calc-mode): Remove the extension from the
34571         `calc-settings-file' file name when loading it.
34573 2005-01-08  Kim F. Storm  <storm@cua.dk>
34575         * info.el (Info-mode-map, Info-next-link-keymap)
34576         (Info-prev-link-keymap, Info-up-link-keymap):
34577         Map follow-link to mouse-face.
34578         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
34580 2005-01-08  Jay Belanger  <belanger@truman.edu>
34582         * calc/calc.el (calc-settings-file): Change default value.
34583         Suggested by cgw in a comment in calc-mode.el.
34585         * calc/calc-mode.el (calc-settings-file-name):
34586         Compare calc-settings-file to user-init-file instead of ~/.emacs.
34587         Replace ~/.emacs in a prompt by calc-settings-file.
34589 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
34591         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34592         (desktop-lazy-idle-delay): New customizable variables.
34593         (desktop-buffer-args-list): New variable.
34594         (desktop-append-buffer-args): New function.
34595         (desktop-save): Call desktop-append-buffer-args for some buffers.
34596         (desktop-lazy-create-buffer): New function.
34597         (desktop-idle-create-buffers): New function.
34598         (desktop-read): Add message about buffers to restore lazily.
34599         (desktop-lazy-abort): New command.
34600         (desktop-clear): Call desktop-lazy-abort.
34601         (desktop-lazy-complete): New command.
34603 2005-01-06  Richard M. Stallman  <rms@gnu.org>
34605         * emacs-lisp/find-func.el (find-face-definition):
34606         Rename from find-face.
34608 2005-01-06  Kim F. Storm  <storm@cua.dk>
34610         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34612         * man.el (Man-xref-man-page, Man-xref-header-file)
34613         (Man-xref-normal-file): Add follow-link property.
34615 2005-01-06  Jay Belanger  <belanger@truman.edu>
34617         * calc/calc-units.el: Make sure the proper macro definitions are
34618         available when compiling.
34620 2005-01-06  Juri Linkov  <juri@jurta.org>
34622         * isearch.el (isearch-lazy-highlight-update):
34623         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34625 2005-01-06  Miles Bader  <miles@gnu.org>
34627         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34628         (isearch-lazy-highlight-face): Use new name.
34630 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
34632         * uniquify.el (uniquify-rationalize-file-buffer-names):
34633         Re-add an interactive spec.
34634         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34635         to the same name.
34637         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34638         (isearch-update, isearch-done): Adjust calls accordingly.
34640 2005-01-05  Richard M. Stallman  <rms@gnu.org>
34642         * custom.el (custom-set-variables, custom-theme-set-variables):
34643         Clarify documentation.
34645         * emacs-lisp/find-func.el (find-variable)
34646         (find-variable-other-window, find-variable-other-frame):
34647         Fix the TYPE args to find-function-read and find-function-do-it.
34648         (find-function): Doc fix.
34649         (find-function-at-point): Replace function-at-point alias.
34651 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34653         * cus-face.el (custom-declare-face):
34654         Record defface in current-load-list.
34656         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34658         * emacs-lisp/find-func.el: Doc fixes.
34659         (find-face-regexp): New variable.
34660         (find-function-regexp-alist): New variable.
34661         (find-function-C-source): Third arg is now TYPE.
34662         (find-function-search-for-symbol): Handle general TYPE.
34663         (find-function-read, find-function-do-it): Handle general TYPE.
34664         (find-definition-noselect, find-face): New functions.
34665         (function-at-point): Alias deleted.
34667 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
34669         * battery.el (display-battery-mode): Rename from display-battery.
34670         Handle the case where it gets turned off.
34672 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34674         * cus-edit.el (customize): Make :link point to user doc.
34676         * man.el (Man-fontify-manpage): Turn off undo generation.
34678         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34680 2005-01-04  Andreas Schwab  <schwab@suse.de>
34682         * files.el (insert-directory): Only look for error lines in
34683         inserted text.  Don't move too far after processing --dired markers.
34685 2005-01-04  Richard M. Stallman  <rms@gnu.org>
34687         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34688         Don't expand if the character is @, period, dash, etc.
34689         (define-mail-abbrev): Quote names that contain problem characters.
34691 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
34693         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34695 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34697         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34698         (query-replace-highlight, query-replace-lazy-highlight)
34699         (query-replace): Definitions moved up.  Doc fix.
34701 2005-01-03  Richard M. Stallman  <rms@gnu.org>
34703         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34704         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34705         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34706         (lazy-highlight-face): Rename from isearch-lazy-...
34707         Change all references to them.
34709 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
34711         * cus-edit.el (custom-file): Doc fix for defcustom.
34712         (custom-file): The function no longer sets the variable
34713         `custom-file' to its return value.
34715         * startup.el (command-line): No longer load `custom-file'.
34717 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
34719         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34721         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34722         Don't confuse module-prefixed identifiers for labels.
34723         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34725 2005-01-02  Richard M. Stallman  <rms@gnu.org>
34727         * files.el (basic-save-buffer-1): Fix previous change.
34729         * loadhist.el (file-loadhist-lookup): New function.
34730         (file-provides, file-requires): Use it.
34732         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34733         instead of calculating the right size.
34735 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>
34737         * vc-svn.el (vc-svn-diff): Stay local if possible.
34739 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
34741         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34743         * files.el (hack-local-variables): Fix last change.
34745 2005-01-02  Jay Belanger  <belanger@truman.edu>
34747         * calc/calc-yank.el (calc-edit-top): New variable.
34748         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34749         object.  Change header properties.
34750         (calc-edit-finish, calc-edit-finish-stack-object)
34751         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34752         edited object.
34753         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34754         for the beginning of the edited object.
34755         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34756         for the beginning of the edited object.
34757         * calc/calc-prog.el (calc-edit-macro-finish-edit)
34758         (calc-finish-formula-edit, calc-macro-repeats)
34759         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34760         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34761         beginning of the edited object.
34762         (calc-user-define-edit): Change the header for editing macros.
34763         Remove unnecessary variable.
34765 2005-01-01  Jay Belanger  <belanger@truman.edu>
34767         * calc/calc-yank.el (calc-edit-mode): Change default header.
34768         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34769         * calc/calc-store.el (calc-edit-variable): Change title to match new
34770         header.
34771         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34772         mode to match new header.
34773         (calc-user-define-edit): Change titles to include names of commands.
34774         (calc-finish-formula-edit): Adjust to handle new header.
34775         (calc-finish-macro-edit): Remove.
34776         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34777         (calc-edit-macro-command, calc-edit-macro-command-type)
34778         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34779         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34780         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34781         (calc-edit-macro-finish-edit): New functions.
34782         (calc-user-define-edit): Use new functions to edit named calc macros.
34784 2005-01-01  Stefan Monnier  <monnier@iro.umontreal.ca>
34786         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34788         * ses.el (copy-region-as-kill): Deactivate mark.
34790 2005-01-01  Richard M. Stallman  <rms@gnu.org>
34792         * replace.el (occur-1): If the output buffer is also an input,
34793         don't kill it, rename it.
34795         * faces.el (set-face-background, set-face-foreground): Doc fix.
34797         * cus-face.el (custom-face-attributes): Fix :help-echo strings
34798         for :foreground and :background.
34800         * dired.el (dired-view-command-alist): Variable deleted.
34801         (dired-view-file, dired-mouse-find-file-other-window):
34802         Delete the code to use it.
34804 2005-01-01  Kim F. Storm  <storm@cua.dk>
34806         * image.el (insert-sliced-image): Use t for line-height property.
34808 See ChangeLog.11 for earlier changes.
34810 ;; Local Variables:
34811 ;; coding: iso-2022-7bit
34812 ;; add-log-time-zone-rule: t
34813 ;; End:
34815     Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34817   This file is part of GNU Emacs.
34819   GNU Emacs is free software; you can redistribute it and/or modify
34820   it under the terms of the GNU General Public License as published by
34821   the Free Software Foundation; either version 3, or (at your option)
34822   any later version.
34824   GNU Emacs is distributed in the hope that it will be useful,
34825   but WITHOUT ANY WARRANTY; without even the implied warranty of
34826   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34827   GNU General Public License for more details.
34829   You should have received a copy of the GNU General Public License
34830   along with GNU Emacs; see the file COPYING.  If not, write to the
34831   Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34832   Boston, MA 02110-1301, USA.
34834 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1